Module Name:    src
Committed By:   chuck
Date:           Tue Feb  1 21:18:57 UTC 2011

Modified Files:
        src/sys/arch/xen/x86: xen_pmap.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/xen/x86/xen_pmap.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/arch/xen/x86/xen_pmap.c
diff -u src/sys/arch/xen/x86/xen_pmap.c:1.1 src/sys/arch/xen/x86/xen_pmap.c:1.2
--- src/sys/arch/xen/x86/xen_pmap.c:1.1	Mon May 10 18:46:59 2010
+++ src/sys/arch/xen/x86/xen_pmap.c	Tue Feb  1 21:18:56 2011
@@ -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"

Reply via email to