diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/include/intr_machdep.h | 1 | ||||
-rw-r--r-- | sys/arm/arm/ptrace_machdep.c | 1 | ||||
-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 | ||||
-rw-r--r-- | sys/i386/pci/pci_pir.c | 2 | ||||
-rw-r--r-- | sys/kern/kern_ktr.c | 1 | ||||
-rw-r--r-- | sys/kern/kern_rwlock.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_lock.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_sleepqueue.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_smp.c | 1 | ||||
-rw-r--r-- | sys/sys/_rwlock.h | 1 | ||||
-rw-r--r-- | sys/sys/refcount.h | 1 | ||||
-rw-r--r-- | sys/sys/rwlock.h | 1 | ||||
-rw-r--r-- | sys/sys/sleepqueue.h | 1 | ||||
-rw-r--r-- | sys/sys/turnstile.h | 1 | ||||
-rw-r--r-- | sys/x86/acpica/madt.c | 1 | ||||
-rw-r--r-- | sys/x86/include/apicvar.h | 1 | ||||
-rw-r--r-- | sys/x86/include/intr_machdep.h | 1 | ||||
-rw-r--r-- | sys/x86/isa/atpic.c | 1 | ||||
-rw-r--r-- | sys/x86/isa/elcr.c | 1 | ||||
-rw-r--r-- | sys/x86/x86/intr_machdep.c | 1 | ||||
-rw-r--r-- | sys/x86/x86/io_apic.c | 1 | ||||
-rw-r--r-- | sys/x86/x86/local_apic.c | 2 | ||||
-rw-r--r-- | sys/x86/x86/mptable.c | 2 | ||||
-rw-r--r-- | sys/x86/x86/mptable_pci.c | 1 | ||||
-rw-r--r-- | sys/x86/xen/pvcpu_enum.c | 2 |
29 files changed, 6 insertions, 29 deletions
diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index 4101cdb8abd3b..3dd3a9ce5d426 100644 --- a/sys/amd64/include/intr_machdep.h +++ b/sys/amd64/include/intr_machdep.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/arm/arm/ptrace_machdep.c b/sys/arm/arm/ptrace_machdep.c index 3a6f2938ab881..563f962dc473f 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/sys/arm/arm/ptrace_machdep.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017 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_isab.c b/sys/dev/acpica/acpi_isab.c index f37a55cd5dc90..605ea673d2202 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 a720cc25ab1e9..d2720c44b5e7f 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 197a7d0e0797c..6019ffb677016 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 0c5eb19651d7c..c4c4370af5fe8 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 9489257d9f8da..832a1cbe1e54d 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 diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index f9714ad18f07c..863efd8590747 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -4,8 +4,8 @@ * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi - * Copyright (c) 2004, John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (c) 2004, 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/kern/kern_ktr.c b/sys/kern/kern_ktr.c index bf925d474ee57..d1964406ea8f6 100644 --- a/sys/kern/kern_ktr.c +++ b/sys/kern/kern_ktr.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2000 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/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 2d3342e497d12..174632072add9 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 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/kern/subr_lock.c b/sys/kern/subr_lock.c index 4ac4e6bf00d69..2ebb1720267ce 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 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/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c index d6db629db6c9d..6f256167100a8 100644 --- a/sys/kern/subr_sleepqueue.c +++ b/sys/kern/subr_sleepqueue.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 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/kern/subr_smp.c b/sys/kern/subr_smp.c index f473d0c2a4349..280ea96e36ae7 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2001, 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/sys/_rwlock.h b/sys/sys/_rwlock.h index 2e5583fcee9c9..abd0034a4b206 100644 --- a/sys/sys/_rwlock.h +++ b/sys/sys/_rwlock.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 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/sys/refcount.h b/sys/sys/refcount.h index a13a2d600f9fd..6924605c309cc 100644 --- a/sys/sys/refcount.h +++ b/sys/sys/refcount.h @@ -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/sys/rwlock.h b/sys/sys/rwlock.h index 58d5881eb7676..62655ae21ac5c 100644 --- a/sys/sys/rwlock.h +++ b/sys/sys/rwlock.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 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/sys/sleepqueue.h b/sys/sys/sleepqueue.h index 07530e3bd789d..08eec5cd43811 100644 --- a/sys/sys/sleepqueue.h +++ b/sys/sys/sleepqueue.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 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/sys/turnstile.h b/sys/sys/turnstile.h index b2a14eaf0aa95..975781ae91706 100644 --- a/sys/sys/turnstile.h +++ b/sys/sys/turnstile.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2002 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/x86/acpica/madt.c b/sys/x86/acpica/madt.c index d590a639bf715..5c1e5b9f88484 100644 --- a/sys/x86/acpica/madt.c +++ b/sys/x86/acpica/madt.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/include/apicvar.h b/sys/x86/include/apicvar.h index 7c80f62d0813f..4e33cca22cdb8 100644 --- a/sys/x86/include/apicvar.h +++ b/sys/x86/include/apicvar.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/include/intr_machdep.h b/sys/x86/include/intr_machdep.h index b50ce438f62d7..346a33a40b793 100644 --- a/sys/x86/include/intr_machdep.h +++ b/sys/x86/include/intr_machdep.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/isa/atpic.c b/sys/x86/isa/atpic.c index e7e0cc79b54c3..218fdb17035ad 100644 --- a/sys/x86/isa/atpic.c +++ b/sys/x86/isa/atpic.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/isa/elcr.c b/sys/x86/isa/elcr.c index c48d68e193077..7f2b90986d135 100644 --- a/sys/x86/isa/elcr.c +++ b/sys/x86/isa/elcr.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 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/x86/x86/intr_machdep.c b/sys/x86/x86/intr_machdep.c index 9f93ec96f8370..86dde2d25db22 100644 --- a/sys/x86/x86/intr_machdep.c +++ b/sys/x86/x86/intr_machdep.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/x86/io_apic.c b/sys/x86/x86/io_apic.c index f33a55d7acf47..cf43a18aa073b 100644 --- a/sys/x86/x86/io_apic.c +++ b/sys/x86/x86/io_apic.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c index 75a3adb90bdc3..a2f9a78b7ec04 100644 --- a/sys/x86/x86/local_apic.c +++ b/sys/x86/x86/local_apic.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 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/x86/x86/mptable.c b/sys/x86/x86/mptable.c index 3172b7751da57..81e9157c3ba6b 100644 --- a/sys/x86/x86/mptable.c +++ b/sys/x86/x86/mptable.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * Copyright (c) 1996, by Steve Passe * All rights reserved. + * Copyright (c) 2003 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/x86/x86/mptable_pci.c b/sys/x86/x86/mptable_pci.c index 5ffe41f2e865f..bb5ec4fac66ff 100644 --- a/sys/x86/x86/mptable_pci.c +++ b/sys/x86/x86/mptable_pci.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * 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/x86/xen/pvcpu_enum.c b/sys/x86/xen/pvcpu_enum.c index 4bde633c97052..5d5c265fcc5fb 100644 --- a/sys/x86/xen/pvcpu_enum.c +++ b/sys/x86/xen/pvcpu_enum.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * Copyright (c) 2013 Roger Pau Monné <roger.pau@citrix.com> * All rights reserved. + * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |