summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2007-01-12 17:38:27 +0000
committerChristos Zoulas <christos@zoulas.com>2007-01-12 17:38:27 +0000
commit189a3425f7b3a8db5d605c3a78cc97bdb7b2ba9b (patch)
tree7e99f2c243ffc010cb77b83d70da6afdc78aaf63
parent2536f2677b66222dc7085230449f2a6640e57718 (diff)
downloadfile-git-189a3425f7b3a8db5d605c3a78cc97bdb7b2ba9b.tar.gz
Use File id.
-rw-r--r--LEGAL.NOTICE2
-rw-r--r--MAINT2
-rw-r--r--README2
-rw-r--r--doc/file.man2
-rw-r--r--doc/magic.man4
-rw-r--r--magic/Localstuff2
-rwxr-xr-xmagic/magic2mime2
-rw-r--r--src/apprentice.c2
-rw-r--r--src/apptype.c2
-rw-r--r--src/ascmagic.c2
-rw-r--r--src/compress.c2
-rw-r--r--src/file.c2
-rw-r--r--src/file.h2
-rw-r--r--src/fsmagic.c2
-rw-r--r--src/funcs.c2
-rw-r--r--src/is_tar.c2
-rw-r--r--src/magic.c2
-rw-r--r--src/names.h2
-rw-r--r--src/patchlevel.h5
-rw-r--r--src/print.c2
-rw-r--r--src/readelf.c2
-rw-r--r--src/softmagic.c2
-rw-r--r--src/tar.h2
23 files changed, 27 insertions, 24 deletions
diff --git a/LEGAL.NOTICE b/LEGAL.NOTICE
index d1ea5564..68148e2f 100644
--- a/LEGAL.NOTICE
+++ b/LEGAL.NOTICE
@@ -1,4 +1,4 @@
-$Id: LEGAL.NOTICE,v 1.15 2006/05/03 18:48:33 christos Exp $
+$File: LEGAL.NOTICE,v 1.15 2006/05/03 18:48:33 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 2a51470d..d4dcbdac 100644
--- 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.7 2006/06/01 18:19:41 ian Exp $
Maintenance notes:
diff --git a/README b/README
index b4223f4b..b7e9d559 100644
--- 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.34 2006/05/03 18:48:33 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,
diff --git a/doc/file.man b/doc/file.man
index d9ef9c55..1f982052 100644
--- a/doc/file.man
+++ b/doc/file.man
@@ -1,4 +1,4 @@
-.\" $Id: file.man,v 1.63 2007/01/10 23:00:16 christos Exp $
+.\" $File: file.man,v 1.63 2007/01/10 23:00:16 christos Exp $
.Dd January 8, 2007
.Dt FILE __CSECTION__
.Os
diff --git a/doc/magic.man b/doc/magic.man
index 80fb3ce5..908c61fc 100644
--- a/doc/magic.man
+++ b/doc/magic.man
@@ -1,4 +1,4 @@
-.\" $Id: magic.man,v 1.36 2007/01/10 22:56:49 christos Exp $
+.\" $File: magic.man,v 1.36 2007/01/10 22:56:49 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 $
diff --git a/magic/Localstuff b/magic/Localstuff
index 914d449c..419855fb 100644
--- a/magic/Localstuff
+++ b/magic/Localstuff
@@ -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.4 2003/03/23 04:17:27 christos Exp $
# Add any locally observed files here. Remember:
# text if readable, executable if runnable binary, data if unreadable.
diff --git a/magic/magic2mime b/magic/magic2mime
index dfb12604..26f84d28 100755
--- a/magic/magic2mime
+++ b/magic/magic2mime
@@ -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.4 2006/11/25 18:36:10 christos Exp $
# Copyright (c) 1996, 1997 vax@linkdead.paranoia.com (VaX#n8)
#
# Usage: echo 'your-file-output-here' | file_to_ctype.pl
diff --git a/src/apprentice.c b/src/apprentice.c
index 974fae95..4040b739 100644
--- a/src/apprentice.c
+++ b/src/apprentice.c
@@ -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.100 2006/12/11 21:48:49 christos Exp $")
#endif /* lint */
#define EATAB {while (isascii((unsigned char) *l) && \
diff --git a/src/apptype.c b/src/apptype.c
index 73b06875..89efe618 100644
--- a/src/apptype.c
+++ b/src/apptype.c
@@ -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.6 2003/11/11 20:01:45 christos Exp $")
#endif /* lint */
#ifdef __EMX__
diff --git a/src/ascmagic.c b/src/ascmagic.c
index 81525c89..3aa0e235 100644
--- a/src/ascmagic.c
+++ b/src/ascmagic.c
@@ -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.46 2006/10/20 21:04:15 christos Exp $")
#endif /* lint */
typedef unsigned long unichar;
diff --git a/src/compress.c b/src/compress.c
index 5989eb29..6391d7dc 100644
--- a/src/compress.c
+++ b/src/compress.c
@@ -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.45 2006/10/31 19:37:17 christos Exp $")
#endif
private struct {
diff --git a/src/file.c b/src/file.c
index f3fae24e..01a3db75 100644
--- a/src/file.c
+++ b/src/file.c
@@ -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.104 2006/11/25 17:28:54 christos Exp $")
#endif /* lint */
diff --git a/src/file.h b/src/file.h
index bb2fc166..3aa02f57 100644
--- a/src/file.h
+++ b/src/file.h
@@ -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.83 2006/12/11 21:48:49 christos Exp $
*/
#ifndef __file_h__
diff --git a/src/fsmagic.c b/src/fsmagic.c
index 884ffb8d..cd8f13e2 100644
--- a/src/fsmagic.c
+++ b/src/fsmagic.c
@@ -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.46 2005/06/25 15:52:14 christos Exp $")
#endif /* lint */
protected int
diff --git a/src/funcs.c b/src/funcs.c
index 824e3a09..6afeac37 100644
--- a/src/funcs.c
+++ b/src/funcs.c
@@ -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.23 2006/12/11 21:48:49 christos Exp $")
#endif /* lint */
#ifndef HAVE_VSNPRINTF
diff --git a/src/is_tar.c b/src/is_tar.c
index 64617247..966d73fa 100644
--- a/src/is_tar.c
+++ b/src/is_tar.c
@@ -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.26 2006/05/03 15:19:25 christos Exp $")
#endif
#define isodigit(c) ( ((c) >= '0') && ((c) <= '7') )
diff --git a/src/magic.c b/src/magic.c
index 3f24075b..3171b305 100644
--- a/src/magic.c
+++ b/src/magic.c
@@ -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.35 2006/10/31 19:37:17 christos Exp $")
#endif /* lint */
#ifdef __EMX__
diff --git a/src/names.h b/src/names.h
index e71f6aae..bef5c62f 100644
--- a/src/names.h
+++ b/src/names.h
@@ -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.25 2004/09/11 19:15:57 christos Exp $
*/
/*
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 334732cc..bdf70d5a 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -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.62 2006/12/11 21:49:58 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
*
diff --git a/src/print.c b/src/print.c
index 28cca18c..ba405f36 100644
--- a/src/print.c
+++ b/src/print.c
@@ -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.56 2006/12/08 20:31:07 christos Exp $")
#endif /* lint */
#define SZOF(a) (sizeof(a) / sizeof(a[0]))
diff --git a/src/readelf.c b/src/readelf.c
index 69318fa6..b93dd9d2 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -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.61 2006/11/15 15:53:23 christos Exp $")
#endif
#ifdef ELFCORE
diff --git a/src/softmagic.c b/src/softmagic.c
index 77250487..75b4ddf4 100644
--- a/src/softmagic.c
+++ b/src/softmagic.c
@@ -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.87 2006/12/11 21:48:49 christos Exp $")
#endif /* lint */
private int match(struct magic_set *, struct magic *, uint32_t,
diff --git a/src/tar.h b/src/tar.h
index 4fb4276f..8ea64117 100644
--- 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.9 2006/05/03 15:19:25 christos Exp $ # checkin only
*/
/*