summaryrefslogtreecommitdiff
path: root/distrib/special/more/more.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:32:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:32:32 +0000
commit3a8e89c1c01950a7c8b7c2b7aad4d4bb71514ece (patch)
tree61e2dc009a45d291cd68b8e1ab6e257375908868 /distrib/special/more/more.c
parent5982354c78a4dfaa66026332f30863ad1a437f9d (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.
Diffstat (limited to 'distrib/special/more/more.c')
-rw-r--r--distrib/special/more/more.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/distrib/special/more/more.c b/distrib/special/more/more.c
index 700ad36abda..44b90332d0c 100644
--- a/distrib/special/more/more.c
+++ b/distrib/special/more/more.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: more.c,v 1.14 2003/05/28 22:14:49 millert Exp $ */
+/* $OpenBSD: more.c,v 1.15 2003/06/02 19:32:31 millert Exp $ */
/*-
* Copyright (c) 1980 The Regents of the University of California.
@@ -12,11 +12,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.
*
@@ -43,7 +39,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)more.c 5.28 (Berkeley) 3/1/93";
#else
-static const char rcsid[] = "$OpenBSD: more.c,v 1.14 2003/05/28 22:14:49 millert Exp $";
+static const char rcsid[] = "$OpenBSD: more.c,v 1.15 2003/06/02 19:32:31 millert Exp $";
#endif
#endif /* not lint */