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 chuck^2 code to match the ...
details: https://anonhg.NetBSD.org/src/rev/7fee7ac28a0e
branches: trunk
changeset: 761616:7fee7ac28a0e
user: chuck <chuck%NetBSD.org@localhost>
date: Wed Feb 02 15:28:38 2011 +0000
description:
udpate license clauses on chuck^2 code to match the new-style BSD licenses.
based on diff that rmind@ sent me (and confirmed with chs@ via email).
no functional change with this commit.
diffstat:
sys/uvm/uvm_aobj.c | 10 ++--------
sys/uvm/uvm_aobj.h | 8 +-------
2 files changed, 3 insertions(+), 15 deletions(-)
diffs (53 lines):
diff -r 424a5330f27f -r 7fee7ac28a0e sys/uvm/uvm_aobj.c
--- a/sys/uvm/uvm_aobj.c Wed Feb 02 15:25:27 2011 +0000
+++ b/sys/uvm/uvm_aobj.c Wed Feb 02 15:28:38 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_aobj.c,v 1.111 2011/01/25 03:34:29 enami Exp $ */
+/* $NetBSD: uvm_aobj.c,v 1.112 2011/02/02 15:28:38 chuck Exp $ */
/*
* Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and
@@ -13,12 +13,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
@@ -43,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.111 2011/01/25 03:34:29 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.112 2011/02/02 15:28:38 chuck Exp $");
#include "opt_uvmhist.h"
diff -r 424a5330f27f -r 7fee7ac28a0e sys/uvm/uvm_aobj.h
--- a/sys/uvm/uvm_aobj.h Wed Feb 02 15:25:27 2011 +0000
+++ b/sys/uvm/uvm_aobj.h Wed Feb 02 15:28:38 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_aobj.h,v 1.20 2007/12/01 10:40:03 yamt Exp $ */
+/* $NetBSD: uvm_aobj.h,v 1.21 2011/02/02 15:28:38 chuck Exp $ */
/*
* Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and
@@ -13,12 +13,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
Home |
Main Index |
Thread Index |
Old Index