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/fstat | |
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/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 8 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.c | 10 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.h | 8 | ||||
-rw-r--r-- | usr.bin/fstat/isofs.c | 8 |
4 files changed, 9 insertions, 25 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 8ea8e2b8ea6..c4fb5f68227 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.24 2003/03/10 15:37:30 jmc Exp $ +.\" $OpenBSD: fstat.1,v 1.25 2003/06/03 02:56:08 millert Exp $ .\" .\" Copyright (c) 1987, 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/fstat/fstat.c b/usr.bin/fstat/fstat.c index 8548dc14844..583bbe9aa01 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.42 2003/05/13 01:41:48 tedu Exp $ */ +/* $OpenBSD: fstat.c,v 1.43 2003/06/03 02:56:08 millert Exp $ */ /*- * Copyright (c) 1988, 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[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: fstat.c,v 1.42 2003/05/13 01:41:48 tedu Exp $"; +static char *rcsid = "$OpenBSD: fstat.c,v 1.43 2003/06/03 02:56:08 millert Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 736b229bd2f..3dda480e194 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.h,v 1.2 1998/07/09 20:28:01 mickey Exp $ */ +/* $OpenBSD: fstat.h,v 1.3 2003/06/03 02:56:08 millert Exp $ */ /*- * Copyright (c) 1988, 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. * diff --git a/usr.bin/fstat/isofs.c b/usr.bin/fstat/isofs.c index 767d2a48ae3..f2c46ff3d43 100644 --- a/usr.bin/fstat/isofs.c +++ b/usr.bin/fstat/isofs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isofs.c,v 1.5 2002/07/13 06:02:57 deraadt Exp $ */ +/* $OpenBSD: isofs.c,v 1.6 2003/06/03 02:56:08 millert Exp $ */ /*- * Copyright (c) 1988, 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. * |