diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
| commit | 2e43efd0bb1e9cd780f02fa5b888f9264e66e37b (patch) | |
| tree | 83a184557e1ca420a76e9d755dd72cf16a08930f /sys/dev | |
| parent | e91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi_isab.c | 1 | ||||
| -rw-r--r-- | sys/dev/acpica/acpi_pcivar.h | 1 | ||||
| -rw-r--r-- | sys/dev/pci/vga_pci.c | 1 | ||||
| -rw-r--r-- | sys/dev/rc/rc.c | 2 | ||||
| -rw-r--r-- | sys/dev/rc/rcreg.h | 2 |
5 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/acpica/acpi_isab.c b/sys/dev/acpica/acpi_isab.c index f37a55cd5dc9..605ea673d220 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/sys/dev/acpica/acpi_isab.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/acpica/acpi_pcivar.h b/sys/dev/acpica/acpi_pcivar.h index a720cc25ab1e..d2720c44b5e7 100644 --- a/sys/dev/acpica/acpi_pcivar.h +++ b/sys/dev/acpica/acpi_pcivar.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * 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/vga_pci.c b/sys/dev/pci/vga_pci.c index 197a7d0e0797..6019ffb67701 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2005 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 0c5eb19651d7..c4c4370af5fe 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -3,8 +3,8 @@ * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. - * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@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/rc/rcreg.h b/sys/dev/rc/rcreg.h index 9489257d9f8d..832a1cbe1e54 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -3,8 +3,8 @@ * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. - * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
