diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 02:56:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 02:56:25 +0000 |
commit | b532ca5cf72acd586a7c31dce5e4babf5991a2f7 (patch) | |
tree | 3562eeed20363794e06821f1da3817b9cde8052e /usr.bin/id | |
parent | f48a5d6cd1eb9487e5e67c75dc5f6764b04cd99c (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'usr.bin/id')
-rw-r--r-- | usr.bin/id/groups.1 | 8 | ||||
-rw-r--r-- | usr.bin/id/id.1 | 8 | ||||
-rw-r--r-- | usr.bin/id/id.c | 10 | ||||
-rw-r--r-- | usr.bin/id/whoami.1 | 8 |
4 files changed, 9 insertions, 25 deletions
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index dfd723fe9ed..8aa93dbcf7b 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groups.1,v 1.8 2001/06/05 15:22:58 aaron Exp $ +.\" $OpenBSD: groups.1,v 1.9 2003/06/03 02:56:09 millert Exp $ .\" .\" Copyright (c) 1991, 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/usr.bin/id/id.1 b/usr.bin/id/id.1 index 3cff5c2b3de..c5942bb775b 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: id.1,v 1.9 2000/03/07 21:11:10 aaron Exp $ +.\" $OpenBSD: id.1,v 1.10 2003/06/03 02:56:09 millert Exp $ .\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $ .\" .\" Copyright (c) 1991, 1993, 1994 @@ -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/usr.bin/id/id.c b/usr.bin/id/id.c index 6f3aa1b836b..d2854b2de6c 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -1,4 +1,4 @@ -/* $OpenBSD: id.c,v 1.11 2002/02/16 21:27:47 millert Exp $ */ +/* $OpenBSD: id.c,v 1.12 2003/06/03 02:56:09 millert Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -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. * @@ -41,7 +37,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)id.c 8.3 (Berkeley) 4/28/95";*/ -static char rcsid[] = "$OpenBSD: id.c,v 1.11 2002/02/16 21:27:47 millert Exp $"; +static char rcsid[] = "$OpenBSD: id.c,v 1.12 2003/06/03 02:56:09 millert Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index bede3f0bcf2..20a2772a5aa 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whoami.1,v 1.9 2001/06/05 15:22:58 aaron Exp $ +.\" $OpenBSD: whoami.1,v 1.10 2003/06/03 02:56:09 millert Exp $ .\" .\" Copyright (c) 1991, 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. .\" |