Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm udpate license clauses on my code to match the new-s...



details:   https://anonhg.NetBSD.org/src/rev/fecb7c15348b
branches:  trunk
changeset: 761612:fecb7c15348b
user:      chuck <chuck%NetBSD.org@localhost>
date:      Wed Feb 02 15:13:33 2011 +0000

description:
udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.

diffstat:

 sys/uvm/uvm.h         |   9 +--------
 sys/uvm/uvm_amap.c    |  11 ++---------
 sys/uvm/uvm_amap.h    |   9 +--------
 sys/uvm/uvm_anon.c    |  11 ++---------
 sys/uvm/uvm_anon.h    |   9 +--------
 sys/uvm/uvm_ddb.h     |   9 +--------
 sys/uvm/uvm_device.c  |  11 ++---------
 sys/uvm/uvm_device.h  |   9 +--------
 sys/uvm/uvm_extern.h  |   9 +--------
 sys/uvm/uvm_fault.c   |  11 ++---------
 sys/uvm/uvm_fault.h   |   9 +--------
 sys/uvm/uvm_fault_i.h |   9 +--------
 sys/uvm/uvm_glue.h    |   9 +--------
 sys/uvm/uvm_init.c    |  11 ++---------
 sys/uvm/uvm_io.c      |  11 ++---------
 sys/uvm/uvm_km.h      |   9 +--------
 sys/uvm/uvm_loan.c    |  11 ++---------
 sys/uvm/uvm_loan.h    |   9 +--------
 sys/uvm/uvm_object.h  |   9 +--------
 sys/uvm/uvm_pager.c   |  11 ++---------
 sys/uvm/uvm_pager.h   |   9 +--------
 sys/uvm/uvm_stat.c    |  11 ++---------
 sys/uvm/uvm_stat.h    |   9 +--------
 sys/uvm/uvm_user.c    |  11 ++---------
 24 files changed, 34 insertions(+), 202 deletions(-)

diffs (truncated from 695 to 300 lines):

diff -r bc6cceea628a -r fecb7c15348b sys/uvm/uvm.h
--- a/sys/uvm/uvm.h     Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm.h     Wed Feb 02 15:13:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm.h,v 1.59 2010/12/09 01:48:05 uebayasi Exp $        */
+/*     $NetBSD: uvm.h,v 1.60 2011/02/02 15:13:33 chuck Exp $   */
 
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -27,7 +27,6 @@
  */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -39,12 +38,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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_amap.c
--- a/sys/uvm/uvm_amap.c        Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_amap.c        Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_amap.c,v 1.88 2009/10/21 21:12:07 rmind Exp $      */
+/*     $NetBSD: uvm_amap.c,v 1.89 2011/02/02 15:13:33 chuck Exp $      */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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
@@ -42,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_amap.c,v 1.88 2009/10/21 21:12:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_amap.c,v 1.89 2011/02/02 15:13:33 chuck Exp $");
 
 #include "opt_uvmhist.h"
 
diff -r bc6cceea628a -r fecb7c15348b sys/uvm/uvm_amap.h
--- a/sys/uvm/uvm_amap.h        Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_amap.h        Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_amap.h,v 1.34 2008/10/26 08:32:02 bjs Exp $        */
+/*     $NetBSD: uvm_amap.h,v 1.35 2011/02/02 15:13:33 chuck Exp $      */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_anon.c
--- a/sys/uvm/uvm_anon.c        Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_anon.c        Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_anon.c,v 1.51 2008/01/18 10:48:23 yamt Exp $       */
+/*     $NetBSD: uvm_anon.c,v 1.52 2011/02/02 15:13:34 chuck Exp $      */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.51 2008/01/18 10:48:23 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.52 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 
diff -r bc6cceea628a -r fecb7c15348b sys/uvm/uvm_anon.h
--- a/sys/uvm/uvm_anon.h        Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_anon.h        Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_anon.h,v 1.26 2009/06/14 21:36:03 yamt Exp $       */
+/*     $NetBSD: uvm_anon.h,v 1.27 2011/02/02 15:13:34 chuck Exp $      */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_ddb.h
--- a/sys/uvm/uvm_ddb.h Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_ddb.h Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_ddb.h,v 1.13 2009/05/03 16:52:54 pooka Exp $       */
+/*     $NetBSD: uvm_ddb.h,v 1.14 2011/02/02 15:13:34 chuck Exp $       */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_device.c
--- a/sys/uvm/uvm_device.c      Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_device.c      Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $ */
+/*     $NetBSD: uvm_device.c,v 1.58 2011/02/02 15:13:34 chuck Exp $    */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.57 2010/02/05 03:49:11 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.58 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 
diff -r bc6cceea628a -r fecb7c15348b sys/uvm/uvm_device.h
--- a/sys/uvm/uvm_device.h      Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_device.h      Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_device.h,v 1.11 2005/12/11 12:25:29 christos Exp $ */
+/*     $NetBSD: uvm_device.h,v 1.12 2011/02/02 15:13:34 chuck Exp $    */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_extern.h
--- a/sys/uvm/uvm_extern.h      Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_extern.h      Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_extern.h,v 1.168 2011/01/04 08:26:33 matt Exp $    */
+/*     $NetBSD: uvm_extern.h,v 1.169 2011/02/02 15:13:34 chuck Exp $   */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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 bc6cceea628a -r fecb7c15348b sys/uvm/uvm_fault.c
--- a/sys/uvm/uvm_fault.c       Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_fault.c       Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_fault.c,v 1.180 2011/01/06 05:51:57 enami Exp $    */
+/*     $NetBSD: uvm_fault.c,v 1.181 2011/02/02 15:13:34 chuck Exp $    */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -13,12 +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 and
- *      Washington University.
- * 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
@@ -39,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.180 2011/01/06 05:51:57 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.181 2011/02/02 15:13:34 chuck Exp $");
 
 #include "opt_uvmhist.h"
 
diff -r bc6cceea628a -r fecb7c15348b sys/uvm/uvm_fault.h
--- a/sys/uvm/uvm_fault.h       Wed Feb 02 14:42:15 2011 +0000
+++ b/sys/uvm/uvm_fault.h       Wed Feb 02 15:13:33 2011 +0000
@@ -1,7 +1,6 @@
-/*     $NetBSD: uvm_fault.h,v 1.19 2006/03/15 18:09:25 drochner Exp $  */
+/*     $NetBSD: uvm_fault.h,v 1.20 2011/02/02 15:13:34 chuck Exp $     */
 
 /*
- *



Home | Main Index | Thread Index | Old Index