summaryrefslogtreecommitdiff
path: root/games/banner
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 03:01:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 03:01:43 +0000
commitd045ca3408f9977cfc0698520aec5cb7012e4a29 (patch)
treebbcf748e6d45ba60081e099a4890a0fb8d6b55bf /games/banner
parentb532ca5cf72acd586a7c31dce5e4babf5991a2f7 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'games/banner')
-rw-r--r--games/banner/banner.68
-rw-r--r--games/banner/banner.c10
2 files changed, 5 insertions, 13 deletions
diff --git a/games/banner/banner.6 b/games/banner/banner.6
index 9abcf8b3e17..a7dd021520f 100644
--- a/games/banner/banner.6
+++ b/games/banner/banner.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: banner.6,v 1.10 2003/05/30 09:14:48 jmc Exp $
+.\" $OpenBSD: banner.6,v 1.11 2003/06/03 03:01:38 millert Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -11,11 +11,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 by the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. 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.
.\"
diff --git a/games/banner/banner.c b/games/banner/banner.c
index 8489256c70d..49d532636e8 100644
--- a/games/banner/banner.c
+++ b/games/banner/banner.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: banner.c,v 1.9 2003/04/06 18:50:36 deraadt Exp $ */
+/* $OpenBSD: banner.c,v 1.10 2003/06/03 03:01:38 millert Exp $ */
/* $NetBSD: banner.c,v 1.4 1995/04/22 11:55:15 cgd Exp $ */
/*
@@ -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 by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. 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.
*
@@ -44,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)banner.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: banner.c,v 1.9 2003/04/06 18:50:36 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: banner.c,v 1.10 2003/06/03 03:01:38 millert Exp $";
#endif
#endif /* not lint */