summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-03 21:08:37 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-03 21:08:37 +0000
commit5c7c27cee470a5966e86aee051c4408aedc67462 (patch)
tree9980a7f2c81bdb248a7d5fc8ec156905a3a1521b /usr.bin
parentda47743a0262bd5de0a11e33da2b7f1723e9613a (diff)
three four kills
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/compress.h7
-rw-r--r--usr.bin/compress/gzopen.c9
2 files changed, 3 insertions, 13 deletions
diff --git a/usr.bin/compress/compress.h b/usr.bin/compress/compress.h
index 38e3767497d..a5c3a72fa38 100644
--- a/usr.bin/compress/compress.h
+++ b/usr.bin/compress/compress.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: compress.h,v 1.3 2002/12/08 16:07:54 mickey Exp $ */
+/* $OpenBSD: compress.h,v 1.4 2003/06/03 21:08:36 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -12,11 +12,6 @@
* 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 Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
diff --git a/usr.bin/compress/gzopen.c b/usr.bin/compress/gzopen.c
index 831a6feee60..b11f2bfa660 100644
--- a/usr.bin/compress/gzopen.c
+++ b/usr.bin/compress/gzopen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gzopen.c,v 1.5 2002/12/08 16:07:54 mickey Exp $ */
+/* $OpenBSD: gzopen.c,v 1.6 2003/06/03 21:08:36 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -12,11 +12,6 @@
* 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 Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -64,7 +59,7 @@
*/
const char gz_rcsid[] =
- "$OpenBSD: gzopen.c,v 1.5 2002/12/08 16:07:54 mickey Exp $";
+ "$OpenBSD: gzopen.c,v 1.6 2003/06/03 21:08:36 mickey Exp $";
#include <sys/types.h>
#include <sys/stat.h>