summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/gzip
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
Diffstat (limited to 'usr.bin/gzip')
-rw-r--r--usr.bin/gzip/Makefile2
-rw-r--r--usr.bin/gzip/gzexe2
-rw-r--r--usr.bin/gzip/gzexe.12
-rw-r--r--usr.bin/gzip/gzip.12
-rw-r--r--usr.bin/gzip/gzip.c2
-rw-r--r--usr.bin/gzip/unbzip2.c2
-rw-r--r--usr.bin/gzip/zdiff2
-rw-r--r--usr.bin/gzip/zdiff.12
-rw-r--r--usr.bin/gzip/zforce2
-rw-r--r--usr.bin/gzip/zforce.12
-rw-r--r--usr.bin/gzip/zmore2
-rw-r--r--usr.bin/gzip/zmore.12
-rw-r--r--usr.bin/gzip/znew2
-rw-r--r--usr.bin/gzip/znew.12
-rw-r--r--usr.bin/gzip/zuncompress.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile
index dae5f842a32e..b1b66e58f911 100644
--- a/usr.bin/gzip/Makefile
+++ b/usr.bin/gzip/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.10 2006/05/12 02:01:15 mrg Exp $
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/Makefile,v 1.2 2007/02/10 13:49:39 simon Exp $
.include <bsd.own.mk>
diff --git a/usr.bin/gzip/gzexe b/usr.bin/gzip/gzexe
index 5f5424e71039..5809133ddf23 100644
--- a/usr.bin/gzip/gzexe
+++ b/usr.bin/gzip/gzexe
@@ -18,7 +18,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/gzexe,v 1.1 2007/01/26 10:19:07 delphij Exp $
# The number of lines plus one in the on-the-fly decompression script
lines=19
diff --git a/usr.bin/gzip/gzexe.1 b/usr.bin/gzip/gzexe.1
index 019503747ba6..0c514c4f8b74 100644
--- a/usr.bin/gzip/gzexe.1
+++ b/usr.bin/gzip/gzexe.1
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/gzexe.1,v 1.1 2007/01/26 10:19:07 delphij Exp $
.Dd January 26, 2007
.Dt GZEXE 1
.Os
diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1
index a50df2b8746e..ebcbf38e6541 100644
--- a/usr.bin/gzip/gzip.1
+++ b/usr.bin/gzip/gzip.1
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/gzip.1,v 1.4 2007/06/06 02:51:54 delphij Exp $
.Dd June 6, 2007
.Dt GZIP 1
.Os
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c
index 8711a20c2354..23721fd03a13 100644
--- a/usr.bin/gzip/gzip.c
+++ b/usr.bin/gzip/gzip.c
@@ -33,7 +33,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green\n\
All rights reserved.\n");
-__RCSID("$FreeBSD$");
+__RCSID("$FreeBSD: src/usr.bin/gzip/gzip.c,v 1.4 2007/07/12 01:17:14 delphij Exp $");
#endif /* not lint */
/*
diff --git a/usr.bin/gzip/unbzip2.c b/usr.bin/gzip/unbzip2.c
index 1f708c9a42fc..e84437a50762 100644
--- a/usr.bin/gzip/unbzip2.c
+++ b/usr.bin/gzip/unbzip2.c
@@ -35,7 +35,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/gzip/unbzip2.c,v 1.1 2007/01/26 10:19:07 delphij Exp $
*/
/* This file is #included by gzip.c */
diff --git a/usr.bin/gzip/zdiff b/usr.bin/gzip/zdiff
index 34caf2bdfb83..5ecc1b0e98cc 100644
--- a/usr.bin/gzip/zdiff
+++ b/usr.bin/gzip/zdiff
@@ -22,7 +22,7 @@
# Agency (DARPA) and Air Force Research Laboratory, Air Force
# Materiel Command, USAF, under agreement number F39502-99-1-0512.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/zdiff,v 1.1 2007/01/26 10:19:07 delphij Exp $
# Set $prog based on $0
case $0 in
diff --git a/usr.bin/gzip/zdiff.1 b/usr.bin/gzip/zdiff.1
index 2a6a4c8c74a8..f37ad29e5464 100644
--- a/usr.bin/gzip/zdiff.1
+++ b/usr.bin/gzip/zdiff.1
@@ -19,7 +19,7 @@
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/zdiff.1,v 1.1 2007/01/26 10:19:07 delphij Exp $
.Dd January 26, 2007
.Dt ZDIFF 1
.Os
diff --git a/usr.bin/gzip/zforce b/usr.bin/gzip/zforce
index 3b7324c6ef5a..243cbdf51e65 100644
--- a/usr.bin/gzip/zforce
+++ b/usr.bin/gzip/zforce
@@ -18,7 +18,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/zforce,v 1.1 2007/01/26 10:19:07 delphij Exp $
prog=`basename $0`
USAGE="usage: $prog file ..."
if test $# -eq 0; then
diff --git a/usr.bin/gzip/zforce.1 b/usr.bin/gzip/zforce.1
index efcc4215e2b9..933d68104c2d 100644
--- a/usr.bin/gzip/zforce.1
+++ b/usr.bin/gzip/zforce.1
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/zforce.1,v 1.1 2007/01/26 10:19:07 delphij Exp $
.Dd January 26, 2007
.Dt ZFORCE 1
.Os
diff --git a/usr.bin/gzip/zmore b/usr.bin/gzip/zmore
index 46a4eb482bda..6d7d22e6f181 100644
--- a/usr.bin/gzip/zmore
+++ b/usr.bin/gzip/zmore
@@ -22,7 +22,7 @@
# Agency (DARPA) and Air Force Research Laboratory, Air Force
# Materiel Command, USAF, under agreement number F39502-99-1-0512.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/zmore,v 1.1 2007/01/26 10:19:07 delphij Exp $
# Pull out any command line flags so we can pass them to more/less
flags=
diff --git a/usr.bin/gzip/zmore.1 b/usr.bin/gzip/zmore.1
index 1bd349d209be..74ae8bde5c73 100644
--- a/usr.bin/gzip/zmore.1
+++ b/usr.bin/gzip/zmore.1
@@ -19,7 +19,7 @@
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1 2007/01/26 10:19:07 delphij Exp $
.Dd January 26, 2007
.Dt ZMORE 1
.Os
diff --git a/usr.bin/gzip/znew b/usr.bin/gzip/znew
index e3e4cce29c3a..565b24b22541 100644
--- a/usr.bin/gzip/znew
+++ b/usr.bin/gzip/znew
@@ -18,7 +18,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/gzip/znew,v 1.1 2007/01/26 10:19:07 delphij Exp $
# Return 0 if the first arg file size is smaller than the second, 1 otherwise.
smaller () {
diff --git a/usr.bin/gzip/znew.1 b/usr.bin/gzip/znew.1
index 0da5a6281f6c..61060ca0feff 100644
--- a/usr.bin/gzip/znew.1
+++ b/usr.bin/gzip/znew.1
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/gzip/znew.1,v 1.1 2007/01/26 10:19:07 delphij Exp $
.Dd January 26, 2007
.Dt ZNEW 1
.Os
diff --git a/usr.bin/gzip/zuncompress.c b/usr.bin/gzip/zuncompress.c
index 82b7a475be88..d49caca61d58 100644
--- a/usr.bin/gzip/zuncompress.c
+++ b/usr.bin/gzip/zuncompress.c
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* from: NetBSD: zopen.c,v 1.8 2003/08/07 11:13:29 agc Exp
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/gzip/zuncompress.c,v 1.1 2007/01/26 10:19:07 delphij Exp $
*/
/* This file is #included by gzip.c */