Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand remove license clauses 3 and 4 from my c...



details:   https://anonhg.NetBSD.org/src/rev/b4ba5f01c30e
branches:  trunk
changeset: 559833:b4ba5f01c30e
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Mar 24 16:46:27 2004 +0000

description:
remove license clauses 3 and 4 from my cpoyright notices

diffstat:

 sys/arch/i386/stand/boot/conf.c              |  8 +-------
 sys/arch/i386/stand/boot/devopen.c           |  8 +-------
 sys/arch/i386/stand/lib/biosdisk.h           |  8 +-------
 sys/arch/i386/stand/lib/biosgetrtc.S         |  8 +-------
 sys/arch/i386/stand/lib/biosmemx.S           |  8 +-------
 sys/arch/i386/stand/lib/biospci.c            |  8 +-------
 sys/arch/i386/stand/lib/bootinfo.c           |  8 +-------
 sys/arch/i386/stand/lib/bootinfo.h           |  8 +-------
 sys/arch/i386/stand/lib/bootinfo_biosgeom.c  |  8 +-------
 sys/arch/i386/stand/lib/bootinfo_memmap.c    |  8 +-------
 sys/arch/i386/stand/lib/diskbuf.c            |  8 +-------
 sys/arch/i386/stand/lib/diskbuf.h            |  8 +-------
 sys/arch/i386/stand/lib/dosfile.c            |  8 +-------
 sys/arch/i386/stand/lib/dosfile.h            |  8 +-------
 sys/arch/i386/stand/lib/getextmemx.c         |  8 +-------
 sys/arch/i386/stand/lib/isapnp.c             |  8 +-------
 sys/arch/i386/stand/lib/isapnpvar.h          |  8 +-------
 sys/arch/i386/stand/lib/libi386.h            |  8 +-------
 sys/arch/i386/stand/lib/netif/etherdrv.h     |  8 +-------
 sys/arch/i386/stand/lib/netif/pcnet_isapnp.c |  8 +-------
 sys/arch/i386/stand/lib/netif/pcnet_pci.c    |  8 +-------
 sys/arch/i386/stand/lib/panic.c              |  8 +-------
 sys/arch/i386/stand/lib/pcio.c               |  8 +-------
 sys/arch/i386/stand/lib/pcivar.h             |  8 +-------
 sys/arch/i386/stand/lib/pread.c              |  8 +-------
 sys/arch/i386/stand/lib/test/biosdisk_user.c |  8 +-------
 sys/arch/i386/stand/lib/test/biosdisk_user.h |  8 +-------
 sys/arch/i386/stand/lib/test/ether_bpf.c     |  8 +-------
 sys/arch/i386/stand/lib/test/pci_user.c      |  8 +-------
 sys/arch/i386/stand/lib/test/stand_user.c    |  8 +-------
 sys/arch/i386/stand/netboot/conf.c           |  8 +-------
 sys/arch/i386/stand/netboot/devopen.c        |  8 +-------
 32 files changed, 32 insertions(+), 224 deletions(-)

diffs (truncated from 704 to 300 lines):

diff -r 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/boot/conf.c
--- a/sys/arch/i386/stand/boot/conf.c   Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/boot/conf.c   Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.1 2003/04/16 22:36:14 dsl Exp $      */
+/*     $NetBSD: conf.c,v 1.2 2004/03/24 16:54:18 drochner Exp $         */
 
 /*
  * Copyright (c) 1997
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/boot/devopen.c
--- a/sys/arch/i386/stand/boot/devopen.c        Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/boot/devopen.c        Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: devopen.c,v 1.1 2003/04/16 22:36:14 dsl Exp $   */
+/*     $NetBSD: devopen.c,v 1.2 2004/03/24 16:54:18 drochner Exp $      */
 
 /*
  * Copyright (c) 1996, 1997
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/biosdisk.h
--- a/sys/arch/i386/stand/lib/biosdisk.h        Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/biosdisk.h        Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosdisk.h,v 1.3 2003/02/01 14:48:17 dsl Exp $ */
+/*     $NetBSD: biosdisk.h,v 1.4 2004/03/24 16:46:27 drochner Exp $    */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/biosgetrtc.S
--- a/sys/arch/i386/stand/lib/biosgetrtc.S      Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/biosgetrtc.S      Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosgetrtc.S,v 1.4 2003/05/12 14:33:49 dsl Exp $       */
+/*     $NetBSD: biosgetrtc.S,v 1.5 2004/03/24 16:46:27 drochner Exp $  */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/biosmemx.S
--- a/sys/arch/i386/stand/lib/biosmemx.S        Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/biosmemx.S        Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosmemx.S,v 1.6 2003/11/07 11:34:28 dsl Exp $ */
+/*     $NetBSD: biosmemx.S,v 1.7 2004/03/24 16:46:28 drochner Exp $    */
 
 /*
  * Copyright (c) 1997, 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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/biospci.c
--- a/sys/arch/i386/stand/lib/biospci.c Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/biospci.c Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biospci.c,v 1.2 1997/03/22 01:48:27 thorpej Exp $       */
+/*     $NetBSD: biospci.c,v 1.3 2004/03/24 16:46:27 drochner Exp $      */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/bootinfo.c
--- a/sys/arch/i386/stand/lib/bootinfo.c        Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/bootinfo.c        Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.c,v 1.1 1997/09/17 17:39:29 drochner Exp $    */
+/*     $NetBSD: bootinfo.c,v 1.2 2004/03/24 16:46:28 drochner Exp $    */
 
 /*
  * Copyright (c) 1997
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/bootinfo.h
--- a/sys/arch/i386/stand/lib/bootinfo.h        Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/bootinfo.h        Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.h,v 1.5 1999/03/10 01:28:25 fvdl Exp $        */
+/*     $NetBSD: bootinfo.h,v 1.6 2004/03/24 16:46:28 drochner Exp $    */
 
 /*
  * Copyright (c) 1997
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/bootinfo_biosgeom.c
--- a/sys/arch/i386/stand/lib/bootinfo_biosgeom.c       Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/bootinfo_biosgeom.c       Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo_biosgeom.c,v 1.12 2003/10/08 04:25:45 lukem Exp $     */
+/*     $NetBSD: bootinfo_biosgeom.c,v 1.13 2004/03/24 16:46:28 drochner Exp $  */
 
 /*
  * Copyright (c) 1997
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/bootinfo_memmap.c
--- a/sys/arch/i386/stand/lib/bootinfo_memmap.c Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/bootinfo_memmap.c Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo_memmap.c,v 1.2 2001/07/07 22:57:57 perry Exp $        */
+/*     $NetBSD: bootinfo_memmap.c,v 1.3 2004/03/24 16:54:18 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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/diskbuf.c
--- a/sys/arch/i386/stand/lib/diskbuf.c Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/diskbuf.c Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: diskbuf.c,v 1.3 2003/04/02 10:39:33 fvdl Exp $ */
+/*     $NetBSD: diskbuf.c,v 1.4 2004/03/24 16:46:27 drochner Exp $     */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/diskbuf.h
--- a/sys/arch/i386/stand/lib/diskbuf.h Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/diskbuf.h Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: diskbuf.h,v 1.2 2003/02/01 14:48:18 dsl Exp $  */
+/*     $NetBSD: diskbuf.h,v 1.3 2004/03/24 16:46:27 drochner Exp $     */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/dosfile.c
--- a/sys/arch/i386/stand/lib/dosfile.c Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/dosfile.c Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dosfile.c,v 1.9 2003/08/31 22:40:14 fvdl Exp $  */
+/*     $NetBSD: dosfile.c,v 1.10 2004/03/24 16:46:27 drochner Exp $     */
 
 /*
  * Copyright (c) 1996
@@ -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 871d2a19042f -r b4ba5f01c30e sys/arch/i386/stand/lib/dosfile.h
--- a/sys/arch/i386/stand/lib/dosfile.h Wed Mar 24 16:39:53 2004 +0000
+++ b/sys/arch/i386/stand/lib/dosfile.h Wed Mar 24 16:46:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dosfile.h,v 1.2 2003/08/18 15:47:41 dsl Exp $  */
+/*     $NetBSD: dosfile.h,v 1.3 2004/03/24 16:46:27 drochner Exp $     */
 
 /*
  * Copyright (c) 1996
@@ -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



Home | Main Index | Thread Index | Old Index