summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/tar
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/tar')
-rw-r--r--gnu/usr.bin/tar/Makefile2
-rw-r--r--gnu/usr.bin/tar/diffarch.c2
-rw-r--r--gnu/usr.bin/tar/getdate.y4
-rw-r--r--gnu/usr.bin/tar/port.c2
-rw-r--r--gnu/usr.bin/tar/prepend_args.c2
-rw-r--r--gnu/usr.bin/tar/prepend_args.h2
-rw-r--r--gnu/usr.bin/tar/rtapelib.c2
-rw-r--r--gnu/usr.bin/tar/tar.12
-rw-r--r--gnu/usr.bin/tar/tar.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index bb6fb470f83b..6c5266a2992a 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/tar/Makefile,v 1.11.6.3 2001/02/26 07:48:39 ume Exp $
PROG= tar
SRCS= buffer.c create.c diffarch.c extract.c getdate.y \
diff --git a/gnu/usr.bin/tar/diffarch.c b/gnu/usr.bin/tar/diffarch.c
index b1ca5912a53a..30396137215d 100644
--- a/gnu/usr.bin/tar/diffarch.c
+++ b/gnu/usr.bin/tar/diffarch.c
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GNU Tar; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/tar/diffarch.c,v 1.2.6.1 2001/03/05 10:51:46 kris Exp $ */
/*
* Diff files from a tar archive.
diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y
index b1632f4b5fde..1b0d36e13709 100644
--- a/gnu/usr.bin/tar/getdate.y
+++ b/gnu/usr.bin/tar/getdate.y
@@ -1,5 +1,5 @@
%{
-/* $FreeBSD$
+/* $FreeBSD: src/gnu/usr.bin/tar/getdate.y,v 1.7 1999/09/06 07:31:07 peter Exp $
**
** Originally written by Steven M. Bellovin <smb@research.att.com> while
** at the University of North Carolina at Chapel Hill. Later tweaked by
@@ -98,7 +98,7 @@ extern struct tm *localtime();
#if !defined(lint) && !defined(SABER)
static char RCS[] =
- "$FreeBSD$";
+ "$FreeBSD: src/gnu/usr.bin/tar/getdate.y,v 1.7 1999/09/06 07:31:07 peter Exp $";
#endif /* !defined(lint) && !defined(SABER) */
diff --git a/gnu/usr.bin/tar/port.c b/gnu/usr.bin/tar/port.c
index 23c197acfc46..a4e433e9c894 100644
--- a/gnu/usr.bin/tar/port.c
+++ b/gnu/usr.bin/tar/port.c
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GNU Tar; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/tar/port.c,v 1.6.6.1 2000/07/20 10:35:08 kris Exp $ */
#include <stdio.h>
#include <sys/types.h>
diff --git a/gnu/usr.bin/tar/prepend_args.c b/gnu/usr.bin/tar/prepend_args.c
index a4991f2add7e..234c93bfe382 100644
--- a/gnu/usr.bin/tar/prepend_args.c
+++ b/gnu/usr.bin/tar/prepend_args.c
@@ -16,7 +16,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/tar/prepend_args.c,v 1.1.2.1 2000/12/24 10:54:59 obrien Exp $ */
#ifdef HAVE_CONFIG_H
diff --git a/gnu/usr.bin/tar/prepend_args.h b/gnu/usr.bin/tar/prepend_args.h
index 7aad21c26c3e..415f81490b93 100644
--- a/gnu/usr.bin/tar/prepend_args.h
+++ b/gnu/usr.bin/tar/prepend_args.h
@@ -16,7 +16,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/tar/prepend_args.h,v 1.1.2.1 2000/12/24 10:54:59 obrien Exp $ */
/* This code, taken from GNU Grep, originally used the "PARAM" macro, as the
current GNU coding standards requires. Older GNU code used the "PROTO"
diff --git a/gnu/usr.bin/tar/rtapelib.c b/gnu/usr.bin/tar/rtapelib.c
index 67fc91998c4a..5cc98d2f4e45 100644
--- a/gnu/usr.bin/tar/rtapelib.c
+++ b/gnu/usr.bin/tar/rtapelib.c
@@ -31,7 +31,7 @@
Modified to make all rmtXXX calls into macros for speed by Jay Fenlason.
Use -DHAVE_NETDB_H for rexec code, courtesy of Dan Kegel, srs!dan. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/gnu/usr.bin/tar/rtapelib.c,v 1.2.6.1 2001/02/26 07:48:39 ume Exp $ */
#include <stdio.h>
#include <sys/types.h>
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index 40da07dd2e34..57dd7bb2731a 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -4,7 +4,7 @@
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
.\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de>
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/gnu/usr.bin/tar/tar.1,v 1.22.2.10 2001/03/05 18:17:26 ru Exp $
.\"
.Dd December 23, 2000
.Os FreeBSD
diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c
index 5ea5d1f5bac0..bb1373fedd33 100644
--- a/gnu/usr.bin/tar/tar.c
+++ b/gnu/usr.bin/tar/tar.c
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*
* Written by John Gilmore, ihnp4!hoptoad!gnu, starting 25 Aug 85.
*
- * $FreeBSD$
+ * $FreeBSD: src/gnu/usr.bin/tar/tar.c,v 1.19.2.3 2000/12/24 10:54:59 obrien Exp $
*/
#include <stdio.h>