Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/msgc Remove the advertising clause with the explicit...



details:   https://anonhg.NetBSD.org/src/rev/821d6b3a4379
branches:  trunk
changeset: 777852:821d6b3a4379
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Mar 06 16:26:01 2012 +0000

description:
Remove the advertising clause with the explicit ok from Perry E. Metzger.

diffstat:

 usr.bin/msgc/defs.h      |   8 ++------
 usr.bin/msgc/msg_sys.def |   8 ++------
 usr.bin/msgc/msgc.1      |   8 ++------
 usr.bin/msgc/msgdb.c     |  10 +++-------
 usr.bin/msgc/msgdb.h     |   8 ++------
 usr.bin/msgc/msgmain.c   |  10 +++-------
 usr.bin/msgc/msgparse.y  |  10 +++-------
 usr.bin/msgc/msgscan.l   |  10 +++-------
 8 files changed, 20 insertions(+), 52 deletions(-)

diffs (212 lines):

diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/defs.h
--- a/usr.bin/msgc/defs.h       Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/defs.h       Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.4 2003/10/27 00:12:43 lukem Exp $   */
+/*     $NetBSD: defs.h,v 1.5 2012/03/06 16:26:01 mbalmer Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msg_sys.def
--- a/usr.bin/msgc/msg_sys.def  Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msg_sys.def  Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg_sys.def,v 1.40 2012/03/02 14:27:48 mbalmer Exp $   */
+/*     $NetBSD: msg_sys.def,v 1.41 2012/03/06 16:26:01 mbalmer Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgc.1
--- a/usr.bin/msgc/msgc.1       Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgc.1       Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: msgc.1,v 1.25 2012/03/02 14:36:04 wiz Exp $
+.\"    $NetBSD: msgc.1,v 1.26 2012/03/06 16:26:01 mbalmer Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -13,11 +13,7 @@
 .\" 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 for the NetBSD Project by
-.\"      Piermont Information Systems Inc.
-.\" 4. The name of Piermont Information Systems Inc. may not be used to endorse
+.\" 3. The name of Piermont Information Systems Inc. may not be used to endorse
 .\"    or promote products derived from this software without specific prior
 .\"    written permission.
 .\"
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgdb.c
--- a/usr.bin/msgc/msgdb.c      Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgdb.c      Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msgdb.c,v 1.22 2012/03/02 14:27:48 mbalmer Exp $       */
+/*     $NetBSD: msgdb.c,v 1.23 2012/03/06 16:26:01 mbalmer Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
@@ -45,7 +41,7 @@
 #include <sys/cdefs.h>
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: msgdb.c,v 1.22 2012/03/02 14:27:48 mbalmer Exp $");
+__RCSID("$NetBSD: msgdb.c,v 1.23 2012/03/06 16:26:01 mbalmer Exp $");
 #endif
 
 
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgdb.h
--- a/usr.bin/msgc/msgdb.h      Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgdb.h      Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msgdb.h,v 1.2 2012/03/02 13:11:57 mbalmer Exp $        */
+/*     $NetBSD: msgdb.h,v 1.3 2012/03/06 16:26:01 mbalmer Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgmain.c
--- a/usr.bin/msgc/msgmain.c    Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgmain.c    Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msgmain.c,v 1.8 2012/03/02 13:11:57 mbalmer Exp $      */
+/*     $NetBSD: msgmain.c,v 1.9 2012/03/06 16:26:01 mbalmer Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
@@ -45,7 +41,7 @@
 #include <sys/cdefs.h>
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: msgmain.c,v 1.8 2012/03/02 13:11:57 mbalmer Exp $");
+__RCSID("$NetBSD: msgmain.c,v 1.9 2012/03/06 16:26:01 mbalmer Exp $");
 #endif
 
 
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgparse.y
--- a/usr.bin/msgc/msgparse.y   Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgparse.y   Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msgparse.y,v 1.4 2012/03/02 13:11:57 mbalmer Exp $     */
+/*     $NetBSD: msgparse.y,v 1.5 2012/03/06 16:26:01 mbalmer Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
@@ -41,7 +37,7 @@
 #include <sys/cdefs.h>
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: msgparse.y,v 1.4 2012/03/02 13:11:57 mbalmer Exp $");
+__RCSID("$NetBSD: msgparse.y,v 1.5 2012/03/06 16:26:01 mbalmer Exp $");
 #endif
 
 
diff -r 3ed3064fc6ee -r 821d6b3a4379 usr.bin/msgc/msgscan.l
--- a/usr.bin/msgc/msgscan.l    Tue Mar 06 15:39:41 2012 +0000
+++ b/usr.bin/msgc/msgscan.l    Tue Mar 06 16:26:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msgscan.l,v 1.6 2012/03/02 13:11:57 mbalmer Exp $      */
+/*     $NetBSD: msgscan.l,v 1.7 2012/03/06 16:26:01 mbalmer Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -14,11 +14,7 @@
  * 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 develooped for the NetBSD Project by
- *      Piermont Information Systems Inc.
- * 4. The name of Piermont Information Systems Inc. may not be used to endorse
+ * 3. The name of Piermont Information Systems Inc. may not be used to endorse
  *    or promote products derived from this software without specific prior
  *    written permission.
  *
@@ -42,7 +38,7 @@
 #include <sys/cdefs.h>
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: msgscan.l,v 1.6 2012/03/02 13:11:57 mbalmer Exp $");
+__RCSID("$NetBSD: msgscan.l,v 1.7 2012/03/06 16:26:01 mbalmer Exp $");
 #endif
 
 



Home | Main Index | Thread Index | Old Index