diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
| commit | 72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch) | |
| tree | 49c75f7b6a634efb81c3709f39147fdba24623bb /gnu/usr.bin/tar | |
| parent | 606cad63e046f2873878d07634158eb90c5a2cf6 (diff) | |
Diffstat (limited to 'gnu/usr.bin/tar')
| -rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/buffer.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/diffarch.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/getdate.y | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/list.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/port.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/prepend_args.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/prepend_args.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/rtapelib.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/tar.c | 2 |
11 files changed, 12 insertions, 12 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/buffer.c b/gnu/usr.bin/tar/buffer.c index 1f95d111092b..9c911ec0c08a 100644 --- a/gnu/usr.bin/tar/buffer.c +++ b/gnu/usr.bin/tar/buffer.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * * Written by John Gilmore, ihnp4!hoptoad!gnu, on 25 August 1985. * - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/tar/buffer.c,v 1.2.12.1 2002/02/27 18:40:49 sobomax Exp $ */ #include <stdio.h> 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/list.c b/gnu/usr.bin/tar/list.c index bfcb3bb07d79..ac5c66c39d52 100644 --- a/gnu/usr.bin/tar/list.c +++ b/gnu/usr.bin/tar/list.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/list.c,v 1.8.6.1 2002/03/12 19:16:03 phantom Exp $ */ 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 3cc2ea709598..74769c21ecf2 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.11 2001/08/16 10:14:58 ru Exp $ .\" .Dd December 23, 2000 .Os diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c index a8edce6f5005..73b3d4b3d683 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.4 2001/08/08 21:36:35 kris Exp $ */ #include <stdio.h> |
