Module Name: src Committed By: chuck Date: Tue Feb 1 20:09:08 UTC 2011
Modified Files: src/sys/arch/amd64/include: pmap.h src/sys/arch/i386/include: pmap.h pte.h 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.23 -r1.24 src/sys/arch/amd64/include/pmap.h cvs rdiff -u -r1.108 -r1.109 src/sys/arch/i386/include/pmap.h cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/include/pte.h 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/amd64/include/pmap.h diff -u src/sys/arch/amd64/include/pmap.h:1.23 src/sys/arch/amd64/include/pmap.h:1.24 --- src/sys/arch/amd64/include/pmap.h:1.23 Sun Nov 14 13:33:20 2010 +++ src/sys/arch/amd64/include/pmap.h Tue Feb 1 20:09:08 2011 @@ -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 Index: src/sys/arch/i386/include/pmap.h diff -u src/sys/arch/i386/include/pmap.h:1.108 src/sys/arch/i386/include/pmap.h:1.109 --- src/sys/arch/i386/include/pmap.h:1.108 Sun Nov 14 13:33:21 2010 +++ src/sys/arch/i386/include/pmap.h Tue Feb 1 20:09:08 2011 @@ -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 Index: src/sys/arch/i386/include/pte.h diff -u src/sys/arch/i386/include/pte.h:1.26 src/sys/arch/i386/include/pte.h:1.27 --- src/sys/arch/i386/include/pte.h:1.26 Sat Oct 2 22:53:49 2010 +++ src/sys/arch/i386/include/pte.h Tue Feb 1 20:09:08 2011 @@ -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