diff options
Diffstat (limited to 'usr.bin/file')
| -rw-r--r-- | usr.bin/file/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/file/config.h | 2 | ||||
| -rw-r--r-- | usr.bin/file/file.1 | 2 | ||||
| -rw-r--r-- | usr.bin/file/magic.5 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 0aec031c98cc..f2f1c8c3a26d 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Makefile,v 1.30 2004/11/19 04:04:14 obrien Exp $ # Makefile for file(1) cmd. # Copyright (c) David E. O'Brien, 2000-2004 # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index 65e4a6a59ad9..5e7908038e46 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/file/config.h,v 1.13.4.1 2008/02/06 18:26:38 obrien Exp $ */ #include <osreldate.h> diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index c945f48dd63d..ebfc170cbdf8 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.38 2007/05/25 09:25:05 ru Exp $ .\" $Id: file.man,v 1.57 2005/08/18 15:18:22 christos Exp $ .Dd August 18, 2005 .Dt FILE 1 "Copyright but distributable" diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index ea60544201d1..56ab195d99e6 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.28 2007/05/25 09:25:05 ru Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" |
