diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 23:32:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 23:32:10 +0000 |
commit | 5269326c4f96790590406db72b6ac8127e33f825 (patch) | |
tree | 8cc1a8df99e3a8a809fa12c0cc48e211d39501f2 /bin/pwd | |
parent | 0c09109be00d40ba5aa659ae25f7ba0bbad35bab (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/pwd.1 | 8 | ||||
-rw-r--r-- | bin/pwd/pwd.c | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 3b854c23bcd..911cc61639f 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.9 2003/05/29 20:52:17 jmc Exp $ +.\" $OpenBSD: pwd.1,v 1.10 2003/06/02 23:32:09 millert Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -15,11 +15,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/bin/pwd/pwd.c b/bin/pwd/pwd.c index 1c90f46ad74..bca9281a279 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pwd.c,v 1.8 2002/07/04 04:26:40 deraadt Exp $ */ +/* $OpenBSD: pwd.c,v 1.9 2003/06/02 23:32:09 millert Exp $ */ /* $NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 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[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$OpenBSD: pwd.c,v 1.8 2002/07/04 04:26:40 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: pwd.c,v 1.9 2003/06/02 23:32:09 millert Exp $"; #endif #endif /* not lint */ |