Source-Changes-HG archive

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

[src/trunk]: src Drop 3rd and 4th clauses. OK jmcneill (copyright holder).



details:   https://anonhg.NetBSD.org/src/rev/8687c1125280
branches:  trunk
changeset: 748346:8687c1125280
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Oct 21 16:06:59 2009 +0000

description:
Drop 3rd and 4th clauses.  OK jmcneill (copyright holder).

diffstat:

 share/man/man4/pad.4                         |   8 +-------
 share/man/man9/pmf.9                         |   8 +-------
 sys/arch/usermode/dev/clock.c                |  10 ++--------
 sys/arch/usermode/dev/cpu.c                  |  10 ++--------
 sys/arch/usermode/dev/mainbus.c              |  10 ++--------
 sys/arch/usermode/dev/ttycons.c              |  10 ++--------
 sys/arch/usermode/include/ansi.h             |   8 +-------
 sys/arch/usermode/include/aout_machdep.h     |   8 +-------
 sys/arch/usermode/include/asm.h              |   8 +-------
 sys/arch/usermode/include/bswap.h            |   8 +-------
 sys/arch/usermode/include/byte_swap.h        |   8 +-------
 sys/arch/usermode/include/cdefs.h            |   8 +-------
 sys/arch/usermode/include/cpu.h              |   8 +-------
 sys/arch/usermode/include/db_machdep.h       |   8 +-------
 sys/arch/usermode/include/disklabel.h        |   8 +-------
 sys/arch/usermode/include/elf_machdep.h      |   8 +-------
 sys/arch/usermode/include/endian.h           |   8 +-------
 sys/arch/usermode/include/endian_machdep.h   |   8 +-------
 sys/arch/usermode/include/int_const.h        |   8 +-------
 sys/arch/usermode/include/int_fmtio.h        |   8 +-------
 sys/arch/usermode/include/int_limits.h       |   8 +-------
 sys/arch/usermode/include/int_mwgwtypes.h    |   8 +-------
 sys/arch/usermode/include/int_types.h        |   8 +-------
 sys/arch/usermode/include/intr.h             |   8 +-------
 sys/arch/usermode/include/intrdefs.h         |   8 +-------
 sys/arch/usermode/include/limits.h           |   8 +-------
 sys/arch/usermode/include/lock.h             |   8 +-------
 sys/arch/usermode/include/mainbus.h          |   8 +-------
 sys/arch/usermode/include/mcontext.h         |   8 +-------
 sys/arch/usermode/include/netbsd32_machdep.h |   8 +-------
 sys/arch/usermode/include/param.h            |   8 +-------
 sys/arch/usermode/include/pcb.h              |   8 +-------
 sys/arch/usermode/include/pmap.h             |   8 +-------
 sys/arch/usermode/include/proc.h             |   8 +-------
 sys/arch/usermode/include/ptrace.h           |   8 +-------
 sys/arch/usermode/include/reg.h              |   8 +-------
 sys/arch/usermode/include/signal.h           |   8 +-------
 sys/arch/usermode/include/stdarg.h           |   8 +-------
 sys/arch/usermode/include/types.h            |   8 +-------
 sys/arch/usermode/include/vmparam.h          |   8 +-------
 sys/arch/usermode/include/wchar_limits.h     |   8 +-------
 sys/arch/usermode/usermode/copy.c            |  10 ++--------
 sys/arch/usermode/usermode/genassym.cf       |   8 +-------
 sys/arch/usermode/usermode/machdep.c         |  10 ++--------
 sys/arch/usermode/usermode/mem.c             |  10 ++--------
 sys/arch/usermode/usermode/pmap.c            |  10 ++--------
 sys/arch/usermode/usermode/process_machdep.c |  10 ++--------
 sys/arch/usermode/usermode/sys_machdep.c     |  10 ++--------
 sys/arch/usermode/usermode/syscall.c         |  10 ++--------
 sys/arch/usermode/usermode/trap.c            |  10 ++--------
 sys/arch/usermode/usermode/vm_machdep.c      |  10 ++--------
 51 files changed, 64 insertions(+), 370 deletions(-)

diffs (truncated from 1239 to 300 lines):

diff -r 5adb630c7ed6 -r 8687c1125280 share/man/man4/pad.4
--- a/share/man/man4/pad.4      Wed Oct 21 14:15:50 2009 +0000
+++ b/share/man/man4/pad.4      Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pad.4,v 1.2 2009/05/18 12:06:01 wiz Exp $
+.\" $NetBSD: pad.4,v 1.3 2009/10/21 16:06:59 snj Exp $
 .\"
 .\" Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
 .\" All rights reserved.
@@ -11,12 +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. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"        This product includes software developed by Jared D. McNeill.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
-.\"    contributors may be used to endorse or promote products derived
-.\"    from this software without specific prior written permission.
 .\"
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 share/man/man9/pmf.9
--- a/share/man/man9/pmf.9      Wed Oct 21 14:15:50 2009 +0000
+++ b/share/man/man9/pmf.9      Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pmf.9,v 1.11 2009/05/14 23:05:21 dyoung Exp $
+.\" $NetBSD: pmf.9,v 1.12 2009/10/21 16:06:59 snj Exp $
 .\"
 .\" Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
 .\" All rights reserved.
@@ -11,12 +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. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"        This product includes software developed by Jared D. McNeill.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
-.\"    contributors may be used to endorse or promote products derived
-.\"    from this software without specific prior written permission.
 .\"
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/dev/clock.c
--- a/sys/arch/usermode/dev/clock.c     Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/dev/clock.c     Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.2 2008/01/07 17:27:12 joerg Exp $ */
+/* $NetBSD: clock.c,v 1.3 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -33,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.2 2008/01/07 17:27:12 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.3 2009/10/21 16:06:59 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/dev/cpu.c
--- a/sys/arch/usermode/dev/cpu.c       Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/dev/cpu.c       Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.3 2009/08/11 17:04:20 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.4 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -33,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.3 2009/08/11 17:04:20 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.4 2009/10/21 16:06:59 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/dev/mainbus.c
--- a/sys/arch/usermode/dev/mainbus.c   Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/dev/mainbus.c   Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: mainbus.c,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -33,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.1 2007/12/29 14:38:31 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.2 2009/10/21 16:06:59 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/dev/ttycons.c
--- a/sys/arch/usermode/dev/ttycons.c   Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/dev/ttycons.c   Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttycons.c,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: ttycons.c,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -33,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ttycons.c,v 1.1 2007/12/29 14:38:31 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttycons.c,v 1.2 2009/10/21 16:06:59 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/ansi.h
--- a/sys/arch/usermode/include/ansi.h  Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/ansi.h  Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: ansi.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/aout_machdep.h
--- a/sys/arch/usermode/include/aout_machdep.h  Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/aout_machdep.h  Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_machdep.h,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: aout_machdep.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/asm.h
--- a/sys/arch/usermode/include/asm.h   Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/asm.h   Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: asm.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/bswap.h
--- a/sys/arch/usermode/include/bswap.h Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/bswap.h Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bswap.h,v 1.1 2007/12/29 14:38:31 jmcneill Exp $ */
+/* $NetBSD: bswap.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/byte_swap.h
--- a/sys/arch/usermode/include/byte_swap.h     Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/byte_swap.h     Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: byte_swap.h,v 1.1 2007/12/29 14:38:32 jmcneill Exp $ */
+/* $NetBSD: byte_swap.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff -r 5adb630c7ed6 -r 8687c1125280 sys/arch/usermode/include/cdefs.h
--- a/sys/arch/usermode/include/cdefs.h Wed Oct 21 14:15:50 2009 +0000
+++ b/sys/arch/usermode/include/cdefs.h Wed Oct 21 16:06:59 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs.h,v 1.1 2007/12/29 14:38:32 jmcneill Exp $ */
+/* $NetBSD: cdefs.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -12,12 +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. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *        This product includes software developed by Jared D. McNeill.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED



Home | Main Index | Thread Index | Old Index