Module Name: src Committed By: mrg Date: Sat Dec 11 19:24:22 UTC 2021
Modified Files: src/distrib/utils/embedded/files: creds_msdos src/external/bsd/libuuid_ul/lib/libuuid_ul: randutils.h src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch: mkcxxconfig_h.sh src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: mkcxxconfig_h.sh src/lib/libkvm: kvm_ia64.c src/lib/libpci: pci_drvname.c src/share/man/man4: usbnet.4 src/share/man/man4/man4.evbarm: rktsadc.4 src/share/man/man8: creds_msdos.8 src/share/man/man9: crashme.9 kernhist.9 usbd_status.9 usbdi.9 usbnet.9 src/sys/arch/arm/arm: arm_cpu_topology.c src/sys/arch/arm/dts: sun8i-a83t-cubietruck-plus.dts src/sys/arch/arm/include: cpu_topology.h src/sys/arch/arm/rockchip: rk_tsadc.c src/sys/arch/mips/include: stacktrace.h src/sys/arch/sparc/include: locore.h src/sys/arch/sparc64/sparc64: cache.c cache.h src/sys/compat/netbsd32: netbsd32_nfssvc.c src/sys/dev/raidframe: rf_compat32.c rf_compat32.h rf_compat80.c rf_compat80.h src/sys/dev/usb: usbhist.h usbnet.c usbnet.h src/sys/uvm: uvm_stat.h src/tests/usr.bin/cc: t_libgomp.sh src/usr.bin/ldd: ldd.h src/usr.sbin/cpuctl/arch: sparc.c sparc64.c src/usr.sbin/crash/arch: mips.c Log Message: remove clause 3 from all my licenses that aren't conflicting with another copyright claim line. again. (i did this in 2008 and then did not update all of my personal templates.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embedded/files/creds_msdos cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h cvs rdiff -u -r1.7 -r1.8 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh cvs rdiff -u -r1.2 -r1.3 src/lib/libkvm/kvm_ia64.c cvs rdiff -u -r1.2 -r1.3 src/lib/libpci/pci_drvname.c cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/usbnet.4 cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.evbarm/rktsadc.4 cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/creds_msdos.8 cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/crashme.9 cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/kernhist.9 cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/usbd_status.9 cvs rdiff -u -r1.35 -r1.36 src/share/man/man9/usbdi.9 cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/usbnet.9 cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/arm_cpu_topology.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/include/cpu_topology.h cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/rockchip/rk_tsadc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/include/stacktrace.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc/include/locore.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc64/sparc64/cache.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sparc64/sparc64/cache.h cvs rdiff -u -r1.8 -r1.9 src/sys/compat/netbsd32/netbsd32_nfssvc.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/raidframe/rf_compat32.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/raidframe/rf_compat32.h \ src/sys/dev/raidframe/rf_compat80.h cvs rdiff -u -r1.15 -r1.16 src/sys/dev/raidframe/rf_compat80.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/usbhist.h cvs rdiff -u -r1.42 -r1.43 src/sys/dev/usb/usbnet.c cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/usbnet.h cvs rdiff -u -r1.55 -r1.56 src/sys/uvm/uvm_stat.h cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cc/t_libgomp.sh cvs rdiff -u -r1.8 -r1.9 src/usr.bin/ldd/ldd.h cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/cpuctl/arch/sparc.c \ src/usr.sbin/cpuctl/arch/sparc64.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/crash/arch/mips.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/embedded/files/creds_msdos diff -u src/distrib/utils/embedded/files/creds_msdos:1.4 src/distrib/utils/embedded/files/creds_msdos:1.5 --- src/distrib/utils/embedded/files/creds_msdos:1.4 Sat Oct 5 09:25:11 2019 +++ src/distrib/utils/embedded/files/creds_msdos Sat Dec 11 19:24:18 2021 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: creds_msdos,v 1.4 2019/10/05 09:25:11 mlelstv Exp $ +# $NetBSD: creds_msdos,v 1.5 2021/12/11 19:24:18 mrg Exp $ # # Copyright (c) 2019 Matthew R. Green # All rights reserved. @@ -13,8 +13,6 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h diff -u src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h:1.1 src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h:1.2 --- src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h:1.1 Thu Mar 7 03:53:51 2019 +++ src/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h Sat Dec 11 19:24:18 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: randutils.h,v 1.1 2019/03/07 03:53:51 mrg Exp $ */ +/* $NetBSD: randutils.h,v 1.2 2021/12/11 19:24:18 mrg Exp $ */ /* * Copyright (c) 2019 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.7 src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.8 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.7 Fri Apr 9 23:15:48 2021 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh Sat Dec 11 19:24:19 2021 @@ -11,8 +11,6 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -36,12 +34,12 @@ emit_intro() { cat <<'__EOH1__' -/* $NetBSD: mkcxxconfig_h.sh,v 1.7 2021/04/09 23:15:48 mrg Exp $ */ +/* $NetBSD: mkcxxconfig_h.sh,v 1.8 2021/12/11 19:24:19 mrg Exp $ */ /* This file is automatically generated. DO NOT EDIT! */ __EOH1__ - netbsd_id=$(echo '$NetBSD: mkcxxconfig_h.sh,v 1.7 2021/04/09 23:15:48 mrg Exp $' | sed 's,[#$],,g;s,.*,&,') + netbsd_id=$(echo '$NetBSD: mkcxxconfig_h.sh,v 1.8 2021/12/11 19:24:19 mrg Exp $' | sed 's,[#$],,g;s,.*,&,') cat <<__EOH2__ /* Generated from: $netbsd_id */ Index: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh diff -u src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh:1.1 Sat Mar 1 10:00:47 2014 +++ src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh Sat Dec 11 19:24:19 2021 @@ -11,8 +11,6 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -36,12 +34,12 @@ emit_intro() { cat <<'__EOH1__' -/* $NetBSD: mkcxxconfig_h.sh,v 1.1 2014/03/01 10:00:47 mrg Exp $ */ +/* $NetBSD: mkcxxconfig_h.sh,v 1.2 2021/12/11 19:24:19 mrg Exp $ */ /* This file is automatically generated. DO NOT EDIT! */ __EOH1__ - netbsd_id=$(echo '$NetBSD: mkcxxconfig_h.sh,v 1.1 2014/03/01 10:00:47 mrg Exp $' | sed 's,[#$],,g;s,.*,&,') + netbsd_id=$(echo '$NetBSD: mkcxxconfig_h.sh,v 1.2 2021/12/11 19:24:19 mrg Exp $' | sed 's,[#$],,g;s,.*,&,') cat <<__EOH2__ /* Generated from: $netbsd_id */ Index: src/lib/libkvm/kvm_ia64.c diff -u src/lib/libkvm/kvm_ia64.c:1.2 src/lib/libkvm/kvm_ia64.c:1.3 --- src/lib/libkvm/kvm_ia64.c:1.2 Thu Jun 30 09:14:30 2016 +++ src/lib/libkvm/kvm_ia64.c Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: kvm_ia64.c,v 1.2 2016/06/30 09:14:30 mrg Exp $ */ +/* $NetBSD: kvm_ia64.c,v 1.3 2021/12/11 19:24:19 mrg Exp $ */ /* * Copyright (c) 2016 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/lib/libpci/pci_drvname.c diff -u src/lib/libpci/pci_drvname.c:1.2 src/lib/libpci/pci_drvname.c:1.3 --- src/lib/libpci/pci_drvname.c:1.2 Sat Sep 24 23:12:54 2016 +++ src/lib/libpci/pci_drvname.c Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_drvname.c,v 1.2 2016/09/24 23:12:54 mrg Exp $ */ +/* $NetBSD: pci_drvname.c,v 1.3 2021/12/11 19:24:19 mrg Exp $ */ /* * Copyright (c) 2014 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: pci_drvname.c,v 1.2 2016/09/24 23:12:54 mrg Exp $"); +__RCSID("$NetBSD: pci_drvname.c,v 1.3 2021/12/11 19:24:19 mrg Exp $"); #include <sys/types.h> #include <sys/ioctl.h> Index: src/share/man/man4/usbnet.4 diff -u src/share/man/man4/usbnet.4:1.5 src/share/man/man4/usbnet.4:1.6 --- src/share/man/man4/usbnet.4:1.5 Wed Jun 16 00:21:17 2021 +++ src/share/man/man4/usbnet.4 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbnet.4,v 1.5 2021/06/16 00:21:17 riastradh Exp $ +.\" $NetBSD: usbnet.4,v 1.6 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man4/man4.evbarm/rktsadc.4 diff -u src/share/man/man4/man4.evbarm/rktsadc.4:1.2 src/share/man/man4/man4.evbarm/rktsadc.4:1.3 --- src/share/man/man4/man4.evbarm/rktsadc.4:1.2 Thu Jun 6 09:42:45 2019 +++ src/share/man/man4/man4.evbarm/rktsadc.4 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: rktsadc.4,v 1.2 2019/06/06 09:42:45 wiz Exp $ +.\" $NetBSD: rktsadc.4,v 1.3 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man8/creds_msdos.8 diff -u src/share/man/man8/creds_msdos.8:1.1 src/share/man/man8/creds_msdos.8:1.2 --- src/share/man/man8/creds_msdos.8:1.1 Wed Jun 12 09:03:32 2019 +++ src/share/man/man8/creds_msdos.8 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: creds_msdos.8,v 1.1 2019/06/12 09:03:32 mrg Exp $ +.\" $NetBSD: creds_msdos.8,v 1.2 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man9/crashme.9 diff -u src/share/man/man9/crashme.9:1.3 src/share/man/man9/crashme.9:1.4 --- src/share/man/man9/crashme.9:1.3 Sat Dec 11 19:16:48 2021 +++ src/share/man/man9/crashme.9 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: crashme.9,v 1.3 2021/12/11 19:16:48 riastradh Exp $ +.\" $NetBSD: crashme.9,v 1.4 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man9/kernhist.9 diff -u src/share/man/man9/kernhist.9:1.9 src/share/man/man9/kernhist.9:1.10 --- src/share/man/man9/kernhist.9:1.9 Wed Nov 1 23:00:05 2017 +++ src/share/man/man9/kernhist.9 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: kernhist.9,v 1.9 2017/11/01 23:00:05 wiz Exp $ +.\" $NetBSD: kernhist.9,v 1.10 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2015 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man9/usbd_status.9 diff -u src/share/man/man9/usbd_status.9:1.2 src/share/man/man9/usbd_status.9:1.3 --- src/share/man/man9/usbd_status.9:1.2 Sun May 13 11:57:05 2012 +++ src/share/man/man9/usbd_status.9 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbd_status.9,v 1.2 2012/05/13 11:57:05 wiz Exp $ +.\" $NetBSD: usbd_status.9,v 1.3 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2012 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man9/usbdi.9 diff -u src/share/man/man9/usbdi.9:1.35 src/share/man/man9/usbdi.9:1.36 --- src/share/man/man9/usbdi.9:1.35 Thu Aug 27 14:14:00 2020 +++ src/share/man/man9/usbdi.9 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbdi.9,v 1.35 2020/08/27 14:14:00 fcambus Exp $ +.\" $NetBSD: usbdi.9,v 1.36 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2012 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/share/man/man9/usbnet.9 diff -u src/share/man/man9/usbnet.9:1.13 src/share/man/man9/usbnet.9:1.14 --- src/share/man/man9/usbnet.9:1.13 Fri Aug 28 16:07:49 2020 +++ src/share/man/man9/usbnet.9 Sat Dec 11 19:24:19 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbnet.9,v 1.13 2020/08/28 16:07:49 fcambus Exp $ +.\" $NetBSD: usbnet.9,v 1.14 2021/12/11 19:24:19 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/arch/arm/arm/arm_cpu_topology.c diff -u src/sys/arch/arm/arm/arm_cpu_topology.c:1.5 src/sys/arch/arm/arm/arm_cpu_topology.c:1.6 --- src/sys/arch/arm/arm/arm_cpu_topology.c:1.5 Sun Mar 29 08:27:41 2020 +++ src/sys/arch/arm/arm/arm_cpu_topology.c Sat Dec 11 19:24:20 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: arm_cpu_topology.c,v 1.5 2020/03/29 08:27:41 skrll Exp $ */ +/* $NetBSD: arm_cpu_topology.c,v 1.6 2021/12/11 19:24:20 mrg Exp $ */ /* * Copyright (c) 2020 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ #include "opt_multiprocessor.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arm_cpu_topology.c,v 1.5 2020/03/29 08:27:41 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arm_cpu_topology.c,v 1.6 2021/12/11 19:24:20 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts diff -u src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts:1.1 src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts:1.2 --- src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts:1.1 Fri May 3 02:36:17 2019 +++ src/sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts Sat Dec 11 19:24:20 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: sun8i-a83t-cubietruck-plus.dts,v 1.1 2019/05/03 02:36:17 mrg Exp $ */ +/* $NetBSD: sun8i-a83t-cubietruck-plus.dts,v 1.2 2021/12/11 19:24:20 mrg Exp $ */ /* * Copyright (c) 2019 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/arch/arm/include/cpu_topology.h diff -u src/sys/arch/arm/include/cpu_topology.h:1.2 src/sys/arch/arm/include/cpu_topology.h:1.3 --- src/sys/arch/arm/include/cpu_topology.h:1.2 Sat Feb 15 08:16:11 2020 +++ src/sys/arch/arm/include/cpu_topology.h Sat Dec 11 19:24:20 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu_topology.h,v 1.2 2020/02/15 08:16:11 skrll Exp $ */ +/* $NetBSD: cpu_topology.h,v 1.3 2021/12/11 19:24:20 mrg Exp $ */ /* * Copyright (c) 2020 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/arch/arm/rockchip/rk_tsadc.c diff -u src/sys/arch/arm/rockchip/rk_tsadc.c:1.15 src/sys/arch/arm/rockchip/rk_tsadc.c:1.16 --- src/sys/arch/arm/rockchip/rk_tsadc.c:1.15 Sat Nov 13 11:46:32 2021 +++ src/sys/arch/arm/rockchip/rk_tsadc.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rk_tsadc.c,v 1.15 2021/11/13 11:46:32 jmcneill Exp $ */ +/* $NetBSD: rk_tsadc.c,v 1.16 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2019 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rk_tsadc.c,v 1.15 2021/11/13 11:46:32 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rk_tsadc.c,v 1.16 2021/12/11 19:24:21 mrg Exp $"); /* * Driver for the TSADC temperature sensor monitor in RK3328 and RK3399. Index: src/sys/arch/mips/include/stacktrace.h diff -u src/sys/arch/mips/include/stacktrace.h:1.1 src/sys/arch/mips/include/stacktrace.h:1.2 --- src/sys/arch/mips/include/stacktrace.h:1.1 Sat Aug 15 07:42:07 2020 +++ src/sys/arch/mips/include/stacktrace.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: stacktrace.h,v 1.1 2020/08/15 07:42:07 mrg Exp $ */ +/* $NetBSD: stacktrace.h,v 1.2 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2020 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/arch/sparc/include/locore.h diff -u src/sys/arch/sparc/include/locore.h:1.1 src/sys/arch/sparc/include/locore.h:1.2 --- src/sys/arch/sparc/include/locore.h:1.1 Sun Jan 24 07:36:54 2021 +++ src/sys/arch/sparc/include/locore.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.h,v 1.1 2021/01/24 07:36:54 mrg Exp $ */ +/* $NetBSD: locore.h,v 1.2 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2021 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/arch/sparc64/sparc64/cache.c diff -u src/sys/arch/sparc64/sparc64/cache.c:1.11 src/sys/arch/sparc64/sparc64/cache.c:1.12 --- src/sys/arch/sparc64/sparc64/cache.c:1.11 Thu Jul 7 06:55:38 2016 +++ src/sys/arch/sparc64/sparc64/cache.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: cache.c,v 1.11 2016/07/07 06:55:38 msaitoh Exp $ */ +/* $NetBSD: cache.c,v 1.12 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2011 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -35,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.11 2016/07/07 06:55:38 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.12 2021/12/11 19:24:21 mrg Exp $"); #include "opt_multiprocessor.h" Index: src/sys/arch/sparc64/sparc64/cache.h diff -u src/sys/arch/sparc64/sparc64/cache.h:1.29 src/sys/arch/sparc64/sparc64/cache.h:1.30 --- src/sys/arch/sparc64/sparc64/cache.h:1.29 Wed Jan 9 10:42:27 2019 +++ src/sys/arch/sparc64/sparc64/cache.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: cache.h,v 1.29 2019/01/09 10:42:27 mrg Exp $ */ +/* $NetBSD: cache.h,v 1.30 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2011 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/compat/netbsd32/netbsd32_nfssvc.c diff -u src/sys/compat/netbsd32/netbsd32_nfssvc.c:1.8 src/sys/compat/netbsd32/netbsd32_nfssvc.c:1.9 --- src/sys/compat/netbsd32/netbsd32_nfssvc.c:1.8 Tue Sep 7 11:43:05 2021 +++ src/sys/compat/netbsd32/netbsd32_nfssvc.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_nfssvc.c,v 1.8 2021/09/07 11:43:05 riastradh Exp $ */ +/* $NetBSD: netbsd32_nfssvc.c,v 1.9 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2015 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_nfssvc.c,v 1.8 2021/09/07 11:43:05 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_nfssvc.c,v 1.9 2021/12/11 19:24:21 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfs.h" Index: src/sys/dev/raidframe/rf_compat32.c diff -u src/sys/dev/raidframe/rf_compat32.c:1.8 src/sys/dev/raidframe/rf_compat32.c:1.9 --- src/sys/dev/raidframe/rf_compat32.c:1.8 Tue Jan 7 06:10:18 2020 +++ src/sys/dev/raidframe/rf_compat32.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat32.c,v 1.8 2020/01/07 06:10:18 maxv Exp $ */ +/* $NetBSD: rf_compat32.c,v 1.9 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/dev/raidframe/rf_compat32.h diff -u src/sys/dev/raidframe/rf_compat32.h:1.3 src/sys/dev/raidframe/rf_compat32.h:1.4 --- src/sys/dev/raidframe/rf_compat32.h:1.3 Tue Feb 5 23:28:02 2019 +++ src/sys/dev/raidframe/rf_compat32.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat32.h,v 1.3 2019/02/05 23:28:02 christos Exp $ */ +/* $NetBSD: rf_compat32.h,v 1.4 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/dev/raidframe/rf_compat80.h diff -u src/sys/dev/raidframe/rf_compat80.h:1.3 src/sys/dev/raidframe/rf_compat80.h:1.4 --- src/sys/dev/raidframe/rf_compat80.h:1.3 Tue Feb 5 23:28:02 2019 +++ src/sys/dev/raidframe/rf_compat80.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat80.h,v 1.3 2019/02/05 23:28:02 christos Exp $ */ +/* $NetBSD: rf_compat80.h,v 1.4 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/dev/raidframe/rf_compat80.c diff -u src/sys/dev/raidframe/rf_compat80.c:1.15 src/sys/dev/raidframe/rf_compat80.c:1.16 --- src/sys/dev/raidframe/rf_compat80.c:1.15 Wed May 26 06:11:50 2021 +++ src/sys/dev/raidframe/rf_compat80.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat80.c,v 1.15 2021/05/26 06:11:50 mrg Exp $ */ +/* $NetBSD: rf_compat80.c,v 1.16 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/dev/usb/usbhist.h diff -u src/sys/dev/usb/usbhist.h:1.7 src/sys/dev/usb/usbhist.h:1.8 --- src/sys/dev/usb/usbhist.h:1.7 Sat Apr 17 01:53:58 2021 +++ src/sys/dev/usb/usbhist.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: usbhist.h,v 1.7 2021/04/17 01:53:58 mrg Exp $ */ +/* $NetBSD: usbhist.h,v 1.8 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2012 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/dev/usb/usbnet.c diff -u src/sys/dev/usb/usbnet.c:1.42 src/sys/dev/usb/usbnet.c:1.43 --- src/sys/dev/usb/usbnet.c:1.42 Wed Jun 16 00:21:19 2021 +++ src/sys/dev/usb/usbnet.c Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: usbnet.c,v 1.42 2021/06/16 00:21:19 riastradh Exp $ */ +/* $NetBSD: usbnet.c,v 1.43 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2019 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: usbnet.c,v 1.42 2021/06/16 00:21:19 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usbnet.c,v 1.43 2021/12/11 19:24:21 mrg Exp $"); #include <sys/param.h> #include <sys/kernel.h> Index: src/sys/dev/usb/usbnet.h diff -u src/sys/dev/usb/usbnet.h:1.21 src/sys/dev/usb/usbnet.h:1.22 --- src/sys/dev/usb/usbnet.h:1.21 Thu Jun 24 23:01:36 2021 +++ src/sys/dev/usb/usbnet.h Sat Dec 11 19:24:21 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: usbnet.h,v 1.21 2021/06/24 23:01:36 mrg Exp $ */ +/* $NetBSD: usbnet.h,v 1.22 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2019 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/sys/uvm/uvm_stat.h diff -u src/sys/uvm/uvm_stat.h:1.55 src/sys/uvm/uvm_stat.h:1.56 --- src/sys/uvm/uvm_stat.h:1.55 Sat Apr 17 01:53:58 2021 +++ src/sys/uvm/uvm_stat.h Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_stat.h,v 1.55 2021/04/17 01:53:58 mrg Exp $ */ +/* $NetBSD: uvm_stat.h,v 1.56 2021/12/11 19:24:22 mrg Exp $ */ /* * Copyright (c) 2011 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/tests/usr.bin/cc/t_libgomp.sh diff -u src/tests/usr.bin/cc/t_libgomp.sh:1.1 src/tests/usr.bin/cc/t_libgomp.sh:1.2 --- src/tests/usr.bin/cc/t_libgomp.sh:1.1 Sat Feb 9 00:12:14 2019 +++ src/tests/usr.bin/cc/t_libgomp.sh Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -# $NetBSD: t_libgomp.sh,v 1.1 2019/02/09 00:12:14 mrg Exp $ +# $NetBSD: t_libgomp.sh,v 1.2 2021/12/11 19:24:22 mrg Exp $ # # Copyright (c) 2019 Matthew R. Green # All rights reserved. @@ -11,8 +11,6 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/usr.bin/ldd/ldd.h diff -u src/usr.bin/ldd/ldd.h:1.8 src/usr.bin/ldd/ldd.h:1.9 --- src/usr.bin/ldd/ldd.h:1.8 Thu Jul 22 17:39:53 2021 +++ src/usr.bin/ldd/ldd.h Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: ldd.h,v 1.8 2021/07/22 17:39:53 christos Exp $ */ +/* $NetBSD: ldd.h,v 1.9 2021/12/11 19:24:22 mrg Exp $ */ /* * Copyright (c) 2008 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES Index: src/usr.sbin/cpuctl/arch/sparc.c diff -u src/usr.sbin/cpuctl/arch/sparc.c:1.1 src/usr.sbin/cpuctl/arch/sparc.c:1.2 --- src/usr.sbin/cpuctl/arch/sparc.c:1.1 Tue Jan 16 08:23:18 2018 +++ src/usr.sbin/cpuctl/arch/sparc.c Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: sparc.c,v 1.1 2018/01/16 08:23:18 mrg Exp $ */ +/* $NetBSD: sparc.c,v 1.2 2021/12/11 19:24:22 mrg Exp $ */ /* * Copyright (c) 2018 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: sparc.c,v 1.1 2018/01/16 08:23:18 mrg Exp $"); +__RCSID("$NetBSD: sparc.c,v 1.2 2021/12/11 19:24:22 mrg Exp $"); #endif #include <sys/types.h> Index: src/usr.sbin/cpuctl/arch/sparc64.c diff -u src/usr.sbin/cpuctl/arch/sparc64.c:1.1 src/usr.sbin/cpuctl/arch/sparc64.c:1.2 --- src/usr.sbin/cpuctl/arch/sparc64.c:1.1 Tue Jan 16 08:23:18 2018 +++ src/usr.sbin/cpuctl/arch/sparc64.c Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: sparc64.c,v 1.1 2018/01/16 08:23:18 mrg Exp $ */ +/* $NetBSD: sparc64.c,v 1.2 2021/12/11 19:24:22 mrg Exp $ */ /* * Copyright (c) 2018 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: sparc64.c,v 1.1 2018/01/16 08:23:18 mrg Exp $"); +__RCSID("$NetBSD: sparc64.c,v 1.2 2021/12/11 19:24:22 mrg Exp $"); #endif #include <sys/types.h> Index: src/usr.sbin/crash/arch/mips.c diff -u src/usr.sbin/crash/arch/mips.c:1.1 src/usr.sbin/crash/arch/mips.c:1.2 --- src/usr.sbin/crash/arch/mips.c:1.1 Mon Aug 17 04:15:33 2020 +++ src/usr.sbin/crash/arch/mips.c Sat Dec 11 19:24:22 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: mips.c,v 1.1 2020/08/17 04:15:33 mrg Exp $ */ +/* $NetBSD: mips.c,v 1.2 2021/12/11 19:24:22 mrg Exp $ */ /* * Copyright (c) 2020 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: mips.c,v 1.1 2020/08/17 04:15:33 mrg Exp $"); +__RCSID("$NetBSD: mips.c,v 1.2 2021/12/11 19:24:22 mrg Exp $"); #endif /* not lint */ #include <ddb/ddb.h>