Source-Changes-HG archive

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

[src/trunk]: src/sys switch from 4 clause to 2 clause BSD license.



details:   https://anonhg.NetBSD.org/src/rev/cc73b57c8dc9
branches:  trunk
changeset: 754244:cc73b57c8dc9
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Apr 24 19:58:13 2010 +0000

description:
switch from 4 clause to 2 clause BSD license.

diffstat:

 sys/arch/next68k/dev/if_xe.c       |  9 ++-------
 sys/arch/next68k/dev/if_xevar.h    |  7 +------
 sys/arch/next68k/dev/mb8795.c      |  9 ++-------
 sys/arch/next68k/dev/mb8795reg.h   |  7 +------
 sys/arch/next68k/dev/mb8795var.h   |  7 +------
 sys/arch/next68k/dev/nextcons.c    |  9 ++-------
 sys/arch/next68k/dev/nextdma.c     |  9 ++-------
 sys/arch/next68k/dev/nextdmareg.h  |  7 +------
 sys/arch/next68k/dev/nextdmavar.h  |  7 +------
 sys/arch/next68k/next68k/clock.c   |  9 ++-------
 sys/arch/next68k/next68k/nextrom.c |  9 ++-------
 sys/arch/next68k/next68k/nextrom.h |  7 +------
 sys/ufs/ffs/ffs_appleufs.c         |  9 ++-------
 13 files changed, 20 insertions(+), 85 deletions(-)

diffs (truncated from 336 to 300 lines):

diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/if_xe.c
--- a/sys/arch/next68k/dev/if_xe.c      Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/if_xe.c      Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_xe.c,v 1.20 2010/01/19 22:06:22 pooka Exp $ */
+/*     $NetBSD: if_xe.c,v 1.21 2010/04/24 19:58:13 dbj Exp $   */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_xe.c,v 1.20 2010/01/19 22:06:22 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_xe.c,v 1.21 2010/04/24 19:58:13 dbj Exp $");
 
 #include "opt_inet.h"
 
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/if_xevar.h
--- a/sys/arch/next68k/dev/if_xevar.h   Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/if_xevar.h   Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_xevar.h,v 1.4 2003/05/03 18:10:55 wiz Exp $ */
+/*     $NetBSD: if_xevar.h,v 1.5 2010/04/24 19:58:13 dbj Exp $ */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/mb8795.c
--- a/sys/arch/next68k/dev/mb8795.c     Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/mb8795.c     Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb8795.c,v 1.48 2010/04/05 07:19:31 joerg Exp $        */
+/*     $NetBSD: mb8795.c,v 1.49 2010/04/24 19:58:13 dbj Exp $  */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb8795.c,v 1.48 2010/04/05 07:19:31 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb8795.c,v 1.49 2010/04/24 19:58:13 dbj Exp $");
 
 #include "opt_inet.h"
 #include "rnd.h"
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/mb8795reg.h
--- a/sys/arch/next68k/dev/mb8795reg.h  Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/mb8795reg.h  Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb8795reg.h,v 1.3 2002/09/11 01:46:32 mycroft Exp $    */
+/*     $NetBSD: mb8795reg.h,v 1.4 2010/04/24 19:58:13 dbj Exp $        */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/mb8795var.h
--- a/sys/arch/next68k/dev/mb8795var.h  Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/mb8795var.h  Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb8795var.h,v 1.10 2007/03/04 06:00:27 christos Exp $  */
+/*     $NetBSD: mb8795var.h,v 1.11 2010/04/24 19:58:13 dbj Exp $       */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/nextcons.c
--- a/sys/arch/next68k/dev/nextcons.c   Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/nextcons.c   Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextcons.c,v 1.10 2008/01/05 00:31:55 ad Exp $ */
+/*     $NetBSD: nextcons.c,v 1.11 2010/04/24 19:58:13 dbj Exp $        */
 
 /*
  * Copyright (c) 1999 Darrin B. Jewell
@@ -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 Darrin B. Jewell
- * 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: nextcons.c,v 1.10 2008/01/05 00:31:55 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nextcons.c,v 1.11 2010/04/24 19:58:13 dbj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/nextdma.c
--- a/sys/arch/next68k/dev/nextdma.c    Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/nextdma.c    Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextdma.c,v 1.45 2009/11/05 18:11:09 dyoung Exp $      */
+/*     $NetBSD: nextdma.c,v 1.46 2010/04/24 19:58:13 dbj Exp $ */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nextdma.c,v 1.45 2009/11/05 18:11:09 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nextdma.c,v 1.46 2010/04/24 19:58:13 dbj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/nextdmareg.h
--- a/sys/arch/next68k/dev/nextdmareg.h Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/nextdmareg.h Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextdmareg.h,v 1.8 2002/09/11 01:46:32 mycroft Exp $   */
+/*     $NetBSD: nextdmareg.h,v 1.9 2010/04/24 19:58:13 dbj Exp $       */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/dev/nextdmavar.h
--- a/sys/arch/next68k/dev/nextdmavar.h Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/dev/nextdmavar.h Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextdmavar.h,v 1.14 2005/12/11 12:18:25 christos Exp $ */
+/*     $NetBSD: nextdmavar.h,v 1.15 2010/04/24 19:58:13 dbj Exp $      */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/next68k/clock.c
--- a/sys/arch/next68k/next68k/clock.c  Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/next68k/clock.c  Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.11 2006/09/11 15:07:50 gdamore Exp $       */
+/*     $NetBSD: clock.c,v 1.12 2010/04/24 19:58:13 dbj Exp $   */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.11 2006/09/11 15:07:50 gdamore Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.12 2010/04/24 19:58:13 dbj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/next68k/nextrom.c
--- a/sys/arch/next68k/next68k/nextrom.c        Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/next68k/nextrom.c        Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextrom.c,v 1.20 2005/12/11 12:18:29 christos Exp $    */
+/*     $NetBSD: nextrom.c,v 1.21 2010/04/24 19:58:13 dbj Exp $ */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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 Darrin B. Jewell
- * 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nextrom.c,v 1.20 2005/12/11 12:18:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nextrom.c,v 1.21 2010/04/24 19:58:13 dbj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_serial.h"
diff -r 5008947d0a3b -r cc73b57c8dc9 sys/arch/next68k/next68k/nextrom.h
--- a/sys/arch/next68k/next68k/nextrom.h        Sat Apr 24 19:51:15 2010 +0000
+++ b/sys/arch/next68k/next68k/nextrom.h        Sat Apr 24 19:58:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextrom.h,v 1.9 2007/03/04 06:00:27 christos Exp $     */
+/*     $NetBSD: nextrom.h,v 1.10 2010/04/24 19:58:13 dbj Exp $ */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * 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:



Home | Main Index | Thread Index | Old Index