aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/LEGAL.NOTICE2
-rw-r--r--usr.bin/file/MAINT2
-rw-r--r--usr.bin/file/Magdir/Localstuff2
-rw-r--r--usr.bin/file/Magdir/softquad2
-rw-r--r--usr.bin/file/Makefile2
-rw-r--r--usr.bin/file/PORTING2
-rw-r--r--usr.bin/file/README2
-rw-r--r--usr.bin/file/apprentice.c2
-rw-r--r--usr.bin/file/ascmagic.c2
-rw-r--r--usr.bin/file/compress.c2
-rw-r--r--usr.bin/file/cvsimport.sh2
-rw-r--r--usr.bin/file/file.12
-rw-r--r--usr.bin/file/file.c2
-rw-r--r--usr.bin/file/file.h2
-rw-r--r--usr.bin/file/fsmagic.c2
-rw-r--r--usr.bin/file/internat.c2
-rw-r--r--usr.bin/file/is_tar.c2
-rw-r--r--usr.bin/file/magic.52
-rw-r--r--usr.bin/file/names.h2
-rw-r--r--usr.bin/file/patchlevel.h2
-rw-r--r--usr.bin/file/print.c2
-rw-r--r--usr.bin/file/readelf.c2
-rw-r--r--usr.bin/file/readelf.h2
-rw-r--r--usr.bin/file/softmagic.c2
-rw-r--r--usr.bin/file/tar.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE
index 29f21aed456b..5f498199afa2 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.
-$FreeBSD$
+$FreeBSD: src/usr.bin/file/LEGAL.NOTICE,v 1.3.2.1 1999/08/29 15:27:39 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 cb318445c60f..3fe983376e6f 100644
--- a/usr.bin/file/MAINT
+++ b/usr.bin/file/MAINT
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/file/MAINT,v 1.3.2.1 1999/08/29 15:27:39 peter Exp $
Maintenance notes:
diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff
index a3e1e0bfce4c..69dbf3e66639 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
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/file/Magdir/Localstuff,v 1.3.2.1 1999/08/29 15:27:45 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 0fd952a2ee43..4f7973f06604 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
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/file/Magdir/softquad,v 1.3.2.1 1999/08/29 15:27:48 peter Exp $
# Author/Editor and RulesBuilder
#
# XXX - byte order?
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index 3834e4b0b307..c9748d77ddcd 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.
-# @(#)$FreeBSD$
+# @(#)$FreeBSD: src/usr.bin/file/Makefile,v 1.12.2.1 1999/08/29 15:27:39 peter 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 7e65021d2950..8fdbf28c25d7 100644
--- a/usr.bin/file/PORTING
+++ b/usr.bin/file/PORTING
@@ -1,5 +1,5 @@
Portability of the new file(1) command.
-@(#) $FreeBSD$
+@(#) $FreeBSD: src/usr.bin/file/PORTING,v 1.3.2.1 1999/08/29 15:27:39 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 9872176410be..7648147f26bb 100644
--- a/usr.bin/file/README
+++ b/usr.bin/file/README
@@ -1,5 +1,5 @@
** README for file(1) Command **
-@(#) $FreeBSD$
+@(#) $FreeBSD: src/usr.bin/file/README,v 1.4.2.1 1999/08/29 15:27:40 peter 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 9c5b94547f55..a218b1761112 100644
--- a/usr.bin/file/apprentice.c
+++ b/usr.bin/file/apprentice.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/apprentice.c,v 1.7.2.2 1999/08/29 15:27:40 peter Exp $";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c
index bf116999e3dc..0be10fa7a5d2 100644
--- a/usr.bin/file/ascmagic.c
+++ b/usr.bin/file/ascmagic.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/ascmagic.c,v 1.9.2.1 1999/08/29 15:27:40 peter Exp $";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c
index f1e8ae8b2510..dd530d5698bf 100644
--- a/usr.bin/file/compress.c
+++ b/usr.bin/file/compress.c
@@ -8,7 +8,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/compress.c,v 1.6.2.1 1999/08/29 15:27:40 peter Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh
index 0436074fc634..84f677be82db 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)
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/file/cvsimport.sh,v 1.4.2.1 1999/08/29 15:27:41 peter 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 685afc242591..0cf52b634c02 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/file/file.1,v 1.12.2.1 1999/08/29 15:27:41 peter 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 f420cac9f1c0..75ad4ed05953 100644
--- a/usr.bin/file/file.c
+++ b/usr.bin/file/file.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/file.c,v 1.9.2.1 1999/08/29 15:27:42 peter Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h
index 7d42ad88c712..f3651354413e 100644
--- a/usr.bin/file/file.h
+++ b/usr.bin/file/file.h
@@ -1,6 +1,6 @@
/*
* file.h - definitions for file(1) program
- * @(#)$FreeBSD$
+ * @(#)$FreeBSD: src/usr.bin/file/file.h,v 1.8.2.2 1999/08/29 15:27:42 peter 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 57e5ec61328a..3d7e1e0c034d 100644
--- a/usr.bin/file/fsmagic.c
+++ b/usr.bin/file/fsmagic.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/fsmagic.c,v 1.7.2.1 1999/08/29 15:27:42 peter Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c
index f04208e08a01..f985b9b2b36f 100644
--- a/usr.bin/file/internat.c
+++ b/usr.bin/file/internat.c
@@ -1,7 +1,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/internat.c,v 1.2.2.1 1999/08/29 15:27:42 peter Exp $";
#endif /* not lint */
#include "file.h"
diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c
index 362825f3e8d6..3a1bddd2f8d3 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/is_tar.c,v 1.6.2.1 1999/08/29 15:27:42 peter Exp $";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5
index 12923ac0057a..3dcb8a3a2d62 100644
--- a/usr.bin/file/magic.5
+++ b/usr.bin/file/magic.5
@@ -1,5 +1,5 @@
.\"
-.\" @(#)$FreeBSD$
+.\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.9.2.1 1999/08/29 15:27:43 peter 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 1273375f6a49..d52981d0704a 100644
--- a/usr.bin/file/names.h
+++ b/usr.bin/file/names.h
@@ -10,7 +10,7 @@
*
* See LEGAL.NOTICE
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/file/names.h,v 1.5.2.1 1999/08/29 15:27:43 peter 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 7fe74e7f1d65..6a9671f5bf0e 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.
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/file/patchlevel.h,v 1.8.2.1 1999/08/29 15:27:43 peter Exp $
*
*/
diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c
index 8cd079ad8fcd..95cfe50de92f 100644
--- a/usr.bin/file/print.c
+++ b/usr.bin/file/print.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/print.c,v 1.8.2.1 1999/08/29 15:27:43 peter Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c
index 5674402a4602..54a43b03363e 100644
--- a/usr.bin/file/readelf.c
+++ b/usr.bin/file/readelf.c
@@ -1,7 +1,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/readelf.c,v 1.5.2.1 1999/08/29 15:27:43 peter Exp $";
#endif /* not lint */
#ifdef BUILTIN_ELF
diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h
index 28d44976c241..4e8da673e914 100644
--- a/usr.bin/file/readelf.h
+++ b/usr.bin/file/readelf.h
@@ -1,6 +1,6 @@
/*
* readelf.h
- * @(#)$FreeBSD$
+ * @(#)$FreeBSD: src/usr.bin/file/readelf.h,v 1.2.4.1 1999/08/29 15:27:43 peter 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 c1e79257963c..26a72c9e9f27 100644
--- a/usr.bin/file/softmagic.c
+++ b/usr.bin/file/softmagic.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/file/softmagic.c,v 1.8.2.1 1999/08/29 15:27:44 peter Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h
index 87f0d55f25ad..cb837330df65 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.
*
- * $FreeBSD$ # checkin only
+ * $FreeBSD: src/usr.bin/file/tar.h,v 1.3.2.1 1999/08/29 15:27:44 peter Exp $ # checkin only
*/
/*