Source-Changes-HG archive

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

[src/trunk]: src Remove 3rd and 4th clauses. OK'd by Tohru Nishimura and Rei...



details:   https://anonhg.NetBSD.org/src/rev/33cfcebd375e
branches:  trunk
changeset: 748337:33cfcebd375e
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Oct 21 00:30:43 2009 +0000

description:
Remove 3rd and 4th clauses.  OK'd by Tohru Nishimura and Reinoud Zandijk
(copyright holders).

diffstat:

 share/man/man4/kse.4          |   7 +------
 share/man/man4/stpcide.4      |   7 +------
 sys/arch/arm/iomd/vidcvideo.c |  10 ++--------
 3 files changed, 4 insertions(+), 20 deletions(-)

diffs (73 lines):

diff -r 389cd352e740 -r 33cfcebd375e share/man/man4/kse.4
--- a/share/man/man4/kse.4      Wed Oct 21 00:03:42 2009 +0000
+++ b/share/man/man4/kse.4      Wed Oct 21 00:30:43 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kse.4,v 1.8 2009/05/27 19:23:59 snj Exp $
+.\"    $NetBSD: kse.4,v 1.9 2009/10/21 00:30:43 snj Exp $
 .\"
 .\" Copyright (c) 2006 Tohru Nishimura.
 .\"
@@ -10,11 +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. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by Tohru Nishimura.
-.\" 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
diff -r 389cd352e740 -r 33cfcebd375e share/man/man4/stpcide.4
--- a/share/man/man4/stpcide.4  Wed Oct 21 00:03:42 2009 +0000
+++ b/share/man/man4/stpcide.4  Wed Oct 21 00:30:43 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stpcide.4,v 1.7 2004/08/21 21:46:54 nisimura Exp $
+.\"    $NetBSD: stpcide.4,v 1.8 2009/10/21 00:30:43 snj Exp $
 .\"
 .\" Copyright (c) 2003 Tohru Nishimura.
 .\"
@@ -10,11 +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. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by Tohru Nishimura.
-.\" 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
diff -r 389cd352e740 -r 33cfcebd375e sys/arch/arm/iomd/vidcvideo.c
--- a/sys/arch/arm/iomd/vidcvideo.c     Wed Oct 21 00:03:42 2009 +0000
+++ b/sys/arch/arm/iomd/vidcvideo.c     Wed Oct 21 00:30:43 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vidcvideo.c,v 1.37 2009/03/18 16:00:09 cegger Exp $ */
+/* $NetBSD: vidcvideo.c,v 1.38 2009/10/21 00:30:43 snj Exp $ */
 
 /*
  * Copyright (c) 2001 Reinoud Zandijk
@@ -12,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 acknowledgement:
- *      This product includes software developed by Tohru Nishimura
- *     and Reinoud Zandijk for the NetBSD Project.
- * 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
@@ -36,7 +30,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: vidcvideo.c,v 1.37 2009/03/18 16:00:09 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidcvideo.c,v 1.38 2009/10/21 00:30:43 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index