Module Name: src Committed By: isaki Date: Sun Oct 16 03:10:18 UTC 2011
Modified Files: src/sys/arch/x68k/dev: bmd.c if_ne_intio.c vs.c vsvar.h src/sys/arch/x68k/include: autoconf.h src/sys/arch/x68k/x68k: mainbus.c src/sys/dev/ic: msm6258.c msm6258var.h Log Message: Switch to 2-clause license. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x68k/dev/bmd.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/dev/if_ne_intio.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x68k/dev/vs.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/dev/vsvar.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/include/autoconf.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/x68k/mainbus.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/msm6258.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/msm6258var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x68k/dev/bmd.c diff -u src/sys/arch/x68k/dev/bmd.c:1.17 src/sys/arch/x68k/dev/bmd.c:1.18 --- src/sys/arch/x68k/dev/bmd.c:1.17 Sun Aug 8 09:30:29 2010 +++ src/sys/arch/x68k/dev/bmd.c Sun Oct 16 03:10:17 2011 @@ -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> Index: src/sys/arch/x68k/dev/if_ne_intio.c diff -u src/sys/arch/x68k/dev/if_ne_intio.c:1.16 src/sys/arch/x68k/dev/if_ne_intio.c:1.17 --- src/sys/arch/x68k/dev/if_ne_intio.c:1.16 Wed Mar 3 13:39:57 2010 +++ src/sys/arch/x68k/dev/if_ne_intio.c Sun Oct 16 03:10:18 2011 @@ -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" Index: src/sys/arch/x68k/dev/vs.c diff -u src/sys/arch/x68k/dev/vs.c:1.33 src/sys/arch/x68k/dev/vs.c:1.34 --- src/sys/arch/x68k/dev/vs.c:1.33 Wed Jun 25 08:14:59 2008 +++ src/sys/arch/x68k/dev/vs.c Sun Oct 16 03:10:18 2011 @@ -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" Index: src/sys/arch/x68k/dev/vsvar.h diff -u src/sys/arch/x68k/dev/vsvar.h:1.9 src/sys/arch/x68k/dev/vsvar.h:1.10 --- src/sys/arch/x68k/dev/vsvar.h:1.9 Wed Jun 25 08:14:59 2008 +++ src/sys/arch/x68k/dev/vsvar.h Sun Oct 16 03:10:18 2011 @@ -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 Index: src/sys/arch/x68k/include/autoconf.h diff -u src/sys/arch/x68k/include/autoconf.h:1.1 src/sys/arch/x68k/include/autoconf.h:1.2 --- src/sys/arch/x68k/include/autoconf.h:1.1 Sat Jan 17 09:20:46 2009 +++ src/sys/arch/x68k/include/autoconf.h Sun Oct 16 03:10:18 2011 @@ -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 Index: src/sys/arch/x68k/x68k/mainbus.c diff -u src/sys/arch/x68k/x68k/mainbus.c:1.3 src/sys/arch/x68k/x68k/mainbus.c:1.4 --- src/sys/arch/x68k/x68k/mainbus.c:1.3 Wed Dec 31 08:33:20 2008 +++ src/sys/arch/x68k/x68k/mainbus.c Sun Oct 16 03:10:18 2011 @@ -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> Index: src/sys/dev/ic/msm6258.c diff -u src/sys/dev/ic/msm6258.c:1.15 src/sys/dev/ic/msm6258.c:1.16 --- src/sys/dev/ic/msm6258.c:1.15 Sat Dec 24 20:27:30 2005 +++ src/sys/dev/ic/msm6258.c Sun Oct 16 03:10:18 2011 @@ -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> Index: src/sys/dev/ic/msm6258var.h diff -u src/sys/dev/ic/msm6258var.h:1.7 src/sys/dev/ic/msm6258var.h:1.8 --- src/sys/dev/ic/msm6258var.h:1.7 Sun Dec 11 12:21:28 2005 +++ src/sys/dev/ic/msm6258var.h Sun Oct 16 03:10:18 2011 @@ -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