diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-30 22:21:29 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-30 22:21:29 +0000 |
commit | a86f9e0ecf7aa38ef136c829d1848a382c3cfee5 (patch) | |
tree | 48a1b0f08651bd105be4b0ec479b8319d07309d0 /usr.bin/which | |
parent | a68d06836f7343226cd8fc13740923297cc17353 (diff) | |
download | FreeBSD-src-a86f9e0ecf7aa38ef136c829d1848a382c3cfee5.zip FreeBSD-src-a86f9e0ecf7aa38ef136c829d1848a382c3cfee5.tar.gz |
Unify the copyright notice.
Diffstat (limited to 'usr.bin/which')
-rw-r--r-- | usr.bin/which/which.1 | 4 | ||||
-rwxr-xr-x | usr.bin/which/which.pl | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 234fe47..b944188 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1995, Jordan Hubbard <jkh@freebsd.org> +.\" Manpage Copyright (c) 1995, Jordan Hubbard <jkh@freebsd.org> .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: which.1,v 1.1 1995/01/26 21:49:48 jkh Exp $ +.\" $Id: which.1,v 1.2 1995/01/28 17:35:54 asami Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index a8d600b..c6ebc06 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -12,8 +12,8 @@ # 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. +# This product includes software developed by Wolfram Schneider +# and the FreeBSD Project. # 4. 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. @@ -31,7 +31,7 @@ # # [whew!] # -# $Id: which.pl,v 1.2 1995/01/28 17:35:56 asami Exp $ +# $Id: which.pl,v 1.3 1995/01/30 17:49:19 asami Exp $ $all = 0; $silent = 0; |