Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/crash/arch remove clause 3 from all my licenses tha...



details:   https://anonhg.NetBSD.org/src/rev/0d03e08c3cfc
branches:  trunk
changeset: 1027565:0d03e08c3cfc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 11 19:24:18 2021 +0000

description:
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.)

diffstat:

 distrib/utils/embedded/files/creds_msdos                                  |  4 +---
 external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h                        |  4 +---
 external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh |  6 ++----
 external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh     |  6 ++----
 lib/libkvm/kvm_ia64.c                                                     |  4 +---
 lib/libpci/pci_drvname.c                                                  |  6 ++----
 share/man/man4/man4.evbarm/rktsadc.4                                      |  4 +---
 share/man/man4/usbnet.4                                                   |  4 +---
 share/man/man8/creds_msdos.8                                              |  4 +---
 share/man/man9/crashme.9                                                  |  4 +---
 share/man/man9/kernhist.9                                                 |  4 +---
 share/man/man9/usbd_status.9                                              |  4 +---
 share/man/man9/usbdi.9                                                    |  4 +---
 share/man/man9/usbnet.9                                                   |  4 +---
 sys/arch/arm/arm/arm_cpu_topology.c                                       |  6 ++----
 sys/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts                           |  4 +---
 sys/arch/arm/include/cpu_topology.h                                       |  4 +---
 sys/arch/arm/rockchip/rk_tsadc.c                                          |  6 ++----
 sys/arch/mips/include/stacktrace.h                                        |  4 +---
 sys/arch/sparc/include/locore.h                                           |  4 +---
 sys/arch/sparc64/sparc64/cache.c                                          |  6 ++----
 sys/arch/sparc64/sparc64/cache.h                                          |  4 +---
 sys/compat/netbsd32/netbsd32_nfssvc.c                                     |  6 ++----
 sys/dev/raidframe/rf_compat32.c                                           |  4 +---
 sys/dev/raidframe/rf_compat32.h                                           |  4 +---
 sys/dev/raidframe/rf_compat80.c                                           |  4 +---
 sys/dev/raidframe/rf_compat80.h                                           |  4 +---
 sys/dev/usb/usbhist.h                                                     |  4 +---
 sys/dev/usb/usbnet.c                                                      |  6 ++----
 sys/dev/usb/usbnet.h                                                      |  4 +---
 sys/uvm/uvm_stat.h                                                        |  4 +---
 tests/usr.bin/cc/t_libgomp.sh                                             |  4 +---
 usr.bin/ldd/ldd.h                                                         |  4 +---
 usr.sbin/cpuctl/arch/sparc.c                                              |  6 ++----
 usr.sbin/cpuctl/arch/sparc64.c                                            |  6 ++----
 usr.sbin/crash/arch/mips.c                                                |  6 ++----
 36 files changed, 47 insertions(+), 119 deletions(-)

diffs (truncated from 749 to 300 lines):

diff -r ae046fa0f475 -r 0d03e08c3cfc distrib/utils/embedded/files/creds_msdos
--- a/distrib/utils/embedded/files/creds_msdos  Sat Dec 11 19:16:48 2021 +0000
+++ b/distrib/utils/embedded/files/creds_msdos  Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h
--- a/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h        Sat Dec 11 19:16:48 2021 +0000
+++ b/external/bsd/libuuid_ul/lib/libuuid_ul/randutils.h        Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh Sat Dec 11 19:16:48 2021 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh Sat Dec 11 19:24:18 2021 +0000
@@ -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       */
 
diff -r ae046fa0f475 -r 0d03e08c3cfc external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh     Sat Dec 11 19:16:48 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mkcxxconfig_h.sh     Sat Dec 11 19:24:18 2021 +0000
@@ -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       */
 
diff -r ae046fa0f475 -r 0d03e08c3cfc lib/libkvm/kvm_ia64.c
--- a/lib/libkvm/kvm_ia64.c     Sat Dec 11 19:16:48 2021 +0000
+++ b/lib/libkvm/kvm_ia64.c     Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc lib/libpci/pci_drvname.c
--- a/lib/libpci/pci_drvname.c  Sat Dec 11 19:16:48 2021 +0000
+++ b/lib/libpci/pci_drvname.c  Sat Dec 11 19:24:18 2021 +0000
@@ -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>
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man4/man4.evbarm/rktsadc.4
--- a/share/man/man4/man4.evbarm/rktsadc.4      Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man4/man4.evbarm/rktsadc.4      Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man4/usbnet.4
--- a/share/man/man4/usbnet.4   Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man4/usbnet.4   Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man8/creds_msdos.8
--- a/share/man/man8/creds_msdos.8      Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man8/creds_msdos.8      Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man9/crashme.9
--- a/share/man/man9/crashme.9  Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man9/crashme.9  Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man9/kernhist.9
--- a/share/man/man9/kernhist.9 Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man9/kernhist.9 Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man9/usbd_status.9
--- a/share/man/man9/usbd_status.9      Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man9/usbd_status.9      Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man9/usbdi.9    Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc share/man/man9/usbnet.9
--- a/share/man/man9/usbnet.9   Sat Dec 11 19:16:48 2021 +0000
+++ b/share/man/man9/usbnet.9   Sat Dec 11 19:24:18 2021 +0000
@@ -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
diff -r ae046fa0f475 -r 0d03e08c3cfc sys/arch/arm/arm/arm_cpu_topology.c
--- a/sys/arch/arm/arm/arm_cpu_topology.c       Sat Dec 11 19:16:48 2021 +0000
+++ b/sys/arch/arm/arm/arm_cpu_topology.c       Sat Dec 11 19:24:18 2021 +0000
@@ -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 @@



Home | Main Index | Thread Index | Old Index