Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/x86 udpate license clauses on my code to match ...



details:   https://anonhg.NetBSD.org/src/rev/4f876098166a
branches:  trunk
changeset: 761588:4f876098166a
user:      chuck <chuck%NetBSD.org@localhost>
date:      Tue Feb 01 21:18:56 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/xen/x86/xen_pmap.c |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 75684c37ab16 -r 4f876098166a sys/arch/xen/x86/xen_pmap.c
--- a/sys/arch/xen/x86/xen_pmap.c       Tue Feb 01 21:06:13 2011 +0000
+++ b/sys/arch/xen/x86/xen_pmap.c       Tue Feb 01 21:18:56 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: xen_pmap.c,v 1.2 2011/02/01 21:18:56 chuck Exp $ */
+
 /*
  * Copyright (c) 2007 Manuel Bouyer.
  *
@@ -40,7 +42,6 @@
  */
 
 /*
- *
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
  * All rights reserved.
  *
@@ -52,12 +53,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
@@ -107,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_pmap.c,v 1.1 2010/05/10 18:46:59 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_pmap.c,v 1.2 2011/02/01 21:18:56 chuck Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"



Home | Main Index | Thread Index | Old Index