summaryrefslogtreecommitdiff
path: root/contrib/tar/src
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tar/src')
-rw-r--r--contrib/tar/src/buffer.c2
-rw-r--r--contrib/tar/src/common.h2
-rw-r--r--contrib/tar/src/compare.c2
-rw-r--r--contrib/tar/src/create.c2
-rw-r--r--contrib/tar/src/extract.c2
-rw-r--r--contrib/tar/src/list.c2
-rw-r--r--contrib/tar/src/misc.c2
-rw-r--r--contrib/tar/src/names.c2
-rw-r--r--contrib/tar/src/rtapelib.c2
-rw-r--r--contrib/tar/src/tar.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/contrib/tar/src/buffer.c b/contrib/tar/src/buffer.c
index d20f5aa2d169..823380916cc4 100644
--- a/contrib/tar/src/buffer.c
+++ b/contrib/tar/src/buffer.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/buffer.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/common.h b/contrib/tar/src/common.h
index 40e0ab61d78f..70ced905d317 100644
--- a/contrib/tar/src/common.h
+++ b/contrib/tar/src/common.h
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/common.h,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
/* Declare the GNU tar archive format. */
#include "tar.h"
diff --git a/contrib/tar/src/compare.c b/contrib/tar/src/compare.c
index da9dc33b3569..080de763e01c 100644
--- a/contrib/tar/src/compare.c
+++ b/contrib/tar/src/compare.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/compare.c,v 1.3.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/create.c b/contrib/tar/src/create.c
index e1f2dda2daf3..2a5f44eb2aa9 100644
--- a/contrib/tar/src/create.c
+++ b/contrib/tar/src/create.c
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/create.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/extract.c b/contrib/tar/src/extract.c
index e4924837d934..a7a407486a8a 100644
--- a/contrib/tar/src/extract.c
+++ b/contrib/tar/src/extract.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/extract.c,v 1.4.2.2 2002/08/19 15:39:56 sobomax Exp $ */
#include "system.h"
#include <quotearg.h>
diff --git a/contrib/tar/src/list.c b/contrib/tar/src/list.c
index 9c68ae985147..93a82783243a 100644
--- a/contrib/tar/src/list.c
+++ b/contrib/tar/src/list.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/list.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
/* Define to non-zero for forcing old ctime format instead of ISO format. */
#undef USE_OLD_CTIME
diff --git a/contrib/tar/src/misc.c b/contrib/tar/src/misc.c
index 10851fe3bd94..f430031a20be 100644
--- a/contrib/tar/src/misc.c
+++ b/contrib/tar/src/misc.c
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/misc.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
#include "rmt.h"
diff --git a/contrib/tar/src/names.c b/contrib/tar/src/names.c
index 26425159fe60..b4a8862a6fdf 100644
--- a/contrib/tar/src/names.c
+++ b/contrib/tar/src/names.c
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/names.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/rtapelib.c b/contrib/tar/src/rtapelib.c
index 295974ed7a57..8b9a06c94ee0 100644
--- a/contrib/tar/src/rtapelib.c
+++ b/contrib/tar/src/rtapelib.c
@@ -32,7 +32,7 @@
into macros for speed by Jay Fenlason. Use -DWITH_REXEC for rexec
code, courtesy of Dan Kegel. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/rtapelib.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/tar.c b/contrib/tar/src/tar.c
index ab8ca2081719..ba372bd4d3a8 100644
--- a/contrib/tar/src/tar.c
+++ b/contrib/tar/src/tar.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/tar.c,v 1.2.2.1 2002/07/14 13:19:44 sobomax Exp $ */
#include "system.h"