Source-Changes-HG archive

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

[src/trunk]: src Move Matthias Pfaller's files to 2-clause license. OK matth...



details:   https://anonhg.NetBSD.org/src/rev/46a89e2dfa01
branches:  trunk
changeset: 748259:46a89e2dfa01
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Oct 18 18:13:59 2009 +0000

description:
Move Matthias Pfaller's files to 2-clause license.  OK matthias@.

diffstat:

 share/man/man5/genassym.cf.5        |  7 +------
 sys/arch/amd64/amd64/kgdb_machdep.c |  9 ++-------
 sys/arch/arm/arm32/kgdb_machdep.c   |  9 ++-------
 sys/arch/i386/i386/kgdb_machdep.c   |  9 ++-------
 sys/arch/mips/mips/kgdb_machdep.c   |  9 ++-------
 sys/arch/sh3/sh3/kgdb_machdep.c     |  9 ++-------
 sys/dev/podulebus/hcsc.c            |  9 ++-------
 usr.bin/genassym/genassym.1         |  7 +------
 usr.bin/genassym/genassym.sh        |  7 +------
 9 files changed, 15 insertions(+), 60 deletions(-)

diffs (244 lines):

diff -r 54a16200dc82 -r 46a89e2dfa01 share/man/man5/genassym.cf.5
--- a/share/man/man5/genassym.cf.5      Sun Oct 18 17:43:11 2009 +0000
+++ b/share/man/man5/genassym.cf.5      Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: genassym.cf.5,v 1.11 2005/09/11 23:32:48 wiz Exp $
+.\"    $NetBSD: genassym.cf.5,v 1.12 2009/10/18 18:13:59 snj Exp $
 .\"
 .\" Copyright (c) 1997 Matthias Pfaller.
 .\" 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 Matthias Pfaller.
-.\" 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 54a16200dc82 -r 46a89e2dfa01 sys/arch/amd64/amd64/kgdb_machdep.c
--- a/sys/arch/amd64/amd64/kgdb_machdep.c       Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/arch/amd64/amd64/kgdb_machdep.c       Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.5 2009/03/14 15:36:00 dsl Exp $     */
+/*     $NetBSD: kgdb_machdep.c,v 1.6 2009/10/18 18:13:59 snj Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -42,11 +42,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 Matthias Pfaller.
- * 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
@@ -61,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.5 2009/03/14 15:36:00 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.6 2009/10/18 18:13:59 snj Exp $");
 
 #include "opt_ddb.h"
 
diff -r 54a16200dc82 -r 46a89e2dfa01 sys/arch/arm/arm32/kgdb_machdep.c
--- a/sys/arch/arm/arm32/kgdb_machdep.c Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/arch/arm/arm32/kgdb_machdep.c Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.6 2009/03/14 15:36:01 dsl Exp $     */
+/*     $NetBSD: kgdb_machdep.c,v 1.7 2009/10/18 18:14:00 snj Exp $     */
 
 /*
  * Copyright (c) 1996 Matthias Pfaller.
@@ -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 Matthias Pfaller.
- * 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: kgdb_machdep.c,v 1.6 2009/03/14 15:36:01 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.7 2009/10/18 18:14:00 snj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
diff -r 54a16200dc82 -r 46a89e2dfa01 sys/arch/i386/i386/kgdb_machdep.c
--- a/sys/arch/i386/i386/kgdb_machdep.c Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/arch/i386/i386/kgdb_machdep.c Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.20 2009/03/14 15:36:07 dsl Exp $    */
+/*     $NetBSD: kgdb_machdep.c,v 1.21 2009/10/18 18:14:00 snj Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -42,11 +42,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 Matthias Pfaller.
- * 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
@@ -61,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.20 2009/03/14 15:36:07 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.21 2009/10/18 18:14:00 snj Exp $");
 
 #include "opt_ddb.h"
 
diff -r 54a16200dc82 -r 46a89e2dfa01 sys/arch/mips/mips/kgdb_machdep.c
--- a/sys/arch/mips/mips/kgdb_machdep.c Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/arch/mips/mips/kgdb_machdep.c Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.14 2009/03/14 15:36:10 dsl Exp $    */
+/*     $NetBSD: kgdb_machdep.c,v 1.15 2009/10/18 18:14:00 snj Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -42,11 +42,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 Matthias Pfaller.
- * 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
@@ -61,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.14 2009/03/14 15:36:10 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.15 2009/10/18 18:14:00 snj Exp $");
 
 #include "opt_ddb.h"
 
diff -r 54a16200dc82 -r 46a89e2dfa01 sys/arch/sh3/sh3/kgdb_machdep.c
--- a/sys/arch/sh3/sh3/kgdb_machdep.c   Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/arch/sh3/sh3/kgdb_machdep.c   Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kgdb_machdep.c,v 1.15 2009/01/11 23:20:37 cegger Exp $ */
+/*     $NetBSD: kgdb_machdep.c,v 1.16 2009/10/18 18:14:00 snj Exp $    */
 
 /*-
  * Copyright (c) 1997, 2002 The NetBSD Foundation, Inc.
@@ -42,11 +42,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 Matthias Pfaller.
- * 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
@@ -61,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.15 2009/01/11 23:20:37 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.16 2009/10/18 18:14:00 snj Exp $");
 
 #include "opt_ddb.h"
 
diff -r 54a16200dc82 -r 46a89e2dfa01 sys/dev/podulebus/hcsc.c
--- a/sys/dev/podulebus/hcsc.c  Sun Oct 18 17:43:11 2009 +0000
+++ b/sys/dev/podulebus/hcsc.c  Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hcsc.c,v 1.19 2008/04/28 20:23:56 martin Exp $ */
+/*     $NetBSD: hcsc.c,v 1.20 2009/10/18 18:14:00 snj Exp $    */
 
 /*
  * Copyright (c) 2001 Ben Harris
@@ -41,11 +41,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 Matthias Pfaller.
- * 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
@@ -67,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.19 2008/04/28 20:23:56 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.20 2009/10/18 18:14:00 snj Exp $");
 
 #include <sys/param.h>
 
diff -r 54a16200dc82 -r 46a89e2dfa01 usr.bin/genassym/genassym.1
--- a/usr.bin/genassym/genassym.1       Sun Oct 18 17:43:11 2009 +0000
+++ b/usr.bin/genassym/genassym.1       Sun Oct 18 18:13:59 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: genassym.1,v 1.3 2005/08/18 01:09:02 rpaulo Exp $
+.\"    $NetBSD: genassym.1,v 1.4 2009/10/18 18:14:00 snj Exp $
 .\"
 .\" Copyright (c) 1997 Matthias Pfaller.
 .\" 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 Matthias Pfaller.
-.\" 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 54a16200dc82 -r 46a89e2dfa01 usr.bin/genassym/genassym.sh
--- a/usr.bin/genassym/genassym.sh      Sun Oct 18 17:43:11 2009 +0000
+++ b/usr.bin/genassym/genassym.sh      Sun Oct 18 18:13:59 2009 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: genassym.sh,v 1.4 2008/10/19 22:10:05 apb Exp $
+#      $NetBSD: genassym.sh,v 1.5 2009/10/18 18:14:00 snj Exp $
 #
 # Copyright (c) 1997 Matthias Pfaller.
 # All rights reserved.
@@ -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 Matthias Pfaller.
-# 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



Home | Main Index | Thread Index | Old Index