diff options
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 122c5f6..29f21ae 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$ +$FreeBSD$ 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 2b91576..cb31844 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index 0b6d955..a3e1e0b 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$ +# $FreeBSD$ # 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 f570b09..0fd952a 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$ +# $FreeBSD$ # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 2e00f0b..3834e4b 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 $ +# @(#)$FreeBSD$ # # 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 1fa5da1..7e65021 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $Id$ +@(#) $FreeBSD$ 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 2193292..9872176 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 $ +@(#) $FreeBSD$ 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 041ead0..9c5b945 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apprentice.c,v 1.7 1998/01/28 07:36:21 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index a2b5d76..bf11699 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index fba9c91..f1e8ae8 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -8,7 +8,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index f9818fa..0436074fc 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 $ +# $FreeBSD$ 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 bb3221f..685afc2 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 $ +.\" $FreeBSD$ .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 485e398..f420cac 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index d62942e..7d42ad8 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.8 1998/01/28 07:36:23 charnier Exp $ + * @(#)$FreeBSD$ * * 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 b12a617..b9f690c 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fsmagic.c,v 1.7 1998/01/28 07:36:23 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c index ffb7aa2..f04208e 100644 --- a/usr.bin/file/internat.c +++ b/usr.bin/file/internat.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "file.h" diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 69d822d..362825f 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$"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 6355245..12923ac 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 $ +.\" @(#)$FreeBSD$ .\" .\" 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 1fed1bf..1273375 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 $ + * $FreeBSD$ */ /* 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 b6cea96..7fe74e7 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 $ + * $FreeBSD$ * */ diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 5ccf07d..8cd079a 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 $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index fb87af7..5674402 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 $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef BUILTIN_ELF diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index 853eed6..28d4497 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 $ + * @(#)$FreeBSD$ * * 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 5227acd..c1e7925 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index 6a9e1dd..87f0d55 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 + * $FreeBSD$ # checkin only */ /* |