diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:55:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:55:59 +0000 |
commit | ae87f6bb732714bc7505412ea20a3164851eb171 (patch) | |
tree | ac32f4c33c5973abba0d844eefc51be4721220e5 | |
parent | 2f65501e69c5e45c3d2b9f26d1a2fc661582726e (diff) |
4 was deleted, should be 3
-rw-r--r-- | usr.bin/compress/main.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/compress/main.c b/usr.bin/compress/main.c index 17816e1c9a2..b2c5fb45009 100644 --- a/usr.bin/compress/main.c +++ b/usr.bin/compress/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.22 2003/04/07 20:55:33 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.23 2003/06/04 04:55:58 deraadt Exp $ */ static const char copyright[] = "@(#) Copyright (c) 1992, 1993\n\ @@ -15,10 +15,9 @@ static const char license[] = " 2. Redistributions in binary form must reproduce the above copyright\n" " notice, this list of conditions and the following disclaimer in the\n" " documentation and/or other materials provided with the distribution.\n" -" 3. All advertising materials mentioning features or use of this software\n" -" must display the following acknowledgement:\n" -" This product includes software developed by the University of\n" -" California, Berkeley and its contributors.\n" +" 3. Neither the name of the University nor the names of its contributors\n" +" may be used to endorse or promote products derived from this software\n" +" without specific prior written permission.\n" "\n" " THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n" " IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n" @@ -36,7 +35,7 @@ static const char license[] = #if 0 static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #else -static const char main_rcsid[] = "$OpenBSD: main.c,v 1.22 2003/04/07 20:55:33 deraadt Exp $"; +static const char main_rcsid[] = "$OpenBSD: main.c,v 1.23 2003/06/04 04:55:58 deraadt Exp $"; #endif #endif /* not lint */ |