From 4056e4727bfd7cef421e47231422f228d7b88f1e Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 1 May 2018 16:29:22 +0000 Subject: [PATCH] Use M. Warner Losh everywhere on my copyrights. Remove 'All Rights Reserved' where I can. --- etc/rc.d/devmatch | 3 +-- share/man/man4/sn.4 | 3 +-- stand/common/zfs_cmd.c | 3 +-- stand/liblua/float.h | 3 +-- stand/liblua/locale.h | 3 +-- stand/liblua/math.h | 3 +-- sys/dev/exca/exca.c | 2 +- sys/dev/exca/excareg.h | 2 +- sys/dev/exca/excavar.h | 2 +- sys/dev/iicbus/icee.c | 2 +- sys/dev/nand/nfc_at91.h | 3 +-- sys/dev/pccbb/pccbbvar.h | 2 +- tools/tools/nanobsd/dhcpd/common | 2 +- tools/tools/nanobsd/dhcpd/os-base | 2 +- tools/tools/nanobsd/embedded/beaglebone.cfg | 2 +- tools/tools/nanobsd/embedded/common | 2 +- tools/tools/nanobsd/embedded/i386.cfg | 2 +- tools/tools/nanobsd/embedded/pandaboard.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-amd64.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-armv7.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-i386.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-mips.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-mips64.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-powerpc.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-powerpc64.cfg | 2 +- tools/tools/nanobsd/embedded/qemu-sparc64.cfg | 2 +- tools/tools/nanobsd/embedded/rpi.cfg | 2 +- tools/tools/nanobsd/embedded/rpi2.cfg | 2 +- tools/tools/nanobsd/embedded/rpi3.cfg | 2 +- tools/tools/nanobsd/embedded/sam9260ek.cfg | 2 +- tools/tools/nanobsd/embedded/sam9g20ek.cfg | 2 +- 33 files changed, 33 insertions(+), 40 deletions(-) diff --git a/etc/rc.d/devmatch b/etc/rc.d/devmatch index 8bcde70702b5..d8f83e6bb584 100755 --- a/etc/rc.d/devmatch +++ b/etc/rc.d/devmatch @@ -1,7 +1,6 @@ #!/bin/sh -# Copyright (c) 2018 Warner Losh -# All rights reserved. +# Copyright (c) 2018 M. Warner Losh # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/share/man/man4/sn.4 b/share/man/man4/sn.4 index f8605368b20f..28dbdcce3c9e 100644 --- a/share/man/man4/sn.4 +++ b/share/man/man4/sn.4 @@ -1,6 +1,5 @@ .\" -.\" Copyright (c) 2000 Warner Losh -.\" All rights reserved. +.\" Copyright (c) 2000 M. Warner Losh .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/stand/common/zfs_cmd.c b/stand/common/zfs_cmd.c index ae5a4b1a9377..eca560bbfda9 100644 --- a/stand/common/zfs_cmd.c +++ b/stand/common/zfs_cmd.c @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2018 Warner Losh - * All rights reserved. + * Copyright (c) 2018 M. Warner Losh * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/stand/liblua/float.h b/stand/liblua/float.h index fa6995113807..c37bbaa29f01 100644 --- a/stand/liblua/float.h +++ b/stand/liblua/float.h @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2018 M Warner Losh - * All rights reserved. + * Copyright (c) 2018 M. Warner Losh * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/stand/liblua/locale.h b/stand/liblua/locale.h index 787dbd73c352..d08220258214 100644 --- a/stand/liblua/locale.h +++ b/stand/liblua/locale.h @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2018 M Warner Losh - * All rights reserved. + * Copyright (c) 2018 M. Warner Losh * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/stand/liblua/math.h b/stand/liblua/math.h index 1e6d2dd1db8b..8d95a6ebc560 100644 --- a/stand/liblua/math.h +++ b/stand/liblua/math.h @@ -1,6 +1,5 @@ /*- - * Copyright (c) 2018 M Warner Losh - * All rights reserved. + * Copyright (c) 2018 M. Warner Losh * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 899375bce733..060e0a548c95 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD * - * Copyright (c) 2002-2005 M Warner Losh. All rights reserved. + * Copyright (c) 2002-2005 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index 0cb419d6d9a7..547d53122f8a 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -4,7 +4,7 @@ /*- * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD * - * Copyright (c) 2002 M Warner Losh. All rights reserved. + * Copyright (c) 2002 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index c4a8a556bbb9..4e0fa61e727d 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -3,7 +3,7 @@ /*- * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD * - * Copyright (c) 2002 M Warner Losh. All rights reserved. + * Copyright (c) 2002 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/iicbus/icee.c b/sys/dev/iicbus/icee.c index df67261048b9..d3472d17eab6 100644 --- a/sys/dev/iicbus/icee.c +++ b/sys/dev/iicbus/icee.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2006 Warner Losh. All rights reserved. + * Copyright (c) 2006 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/nand/nfc_at91.h b/sys/dev/nand/nfc_at91.h index f12b764468c9..42f140163eae 100644 --- a/sys/dev/nand/nfc_at91.h +++ b/sys/dev/nand/nfc_at91.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (C) 2014 Warner Losh. - * All rights reserved. + * Copyright (C) 2014 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 3e1f56a4e823..400e466b0779 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2003-2004 Warner Losh. + * Copyright (c) 2003-2004 M. Warner Losh. * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common index 685435692bdf..635b8d7b9154 100644 --- a/tools/tools/nanobsd/dhcpd/common +++ b/tools/tools/nanobsd/dhcpd/common @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2014 Warner Losh. All Rights Reserved. +# Copyright (c) 2014 M. Warner Losh. # Copyright (c) 2010 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/dhcpd/os-base b/tools/tools/nanobsd/dhcpd/os-base index 10e1a8fb3332..bb6b48edf030 100644 --- a/tools/tools/nanobsd/dhcpd/os-base +++ b/tools/tools/nanobsd/dhcpd/os-base @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2014 Warner Losh. All Rights Reserved. +# Copyright (c) 2014 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/beaglebone.cfg b/tools/tools/nanobsd/embedded/beaglebone.cfg index 6bee7f334500..e82d4a1466c2 100644 --- a/tools/tools/nanobsd/embedded/beaglebone.cfg +++ b/tools/tools/nanobsd/embedded/beaglebone.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 33263fc60b38..4d3085883e87 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/i386.cfg b/tools/tools/nanobsd/embedded/i386.cfg index 7fd9a5282acd..8ce6d89c8035 100644 --- a/tools/tools/nanobsd/embedded/i386.cfg +++ b/tools/tools/nanobsd/embedded/i386.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/pandaboard.cfg b/tools/tools/nanobsd/embedded/pandaboard.cfg index 4684bb68cf34..356614c5097c 100644 --- a/tools/tools/nanobsd/embedded/pandaboard.cfg +++ b/tools/tools/nanobsd/embedded/pandaboard.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2016 Warner Losh. All Rights Reserved. +# Copyright (c) 2016 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg b/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg index c8c48aaae207..ac12d60e7a17 100644 --- a/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg +++ b/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg b/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg index 7e8f59553fdc..9834726e334f 100644 --- a/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg +++ b/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-amd64.cfg b/tools/tools/nanobsd/embedded/qemu-amd64.cfg index d4f7fe75a787..94420e375dbc 100644 --- a/tools/tools/nanobsd/embedded/qemu-amd64.cfg +++ b/tools/tools/nanobsd/embedded/qemu-amd64.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-armv7.cfg b/tools/tools/nanobsd/embedded/qemu-armv7.cfg index aa98779725e0..1e72f4fb1d38 100644 --- a/tools/tools/nanobsd/embedded/qemu-armv7.cfg +++ b/tools/tools/nanobsd/embedded/qemu-armv7.cfg @@ -2,7 +2,7 @@ #- # Copyright (c) 2016 Andrew Turner. All Rights Reserved. -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-i386.cfg b/tools/tools/nanobsd/embedded/qemu-i386.cfg index 96ce026d48cf..9f777d2c1e7f 100644 --- a/tools/tools/nanobsd/embedded/qemu-i386.cfg +++ b/tools/tools/nanobsd/embedded/qemu-i386.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-mips.cfg b/tools/tools/nanobsd/embedded/qemu-mips.cfg index 9242b8974917..01f86f872036 100644 --- a/tools/tools/nanobsd/embedded/qemu-mips.cfg +++ b/tools/tools/nanobsd/embedded/qemu-mips.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-mips64.cfg b/tools/tools/nanobsd/embedded/qemu-mips64.cfg index 69fff3af3945..b5574defae3d 100644 --- a/tools/tools/nanobsd/embedded/qemu-mips64.cfg +++ b/tools/tools/nanobsd/embedded/qemu-mips64.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-powerpc.cfg b/tools/tools/nanobsd/embedded/qemu-powerpc.cfg index effdd4b6dac6..124eb71a355c 100644 --- a/tools/tools/nanobsd/embedded/qemu-powerpc.cfg +++ b/tools/tools/nanobsd/embedded/qemu-powerpc.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg b/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg index 525afc6402cf..20561cfbeca7 100644 --- a/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg +++ b/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/qemu-sparc64.cfg b/tools/tools/nanobsd/embedded/qemu-sparc64.cfg index d5b565d9da2a..748894523c50 100644 --- a/tools/tools/nanobsd/embedded/qemu-sparc64.cfg +++ b/tools/tools/nanobsd/embedded/qemu-sparc64.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/rpi.cfg b/tools/tools/nanobsd/embedded/rpi.cfg index 25304e44629d..bed07fe279e0 100644 --- a/tools/tools/nanobsd/embedded/rpi.cfg +++ b/tools/tools/nanobsd/embedded/rpi.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/rpi2.cfg b/tools/tools/nanobsd/embedded/rpi2.cfg index 5d63c5b87962..410eacd423b2 100644 --- a/tools/tools/nanobsd/embedded/rpi2.cfg +++ b/tools/tools/nanobsd/embedded/rpi2.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/rpi3.cfg b/tools/tools/nanobsd/embedded/rpi3.cfg index 1379aa2d651a..982d69db2a9a 100644 --- a/tools/tools/nanobsd/embedded/rpi3.cfg +++ b/tools/tools/nanobsd/embedded/rpi3.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/sam9260ek.cfg b/tools/tools/nanobsd/embedded/sam9260ek.cfg index 50bbf1dd2d60..da3225ca1c37 100644 --- a/tools/tools/nanobsd/embedded/sam9260ek.cfg +++ b/tools/tools/nanobsd/embedded/sam9260ek.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/tools/nanobsd/embedded/sam9g20ek.cfg b/tools/tools/nanobsd/embedded/sam9g20ek.cfg index 6964e3f9850d..1cd5e974f784 100644 --- a/tools/tools/nanobsd/embedded/sam9g20ek.cfg +++ b/tools/tools/nanobsd/embedded/sam9g20ek.cfg @@ -1,7 +1,7 @@ # $FreeBSD$ #- -# Copyright (c) 2015 Warner Losh. All Rights Reserved. +# Copyright (c) 2015 M. Warner Losh. # Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. # # Redistribution and use in source and binary forms, with or without