Module Name:    src
Committed By:   bouyer
Date:           Thu Oct 22 21:50:01 UTC 2009

Modified Files:
        src/lib/libc/gen: bswap.3
        src/sys/fs/nilfs: nilfs_bswap.h
        src/sys/fs/udf: udf_bswap.h

Log Message:
Remove closes 3 and 4 from my copyright.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/bswap.3
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/nilfs/nilfs_bswap.h
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/udf/udf_bswap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/bswap.3
diff -u src/lib/libc/gen/bswap.3:1.10 src/lib/libc/gen/bswap.3:1.11
--- src/lib/libc/gen/bswap.3:1.10	Mon Dec 26 19:40:14 2005
+++ src/lib/libc/gen/bswap.3	Thu Oct 22 21:50:01 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: bswap.3,v 1.10 2005/12/26 19:40:14 perry Exp $
+.\" $NetBSD: bswap.3,v 1.11 2009/10/22 21:50:01 bouyer Exp $
 .\"
 .\" Copyright (c) 1998 Manuel Bouyer.
 .\"
@@ -10,8 +10,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. 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/fs/nilfs/nilfs_bswap.h
diff -u src/sys/fs/nilfs/nilfs_bswap.h:1.1 src/sys/fs/nilfs/nilfs_bswap.h:1.2
--- src/sys/fs/nilfs/nilfs_bswap.h:1.1	Sat Jul 18 16:31:42 2009
+++ src/sys/fs/nilfs/nilfs_bswap.h	Thu Oct 22 21:50:01 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_bswap.h,v 1.1 2009/07/18 16:31:42 reinoud Exp $	*/
+/* $NetBSD: nilfs_bswap.h,v 1.2 2009/10/22 21:50:01 bouyer Exp $	*/
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -11,13 +11,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 the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may 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/fs/udf/udf_bswap.h
diff -u src/sys/fs/udf/udf_bswap.h:1.7 src/sys/fs/udf/udf_bswap.h:1.8
--- src/sys/fs/udf/udf_bswap.h:1.7	Mon May 18 21:09:54 2009
+++ src/sys/fs/udf/udf_bswap.h	Thu Oct 22 21:50:01 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_bswap.h,v 1.7 2009/05/18 21:09:54 reinoud Exp $	*/
+/* $NetBSD: udf_bswap.h,v 1.8 2009/10/22 21:50:01 bouyer Exp $	*/
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -11,13 +11,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 the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may 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

Reply via email to