Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch udpate license clauses on my code to match the new-...
details: https://anonhg.NetBSD.org/src/rev/c8bc761d9d26
branches: trunk
changeset: 761579:c8bc761d9d26
user: chuck <chuck%NetBSD.org@localhost>
date: Tue Feb 01 20:09:08 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/arch/amd64/include/pmap.h | 9 +--------
sys/arch/i386/include/pmap.h | 9 +--------
sys/arch/i386/include/pte.h | 9 +--------
3 files changed, 3 insertions(+), 24 deletions(-)
diffs (80 lines):
diff -r 2a100c72889b -r c8bc761d9d26 sys/arch/amd64/include/pmap.h
--- a/sys/arch/amd64/include/pmap.h Tue Feb 01 20:06:06 2011 +0000
+++ b/sys/arch/amd64/include/pmap.h Tue Feb 01 20:09:08 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: pmap.h,v 1.23 2010/11/14 13:33:20 uebayasi Exp $ */
+/* $NetBSD: pmap.h,v 1.24 2011/02/01 20:09:08 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 acknowledgment:
- * 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 2a100c72889b -r c8bc761d9d26 sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h Tue Feb 01 20:06:06 2011 +0000
+++ b/sys/arch/i386/include/pmap.h Tue Feb 01 20:09:08 2011 +0000
@@ -1,7 +1,6 @@
-/* $NetBSD: pmap.h,v 1.108 2010/11/14 13:33:21 uebayasi Exp $ */
+/* $NetBSD: pmap.h,v 1.109 2011/02/01 20:09:08 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 acknowledgment:
- * 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 2a100c72889b -r c8bc761d9d26 sys/arch/i386/include/pte.h
--- a/sys/arch/i386/include/pte.h Tue Feb 01 20:06:06 2011 +0000
+++ b/sys/arch/i386/include/pte.h Tue Feb 01 20:09:08 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pte.h,v 1.26 2010/10/02 22:53:49 jym Exp $ */
+/* $NetBSD: pte.h,v 1.27 2011/02/01 20:09:08 chuck Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,6 @@
*/
/*
- *
* Copyright (c) 1997 Charles D. Cranor and Washington University.
* All rights reserved.
*
@@ -48,12 +47,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 acknowledgment:
- * 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
Home |
Main Index |
Thread Index |
Old Index