Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/vme udpate license clauses on my code to match the n...
details: https://anonhg.NetBSD.org/src/rev/a8c8e3bb471b
branches: trunk
changeset: 761574:a8c8e3bb471b
user: chuck <chuck%NetBSD.org@localhost>
date: Tue Feb 01 19:36:24 2011 +0000
description:
udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.
no functional change with this commit.
diffstat:
sys/dev/vme/if_ie_vme.c | 11 +++--------
sys/dev/vme/xd.c | 12 +++---------
sys/dev/vme/xdreg.h | 10 ++--------
sys/dev/vme/xdvar.h | 10 ++--------
sys/dev/vme/xio.h | 10 ++--------
sys/dev/vme/xy.c | 12 +++---------
sys/dev/vme/xyreg.h | 10 ++--------
sys/dev/vme/xyvar.h | 10 ++--------
8 files changed, 19 insertions(+), 66 deletions(-)
diffs (282 lines):
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/if_ie_vme.c
--- a/sys/dev/vme/if_ie_vme.c Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/if_ie_vme.c Tue Feb 01 19:36:24 2011 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: if_ie_vme.c,v 1.28 2010/01/22 16:12:41 martin Exp $ */
+/* $NetBSD: if_ie_vme.c,v 1.29 2011/02/01 19:36:24 chuck Exp $ */
-/*-
+/*
* Copyright (c) 1995 Charles D. Cranor
* 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 Charles D. Cranor.
- * 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
@@ -145,7 +140,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie_vme.c,v 1.28 2010/01/22 16:12:41 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie_vme.c,v 1.29 2011/02/01 19:36:24 chuck Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xd.c Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xd.c,v 1.86 2009/05/12 14:47:27 cegger Exp $ */
+/* $NetBSD: xd.c,v 1.87 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -35,7 +29,7 @@
*
* x d . c x y l o g i c s 7 5 3 / 7 0 5 3 v m e / s m d d r i v e r
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
* started: 27-Feb-95
* references: [1] Xylogics Model 753 User's Manual
* part number: 166-753-001, Revision B, May 21, 1988.
@@ -51,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.86 2009/05/12 14:47:27 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.87 2011/02/01 19:36:24 chuck Exp $");
#undef XDC_DEBUG /* full debug */
#define XDC_DIAG /* extra sanity checks */
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xdreg.h
--- a/sys/dev/vme/xdreg.h Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xdreg.h Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xdreg.h,v 1.6 2006/08/27 19:18:08 christos Exp $ */
+/* $NetBSD: xdreg.h,v 1.7 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -37,7 +31,7 @@
* this file contains the description of the Xylogics 753/7053's hardware
* data structures.
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
*/
#define XDC_MAXDEV 4 /* max devices per controller */
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xdvar.h
--- a/sys/dev/vme/xdvar.h Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xdvar.h Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xdvar.h,v 1.11 2006/08/27 19:18:08 christos Exp $ */
+/* $NetBSD: xdvar.h,v 1.12 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -37,7 +31,7 @@
* this file defines the software structure we use to control the
* 753/7053.
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
*/
#include <sys/callout.h>
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xio.h
--- a/sys/dev/vme/xio.h Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xio.h Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xio.h,v 1.4 2007/03/04 06:02:51 christos Exp $ */
+/* $NetBSD: xio.h,v 1.5 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -38,7 +32,7 @@
* 753/7053. this interface isn't set in stone and may (or may not)
* need adjustment.
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
*/
/*
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xy.c
--- a/sys/dev/vme/xy.c Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xy.c Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xy.c,v 1.90 2009/05/12 14:47:27 cegger Exp $ */
+/* $NetBSD: xy.c,v 1.91 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -35,7 +29,7 @@
*
* x y . c x y l o g i c s 4 5 0 / 4 5 1 s m d d r i v e r
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
* started: 14-Sep-95
* references: [1] Xylogics Model 753 User's Manual
* part number: 166-753-001, Revision B, May 21, 1988.
@@ -51,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.90 2009/05/12 14:47:27 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.91 2011/02/01 19:36:24 chuck Exp $");
#undef XYC_DEBUG /* full debug */
#undef XYC_DIAG /* extra sanity checks */
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xyreg.h
--- a/sys/dev/vme/xyreg.h Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xyreg.h Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xyreg.h,v 1.6 2006/08/27 19:18:08 christos Exp $ */
+/* $NetBSD: xyreg.h,v 1.7 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -37,7 +31,7 @@
* this file contains the description of the Xylogics 450/451's hardware
* data structures.
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
*/
#define XYC_MAXDEV 2 /* max devices per controller */
diff -r 22b1e102df59 -r a8c8e3bb471b sys/dev/vme/xyvar.h
--- a/sys/dev/vme/xyvar.h Tue Feb 01 18:33:24 2011 +0000
+++ b/sys/dev/vme/xyvar.h Tue Feb 01 19:36:24 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: xyvar.h,v 1.12 2006/08/27 19:18:08 christos Exp $ */
+/* $NetBSD: xyvar.h,v 1.13 2011/02/01 19:36:24 chuck Exp $ */
/*
- *
* Copyright (c) 1995 Charles D. Cranor
* All rights reserved.
*
@@ -13,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 Charles D. Cranor.
- * 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
@@ -37,7 +31,7 @@
* this file defines the software structure we use to control the
* 450/451.
*
- * author: Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * author: Chuck Cranor <chuck@netbsd>
*/
#include <sys/callout.h>
Home |
Main Index |
Thread Index |
Old Index