diff options
Diffstat (limited to 'contrib/tar/src')
-rw-r--r-- | contrib/tar/src/buffer.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/common.h | 2 | ||||
-rw-r--r-- | contrib/tar/src/compare.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/create.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/extract.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/list.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/misc.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/names.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/rtapelib.c | 2 | ||||
-rw-r--r-- | contrib/tar/src/tar.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/contrib/tar/src/buffer.c b/contrib/tar/src/buffer.c index ae6eb5d9f1b56..eb05de5c858e4 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.6 2003/05/05 22:49:22 obrien Exp $ */ #include "system.h" diff --git a/contrib/tar/src/common.h b/contrib/tar/src/common.h index 40e0ab61d78fd..e6dc4b2019328 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 2002/06/04 17:31:15 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 da9dc33b35691..aede172ae43cb 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 2002/07/03 13:01:40 sobomax Exp $ */ #include "system.h" diff --git a/contrib/tar/src/create.c b/contrib/tar/src/create.c index e1f2dda2daf3f..6f0076c976937 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 2002/06/04 17:31:15 sobomax Exp $ */ #include "system.h" diff --git a/contrib/tar/src/extract.c b/contrib/tar/src/extract.c index 3032da06ceb34..9a37016f2c98c 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.6 2002/10/19 09:32:03 sobomax Exp $ */ #include "system.h" #include <quotearg.h> diff --git a/contrib/tar/src/list.c b/contrib/tar/src/list.c index 9c68ae985147b..1ae79f29334d8 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 2002/06/04 17:31:15 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 8ece9c6ffd3ff..60fac61fc14de 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.3 2002/10/19 09:32:03 sobomax Exp $ */ #include "system.h" #include "rmt.h" diff --git a/contrib/tar/src/names.c b/contrib/tar/src/names.c index 26425159fe603..c6793838ef4a2 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 2002/06/04 17:31:16 sobomax Exp $ */ #include "system.h" diff --git a/contrib/tar/src/rtapelib.c b/contrib/tar/src/rtapelib.c index 295974ed7a578..a81c5f071bd65 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 2002/06/04 17:31:16 sobomax Exp $ */ #include "system.h" diff --git a/contrib/tar/src/tar.c b/contrib/tar/src/tar.c index 7d872faf11a3f..f0cb915996be1 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.3 2003/07/24 00:04:01 peter Exp $ */ #include "system.h" |