diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 19:32:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 19:32:32 +0000 |
commit | 3a8e89c1c01950a7c8b7c2b7aad4d4bb71514ece (patch) | |
tree | 61e2dc009a45d291cd68b8e1ab6e257375908868 /distrib/special/more | |
parent | 5982354c78a4dfaa66026332f30863ad1a437f9d (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.
Diffstat (limited to 'distrib/special/more')
-rw-r--r-- | distrib/special/more/more.1 | 8 | ||||
-rw-r--r-- | distrib/special/more/more.c | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/distrib/special/more/more.1 b/distrib/special/more/more.1 index a9c8adb0ff0..f9c199b45cb 100644 --- a/distrib/special/more/more.1 +++ b/distrib/special/more/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.3 2003/05/28 19:14:42 millert Exp $ +.\" $OpenBSD: more.1,v 1.4 2003/06/02 19:32:31 millert Exp $ .\" .\" Copyright (c) 1980 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/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 */ |