]> granicus.if.org Git - file/commitdiff
Use File id.
authorChristos Zoulas <christos@zoulas.com>
Fri, 12 Jan 2007 17:38:27 +0000 (17:38 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 12 Jan 2007 17:38:27 +0000 (17:38 +0000)
23 files changed:
LEGAL.NOTICE
MAINT
README
doc/file.man
doc/magic.man
magic/Localstuff
magic/magic2mime
src/apprentice.c
src/apptype.c
src/ascmagic.c
src/compress.c
src/file.c
src/file.h
src/fsmagic.c
src/funcs.c
src/is_tar.c
src/magic.c
src/names.h
src/patchlevel.h
src/print.c
src/readelf.c
src/softmagic.c
src/tar.h

index d1ea55641bd129b1ec445407ad6e169a6a29a7c1..24a8cd6d271e3dd2d78e828be6b676fb08f7dd91 100644 (file)
@@ -1,4 +1,4 @@
-$Id: LEGAL.NOTICE,v 1.15 2006/05/03 18:48:33 christos Exp $
+$File: LEGAL.NOTICE,v 1.16 2007/01/12 17:38:27 christos Exp $
 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
 Software written by Ian F. Darwin and others;
 maintained 1994- Christos Zoulas.
diff --git a/MAINT b/MAINT
index 2a51470ddb74bb3a3df95fc47c00f3a400327324..d0acecbb10a22dfa8f0480b1fc0fe9d7daeb3aee 100644 (file)
--- a/MAINT
+++ b/MAINT
@@ -1,4 +1,4 @@
-$Id: MAINT,v 1.7 2006/06/01 18:19:41 ian Exp $
+$File: MAINT,v 1.8 2007/01/12 17:38:27 christos Exp $
 
 Maintenance notes:
 
diff --git a/README b/README
index b4223f4b9ceeb97070c37259512e8d3a595b3b73..d590aa685a21ecc3d627e81f5b969e715616b28c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 ** README for file(1) Command **
-@(#) $Id: README,v 1.34 2006/05/03 18:48:33 christos Exp $
+@(#) $File: README,v 1.35 2007/01/12 17:38:27 christos Exp $
 
 This is Release 4.x of Ian Darwin's (copyright but distributable)
 file(1) command. This version is the standard "file" command for Linux,
index d9ef9c559e656248877e63619522d99c42573108..c66f6acdc1f11599718d1f792f603d07aa6ddb10 100644 (file)
@@ -1,4 +1,4 @@
-.\" $Id: file.man,v 1.63 2007/01/10 23:00:16 christos Exp $
+.\" $File: file.man,v 1.64 2007/01/12 17:38:27 christos Exp $
 .Dd January 8, 2007
 .Dt FILE __CSECTION__
 .Os
index 80fb3ce55a786d482a35a912d0a37fce3f08d0b9..2d6933faccc111d3b5fd50035ed4a9fdb9132ff9 100644 (file)
@@ -1,4 +1,4 @@
-.\" $Id: magic.man,v 1.36 2007/01/10 22:56:49 christos Exp $
+.\" $File: magic.man,v 1.37 2007/01/12 17:38:27 christos Exp $
 .Dd January 10, 2007
 .Dt MAGIC __FSECTION__
 .Os
@@ -446,4 +446,4 @@ a system on which the lengths are invariant.
 .\" the changes I posted to the S5R2 version.
 .\"
 .\" Modified for Ian Darwin's version of the file command.
-.\" @(#)$Id: magic.man,v 1.36 2007/01/10 22:56:49 christos Exp $
+.\" @(#)$Id: magic.man,v 1.37 2007/01/12 17:38:27 christos Exp $
index 914d449c086fe7e212cc890bc2368ff06f1b520e..aef809524b801ed5c2e0c20ef35493c43ac6a8ac 100644 (file)
@@ -2,6 +2,6 @@
 #------------------------------------------------------------------------------
 # Localstuff:  file(1) magic for locally observed files
 #
-# $Id: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
+# $File: Localstuff,v 1.5 2007/01/12 17:38:27 christos Exp $
 # Add any locally observed files here.  Remember:
 # text if readable, executable if runnable binary, data if unreadable.
index dfb12604ceff93df9a40e8da4df3d1e23f44fb44..0f7206f6e33aa873b7cf9c5532705fe695c31def 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # -*- PERL -*-
-# $Id: magic2mime,v 1.4 2006/11/25 18:36:10 christos Exp $
+# $File: magic2mime,v 1.5 2007/01/12 17:38:27 christos Exp $
 # Copyright (c) 1996, 1997 vax@linkdead.paranoia.com (VaX#n8)
 #
 # Usage: echo 'your-file-output-here' | file_to_ctype.pl
index 974fae95e2dde9239b969dd9ac8cbbea5e4f9c28..8910c56f0fb255769a9400399a5b723a82105c65 100644 (file)
@@ -46,7 +46,7 @@
 #endif
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: apprentice.c,v 1.100 2006/12/11 21:48:49 christos Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.101 2007/01/12 17:38:27 christos Exp $")
 #endif /* lint */
 
 #define        EATAB {while (isascii((unsigned char) *l) && \
index 73b068751290d8bf370c4e5175a6355a2d1fce0e..42cee40e92b984713d7285811b0ac0a6fbe799fc 100644 (file)
@@ -32,7 +32,7 @@
 
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: apptype.c,v 1.6 2003/11/11 20:01:45 christos Exp $")
+FILE_RCSID("@(#)$File: apptype.c,v 1.7 2007/01/12 17:38:27 christos Exp $")
 #endif /* lint */
 
 #ifdef __EMX__
index 81525c893be24f6df0289f8ef99f93df8a1d5290..3f85e22b18b0428ce7c1c937ba96dbbad29c25a9 100644 (file)
@@ -49,7 +49,7 @@
 #include "names.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: ascmagic.c,v 1.46 2006/10/20 21:04:15 christos Exp $")
+FILE_RCSID("@(#)$File: ascmagic.c,v 1.47 2007/01/12 17:38:27 christos Exp $")
 #endif /* lint */
 
 typedef unsigned long unichar;
index 5989eb295014b8347676400cb62f28ce161e89cd..4eadbd823b9c0c9b981b5b9c7090d59d353a7fcf 100644 (file)
@@ -51,7 +51,7 @@
 #endif
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: compress.c,v 1.45 2006/10/31 19:37:17 christos Exp $")
+FILE_RCSID("@(#)$File: compress.c,v 1.46 2007/01/12 17:38:27 christos Exp $")
 #endif
 
 private struct {
index f3fae24eb54457670252ce86ea2a83197aaecbc2..145b079c66374a6f80bb4dda220646affccb8e48 100644 (file)
@@ -71,7 +71,7 @@
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: file.c,v 1.104 2006/11/25 17:28:54 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.105 2007/01/12 17:38:28 christos Exp $")
 #endif /* lint */
 
 
index bb2fc166dc30a4c6a82b97e5a5cc811601c0c1d2..cfae82a878f9a29290078784760ef120061dc1f5 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.83 2006/12/11 21:48:49 christos Exp $
+ * @(#)$File: file.h,v 1.84 2007/01/12 17:38:28 christos Exp $
  */
 
 #ifndef __file_h__
index 884ffb8d7432f9d3648cdcce8220bd1bd3d5631c..aa3e509352a56a912e82779f0c40b9c7061665e9 100644 (file)
@@ -57,7 +57,7 @@
 #undef HAVE_MAJOR
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: fsmagic.c,v 1.46 2005/06/25 15:52:14 christos Exp $")
+FILE_RCSID("@(#)$File: fsmagic.c,v 1.47 2007/01/12 17:38:28 christos Exp $")
 #endif /* lint */
 
 protected int
index 824e3a09722e231cb8fdc84337f810a437ef18e3..994178d58a8395bd417d104bb22da9e6adcb90c7 100644 (file)
@@ -38,7 +38,7 @@
 #endif
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: funcs.c,v 1.23 2006/12/11 21:48:49 christos Exp $")
+FILE_RCSID("@(#)$File: funcs.c,v 1.24 2007/01/12 17:38:28 christos Exp $")
 #endif /* lint */
 
 #ifndef HAVE_VSNPRINTF
index 646172474a22c041bade180cc697c5c214c02944..c7d4d4d95c48efc79c92663beb1b1700c393e6e4 100644 (file)
@@ -45,7 +45,7 @@
 #include "tar.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: is_tar.c,v 1.26 2006/05/03 15:19:25 christos Exp $")
+FILE_RCSID("@(#)$File: is_tar.c,v 1.27 2007/01/12 17:38:28 christos Exp $")
 #endif
 
 #define        isodigit(c)     ( ((c) >= '0') && ((c) <= '7') )
index 3f24075b1ed1bbb59293eaaa3bab0288932cadc0..dc569fa062f8a26a9bc2260281752f5de8c07704 100644 (file)
@@ -63,7 +63,7 @@
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: magic.c,v 1.35 2006/10/31 19:37:17 christos Exp $")
+FILE_RCSID("@(#)$File: magic.c,v 1.36 2007/01/12 17:38:28 christos Exp $")
 #endif /* lint */
 
 #ifdef __EMX__
index e71f6aae7c99d0d2dd7b9648ee09eab2c111a72b..d60cad837e8fd771d7cab735d3f5e952eb37fb20 100644 (file)
@@ -32,7 +32,7 @@
  * appear at fixed offsets into the file. Don't make HOWMANY
  * too high unless you have a very fast CPU.
  *
- * $Id: names.h,v 1.25 2004/09/11 19:15:57 christos Exp $
+ * $File: names.h,v 1.26 2007/01/12 17:38:28 christos Exp $
  */
 
 /*
index 334732cc5aa02f972f88558dda02c66e1b90d6a1..dcd8981ec468f196f42cb7815b0929dd0f165656 100644 (file)
@@ -3,9 +3,12 @@
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.62 2006/12/11 21:49:58 christos Exp $
+ * $File: patchlevel.h,v 1.63 2007/01/12 17:38:28 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.63  2007/01/12 17:38:28  christos
+ * Use File id.
+ *
  * Revision 1.62  2006/12/11 21:49:58  christos
  * time for 4.19
  *
index 28cca18cbc093e6b5fcc89983feb5eb5f18800c9..d2a7bf84a1ab44c3d3662471722c74133dd416a7 100644 (file)
@@ -41,7 +41,7 @@
 #include <time.h>
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: print.c,v 1.56 2006/12/08 20:31:07 christos Exp $")
+FILE_RCSID("@(#)$File: print.c,v 1.57 2007/01/12 17:38:28 christos Exp $")
 #endif  /* lint */
 
 #define SZOF(a)        (sizeof(a) / sizeof(a[0]))
index 69318fa626e0b442e880ecd52001161cf7146fb5..e2a6a203f9888f8b5d9557bd96d9e2b63fa5308c 100644 (file)
@@ -37,7 +37,7 @@
 #include "readelf.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.61 2006/11/15 15:53:23 christos Exp $")
+FILE_RCSID("@(#)$File: readelf.c,v 1.62 2007/01/12 17:38:28 christos Exp $")
 #endif
 
 #ifdef ELFCORE
index 77250487bdc63f23bfe193bcf7265366ab02d895..a65ee909903ad25ed40d2a880ebfc4c6d451d219 100644 (file)
@@ -39,7 +39,7 @@
 
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: softmagic.c,v 1.87 2006/12/11 21:48:49 christos Exp $")
+FILE_RCSID("@(#)$File: softmagic.c,v 1.88 2007/01/12 17:38:28 christos Exp $")
 #endif /* lint */
 
 private int match(struct magic_set *, struct magic *, uint32_t,
index 4fb4276fb390c761f14fd648b842e77cbc17e7ce..7ecce32ff92c124d709215d5842e1d0fd05e04fd 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -32,7 +32,7 @@
  *
  * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
  *
- * $Id: tar.h,v 1.9 2006/05/03 15:19:25 christos Exp $ # checkin only
+ * $File: tar.h,v 1.10 2007/01/12 17:38:28 christos Exp $ # checkin only
  */
 
 /*