diff options
Diffstat (limited to 'contrib/tar')
| -rw-r--r-- | contrib/tar/FREEBSD-Xlist | 2 | ||||
| -rw-r--r-- | contrib/tar/FREEBSD-upgrade | 2 | ||||
| -rw-r--r-- | contrib/tar/lib/error.c | 2 | ||||
| -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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/contrib/tar/FREEBSD-Xlist b/contrib/tar/FREEBSD-Xlist index a5afe0887b1e..0872bd4716e3 100644 --- a/contrib/tar/FREEBSD-Xlist +++ b/contrib/tar/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/tar/FREEBSD-Xlist,v 1.2 2004/02/18 18:53:13 ache Exp $ */Makefile* */aclocal.m4 */config* diff --git a/contrib/tar/FREEBSD-upgrade b/contrib/tar/FREEBSD-upgrade index b319f706d639..a333e9401743 100644 --- a/contrib/tar/FREEBSD-upgrade +++ b/contrib/tar/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/tar/FREEBSD-upgrade,v 1.1 2002/06/04 11:08:12 sobomax Exp $ GNU Tar originals can be found at: ftp://alpha.gnu.org/gnu/tar/ diff --git a/contrib/tar/lib/error.c b/contrib/tar/lib/error.c index f0e60308e48b..e9a76233042b 100644 --- a/contrib/tar/lib/error.c +++ b/contrib/tar/lib/error.c @@ -19,7 +19,7 @@ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tar/lib/error.c,v 1.3 2002/07/14 13:25:51 sobomax Exp $ */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/contrib/tar/src/buffer.c b/contrib/tar/src/buffer.c index ae6eb5d9f1b5..eb05de5c858e 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 40e0ab61d78f..e6dc4b201932 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 da9dc33b3569..aede172ae43c 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 e1f2dda2daf3..6f0076c97693 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 3032da06ceb3..9a37016f2c98 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 9c68ae985147..1ae79f29334d 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 8ece9c6ffd3f..60fac61fc14d 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 26425159fe60..c6793838ef4a 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 295974ed7a57..a81c5f071bd6 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 7d872faf11a3..f0cb915996be 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" |
