svn commit: r355394 - in head: . lib/libc/stdlib lib/libc/sys libexec/rc/rc.d libexec/talkd sbin/devd share/man/man4 share/man/man5 stand/common stand/liblua stand/libsa sys/amd64/include sys/arm/a...

Warner Losh imp at FreeBSD.org
Wed Dec 4 16:56:33 UTC 2019


Author: imp
Date: Wed Dec  4 16:56:11 2019
New Revision: 355394
URL: https://svnweb.freebsd.org/changeset/base/355394

Log:
  Regularize my copyright notice
  
  o Remove All Rights Reserved from my notices
  o imp at FreeBSD.org everywhere
  o regularize punctiation, eliminate date ranges
  o Make sure that it's clear that I don't claim All Rights reserved by listing
    All Rights Reserved on same line as other copyright holders (but not
    me). Other such holders are also listed last where it's clear.

Modified:
  head/UPDATING
  head/lib/libc/stdlib/reallocf.c
  head/lib/libc/sys/compat-ino64.h
  head/lib/libc/sys/fstat.c
  head/lib/libc/sys/fstatat.c
  head/lib/libc/sys/fstatfs.c
  head/lib/libc/sys/getdirentries.c
  head/lib/libc/sys/getfsstat.c
  head/lib/libc/sys/lstat.c
  head/lib/libc/sys/stat.c
  head/lib/libc/sys/statfs.c
  head/libexec/rc/rc.d/devmatch
  head/libexec/talkd/extern.h
  head/sbin/devd/devd.8
  head/sbin/devd/devd.cc
  head/sbin/devd/devd.conf.5
  head/sbin/devd/devd.h
  head/sbin/devd/devd.hh
  head/sbin/devd/parse.y
  head/sbin/devd/token.l
  head/share/man/man4/cardbus.4
  head/share/man/man4/devctl.4
  head/share/man/man4/exca.4
  head/share/man/man4/iic.4
  head/share/man/man4/mmc.4
  head/share/man/man4/mmcsd.4
  head/share/man/man4/ow.4
  head/share/man/man4/ow_temp.4
  head/share/man/man4/owc.4
  head/share/man/man4/pccard.4
  head/share/man/man4/pccbb.4
  head/share/man/man4/pcib.4
  head/share/man/man4/pcic.4
  head/share/man/man4/ufm.4
  head/share/man/man5/os-release.5
  head/stand/common/paths.h
  head/stand/common/zfs_cmd.c
  head/stand/liblua/float.h
  head/stand/liblua/locale.h
  head/stand/liblua/math.h
  head/stand/libsa/uuid_from_string.c
  head/stand/libsa/uuid_to_string.c
  head/sys/amd64/include/_bus.h
  head/sys/arm/allwinner/a10_ahci.c
  head/sys/arm/conf/genboardid.awk
  head/sys/arm/include/_bus.h
  head/sys/arm/include/atags.h
  head/sys/arm/include/board.h
  head/sys/arm/xilinx/uart_dev_cdnc.c
  head/sys/arm64/include/_bus.h
  head/sys/cam/mmc/mmc_da.c
  head/sys/dev/cardbus/cardbus.c
  head/sys/dev/cardbus/cardbus_cis.c
  head/sys/dev/cardbus/cardbus_device.c
  head/sys/dev/cardbus/cardbusvar.h
  head/sys/dev/exca/exca.c
  head/sys/dev/exca/excareg.h
  head/sys/dev/exca/excavar.h
  head/sys/dev/fdc/fdc_isa.c
  head/sys/dev/fdc/fdc_pccard.c
  head/sys/dev/fdc/fdcvar.h
  head/sys/dev/flash/at45d.c
  head/sys/dev/flash/mx25l.c
  head/sys/dev/flash/n25q.c
  head/sys/dev/iicbus/icee.c
  head/sys/dev/mii/axphy.c
  head/sys/dev/mmc/bridge.h
  head/sys/dev/mmc/mmc.c
  head/sys/dev/mmc/mmc_private.h
  head/sys/dev/mmc/mmc_subr.c
  head/sys/dev/mmc/mmc_subr.h
  head/sys/dev/mmc/mmcbr_if.m
  head/sys/dev/mmc/mmcbrvar.h
  head/sys/dev/mmc/mmcbus_if.m
  head/sys/dev/mmc/mmcreg.h
  head/sys/dev/mmc/mmcsd.c
  head/sys/dev/mmc/mmcvar.h
  head/sys/dev/ow/ow.c
  head/sys/dev/ow/ow.h
  head/sys/dev/ow/ow_temp.c
  head/sys/dev/ow/owc_gpiobus.c
  head/sys/dev/ow/owll.h
  head/sys/dev/ow/owll_if.m
  head/sys/dev/ow/own.h
  head/sys/dev/ow/own_if.m
  head/sys/dev/pccard/card_if.m
  head/sys/dev/pccard/pccard_device.c
  head/sys/dev/pccard/pccardvarp.h
  head/sys/dev/pccard/power_if.m
  head/sys/dev/pccbb/pccbb.c
  head/sys/dev/pccbb/pccbb_isa.c
  head/sys/dev/pccbb/pccbb_pci.c
  head/sys/dev/pccbb/pccbbdevid.h
  head/sys/dev/pccbb/pccbbvar.h
  head/sys/dev/puc/puc_pci.c
  head/sys/dev/sdhci/sdhci_if.m
  head/sys/dev/spibus/spi.h
  head/sys/dev/spibus/spibus.c
  head/sys/dev/spibus/spibus_if.m
  head/sys/dev/spibus/spibusvar.h
  head/sys/dev/uart/uart_bus_acpi.c
  head/sys/dev/uart/uart_bus_isa.c
  head/sys/dev/uart/uart_bus_pccard.c
  head/sys/dev/uart/uart_bus_pci.c
  head/sys/dev/uart/uart_bus_puc.c
  head/sys/dev/usb/controller/generic_ohci.c
  head/sys/dev/usb/misc/ufm.c
  head/sys/dev/usb/serial/ufoma.c
  head/sys/dev/usb/serial/umodem.c
  head/sys/dev/usb/ufm_ioctl.h
  head/sys/dev/wi/if_wivar.h
  head/sys/i386/include/_bus.h
  head/sys/mips/cavium/uart_cpu_octeonusart.c
  head/sys/mips/include/_bus.h
  head/sys/mips/include/elf.h
  head/sys/mips/mips/ptrace_machdep.c
  head/sys/powerpc/include/_bus.h
  head/sys/riscv/include/_bus.h
  head/sys/sparc64/include/_bus.h
  head/tools/tools/git/git-svn-rebase
  head/tools/tools/nanobsd/dhcpd/common
  head/tools/tools/nanobsd/dhcpd/os-base
  head/tools/tools/nanobsd/embedded/beaglebone.cfg
  head/tools/tools/nanobsd/embedded/common
  head/tools/tools/nanobsd/embedded/i386.cfg
  head/tools/tools/nanobsd/embedded/pandaboard.cfg
  head/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg
  head/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg
  head/tools/tools/nanobsd/embedded/qemu-amd64.cfg
  head/tools/tools/nanobsd/embedded/qemu-armv7.cfg
  head/tools/tools/nanobsd/embedded/qemu-i386.cfg
  head/tools/tools/nanobsd/embedded/qemu-mips.cfg
  head/tools/tools/nanobsd/embedded/qemu-mips64.cfg
  head/tools/tools/nanobsd/embedded/qemu-powerpc.cfg
  head/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg
  head/tools/tools/nanobsd/embedded/qemu-sparc64.cfg
  head/tools/tools/nanobsd/embedded/rpi.cfg
  head/tools/tools/nanobsd/embedded/rpi2.cfg
  head/tools/tools/nanobsd/embedded/rpi3.cfg
  head/tools/tools/nanobsd/legacy.sh
  head/tools/tools/nanobsd/mtree-dedup.awk
  head/usr.sbin/dumpcis/dumpcis.8
  head/usr.sbin/dumpcis/main.c

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/UPDATING	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2120,7 +2120,7 @@ to fetch an UPDATING file from an older FreeBSD releas
 
 Copyright information:
 
-Copyright 1998-2009 M. Warner Losh.
+Copyright 1998-2009 M. Warner Losh <imp at FreeBSD.org>
 
 Redistribution, publication, translation and use, with or without
 modification, in full or in part, in any form or format of this

Modified: head/lib/libc/stdlib/reallocf.c
==============================================================================
--- head/lib/libc/stdlib/reallocf.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/stdlib/reallocf.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 1998, M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 1998 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/compat-ino64.h
==============================================================================
--- head/lib/libc/sys/compat-ino64.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/compat-ino64.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/fstat.c
==============================================================================
--- head/lib/libc/sys/fstat.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/fstat.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/fstatat.c
==============================================================================
--- head/lib/libc/sys/fstatat.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/fstatat.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/fstatfs.c
==============================================================================
--- head/lib/libc/sys/fstatfs.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/fstatfs.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/getdirentries.c
==============================================================================
--- head/lib/libc/sys/getdirentries.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/getdirentries.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/getfsstat.c
==============================================================================
--- head/lib/libc/sys/getfsstat.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/getfsstat.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/lstat.c
==============================================================================
--- head/lib/libc/sys/lstat.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/lstat.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,6 @@
 /*-
+ * Copyright (c) 2012 Gleb Kurtsou <gleb at FreeBSD.org> All rights reserved.
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * Copyright (c) 2012 Gleb Kurtsou <gleb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/stat.c
==============================================================================
--- head/lib/libc/sys/stat.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/stat.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,6 @@
 /*-
+ * Copyright (c) 2012 Gleb Kurtsou <gleb at FreeBSD.org> All rights reserved.
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * Copyright (c) 2012 Gleb Kurtsou <gleb at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/lib/libc/sys/statfs.c
==============================================================================
--- head/lib/libc/sys/statfs.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/lib/libc/sys/statfs.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 M. Warner Losh <imp at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/libexec/rc/rc.d/devmatch
==============================================================================
--- head/libexec/rc/rc.d/devmatch	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/libexec/rc/rc.d/devmatch	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (c) 2018 M. Warner Losh
+# Copyright (c) 2018 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/libexec/talkd/extern.h
==============================================================================
--- head/libexec/talkd/extern.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/libexec/talkd/extern.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sbin/devd/devd.8
==============================================================================
--- head/sbin/devd/devd.8	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/devd.8	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002 M. Warner Losh.
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/sbin/devd/devd.cc
==============================================================================
--- head/sbin/devd/devd.cc	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/devd.cc	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2010 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2002-2010 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sbin/devd/devd.conf.5
==============================================================================
--- head/sbin/devd/devd.conf.5	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/devd.conf.5	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/sbin/devd/devd.h
==============================================================================
--- head/sbin/devd/devd.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/devd.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -3,8 +3,7 @@
  *
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh <imp at freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sbin/devd/devd.hh
==============================================================================
--- head/sbin/devd/devd.hh	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/devd.hh	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2003 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2002-2003 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sbin/devd/parse.y
==============================================================================
--- head/sbin/devd/parse.y	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/parse.y	Wed Dec  4 16:56:11 2019	(r355394)
@@ -4,8 +4,7 @@
  *
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh <imp at freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sbin/devd/token.l
==============================================================================
--- head/sbin/devd/token.l	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sbin/devd/token.l	Wed Dec  4 16:56:11 2019	(r355394)
@@ -4,8 +4,7 @@
  *
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh <imp at freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/share/man/man4/cardbus.4
==============================================================================
--- head/share/man/man4/cardbus.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/cardbus.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/devctl.4
==============================================================================
--- head/share/man/man4/devctl.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/devctl.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/exca.4
==============================================================================
--- head/share/man/man4/exca.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/exca.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2003 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2003 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/iic.4
==============================================================================
--- head/share/man/man4/iic.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/iic.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
-.\" Copyright (c) 2006, M. Warner Losh
-.\" Copyright (c) 1998, Nicolas Souchu
-.\" All rights reserved.
+.\" Copyright (c) 1998, Nicolas Souchu All rights reserved.
+.\" Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/mmc.4
==============================================================================
--- head/share/man/man4/mmc.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/mmc.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2007 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2007 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/mmcsd.4
==============================================================================
--- head/share/man/man4/mmcsd.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/mmcsd.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2007 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2007 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/ow.4
==============================================================================
--- head/share/man/man4/ow.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/ow.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2015 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/ow_temp.4
==============================================================================
--- head/share/man/man4/ow_temp.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/ow_temp.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2015 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/owc.4
==============================================================================
--- head/share/man/man4/owc.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/owc.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2015 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/pccard.4
==============================================================================
--- head/share/man/man4/pccard.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/pccard.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/pccbb.4
==============================================================================
--- head/share/man/man4/pccbb.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/pccbb.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2002-2003 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002-2003 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/pcib.4
==============================================================================
--- head/share/man/man4/pcib.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/pcib.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2008 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2008 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/pcic.4
==============================================================================
--- head/share/man/man4/pcic.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/pcic.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 .\"
-.\" Copyright (c) 2001, 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2001-2002 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/ufm.4
==============================================================================
--- head/share/man/man4/ufm.4	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man4/ufm.4	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,5 +1,4 @@
-.\" Copyright (c) 2003 M. Warner Losh
-.\" 	<imp at FreeBSD.org>. All rights reserved.
+.\" Copyright (c) 2003 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man5/os-release.5
==============================================================================
--- head/share/man/man5/os-release.5	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/share/man/man5/os-release.5	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 2019 M. Warner Losh.
+.\"
+.\" Copyright (c) 2019 M. Warner Losh <imp at FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/stand/common/paths.h
==============================================================================
--- head/stand/common/paths.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/common/paths.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2016 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2016 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/common/zfs_cmd.c
==============================================================================
--- head/stand/common/zfs_cmd.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/common/zfs_cmd.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2018 M. Warner Losh <imp at freebd.org>
+ * Copyright (c) 2018 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/liblua/float.h
==============================================================================
--- head/stand/liblua/float.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/liblua/float.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/liblua/locale.h
==============================================================================
--- head/stand/liblua/locale.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/liblua/locale.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/liblua/math.h
==============================================================================
--- head/stand/liblua/math.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/liblua/math.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/libsa/uuid_from_string.c
==============================================================================
--- head/stand/libsa/uuid_from_string.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/libsa/uuid_from_string.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/stand/libsa/uuid_to_string.c
==============================================================================
--- head/stand/libsa/uuid_to_string.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/stand/libsa/uuid_to_string.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/amd64/include/_bus.h
==============================================================================
--- head/sys/amd64/include/_bus.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/amd64/include/_bus.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/allwinner/a10_ahci.c
==============================================================================
--- head/sys/arm/allwinner/a10_ahci.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/allwinner/a10_ahci.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,6 @@
 /*-
- * Copyright (c) 2014-2015 M. Warner Losh <imp at freebsd.org>
- * Copyright (c) 2015 Luiz Otavio O Souza <loos at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 Luiz Otavio O Souza <loos at freebsd.org> All rights reserved.
+ * Copyright (c) 2014-2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/conf/genboardid.awk
==============================================================================
--- head/sys/arm/conf/genboardid.awk	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/conf/genboardid.awk	Wed Dec  4 16:56:11 2019	(r355394)
@@ -4,7 +4,7 @@
 #-
 # SPDX-License-Identifier: BSD-2-Clause-FreeBSD
 #
-# Copyright (c) 2012 M. Warner Losh.
+# Copyright (c) 2012 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/_bus.h
==============================================================================
--- head/sys/arm/include/_bus.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/include/_bus.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/atags.h
==============================================================================
--- head/sys/arm/include/atags.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/include/atags.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 M. Warner Losh.
+ * Copyright (c) 2012 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/board.h
==============================================================================
--- head/sys/arm/include/board.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/include/board.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 M. Warner Losh.
+ * Copyright (c) 2012 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/xilinx/uart_dev_cdnc.c
==============================================================================
--- head/sys/arm/xilinx/uart_dev_cdnc.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm/xilinx/uart_dev_cdnc.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,10 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh
- * Copyright (c) 2005 Olivier Houchard
- * Copyright (c) 2012 Thomas Skibo
- * All rights reserved.
+ * Copyright (c) 2005 Olivier Houchard All rights reserved.
+ * Copyright (c) 2012 Thomas Skibo All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm64/include/_bus.h
==============================================================================
--- head/sys/arm64/include/_bus.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/arm64/include/_bus.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2005 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/cam/mmc/mmc_da.c
==============================================================================
--- head/sys/cam/mmc/mmc_da.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/cam/mmc/mmc_da.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,11 +1,10 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 Bernd Walter <tisco at FreeBSD.org>
+ * Copyright (c) 2006 Bernd Walter <tisco at FreeBSD.org> All rights reserved.
+ * Copyright (c) 2009 Alexander Motin <mav at FreeBSD.org> All rights reserved.
+ * Copyright (c) 2015-2017 Ilya Bakulin <kibab at FreeBSD.org> All rights reserved.
  * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
- * Copyright (c) 2009 Alexander Motin <mav at FreeBSD.org>
- * Copyright (c) 2015-2017 Ilya Bakulin <kibab at FreeBSD.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/cardbus/cardbus.c
==============================================================================
--- head/sys/dev/cardbus/cardbus.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/cardbus/cardbus.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2,8 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2000,2001 Jonathan Chen.  All rights reserved.
- *
- * Copyright (c) 2003-2008 M. Warner Losh.
+ * Copyright (c) 2003-2008 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/cardbus/cardbus_cis.c
==============================================================================
--- head/sys/dev/cardbus/cardbus_cis.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/cardbus/cardbus_cis.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005-2008, M. Warner Losh
- * Copyright (c) 2000,2001 Jonathan Chen.
- * All rights reserved.
+ * Copyright (c) 2000,2001 Jonathan Chen All rights reserved.
+ * Copyright (c) 2005-2008 M. Warner Losh <imp at FreeBSD.org>
+ * 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/cardbus/cardbus_device.c
==============================================================================
--- head/sys/dev/cardbus/cardbus_device.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/cardbus/cardbus_device.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005-2008, M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2005-2008 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/cardbus/cardbusvar.h
==============================================================================
--- head/sys/dev/cardbus/cardbusvar.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/cardbus/cardbusvar.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,8 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2008, M. Warner Losh
- * Copyright (c) 2000,2001 Jonathan Chen.
- * All rights reserved.
+ * Copyright (c) 2000,2001 Jonathan Chen. All rights reserved.
+ * Copyright (c) 2008 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/exca/exca.c
==============================================================================
--- head/sys/dev/exca/exca.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/exca/exca.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2005 M. Warner Losh.
+ * Copyright (c) 2002-2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/exca/excareg.h
==============================================================================
--- head/sys/dev/exca/excareg.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/exca/excareg.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -4,7 +4,7 @@
 /*-
  * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/exca/excavar.h
==============================================================================
--- head/sys/dev/exca/excavar.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/exca/excavar.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -3,7 +3,7 @@
 /*-
  * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002 M. Warner Losh.
+ * Copyright (c) 2002 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/fdc/fdc_isa.c
==============================================================================
--- head/sys/dev/fdc/fdc_isa.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/fdc/fdc_isa.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2004-2005 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2004-2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/fdc/fdc_pccard.c
==============================================================================
--- head/sys/dev/fdc/fdc_pccard.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/fdc/fdc_pccard.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2004-2005 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2004-2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/fdc/fdcvar.h
==============================================================================
--- head/sys/dev/fdc/fdcvar.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/fdc/fdcvar.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2004-2005 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2004-2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/flash/at45d.c
==============================================================================
--- head/sys/dev/flash/at45d.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/flash/at45d.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,11 +1,10 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh
- * Copyright (c) 2011-2012 Ian Lepore
- * Copyright (c) 2012 Marius Strobl <marius at FreeBSD.org>
- * All rights reserved.
- *
+ * Copyright (c) 2011-2012 Ian Lepore All rights reserved.
+ * Copyright (c) 2012 Marius Strobl <marius at FreeBSD.org> All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
+
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/flash/mx25l.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,9 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2009 Oleksandr Tymoshenko.  All rights reserved.
  * Copyright (c) 2018 Ian Lepore.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/flash/n25q.c
==============================================================================
--- head/sys/dev/flash/n25q.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/flash/n25q.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,8 @@
 /*-
- * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2009 Oleksandr Tymoshenko.  All rights reserved.
  * Copyright (c) 2017 Ruslan Bukin <br at bsdpad.com>
  * Copyright (c) 2018 Ian Lepore.  All rights reserved.
- * All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * This software was developed by SRI International and the University of
  * Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237

Modified: head/sys/dev/iicbus/icee.c
==============================================================================
--- head/sys/dev/iicbus/icee.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/iicbus/icee.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mii/axphy.c
==============================================================================
--- head/sys/dev/mii/axphy.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mii/axphy.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2009, M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2009 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/bridge.h
==============================================================================
--- head/sys/dev/mmc/bridge.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/bridge.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmc.c
==============================================================================
--- head/sys/dev/mmc/mmc.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmc.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  * Copyright (c) 2017 Marius Strobl <marius at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/mmc/mmc_private.h
==============================================================================
--- head/sys/dev/mmc/mmc_private.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmc_private.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmc_subr.c
==============================================================================
--- head/sys/dev/mmc/mmc_subr.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmc_subr.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmc_subr.h
==============================================================================
--- head/sys/dev/mmc/mmc_subr.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmc_subr.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmcbr_if.m
==============================================================================
--- head/sys/dev/mmc/mmcbr_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcbr_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 2006 M. Warner Losh
-# All rights reserved.
+# Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmcbrvar.h
==============================================================================
--- head/sys/dev/mmc/mmcbrvar.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcbrvar.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmcbus_if.m
==============================================================================
--- head/sys/dev/mmc/mmcbus_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcbus_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 2006 M. Warner Losh
-# All rights reserved.
+# Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/mmc/mmcreg.h
==============================================================================
--- head/sys/dev/mmc/mmcreg.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcreg.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  * Copyright (c) 2017 Marius Strobl <marius at FreeBSD.org>
  * Copyright (c) 2015-2016 Ilya Bakulin <kibab at FreeBSD.org>
  *

Modified: head/sys/dev/mmc/mmcsd.c
==============================================================================
--- head/sys/dev/mmc/mmcsd.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcsd.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  * Copyright (c) 2017 Marius Strobl <marius at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/mmc/mmcvar.h
==============================================================================
--- head/sys/dev/mmc/mmcvar.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/mmc/mmcvar.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.
+ * Copyright (c) 2006 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/ow.c
==============================================================================
--- head/sys/dev/ow/ow.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/ow.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/ow.h
==============================================================================
--- head/sys/dev/ow/ow.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/ow.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/ow_temp.c
==============================================================================
--- head/sys/dev/ow/ow_temp.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/ow_temp.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/owc_gpiobus.c
==============================================================================
--- head/sys/dev/ow/owc_gpiobus.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/owc_gpiobus.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/owll.h
==============================================================================
--- head/sys/dev/ow/owll.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/owll.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/owll_if.m
==============================================================================
--- head/sys/dev/ow/owll_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/owll_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
-# All rights reserved.
+# Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/own.h
==============================================================================
--- head/sys/dev/ow/own.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/own.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/ow/own_if.m
==============================================================================
--- head/sys/dev/ow/own_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/ow/own_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 2015 M. Warner Losh <imp at freebsd.org>
-# All rights reserved.
+# Copyright (c) 2015 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccard/card_if.m
==============================================================================
--- head/sys/dev/pccard/card_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccard/card_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 1999 M. Warner Losh.
-# All rights reserved.
+# Copyright (c) 1999 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccard/pccard_device.c
==============================================================================
--- head/sys/dev/pccard/pccard_device.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccard/pccard_device.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005, M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccard/pccardvarp.h
==============================================================================
--- head/sys/dev/pccard/pccardvarp.h	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccard/pccardvarp.h	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005, M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccard/power_if.m
==============================================================================
--- head/sys/dev/pccard/power_if.m	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccard/power_if.m	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,6 +1,5 @@
 #-
-# Copyright (c) 1999 M. Warner Losh.
-# All rights reserved.
+# Copyright (c) 1999 M. Warner Losh <imp at FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccbb/pccbb.c
==============================================================================
--- head/sys/dev/pccbb/pccbb.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccbb/pccbb.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,8 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2004 M. Warner Losh.
- * Copyright (c) 2000-2001 Jonathan Chen.
- * All rights reserved.
+ * Copyright (c) 2000-2001 Jonathan Chen All rights reserved.
+ * Copyright (c) 2002-2004 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccbb/pccbb_isa.c
==============================================================================
--- head/sys/dev/pccbb/pccbb_isa.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccbb/pccbb_isa.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2004 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2002-2004 M. Warner Losh <imp at FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pccbb/pccbb_pci.c
==============================================================================
--- head/sys/dev/pccbb/pccbb_pci.c	Wed Dec  4 16:55:55 2019	(r355393)
+++ head/sys/dev/pccbb/pccbb_pci.c	Wed Dec  4 16:56:11 2019	(r355394)
@@ -1,9 +1,8 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2002-2004 M. Warner Losh.
- * Copyright (c) 2000-2001 Jonathan Chen.
- * All rights reserved.
+ * Copyright (c) 2000-2001 Jonathan Chen All rights reserved.

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-all mailing list