diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.bin/file | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'usr.bin/file')
| -rw-r--r-- | usr.bin/file/LEGAL.NOTICE | 2 | ||||
| -rw-r--r-- | usr.bin/file/MAINT | 2 | ||||
| -rw-r--r-- | usr.bin/file/Magdir/Localstuff | 2 | ||||
| -rw-r--r-- | usr.bin/file/Magdir/softquad | 2 | ||||
| -rw-r--r-- | usr.bin/file/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/file/PORTING | 2 | ||||
| -rw-r--r-- | usr.bin/file/README | 2 | ||||
| -rw-r--r-- | usr.bin/file/apprentice.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/ascmagic.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/compress.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/cvsimport.sh | 2 | ||||
| -rw-r--r-- | usr.bin/file/file.1 | 2 | ||||
| -rw-r--r-- | usr.bin/file/file.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/file.h | 2 | ||||
| -rw-r--r-- | usr.bin/file/fsmagic.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/internat.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/is_tar.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/magic.5 | 2 | ||||
| -rw-r--r-- | usr.bin/file/names.h | 2 | ||||
| -rw-r--r-- | usr.bin/file/patchlevel.h | 2 | ||||
| -rw-r--r-- | usr.bin/file/print.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/readelf.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/readelf.h | 2 | ||||
| -rw-r--r-- | usr.bin/file/softmagic.c | 2 | ||||
| -rw-r--r-- | usr.bin/file/tar.h | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index 122c5f615624..57686bed95cf 100644 --- a/usr.bin/file/LEGAL.NOTICE +++ b/usr.bin/file/LEGAL.NOTICE @@ -1,6 +1,6 @@ Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. Software written by Ian F. Darwin and others; maintained by Christos Zoulas. -$Id$ +$Id: LEGAL.NOTICE,v 1.3 1997/02/22 19:29:06 peter Exp $ This software (or derivative software) may not be made subject to any license which denies anyone permission to alter it and redistribute it diff --git a/usr.bin/file/MAINT b/usr.bin/file/MAINT index 2b91576c9de7..e4e7abb2e3ae 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$Id$ +$Id: MAINT,v 1.3 1997/02/22 19:29:06 peter Exp $ Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index 0b6d9554bb9e..ad421216baed 100644 --- a/usr.bin/file/Magdir/Localstuff +++ b/usr.bin/file/Magdir/Localstuff @@ -2,6 +2,6 @@ #------------------------------------------------------------------------------ # Localstuff: file(1) magic for locally observed files # -# $Id$ +# $Id: Localstuff,v 1.3 1997/02/22 19:29:21 peter Exp $ # Add any locally observed files here. Remember: # text if readable, executable if runnable binary, data if unreadable. diff --git a/usr.bin/file/Magdir/softquad b/usr.bin/file/Magdir/softquad index f570b0974f3f..996889fb399e 100644 --- a/usr.bin/file/Magdir/softquad +++ b/usr.bin/file/Magdir/softquad @@ -2,7 +2,7 @@ #------------------------------------------------------------------------------ # softquad: file(1) magic for SoftQuad Publishing Software # -# $Id$ +# $Id: softquad,v 1.3 1997/02/22 19:29:21 peter Exp $ # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 2e00f0bc0861..78689e662e8c 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.11 1997/04/04 02:42:53 mpp Exp $ +# @(#)$Id: Makefile,v 1.12 1998/09/19 22:42:03 obrien Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. diff --git a/usr.bin/file/PORTING b/usr.bin/file/PORTING index 1fa5da16e7c0..2f3023413a2e 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $Id$ +@(#) $Id: PORTING,v 1.3 1997/02/22 19:29:08 peter Exp $ Read this file only if the program doesn't compile on your system. diff --git a/usr.bin/file/README b/usr.bin/file/README index 21932922b2b1..19b66e363449 100644 --- a/usr.bin/file/README +++ b/usr.bin/file/README @@ -1,5 +1,5 @@ ** README for file(1) Command ** -@(#) $Id: README,v 1.1.1.2 1997/03/18 17:58:39 mpp Exp $ +@(#) $Id: README,v 1.4 1997/03/18 19:37:15 mpp Exp $ This is Release 3.x of Ian Darwin's (copyright but distributable) file(1) command. This version is the standard "file" command for Linux, diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index ee3ffa4e1689..f307b38d4e39 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: apprentice.c,v 1.7 1998/01/28 07:36:21 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index a2b5d761039a..6a29f9a687c2 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ascmagic.c,v 1.9 1998/01/28 07:36:22 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index fba9c9119319..7f1ba293aa97 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -8,7 +8,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: compress.c,v 1.6 1998/01/28 07:36:22 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index f9818fa7fb4e..3c6a934ea41a 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $Id: cvsimport.sh,v 1.3 1997/02/22 19:29:10 peter Exp $ +# $Id: cvsimport.sh,v 1.4 1997/03/20 23:34:11 mpp Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index bb3221faed92..2d4260c5b26e 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $Id: file.1,v 1.11 1998/01/28 07:36:22 charnier Exp $ +.\" $Id: file.1,v 1.12 1998/03/23 07:43:13 charnier Exp $ .Dd July 30, 1997 .Dt FILE 1 "Copyright but distributable" .Os diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 485e398ee216..c650ee175ec7 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: file.c,v 1.9 1998/01/28 07:36:23 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index be326a53ece4..7a989b57d62b 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.7 1997/03/18 19:37:18 mpp Exp $ + * @(#)$Id: file.h,v 1.8 1998/01/28 07:36:23 charnier Exp $ * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index 63b9daa64ec3..140b19af875e 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: fsmagic.c,v 1.7 1998/01/28 07:36:23 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c index ffb7aa2e21dc..e1562f22d683 100644 --- a/usr.bin/file/internat.c +++ b/usr.bin/file/internat.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: internat.c,v 1.2 1998/01/28 07:36:24 charnier Exp $"; #endif /* not lint */ #include "file.h" diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 69d822d9beeb..2f6745f818ef 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: is_tar.c,v 1.6 1998/01/28 07:36:24 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 6355245187bb..9166762c71be 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -1,5 +1,5 @@ .\" -.\" @(#)$Id: magic.5,v 1.8 1997/11/04 03:56:56 steve Exp $ +.\" @(#)$Id: magic.5,v 1.9 1998/02/04 07:29:20 charnier Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" diff --git a/usr.bin/file/names.h b/usr.bin/file/names.h index 1fed1bfa2a1b..bfdcf8f60c94 100644 --- a/usr.bin/file/names.h +++ b/usr.bin/file/names.h @@ -10,7 +10,7 @@ * * See LEGAL.NOTICE * - * $Id: names.h,v 1.1.1.3 1997/03/18 17:58:52 mpp Exp $ + * $Id: names.h,v 1.5 1997/03/18 19:37:21 mpp Exp $ */ /* these types are used to index the table 'types': keep em in sync! */ diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index b6cea964c4bc..31601f72ff15 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -3,7 +3,7 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * $Id: patchlevel.h,v 1.8 1998/01/28 07:36:24 charnier Exp $ * */ diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 5ccf07dc6afd..876713b4c40f 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: print.c,v 1.7 1998/01/28 07:36:25 charnier Exp $"; + "$Id: print.c,v 1.8 1998/02/20 04:57:33 jb Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index fb87af7a63df..cd75bd6ab661 100644 --- a/usr.bin/file/readelf.c +++ b/usr.bin/file/readelf.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id: readelf.c,v 1.4 1998/02/20 04:54:00 jb Exp $"; + "$Id: readelf.c,v 1.5 1998/10/03 04:38:58 jdp Exp $"; #endif /* not lint */ #ifdef BUILTIN_ELF diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index 853eed600f95..dc2f496c90af 100644 --- a/usr.bin/file/readelf.h +++ b/usr.bin/file/readelf.h @@ -1,6 +1,6 @@ /* * readelf.h - * @(#)$Id: readelf.h,v 1.1.1.1 1997/03/18 17:58:55 mpp Exp $ + * @(#)$Id: readelf.h,v 1.2 1997/03/29 22:26:03 jdp Exp $ * * Provide elf data structures for non-elf machines, allowing file * non-elf hosts to determine if an elf binary is stripped. diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 5227acd50d5d..f7a60ceb06bd 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: softmagic.c,v 1.8 1998/01/28 07:36:25 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index 6a9e1dd22398..d1cc4155faa5 100644 --- a/usr.bin/file/tar.h +++ b/usr.bin/file/tar.h @@ -5,7 +5,7 @@ * * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu. * - * $Id$ # checkin only + * $Id: tar.h,v 1.3 1997/02/22 19:29:16 peter Exp $ # checkin only */ /* |
