Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys remove license clauses 3 and 4 from my cpoyright notices
details: https://anonhg.NetBSD.org/src/rev/fc01f998a87a
branches: trunk
changeset: 559840:fc01f998a87a
user: drochner <drochner%NetBSD.org@localhost>
date: Wed Mar 24 17:26:53 2004 +0000
description:
remove license clauses 3 and 4 from my cpoyright notices
diffstat:
sys/dev/dec/lk201_ws.c | 10 ++--------
sys/dev/dec/lk201var.h | 8 +-------
sys/dev/ic/mc6845reg.h | 8 +-------
sys/dev/ic/pcdisplay_chars.c | 10 ++--------
sys/dev/ic/pcdisplayvar.h | 8 +-------
sys/dev/ic/pckbc.c | 10 ++--------
sys/dev/ic/pckbcvar.h | 8 +-------
sys/dev/ic/vga_subr.c | 10 ++--------
sys/dev/ic/vgareg.h | 8 +-------
sys/dev/isa/ega.c | 10 ++--------
sys/dev/isa/egavar.h | 8 +-------
sys/dev/isa/pcdisplay.c | 10 ++--------
sys/dev/isa/pcdisplayvar.h | 8 +-------
sys/dev/isa/pckbc_isa.c | 10 ++--------
sys/dev/ofisa/pckbc_ofisa.c | 10 ++--------
sys/dev/pci/btvmeivar.h | 8 +-------
sys/dev/pckbport/pckbport.c | 10 ++--------
sys/dev/pckbport/pckbportvar.h | 8 +-------
sys/dev/wscons/wsdisplay_compat_usl.c | 10 ++--------
sys/dev/wscons/wsemul_vt100.c | 10 ++--------
sys/dev/wscons/wsemul_vt100_chars.c | 10 ++--------
sys/dev/wscons/wsemul_vt100_keys.c | 10 ++--------
sys/dev/wscons/wsemul_vt100_subr.c | 10 ++--------
sys/dev/wscons/wsemul_vt100var.h | 8 +-------
sys/lib/libsa/cread.c | 8 +-------
sys/lib/libsa/tftp.c | 8 +-------
sys/lib/libsa/tftp.h | 8 +-------
27 files changed, 41 insertions(+), 203 deletions(-)
diffs (truncated from 720 to 300 lines):
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/dec/lk201_ws.c
--- a/sys/dev/dec/lk201_ws.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/dec/lk201_ws.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lk201_ws.c,v 1.5 2001/11/13 12:49:45 lukem Exp $ */
+/* $NetBSD: lk201_ws.c,v 1.6 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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
@@ -33,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lk201_ws.c,v 1.5 2001/11/13 12:49:45 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lk201_ws.c,v 1.6 2004/03/24 17:26:53 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/dec/lk201var.h
--- a/sys/dev/dec/lk201var.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/dec/lk201var.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lk201var.h,v 1.3 2001/09/18 23:25:27 ad Exp $ */
+/* $NetBSD: lk201var.h,v 1.4 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/ic/mc6845reg.h
--- a/sys/dev/ic/mc6845reg.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/mc6845reg.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mc6845reg.h,v 1.2 2003/01/27 14:53:33 tsutsui Exp $ */
+/* $NetBSD: mc6845reg.h,v 1.3 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/ic/pcdisplay_chars.c
--- a/sys/dev/ic/pcdisplay_chars.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/pcdisplay_chars.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplay_chars.c,v 1.8 2002/08/25 19:11:16 thorpej Exp $ */
+/* $NetBSD: pcdisplay_chars.c,v 1.9 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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
@@ -33,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcdisplay_chars.c,v 1.8 2002/08/25 19:11:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcdisplay_chars.c,v 1.9 2004/03/24 17:26:53 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/ic/pcdisplayvar.h
--- a/sys/dev/ic/pcdisplayvar.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/pcdisplayvar.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplayvar.h,v 1.11 2002/07/07 06:49:22 junyoung Exp $ */
+/* $NetBSD: pcdisplayvar.h,v 1.12 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/ic/pckbc.c
--- a/sys/dev/ic/pckbc.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/pckbc.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbc.c,v 1.31 2004/03/13 17:31:34 bjh21 Exp $ */
+/* $NetBSD: pckbc.c,v 1.32 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 2004 Ben Harris.
@@ -13,12 +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. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed for the NetBSD Project
- * by Matthias Drochner.
- * 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
@@ -33,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.31 2004/03/13 17:31:34 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.32 2004/03/24 17:26:53 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/ic/pckbcvar.h
--- a/sys/dev/ic/pckbcvar.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/pckbcvar.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbcvar.h,v 1.8 2004/03/13 23:03:43 bjh21 Exp $ */
+/* $NetBSD: pckbcvar.h,v 1.9 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/ic/vga_subr.c
--- a/sys/dev/ic/vga_subr.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/vga_subr.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga_subr.c,v 1.16 2004/02/13 11:36:22 wiz Exp $ */
+/* $NetBSD: vga_subr.c,v 1.17 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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
@@ -33,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.16 2004/02/13 11:36:22 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.17 2004/03/24 17:26:53 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/ic/vgareg.h
--- a/sys/dev/ic/vgareg.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/ic/vgareg.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vgareg.h,v 1.6 2003/01/31 21:57:27 tsutsui Exp $ */
+/* $NetBSD: vgareg.h,v 1.7 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/isa/ega.c
--- a/sys/dev/isa/ega.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/isa/ega.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ega.c,v 1.15 2002/10/02 03:10:46 thorpej Exp $ */
+/* $NetBSD: ega.c,v 1.16 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1999
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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
@@ -33,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ega.c,v 1.15 2002/10/02 03:10:46 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ega.c,v 1.16 2004/03/24 17:26:53 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a5045c8cd468 -r fc01f998a87a sys/dev/isa/egavar.h
--- a/sys/dev/isa/egavar.h Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/isa/egavar.h Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: egavar.h,v 1.2 2002/07/07 07:05:40 junyoung Exp $ */
+/* $NetBSD: egavar.h,v 1.3 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1999
@@ -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 for the NetBSD Project
- * by Matthias Drochner.
- * 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 a5045c8cd468 -r fc01f998a87a sys/dev/isa/pcdisplay.c
--- a/sys/dev/isa/pcdisplay.c Wed Mar 24 17:21:02 2004 +0000
+++ b/sys/dev/isa/pcdisplay.c Wed Mar 24 17:26:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplay.c,v 1.24 2003/06/29 22:30:21 fvdl Exp $ */
+/* $NetBSD: pcdisplay.c,v 1.25 2004/03/24 17:26:53 drochner Exp $ */
/*
* Copyright (c) 1998
@@ -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.
Home |
Main Index |
Thread Index |
Old Index