Module Name: src
Committed By: chuck
Date: Wed Feb 2 20:10:09 UTC 2011
Modified Files:
src/sys/compat/netbsd32: netbsd32_core.c
src/sys/kern: core_netbsd.c
Log Message:
udpate license clauses on my code to match the new-style BSD licenses.
verified with Mike Hibler it is ok to remove clause 3 on utah copyright,
as per UCB.
based on diff that rmind@ sent me.
no functional change with this commit.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/netbsd32/netbsd32_core.c
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/core_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32_core.c
diff -u src/sys/compat/netbsd32/netbsd32_core.c:1.13 src/sys/compat/netbsd32/netbsd32_core.c:1.14
--- src/sys/compat/netbsd32/netbsd32_core.c:1.13 Sun Dec 11 12:20:22 2005
+++ src/sys/compat/netbsd32/netbsd32_core.c Wed Feb 2 20:10:09 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_core.c,v 1.13 2005/12/11 12:20:22 christos Exp $ */
+/* $NetBSD: netbsd32_core.c,v 1.14 2011/02/02 20:10:09 chuck Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -19,12 +19,7 @@
* 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,
- * Washington University, the University of California, Berkeley and
- * its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -50,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_core.c,v 1.13 2005/12/11 12:20:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_core.c,v 1.14 2011/02/02 20:10:09 chuck Exp $");
#define CORENAME(x) __CONCAT(x,32)
#define COREINC <compat/netbsd32/netbsd32.h>
Index: src/sys/kern/core_netbsd.c
diff -u src/sys/kern/core_netbsd.c:1.17 src/sys/kern/core_netbsd.c:1.18
--- src/sys/kern/core_netbsd.c:1.17 Fri Jan 14 02:06:34 2011
+++ src/sys/kern/core_netbsd.c Wed Feb 2 20:10:09 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: core_netbsd.c,v 1.17 2011/01/14 02:06:34 rmind Exp $ */
+/* $NetBSD: core_netbsd.c,v 1.18 2011/02/02 20:10:09 chuck Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -19,12 +19,7 @@
* 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,
- * Washington University, the University of California, Berkeley and
- * its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -50,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: core_netbsd.c,v 1.17 2011/01/14 02:06:34 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_netbsd.c,v 1.18 2011/02/02 20:10:09 chuck Exp $");
#ifdef _KERNEL_OPT
#include "opt_coredump.h"