Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
details: https://anonhg.NetBSD.org/src/rev/1a2c6f5c9d2d
branches: trunk
changeset: 748326:1a2c6f5c9d2d
user: snj <snj%NetBSD.org@localhost>
date: Tue Oct 20 19:10:09 2009 +0000
description:
Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
diffstat:
lib/libkvm/kvm_dump.3 | 8 +-------
share/man/man1/man1.atari/edahdi.1 | 7 +------
share/man/man1/man1.atari/msconfig.1 | 7 +------
share/man/man4/man4.atari/floppy.4 | 8 +-------
share/man/man4/man4.atari/ms.4 | 8 +-------
sys/arch/amiga/include/bus.h | 8 +-------
sys/arch/amigappc/include/bus.h | 8 +-------
sys/arch/atari/atari/disksubr.c | 9 ++-------
sys/arch/atari/dev/atari5380.c | 9 ++-------
sys/arch/atari/dev/clockreg.h | 7 +------
sys/arch/atari/dev/dma.c | 9 ++-------
sys/arch/atari/dev/fd.c | 9 ++-------
sys/arch/atari/dev/fdreg.h | 7 +------
sys/arch/atari/dev/font.h | 7 +------
sys/arch/atari/dev/grfabs.c | 9 ++-------
sys/arch/atari/dev/grfabs_et.c | 9 ++-------
sys/arch/atari/dev/grfabs_et.h | 7 +------
sys/arch/atari/dev/grfabs_tt.c | 9 ++-------
sys/arch/atari/dev/grfabs_tt.h | 7 +------
sys/arch/atari/dev/hdfd_intr.s | 8 +-------
sys/arch/atari/dev/ite_et.c | 9 ++-------
sys/arch/atari/dev/kbdmap.c | 9 ++-------
sys/arch/atari/dev/kbdvar.h | 7 +------
sys/arch/atari/dev/md_root.c | 9 ++-------
sys/arch/atari/dev/msvar.h | 8 +-------
sys/arch/atari/dev/ncr5380.c | 9 ++-------
sys/arch/atari/dev/ncr5380reg.h | 7 +------
sys/arch/atari/dev/ncr5380var.h | 7 +------
sys/arch/atari/dev/nvram.c | 9 ++-------
sys/arch/atari/dev/nvramvar.h | 7 +------
sys/arch/atari/dev/ym2149.c | 9 ++-------
sys/arch/atari/dev/ym2149reg.h | 7 +------
sys/arch/atari/include/acia.h | 7 +------
sys/arch/atari/include/ahdilabel.h | 7 +------
sys/arch/atari/include/disklabel.h | 7 +------
sys/arch/atari/include/dma.h | 7 +------
sys/arch/atari/include/iomap.h | 7 +------
sys/arch/atari/include/isa_machdep.h | 7 +------
sys/arch/atari/include/mfp.h | 7 +------
sys/arch/atari/include/msioctl.h | 7 +------
sys/arch/atari/include/scu.h | 7 +------
sys/arch/atari/include/video.h | 7 +------
sys/arch/atari/pci/pci_tseng.c | 9 ++-------
sys/arch/atari/pci/pci_vga.c | 9 ++-------
sys/arch/atari/pci/pci_vga.h | 7 +------
sys/arch/atari/stand/libsa/atari_stand.h | 7 +------
sys/arch/atari/stand/tostools/aptck/ahdilbl.h | 7 +------
sys/arch/atari/stand/tostools/chg_pid/chg_pid.c | 9 ++-------
sys/arch/atari/stand/tostools/libtos/ahdi.h | 5 -----
sys/arch/atari/stand/tostools/libtos/ahdilbl.h | 7 +------
sys/arch/atari/stand/tostools/libtos/bsdstart.S | 7 +------
sys/arch/atari/stand/tostools/libtos/kparamb.h | 7 +------
sys/arch/atari/stand/tostools/loadbsd/loadbsd.c | 9 ++-------
sys/arch/atari/stand/tostools/rawwrite/rawwrite.c | 9 ++-------
sys/arch/m68k/include/asm_single.h | 7 +------
sys/arch/mac68k/dev/ncr5380.c | 9 ++-------
sys/arch/mac68k/dev/ncr5380reg.h | 7 +------
sys/sys/kcore.h | 7 +------
58 files changed, 76 insertions(+), 373 deletions(-)
diffs (truncated from 1390 to 300 lines):
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d lib/libkvm/kvm_dump.3
--- a/lib/libkvm/kvm_dump.3 Tue Oct 20 19:04:59 2009 +0000
+++ b/lib/libkvm/kvm_dump.3 Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kvm_dump.3,v 1.14 2009/03/10 23:49:07 joerg Exp $
+.\" $NetBSD: kvm_dump.3,v 1.15 2009/10/20 19:10:09 snj Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" 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 Leo Weppelman.
-.\" 4. Neither the name of the University 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d share/man/man1/man1.atari/edahdi.1
--- a/share/man/man1/man1.atari/edahdi.1 Tue Oct 20 19:04:59 2009 +0000
+++ b/share/man/man1/man1.atari/edahdi.1 Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: edahdi.1,v 1.10 2009/03/15 09:47:13 joerg Exp $
+.\" $NetBSD: edahdi.1,v 1.11 2009/10/20 19:10:10 snj Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" All rights reserved.
@@ -11,11 +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 Leo Weppelman
-.\" 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 44d9fd8ff8ba -r 1a2c6f5c9d2d share/man/man1/man1.atari/msconfig.1
--- a/share/man/man1/man1.atari/msconfig.1 Tue Oct 20 19:04:59 2009 +0000
+++ b/share/man/man1/man1.atari/msconfig.1 Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: msconfig.1,v 1.6 2001/04/21 14:25:03 wiz Exp $
+.\" $NetBSD: msconfig.1,v 1.7 2009/10/20 19:10:10 snj Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" All rights reserved.
@@ -11,11 +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 Leo Weppelman.
-.\" 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 44d9fd8ff8ba -r 1a2c6f5c9d2d share/man/man4/man4.atari/floppy.4
--- a/share/man/man4/man4.atari/floppy.4 Tue Oct 20 19:04:59 2009 +0000
+++ b/share/man/man4/man4.atari/floppy.4 Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: floppy.4,v 1.7 2009/03/15 09:52:19 joerg Exp $
+.\" $NetBSD: floppy.4,v 1.8 2009/10/20 19:10:10 snj Exp $
.\"
.\" Copyright (c) 1995 Leo Weppelman
.\" 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 Leo Weppelman.
-.\" 4. Neither the name of the University 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d share/man/man4/man4.atari/ms.4
--- a/share/man/man4/man4.atari/ms.4 Tue Oct 20 19:04:59 2009 +0000
+++ b/share/man/man4/man4.atari/ms.4 Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ms.4,v 1.4 2002/01/15 01:30:39 wiz Exp $
+.\" $NetBSD: ms.4,v 1.5 2009/10/20 19:10:10 snj Exp $
.\"
.\" Copyright (c) 1995 Leo Weppelman
.\" 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 Leo Weppelman.
-.\" 4. Neither the name of the University 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/amiga/include/bus.h
--- a/sys/arch/amiga/include/bus.h Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/amiga/include/bus.h Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.21 2009/03/14 14:45:54 dsl Exp $ */
+/* $NetBSD: bus.h,v 1.22 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. 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 Leo Weppelman for the
- * NetBSD Project.
- * 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 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/amigappc/include/bus.h
--- a/sys/arch/amigappc/include/bus.h Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/amigappc/include/bus.h Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.5 2009/07/21 09:49:15 phx Exp $ */
+/* $NetBSD: bus.h,v 1.6 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. 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 Leo Weppelman for the
- * NetBSD Project.
- * 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 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/atari/disksubr.c
--- a/sys/arch/atari/atari/disksubr.c Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/atari/disksubr.c Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disksubr.c,v 1.40 2009/03/18 16:00:10 cegger Exp $ */
+/* $NetBSD: disksubr.c,v 1.41 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -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 Leo Weppelman.
- * 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: disksubr.c,v 1.40 2009/03/18 16:00:10 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.41 2009/10/20 19:10:10 snj Exp $");
#ifndef DISKLABEL_NBDA
#define DISKLABEL_NBDA /* required */
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/dev/atari5380.c
--- a/sys/arch/atari/dev/atari5380.c Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/dev/atari5380.c Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.52 2009/07/08 12:23:09 tsutsui Exp $ */
+/* $NetBSD: atari5380.c,v 1.53 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -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 Leo Weppelman.
- * 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: atari5380.c,v 1.52 2009/07/08 12:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.53 2009/10/20 19:10:10 snj Exp $");
#include "opt_atariscsi.h"
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/dev/clockreg.h
--- a/sys/arch/atari/dev/clockreg.h Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/dev/clockreg.h Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clockreg.h,v 1.5 2001/04/24 06:27:58 leo Exp $ */
+/* $NetBSD: clockreg.h,v 1.6 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -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 Leo Weppelman.
- * 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 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/dev/dma.c
--- a/sys/arch/atari/dev/dma.c Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/dev/dma.c Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dma.c,v 1.23 2009/07/08 12:23:09 tsutsui Exp $ */
+/* $NetBSD: dma.c,v 1.24 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -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 Leo Weppelman.
- * 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
@@ -52,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dma.c,v 1.23 2009/07/08 12:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dma.c,v 1.24 2009/10/20 19:10:10 snj Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/dev/fd.c
--- a/sys/arch/atari/dev/fd.c Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/dev/fd.c Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.71 2009/07/31 15:55:10 tsutsui Exp $ */
+/* $NetBSD: fd.c,v 1.72 2009/10/20 19:10:10 snj Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -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 Leo Weppelman.
- * 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
@@ -49,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.71 2009/07/31 15:55:10 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.72 2009/10/20 19:10:10 snj Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 44d9fd8ff8ba -r 1a2c6f5c9d2d sys/arch/atari/dev/fdreg.h
--- a/sys/arch/atari/dev/fdreg.h Tue Oct 20 19:04:59 2009 +0000
+++ b/sys/arch/atari/dev/fdreg.h Tue Oct 20 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdreg.h,v 1.2 1995/04/22 22:18:21 leo Exp $ */
+/* $NetBSD: fdreg.h,v 1.3 2009/10/20 19:10:10 snj Exp $ */
Home |
Main Index |
Thread Index |
Old Index