Source-Changes-HG archive

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

[src/trunk]: src/sys Switch to 2-clause license.



details:   https://anonhg.NetBSD.org/src/rev/396feaa0a7de
branches:  trunk
changeset: 770418:396feaa0a7de
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Oct 16 03:10:17 2011 +0000

description:
Switch to 2-clause license.

diffstat:

 sys/arch/x68k/dev/bmd.c          |  6 ++----
 sys/arch/x68k/dev/if_ne_intio.c  |  6 ++----
 sys/arch/x68k/dev/vs.c           |  6 ++----
 sys/arch/x68k/dev/vsvar.h        |  4 +---
 sys/arch/x68k/include/autoconf.h |  4 +---
 sys/arch/x68k/x68k/mainbus.c     |  6 ++----
 sys/dev/ic/msm6258.c             |  6 ++----
 sys/dev/ic/msm6258var.h          |  4 +---
 8 files changed, 13 insertions(+), 29 deletions(-)

diffs (189 lines):

diff -r db400a943bed -r 396feaa0a7de sys/arch/x68k/dev/bmd.c
--- a/sys/arch/x68k/dev/bmd.c   Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/dev/bmd.c   Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bmd.c,v 1.17 2010/08/08 09:30:29 isaki Exp $   */
+/*     $NetBSD: bmd.c,v 1.18 2011/10/16 03:10:17 isaki Exp $   */
 
 /*
  * Copyright (c) 2002 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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
@@ -32,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bmd.c,v 1.17 2010/08/08 09:30:29 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bmd.c,v 1.18 2011/10/16 03:10:17 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r db400a943bed -r 396feaa0a7de sys/arch/x68k/dev/if_ne_intio.c
--- a/sys/arch/x68k/dev/if_ne_intio.c   Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/dev/if_ne_intio.c   Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_intio.c,v 1.16 2010/03/03 13:39:57 tsutsui Exp $ */
+/*     $NetBSD: if_ne_intio.c,v 1.17 2011/10/16 03:10:18 isaki Exp $   */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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
@@ -32,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ne_intio.c,v 1.16 2010/03/03 13:39:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_intio.c,v 1.17 2011/10/16 03:10:18 isaki Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
diff -r db400a943bed -r 396feaa0a7de sys/arch/x68k/dev/vs.c
--- a/sys/arch/x68k/dev/vs.c    Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/dev/vs.c    Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vs.c,v 1.33 2008/06/25 08:14:59 isaki Exp $    */
+/*     $NetBSD: vs.c,v 1.34 2011/10/16 03:10:18 isaki Exp $    */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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
@@ -32,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vs.c,v 1.33 2008/06/25 08:14:59 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vs.c,v 1.34 2011/10/16 03:10:18 isaki Exp $");
 
 #include "audio.h"
 #include "vs.h"
diff -r db400a943bed -r 396feaa0a7de sys/arch/x68k/dev/vsvar.h
--- a/sys/arch/x68k/dev/vsvar.h Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/dev/vsvar.h Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vsvar.h,v 1.9 2008/06/25 08:14:59 isaki Exp $  */
+/*     $NetBSD: vsvar.h,v 1.10 2011/10/16 03:10:18 isaki Exp $ */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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 db400a943bed -r 396feaa0a7de sys/arch/x68k/include/autoconf.h
--- a/sys/arch/x68k/include/autoconf.h  Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/include/autoconf.h  Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.h,v 1.1 2009/01/17 09:20:46 isaki Exp $ */
+/* $NetBSD: autoconf.h,v 1.2 2011/10/16 03:10:18 isaki Exp $ */
 
 /*
  * Copyright (c) 2008 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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 db400a943bed -r 396feaa0a7de sys/arch/x68k/x68k/mainbus.c
--- a/sys/arch/x68k/x68k/mainbus.c      Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/arch/x68k/x68k/mainbus.c      Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.3 2008/12/31 08:33:20 isaki Exp $ */
+/* $NetBSD: mainbus.c,v 1.4 2011/10/16 03:10:18 isaki Exp $ */
 
 /*
  * Copyright (c) 2008 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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
@@ -32,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.3 2008/12/31 08:33:20 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.4 2011/10/16 03:10:18 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r db400a943bed -r 396feaa0a7de sys/dev/ic/msm6258.c
--- a/sys/dev/ic/msm6258.c      Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/dev/ic/msm6258.c      Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msm6258.c,v 1.15 2005/12/24 20:27:30 perry Exp $       */
+/*     $NetBSD: msm6258.c,v 1.16 2011/10/16 03:10:18 isaki Exp $       */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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
@@ -32,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msm6258.c,v 1.15 2005/12/24 20:27:30 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msm6258.c,v 1.16 2011/10/16 03:10:18 isaki Exp $");
 
 #include <sys/systm.h>
 #include <sys/device.h>
diff -r db400a943bed -r 396feaa0a7de sys/dev/ic/msm6258var.h
--- a/sys/dev/ic/msm6258var.h   Sun Oct 16 01:28:35 2011 +0000
+++ b/sys/dev/ic/msm6258var.h   Sun Oct 16 03:10:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msm6258var.h,v 1.7 2005/12/11 12:21:28 christos Exp $  */
+/*     $NetBSD: msm6258var.h,v 1.8 2011/10/16 03:10:18 isaki Exp $     */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -11,8 +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. 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