Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Drop 3rd and 4th clauses. Approved by Brad Grantha...
details: https://anonhg.NetBSD.org/src/rev/b8e741fe5621
branches: trunk
changeset: 748676:b8e741fe5621
user: snj <snj%NetBSD.org@localhost>
date: Sun Nov 01 01:51:35 2009 +0000
description:
Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
diffstat:
sys/arch/mac68k/dev/adb.c | 9 ++-------
sys/arch/mac68k/dev/adbsys.c | 9 ++-------
sys/arch/mac68k/dev/adbsysasm.s | 7 +------
sys/arch/mac68k/dev/adbvar.h | 7 +------
sys/arch/mac68k/dev/aed.c | 9 ++-------
sys/arch/mac68k/dev/aedvar.h | 7 +------
sys/arch/mac68k/mac68k/macrom.c | 9 ++-------
sys/arch/mac68k/mac68k/macrom.h | 7 +------
sys/arch/mac68k/mac68k/macromasm.s | 7 +------
sys/arch/macppc/dev/adb.c | 9 ++-------
sys/arch/macppc/dev/adbvar.h | 7 +------
sys/arch/macppc/dev/aed.c | 9 ++-------
sys/arch/macppc/dev/aedvar.h | 7 +------
13 files changed, 19 insertions(+), 84 deletions(-)
diffs (truncated from 327 to 300 lines):
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/adb.c
--- a/sys/arch/mac68k/dev/adb.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/adb.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adb.c,v 1.52 2008/04/03 05:03:23 scottr Exp $ */
+/* $NetBSD: adb.c,v 1.53 2009/11/01 01:51:35 snj Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -31,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.52 2008/04/03 05:03:23 scottr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.53 2009/11/01 01:51:35 snj Exp $");
#include "opt_adb.h"
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/adbsys.c
--- a/sys/arch/mac68k/dev/adbsys.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/adbsys.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adbsys.c,v 1.47 2007/03/04 06:00:06 christos Exp $ */
+/* $NetBSD: adbsys.c,v 1.48 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -31,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adbsys.c,v 1.47 2007/03/04 06:00:06 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adbsys.c,v 1.48 2009/11/01 01:51:35 snj Exp $");
#include "opt_adb.h"
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/adbsysasm.s
--- a/sys/arch/mac68k/dev/adbsysasm.s Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/adbsysasm.s Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adbsysasm.s,v 1.11 2001/11/20 03:19:42 chs Exp $ */
+/* $NetBSD: adbsysasm.s,v 1.12 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/adbvar.h
--- a/sys/arch/mac68k/dev/adbvar.h Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/adbvar.h Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adbvar.h,v 1.25 2008/04/03 05:03:23 scottr Exp $ */
+/* $NetBSD: adbvar.h,v 1.26 2009/11/01 01:51:35 snj Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/aed.c
--- a/sys/arch/mac68k/dev/aed.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/aed.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aed.c,v 1.28 2008/06/11 23:54:45 cegger Exp $ */
+/* $NetBSD: aed.c,v 1.29 2009/11/01 01:51:35 snj Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -31,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.28 2008/06/11 23:54:45 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.29 2009/11/01 01:51:35 snj Exp $");
#include "opt_adb.h"
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/dev/aedvar.h
--- a/sys/arch/mac68k/dev/aedvar.h Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/dev/aedvar.h Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aedvar.h,v 1.7 2005/12/11 12:18:02 christos Exp $ */
+/* $NetBSD: aedvar.h,v 1.8 2009/11/01 01:51:35 snj Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/mac68k/macrom.c
--- a/sys/arch/mac68k/mac68k/macrom.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/mac68k/macrom.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: macrom.c,v 1.70 2009/03/18 22:13:05 he Exp $ */
+/* $NetBSD: macrom.c,v 1.71 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -46,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: macrom.c,v 1.70 2009/03/18 22:13:05 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: macrom.c,v 1.71 2009/11/01 01:51:35 snj Exp $");
#include "opt_adb.h"
#include "opt_ddb.h"
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/mac68k/macrom.h
--- a/sys/arch/mac68k/mac68k/macrom.h Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/mac68k/macrom.h Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: macrom.h,v 1.18 2007/03/04 06:00:08 christos Exp $ */
+/* $NetBSD: macrom.h,v 1.19 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/mac68k/mac68k/macromasm.s
--- a/sys/arch/mac68k/mac68k/macromasm.s Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/mac68k/mac68k/macromasm.s Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: macromasm.s,v 1.21 2007/03/04 06:00:08 christos Exp $ */
+/* $NetBSD: macromasm.s,v 1.22 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/macppc/dev/adb.c
--- a/sys/arch/macppc/dev/adb.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/macppc/dev/adb.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adb.c,v 1.27 2009/03/14 21:04:11 dsl Exp $ */
+/* $NetBSD: adb.c,v 1.28 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -31,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.27 2009/03/14 21:04:11 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.28 2009/11/01 01:51:35 snj Exp $");
#include <sys/param.h>
#include <sys/device.h>
diff -r d8911917bf06 -r b8e741fe5621 sys/arch/macppc/dev/adbvar.h
--- a/sys/arch/macppc/dev/adbvar.h Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/macppc/dev/adbvar.h Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adbvar.h,v 1.13 2009/03/14 14:46:01 dsl Exp $ */
+/* $NetBSD: adbvar.h,v 1.14 2009/11/01 01:51:35 snj Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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 d8911917bf06 -r b8e741fe5621 sys/arch/macppc/dev/aed.c
--- a/sys/arch/macppc/dev/aed.c Sun Nov 01 00:12:00 2009 +0000
+++ b/sys/arch/macppc/dev/aed.c Sun Nov 01 01:51:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aed.c,v 1.24 2009/03/14 21:04:11 dsl Exp $ */
+/* $NetBSD: aed.c,v 1.25 2009/11/01 01:51:35 snj Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -12,11 +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 Bradley A. Grantham.
- * 4. 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
@@ -31,7 +26,7 @@
*/
Home |
Main Index |
Thread Index |
Old Index