diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2019-12-04 08:03:33 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2019-12-04 08:03:33 +0000 |
| commit | fce5d19d64361e2ccc65b68d0c81bc45b93c7f2f (patch) | |
| tree | 5bdd9232a8d8494548f336f90250d777ed24f46d /sys/dev | |
| parent | efdd39d20d0294d9699b7bf888eed4b41f167040 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/hostb_pci.c | 3 | ||||
| -rw-r--r-- | sys/dev/pci/pci_user.c | 3 | ||||
| -rw-r--r-- | sys/dev/pci/pcireg.h | 3 | ||||
| -rw-r--r-- | sys/dev/pci/pcivar.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 63dcf5685c3fc..c6b3ca3d0dc09 100644 --- a/sys/dev/pci/hostb_pci.c +++ b/sys/dev/pci/hostb_pci.c @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 1997, Stefan Esser <se@freebsd.org> - * All rights reserved. + * Copyright 1997, Stefan Esser <se@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index 26dccecf46bb8..077ebd022e09c 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 1997, Stefan Esser <se@freebsd.org> - * All rights reserved. + * Copyright 1997, Stefan Esser <se@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index edec95c8e67f9..4764b7c26621e 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 1997, Stefan Esser <se@freebsd.org> - * All rights reserved. + * Copyright 1997, Stefan Esser <se@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 0ade0b5ef61d4..a5d644d1a5852 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 1997, Stefan Esser <se@freebsd.org> - * All rights reserved. + * Copyright 1997, Stefan Esser <se@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
