diff options
| author | Ryan Stone <rstone@FreeBSD.org> | 2016-03-14 17:41:17 +0000 |
|---|---|---|
| committer | Ryan Stone <rstone@FreeBSD.org> | 2016-03-14 17:41:17 +0000 |
| commit | faf139cc5dd3396181c11922bc6685c0c59b7b24 (patch) | |
| tree | d95b67cf0c7a5e2624055c9debdefe987bba0af9 /sys/dev | |
| parent | 23ed552b40ca917369d10526bedcd6d0bd185a81 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci_iov.c | 2 | ||||
| -rw-r--r-- | sys/dev/pci/pci_iov_private.h | 2 | ||||
| -rw-r--r-- | sys/dev/pci/pci_iov_schema.c | 2 | ||||
| -rw-r--r-- | sys/dev/pci/schema_private.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pci_iov.c b/sys/dev/pci/pci_iov.c index 6d66498e8a25..8189ffbc3377 100644 --- a/sys/dev/pci/pci_iov.c +++ b/sys/dev/pci/pci_iov.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2015 Sandvine Inc. All rights reserved. + * Copyright (c) 2013-2015 Sandvine Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pci/pci_iov_private.h b/sys/dev/pci/pci_iov_private.h index 99fff1a9aa4e..6938e2e9f770 100644 --- a/sys/dev/pci/pci_iov_private.h +++ b/sys/dev/pci/pci_iov_private.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2015 Sandvine Inc. All rights reserved. + * Copyright (c) 2013-2015 Sandvine Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pci/pci_iov_schema.c b/sys/dev/pci/pci_iov_schema.c index 36d56d06474e..e324a1d368e8 100644 --- a/sys/dev/pci/pci_iov_schema.c +++ b/sys/dev/pci/pci_iov_schema.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2015 Sandvine Inc. All rights reserved. + * Copyright (c) 2014-2015 Sandvine Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pci/schema_private.h b/sys/dev/pci/schema_private.h index 66503314d9df..a61fa1c4bc6f 100644 --- a/sys/dev/pci/schema_private.h +++ b/sys/dev/pci/schema_private.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014 Sandvine Inc. All rights reserved. + * Copyright (c) 2014 Sandvine Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
