diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2012-03-06 16:26:01 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2012-03-06 16:26:01 +0000 |
| commit | 7b2a78765961e6c2a689a43199c41cd374786c7e (patch) | |
| tree | 2d392b27132729fe89416786a8902d81b233715c /usr.bin/msgc/msgparse.y | |
| parent | d644b84b0fc7a0ab93495cb17f4efd7405628769 (diff) | |
Remove the advertising clause with the explicit ok from Perry E. Metzger.
Diffstat (limited to 'usr.bin/msgc/msgparse.y')
| -rw-r--r-- | usr.bin/msgc/msgparse.y | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/msgc/msgparse.y b/usr.bin/msgc/msgparse.y index 47a14a0d2d4..722fdc5436a 100644 --- a/usr.bin/msgc/msgparse.y +++ b/usr.bin/msgc/msgparse.y @@ -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 |
