diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 | |
parent | 64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff) |
Notes
513 files changed, 514 insertions, 514 deletions
diff --git a/bin/Makefile b/bin/Makefile index 8914674be378f..2fcdbbc1723b2 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname \ kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \ diff --git a/bin/Makefile.inc b/bin/Makefile.inc index cc82d352da649..4fdaae4b576ba 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ BINDIR?= /bin NOSHARED?= YES diff --git a/bin/cat/Makefile b/bin/cat/Makefile index cd656dbd715a8..6da43b3828af3 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 5d52bad77dca4..60cb4703026ab 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 2, 1995 .Dt CAT 1 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index edbb68d9ff7e5..101653d5bbf26 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index bc0dfdef60811..dc9390bb289f9 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= chmod diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index db23c99bdb883..d9d81417e2027 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHMOD 1 diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 2341e74bafd1b..2004a5188d2f8 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/cp/Makefile b/bin/cp/Makefile index 2b1f283f466c0..57883daad0d18 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= cp SRCS= cp.c utils.c diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index d49e0920a75e1..fb6079df9a815 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt CP 1 diff --git a/bin/cp/cp.c b/bin/cp/cp.c index d5e5197cad1f5..b45582cfa1327 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 4b8fae87c6db5..d6f6c29a242d5 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/1/94 - * $FreeBSD$ + * $Id$ */ typedef struct { diff --git a/bin/cp/utils.c b/bin/cp/utils.c index cda81f8eef41a..363a84086f6b2 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 321fe972e2875..2bf842dde0746 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria diff --git a/bin/csh/USD.doc/Makefile b/bin/csh/USD.doc/Makefile index 9c58e8050d8b4..c85e280415075 100644 --- a/bin/csh/USD.doc/Makefile +++ b/bin/csh/USD.doc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $FreeBSD$ +# $Id$ DIR= usd/04.csh SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g diff --git a/bin/csh/USD.doc/csh.1 b/bin/csh/USD.doc/csh.1 index dbdafb9eaa230..34c8e13a4ea38 100644 --- a/bin/csh/USD.doc/csh.1 +++ b/bin/csh/USD.doc/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .EH 'USD:4-%''An Introduction to the C shell' .OH 'An Introduction to the C shell''USD:4-%' diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 5d27106c2ccba..29fabea00a4b2 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.2 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .nr H1 1 .NH diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index 2c54a1fd6d6df..d6e3819c55d9f 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.3 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .nr H1 2 .NH diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4 index 66ba88c032086..2b2aaa9920a03 100644 --- a/bin/csh/USD.doc/csh.4 +++ b/bin/csh/USD.doc/csh.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.4 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .nr H1 3 .NH diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a index 5bcdf452ffa24..f01312a41b94d 100644 --- a/bin/csh/USD.doc/csh.a +++ b/bin/csh/USD.doc/csh.a @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.a 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .SH Appendix \- Special characters diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g index 8f0c7e2c15e44..ac27152bccd63 100644 --- a/bin/csh/USD.doc/csh.g +++ b/bin/csh/USD.doc/csh.g @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.g 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .SH Glossary diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs index cb21ced495e42..84deab72a15f2 100644 --- a/bin/csh/USD.doc/tabs +++ b/bin/csh/USD.doc/tabs @@ -30,6 +30,6 @@ .\" SUCH DAMAGE. .\" .\" @(#)tabs 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $Id$ .\" .ta 5n 10n 15n 20n 25n 30n 35n 40n 45n 50n 55n 60n 65n 70n 75n 80n diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index 6e47531b870a0..563c2024f796d 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/char.c b/bin/csh/char.c index 51f91354c8232..5e1a1e4a6bc07 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/char.h b/bin/csh/char.h index a601894459d21..9fba6f7157bf8 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)char.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #include <ctype.h> diff --git a/bin/csh/const.c b/bin/csh/const.c index 9e1121ec387ee..dbfeed236e26a 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 8bc925d4243ce..5c6ac5b62853f 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 21, 1994 .Dt CSH 1 diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 055f55d0bae60..a652a453cf0c4 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/csh.h b/bin/csh/csh.h index 4fd9d1870b2ea..290262f5ca820 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)csh.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/csh/dir.c b/bin/csh/dir.c index c8ca61186556b..49d4e8fe694a3 100644 --- a/bin/csh/dir.c +++ b/bin/csh/dir.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/dir.h b/bin/csh/dir.h index 21ec4eff6f48d..ec57104831cf1 100644 --- a/bin/csh/dir.h +++ b/bin/csh/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/csh/dol.c b/bin/csh/dol.c index 7810ebcbe0628..9bf653796fa9a 100644 --- a/bin/csh/dol.c +++ b/bin/csh/dol.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/err.c b/bin/csh/err.c index 83ab774f2876a..77ae9e055b979 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/exec.c b/bin/csh/exec.c index 826196a5eb85c..4c3fb5e8e8d36 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/exp.c b/bin/csh/exp.c index b9cbf15ad3a58..ff484ce405dfe 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/extern.h b/bin/csh/extern.h index 64e92d843ceae..f9ebd99aabe67 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #include <sys/cdefs.h> diff --git a/bin/csh/file.c b/bin/csh/file.c index a1e7a37360bec..f680263ee9ff3 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/func.c b/bin/csh/func.c index bc71beea455ca..2d2a7fb03c551 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/glob.c b/bin/csh/glob.c index fe8e773e874d9..0d059eee228dc 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/hist.c b/bin/csh/hist.c index e73682f5bd315..c90dd66565a54 100644 --- a/bin/csh/hist.c +++ b/bin/csh/hist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/init.c b/bin/csh/init.c index 36d7fc98f7c2f..cee64c6f64776 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/lex.c b/bin/csh/lex.c index b3329a504a873..f9a7f0cd59aa6 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/misc.c b/bin/csh/misc.c index 24d55fe886bfa..70aa7afad0ebe 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/parse.c b/bin/csh/parse.c index 8dd1317b12bd7..87e06f848cdcf 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h index 6f22841b66dc4..f1cf072c4a052 100644 --- a/bin/csh/pathnames.h +++ b/bin/csh/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define _PATH_BIN "/bin" diff --git a/bin/csh/proc.c b/bin/csh/proc.c index 33d1d74b10573..d70d29ffc4e44 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/proc.h b/bin/csh/proc.h index d2a8ba88ce093..c621a742787f9 100644 --- a/bin/csh/proc.h +++ b/bin/csh/proc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/csh/sem.c b/bin/csh/sem.c index f657d8284ed78..9226687d7c00d 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/set.c b/bin/csh/set.c index e2f1d74587830..fe7b5008706a1 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/str.c b/bin/csh/str.c index 88a1ac950dbad..46fce3661f342 100644 --- a/bin/csh/str.c +++ b/bin/csh/str.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/csh/time.c b/bin/csh/time.c index 3ac3213f3bcc6..9a911037eade7 100644 --- a/bin/csh/time.c +++ b/bin/csh/time.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/date/Makefile b/bin/date/Makefile index 18e55c2a5fa4d..294aae0cc99b1 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= date SRCS= date.c netdate.c diff --git a/bin/date/date.1 b/bin/date/date.1 index ecff8a37860de..9f19e9f9dcc5d 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index ae0534da570b5..815a304a5ca07 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/date/extern.h b/bin/date/extern.h index 4aaafc98490cf..c21fdc63d0b28 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 525d310e8532f..88d914c3b03e0 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 59bc21731354f..09158e5a81c06 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index 932940184e66c..1f4d7747485ad 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/conv.c b/bin/dd/conv.c index f055a8ea7c2fc..fa7d652041473 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index cbab9fc8aedd0..56df2a0a9d593 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 4c9c92191c0dd..03897fb96c749 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 13, 1994 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index ee836ca4439ae..451715bc756de 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/dd.h b/bin/dd/dd.h index d3b3ea134eb25..30904d9270854 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)dd.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $Id$ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index e5a7f7405e898..7445fee4b0831 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $Id$ */ #include <sys/cdefs.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 6a4db2d40460e..394f59381392f 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/dd/position.c b/bin/dd/position.c index 4da1cc84dabe6..9c5616d619b21 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/df/Makefile b/bin/df/Makefile index 2d43c5311922f..3023452049677 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/1/94 -# $FreeBSD$ +# $Id$ PROG= df BINGRP= operator diff --git a/bin/df/df.1 b/bin/df/df.1 index d4b9f05c83ba6..dad276ae42015 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.3 (Berkeley) 5/8/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 8, 1995 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index e17704e8e4d6d..e4328c3515f56 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index e640908e688d6..8274b61c0ad63 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= domainname diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index 34a9e600c41f9..118e12343ba5d 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)hostname.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 18, 1994 .Dt DOMAINNAME 1 diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index 5aaf7dca063e8..1a173e931a024 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/echo/Makefile b/bin/echo/Makefile index 6d2079cc66cac..c296871792c5b 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= echo diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index a84b4d8f85da1..ba0b32b000b0c 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.1 (Berkeley) 7/22/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 22, 1993 .Dt ECHO 1 diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 6665f2daf6a16..a120823f292c1 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 4fbaf33febf72..64796247b20b4 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ed SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c diff --git a/bin/ed/POSIX b/bin/ed/POSIX index 47b720d867ef8..db1a155e2cf21 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ This version of ed(1) is not strictly POSIX compliant, as described in the POSIX 1003.2 document. The following is a summary of the omissions, diff --git a/bin/ed/README b/bin/ed/README index 478e7af07c701..322e65e0fcaf0 100644 --- a/bin/ed/README +++ b/bin/ed/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ ed is an 8-bit-clean, POSIX-compliant line editor. It should work with any regular expression package that conforms to the POSIX interface diff --git a/bin/ed/buf.c b/bin/ed/buf.c index 1e2781779559d..5c6eded30f7c6 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint static char * const rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index f9a9180aea76e..93678534fe424 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)bdes.c 5.5 (Berkeley) 6/27/91 - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 1233a12ebfd76..69eb7faddbd64 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .TH ED 1 "21 May 1993" .SH NAME .\" ed, red \- text editor diff --git a/bin/ed/ed.h b/bin/ed/ed.h index 89344400cc96d..8066cd7340aa2 100644 --- a/bin/ed/ed.h +++ b/bin/ed/ed.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index 4a163f771993b..9d77f256b6e95 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/io.c b/bin/ed/io.c index a333890272a07..af0646666bfc8 100644 --- a/bin/ed/io.c +++ b/bin/ed/io.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/main.c b/bin/ed/main.c index 8c2234fb7e6a1..22206eda99f50 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/re.c b/bin/ed/re.c index b095a44118527..989367c4ad588 100644 --- a/bin/ed/re.c +++ b/bin/ed/re.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/sub.c b/bin/ed/sub.c index fe76db25f0878..79d17f293c6b2 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index f8a2d1604aa45..70f24055b0672 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SHELL= /bin/sh ED= ${.OBJDIR}/ed diff --git a/bin/ed/test/README b/bin/ed/test/README index 3938b931d1c76..72c7217f0f0ef 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ The files in this directory with suffixes `.t', `.d', `.r' and `.err' are used for testing ed. To run the tests, set the ED variable in the Makefile diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index 1eb244bad79ee..f58c60977b5b9 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -3,7 +3,7 @@ # and compares their output against the .r files, which contain # the correct output # -# $FreeBSD$ +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index 2b356d14cb8f2..3e1a3d4c543a4 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,7 +1,7 @@ #!/bin/sh - # This script generates ed test scripts (.ed) from .t files # -# $FreeBSD$ +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/undo.c b/bin/ed/undo.c index bcad205696cbd..7023cd69da6f6 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 04c5779b18fde..550797174c67b 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,5 +1,5 @@ # /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp -# $FreeBSD$ +# $Id$ PROG= expr SRCS= expr.c diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 938468d4cf2a2..40c4bf1388dc9 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 117270a14f77f..626de8e05b338 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 315c7a628785e..adee034af6867 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index c1b4db815dbc7..a5eaac7333db8 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hostname.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 28, 1995 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 643a543eb28ca..a64beef40dc12 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/kill/Makefile b/bin/kill/Makefile index 72bc4d7f2c6b1..610341f6b8c10 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= kill diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index d62e394b34073..94588395783d2 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kill.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 28, 1995 .Dt KILL 1 diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 547d75731efe1..c75ca013e268f 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ln/Makefile b/bin/ln/Makefile index e27be4cf502e5..83a6e1dca2f18 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= ln MAN1= ln.1 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index eeafad97cdfa5..5294fbf6a6888 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ln.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 30, 1993 .Dt LN 1 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 195d2be64306d..e6d5f651eb186 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 98e5d86b1f884..1fb4ea41bfdbe 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 31, 1994 .Dt SYMLINK 7 diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 33c4b33a10f40..d1a6b6b843848 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $Id$ PROG= ls SRCS= cmp.c stat_flags.c ls.c print.c util.c diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 4132059de91f2..254201243ee3f 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 8f1dd5adbc82f..253d50642d4a0 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ int acccmp __P((const FTSENT *, const FTSENT *)); diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 62c788a67594c..b5625967cad2e 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 29, 1994 .Dt LS 1 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 5e51b5ed1de58..60bb05181cda4 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 0ce9ddb49b19d..d6bbfdaa48f41 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ls.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define NO_PRINT 1 diff --git a/bin/ls/print.c b/bin/ls/print.c index 342f05a868f15..e0fe3bbde6f4a 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ls/stat_flags.c b/bin/ls/stat_flags.c index 30407d667bdfc..f0092fed9c494 100644 --- a/bin/ls/stat_flags.c +++ b/bin/ls/stat_flags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ls/util.c b/bin/ls/util.c index ba44ad6078720..b4794bce85c46 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index 84ec230123430..03ca565911e99 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= mkdir diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 3ac0c44b0d725..2735a3de3ea62 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 25, 1994 .Dt MKDIR 1 diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index 63fcfc22035c9..7857a0db1c843 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 04f13d8993966..0ba523e61b443 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $Id$ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 9ecf309085509..af6e09645dea1 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 2f6b43045fee4..7057ee9af2d55 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index 31947a8e39292..4adf62b4ec5f9 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define _PATH_RM "/bin/rm" diff --git a/bin/pax/Makefile b/bin/pax/Makefile index f8e7dcc6517d7..cd0cc2d82e4c2 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ # To install on versions prior to BSD 4.4 the following may have to be # defined with CFLAGS += diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 37b238863e3c5..3bf0bdc498bc2 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index e988cde7989b8..07efc9f64ebbd 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index d82095d875464..e04182a9bc4c3 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/cache.c b/bin/pax/cache.c index c15df63f1bf46..9b2615c1ff6b2 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 92b590326b06a..5c01ef410aef6 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)cache.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 96dbec0bd347b..41b1c64db00b6 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index e5d70839ab926..0bdbb6a39ab84 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)cpio.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index fb239c9e62eec..819329f2c2b85 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index d44128062b116..a158bb58ab433 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 77829c59fd967..f6e7f6f3ea472 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index d1096f091d3c9..a98654632f545 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)ftree.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index e3ad26c3514c4..bf6a40472b53c 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/options.c b/bin/pax/options.c index ab75c27f6e2cf..4edd43f7b2985 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/options.h b/bin/pax/options.h index f5489d76c593f..df1bd7daac415 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)options.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index c6c9f8b288336..0c9ed7b60ade1 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 1989091f85a99..e994a33cb6ed4 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pat_rep.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index dadc1a743eecf..22facef982d8c 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index e49b5e8ed9a71..1fdefb20e8ccb 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 8e66e0529eacb..644f4d12affa6 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pax.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 04ad136bad011..d3f1a92cbc774 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index 06e1bf01f3e38..dbab257b3e83b 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)sel_subs.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 59380db5b7ff5..a464ad17f7445 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/tables.h b/bin/pax/tables.h index d2159348ead0a..5c2077620ee59 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)tables.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/tar.c b/bin/pax/tar.c index 148b99abf4315..15091a0d5b03c 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 00d7b35fbe8b5..5533a0777e6da 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)tar.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index 91ac0a85f67ff..5aadb2bee19ae 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 5a94276913b92..ce8ee3acee057 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $Id$ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c diff --git a/bin/ps/devname.c b/bin/ps/devname.c index e2db56a053ba1..241242a62aeb0 100644 --- a/bin/ps/devname.c +++ b/bin/ps/devname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 3c814f7fb10af..5c58b1955031c 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $Id$ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index edd39db1e2a77..21c5df0fab238 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 7eb02094dcc8c..2993f8cbfb4c1 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 8e34ab8b5527c..218a6bc45eef8 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/print.c b/bin/ps/print.c index 6ec1e7491a41b..2ac3c28046eef 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a6d038611f68b..eaa2f8fd4b6fa 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 27a4e71de31e1..ee2d40786aa01 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/ps.h b/bin/ps/ps.h index 31cb56614f795..d1b84333ec01e 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ps.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define UNLIMITED 0 /* unlimited terminal width */ diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 3c29c61f11c78..4937fb391932b 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 488b023431298..ca900594ac248 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 28, 1995 .Dt PWD 1 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 09908147beb57..d80423a10d0b4 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 33ceddbb1fdb6..0d300b071d607 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $Id$ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index 83fc034c049d6..ef055c4c7f477 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 5e262a6f3ac7e..39158f0d49ca1 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index ccc068b5a4d81..0258b836504ea 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 8068533eacbe5..72baa44699004 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/rcp/util.c b/bin/rcp/util.c index d045db18a53cf..d9fedb5e1a8fc 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 23bbd1b17ff33..5d9fafea97351 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= rm SRCS= rm.c stat_flags.c diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index a06370a1f9f43..2f1c2f191e7c9 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 5, 1994 .Dt RM 1 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 6a3350179bed4..80f6012d5b7f7 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 18de49a48b43c..7133eeb17c1ef 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= rmail MAN8= rmail.8 diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8 index 3cd788e783256..cf9d236252984 100644 --- a/bin/rmail/rmail.8 +++ b/bin/rmail/rmail.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmail.8 6.10 (Berkeley) 4/29/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 29, 1993 .Dt RMAIL 8 diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 8c81f070b22ce..52b60aa4ab311 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 7d2ff35bc7e8f..4bedbff9d4782 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index fe3cba1ba35ee..44eed96870280 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt RMDIR 1 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index a1187df3aaa60..9830835fab5c6 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 9803e83eeba07..a52eb9507c8c2 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 5/5/95 -# $FreeBSD$ +# $Id$ PROG= sh SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \ diff --git a/bin/sh/TOUR b/bin/sh/TOUR index 5980afbb3f403..e7bc2c43c7bb6 100644 --- a/bin/sh/TOUR +++ b/bin/sh/TOUR @@ -1,5 +1,5 @@ # @(#)TOUR 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ NOTE -- This is the original TOUR paper distributed with ash and does not represent the current state of the shell. It is provided anyway diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 9831b4b921fde..ef5916e48d4d9 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/alias.h b/bin/sh/alias.h index 998d4032652fc..4feb75267338e 100644 --- a/bin/sh/alias.h +++ b/bin/sh/alias.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ #define ALIASINUSE 1 diff --git a/bin/sh/arith.h b/bin/sh/arith.h index 23ec9121f3fdb..34eb73c192515 100644 --- a/bin/sh/arith.h +++ b/bin/sh/arith.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)arith.h 1.1 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ int arith __P((char *)); diff --git a/bin/sh/arith.y b/bin/sh/arith.y index ef426dbcd6061..5908eceaf400d 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -88,7 +88,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index 2ccb6ef4ad3c7..d71fef0f6a9ce 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index fbb4123fd7f3e..a50d55cb3d9e7 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)bltin.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index ed3aa19ac2e9e..b54ce3a8268ba 100644 --- a/bin/sh/bltin/echo.1 +++ b/bin/sh/bltin/echo.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.2 (Berkeley) 5/4/95 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 4, 1995 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 17fffc05a5fc1..c2f2176af9269 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)echo.c 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index 21aea3e801982..45bddc34d1661 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)builtins.def 8.4 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # # This file lists all the builtin commands. The first column is the name diff --git a/bin/sh/cd.c b/bin/sh/cd.c index 4291b24586485..dbd9dc8a3e1a6 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/error.c b/bin/sh/error.c index 91b490472c509..1919068edd709 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/error.h b/bin/sh/error.h index 8ac64bfaa3531..bb3eafec16595 100644 --- a/bin/sh/error.h +++ b/bin/sh/error.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)error.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/eval.c b/bin/sh/eval.c index ce42ddd92f69b..18cf76feeeefa 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/eval.h b/bin/sh/eval.h index c6bfc827718ac..46a6820739e3d 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)eval.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ extern char *commandname; /* currently executing command */ diff --git a/bin/sh/exec.c b/bin/sh/exec.c index dc4e880d5ad3a..37720207dfc16 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/exec.h b/bin/sh/exec.h index 031f564e7ea5f..d61feacc9ee0b 100644 --- a/bin/sh/exec.h +++ b/bin/sh/exec.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 6/8/95 - * $FreeBSD$ + * $Id$ */ /* values of cmdtype */ diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 0efed2e4c8c9e..ace411e9c0b54 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/expand.h b/bin/sh/expand.h index 0a47379d2047f..1cb7c90151a82 100644 --- a/bin/sh/expand.h +++ b/bin/sh/expand.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)expand.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ struct strlist { diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index 9477d3faabee8..ec67c471a1157 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 3e62ad75e5cb1..86984250baf29 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/kill b/bin/sh/funcs/kill index f0c22b03015bd..f933ce303d582 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # Convert job names to process ids and then run /bin/kill. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index 3c5ab58af426f..bfed5c26dbe01 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index 46a1b560f135c..bc84261f7e533 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index 1975bd0b32f1f..a495dbb51e10f 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index b2ba796de1920..0a50f40d4a9cf 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index 8b09ad1b483e7..d60614ff4a087 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ suspend() { local - diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index a1fe6e6a28542..c6376ae53b4ff 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/init.h b/bin/sh/init.h index cbb87b2fddf03..d02b50edadd6c 100644 --- a/bin/sh/init.h +++ b/bin/sh/init.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)init.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ void init __P((void)); diff --git a/bin/sh/input.c b/bin/sh/input.c index ce78357e083d1..b68e1aefc8049 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/input.h b/bin/sh/input.h index fec1be9471269..a9f87dd5927db 100644 --- a/bin/sh/input.h +++ b/bin/sh/input.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)input.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* PEOF (the end of file marker) is defined in syntax.h */ diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 9514cd0cba497..cac64c4a2db05 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index 94aaaa32db67e..8b13bc3adc415 100644 --- a/bin/sh/jobs.h +++ b/bin/sh/jobs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)jobs.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */ diff --git a/bin/sh/machdep.h b/bin/sh/machdep.h index 9436521c9b3b0..a0928958de70a 100644 --- a/bin/sh/machdep.h +++ b/bin/sh/machdep.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)machdep.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/mail.c b/bin/sh/mail.c index cb70dedd10e5b..0c12232c09749 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mail.h b/bin/sh/mail.h index a589683298a0b..c787024c6b067 100644 --- a/bin/sh/mail.h +++ b/bin/sh/mail.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)mail.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ void chkmail __P((int)); diff --git a/bin/sh/main.c b/bin/sh/main.c index ec4d167cdb6ac..39294810b0542 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/main.h b/bin/sh/main.h index f48697e103c4f..ed3391a488edb 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)main.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ extern int rootpid; /* pid of main shell */ diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index 125aabb56a0e8..d4984a23b6bb0 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index 96e1839a3ac04..b3aec71dc2559 100644 --- a/bin/sh/memalloc.h +++ b/bin/sh/memalloc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)memalloc.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ struct stackmark { diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 4e0c329d1b7bf..31efbfe86c52d 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 0b5d1ea4e87f3..37ebf83103605 100755 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mkbuiltins 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ temp=/tmp/ka$$ havejobs=0 diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index 88400f0a1dd69..5e4efdf54e52c 100644 --- a/bin/sh/mkinit.c +++ b/bin/sh/mkinit.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index 61dd51ee7edc7..7f1c3f1d24197 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 133b6174f5319..d9000cbc4211a 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mktokens b/bin/sh/mktokens index ccb8699f6a553..667ccf4ea2a75 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mktokens 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ # The following is a list of tokens. The second column is nonzero if the # token marks the end of a list. The third column is the name to print in diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h index 18beb3c339796..3a57c97cafdfd 100644 --- a/bin/sh/myhistedit.h +++ b/bin/sh/myhistedit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)myhistedit.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ #include <histedit.h> diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 1e34a44fc6a1f..20b0343b7deb5 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 8f0ad87537914..8471b3e566de5 100644 --- a/bin/sh/mystring.h +++ b/bin/sh/mystring.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)mystring.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ #include <string.h> diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index 43e014e9c833b..a7645c3666b30 100644 --- a/bin/sh/nodes.c.pat +++ b/bin/sh/nodes.c.pat @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ #include <stdlib.h> diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index 1712764766531..4f909cfb0b814 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -34,7 +34,7 @@ # SUCH DAMAGE. # # @(#)nodetypes 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ # This file describes the nodes used in parse trees. Unindented lines # contain a node type followed by a structure tag. Subsequent indented diff --git a/bin/sh/options.c b/bin/sh/options.c index c71ebef7eb4da..e18bab726a5ad 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/options.h b/bin/sh/options.h index 0af2257a020f6..28b98192d7aae 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)options.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ struct shparam { diff --git a/bin/sh/output.c b/bin/sh/output.c index 249a9d1320a40..5f315a845594e 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/output.h b/bin/sh/output.h index 30bee7be12af4..02bddaaf55b28 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)output.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ #ifndef OUTPUT_INCL diff --git a/bin/sh/parser.c b/bin/sh/parser.c index ed909684e1976..9e55f40a3e501 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 50777eeeb129d..ba4ef22927650 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)parser.h 8.3 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* control characters in argument strings */ diff --git a/bin/sh/redir.c b/bin/sh/redir.c index 7ed3d756f9020..17b94ec48154f 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/redir.h b/bin/sh/redir.h index ef44d87463e98..9db3441f3b87d 100644 --- a/bin/sh/redir.h +++ b/bin/sh/redir.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)redir.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* flags passed to redirect */ diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 557c630e82989..c2e5d4a5b7214 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $FreeBSD$ +.\" $Id$ .\" .na .TH SH 1 diff --git a/bin/sh/shell.h b/bin/sh/shell.h index 9b9ec8773912e..eb9b73da5cbc8 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)shell.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/show.c b/bin/sh/show.c index 60089234e4dca..c9c364e3b6dad 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/show.h b/bin/sh/show.h index 1ef1a3dff85ae..7bbabda3a257b 100644 --- a/bin/sh/show.h +++ b/bin/sh/show.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)show.h 1.1 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ void showtree __P((union node *)); diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 527aea0cc6ac6..f227f0274700c 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/trap.h b/bin/sh/trap.h index b55aa5c3b5cc4..24866a595ca87 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)trap.h 8.3 (Berkeley) 6/5/95 - * $FreeBSD$ + * $Id$ */ extern int pendingsigs; diff --git a/bin/sh/var.c b/bin/sh/var.c index faa210974bc0c..7a113e0ae9b42 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sh/var.h b/bin/sh/var.h index 38a6273d17457..d25a0ecade650 100644 --- a/bin/sh/var.h +++ b/bin/sh/var.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)var.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 8ff3dab79bdd3..163470fb3bd04 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= sleep diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 41b1464ba5bd2..997f089982c7d 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sleep.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt SLEEP 1 diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index e72661bdd2d9f..892c520aa1c7b 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 2fb6d64d598b1..d0b160d74b039 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index bebcabee4ad04..f054c7a0eb754 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 6b3820f53ea50..aa7a35b13d272 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ int c_cchars __P((const void *, const void *)); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index 355b6e4837d3e..035fb76bef4c6 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/key.c b/bin/stty/key.c index 10f63c98fc695..502b364135b05 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 03b1d4408c02d..d690bec19e013 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/print.c b/bin/stty/print.c index f69395deab137..339a203b045d5 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 6bfd9f024f731..7bf4b611db818 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 55654ec96e49a..3bf2fd66b37ad 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/stty/stty.h b/bin/stty/stty.h index 3d1755eefd790..2b822d6a8fb87 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stty.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index 56128398bd6ab..9da17e19808db 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 75938170f51a9..0656381fd00cb 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= sync MAN8= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 15ef493a942bb..5d0a8c879211e 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sync.8 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 5632b648689a8..301215cefb0dc 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/test/Makefile b/bin/test/Makefile index 9d3804c374390..a3a8126b435b6 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= test SRCS= test.c operators.c diff --git a/bin/test/TEST.README b/bin/test/TEST.README index b8f8cb778cee9..7bec57dc7d60c 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ OS/shell syntax error failed -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index faac980225dbb..b18fefbaf9406 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $FreeBSD$ +# $Id$ #alias t '/usr/src/bin/test/obj/test \!*; echo $status' alias t '/bin/test \!*; echo $status' diff --git a/bin/test/TEST.sh b/bin/test/TEST.sh index 148cba25624ab..331c1ce633a34 100644 --- a/bin/test/TEST.sh +++ b/bin/test/TEST.sh @@ -26,7 +26,7 @@ # # TEST.sh - check if test(1) or builtin test works # -# $FreeBSD$ +# $Id$ # force a specified test program, e.g. `env test=/bin/test sh TEST.sh' : ${test=test} diff --git a/bin/test/operators.c b/bin/test/operators.c index f5b9d2aaf8faf..e75c84a370d1d 100644 --- a/bin/test/operators.c +++ b/bin/test/operators.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/test/operators.h b/bin/test/operators.h index 6380f1b6e5b32..4bf8563652fe0 100644 --- a/bin/test/operators.h +++ b/bin/test/operators.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)operators.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $Id$ */ #define NOT 0 diff --git a/bin/test/test.1 b/bin/test/test.1 index 0a8a4fdfbda36..e7af6447f8186 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)test.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 739befb654224..59ccf33895a6e 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/lib/libc/gen/setflags.c b/lib/libc/gen/setflags.c index 30407d667bdfc..f0092fed9c494 100644 --- a/lib/libc/gen/setflags.c +++ b/lib/libc/gen/setflags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/lib/libc/gen/setflagsbyname.c b/lib/libc/gen/setflagsbyname.c index 30407d667bdfc..f0092fed9c494 100644 --- a/lib/libc/gen/setflagsbyname.c +++ b/lib/libc/gen/setflagsbyname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 30407d667bdfc..f0092fed9c494 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/lib/libutil/stat_flags.c b/lib/libutil/stat_flags.c index 30407d667bdfc..f0092fed9c494 100644 --- a/lib/libutil/stat_flags.c +++ b/lib/libutil/stat_flags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/release/Makefile b/release/Makefile index fcf5054568908..222165a54f63c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # How to roll a release: # diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index 67682e49265a9..1aa0afc0e90ed 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index beeae626ea6ad..7e0bb2181afa2 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 67682e49265a9..1aa0afc0e90ed 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index 67682e49265a9..1aa0afc0e90ed 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/fixit.profile b/release/fixit.profile index 03ea203315a36..91ae17af8b630 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,5 +1,5 @@ : -# $FreeBSD$ +# $Id$ export BLOCKSIZE=K export PS1="Fixit# " diff --git a/release/fixit.services b/release/fixit.services index ff776b2b62658..a985c1f8dac6a 100644 --- a/release/fixit.services +++ b/release/fixit.services @@ -3,7 +3,7 @@ # # Stripped-down version. # -# $FreeBSD$ +# $Id$ # # WELL KNOWN PORT NUMBERS # diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index beeae626ea6ad..7e0bb2181afa2 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/floppies/Makefile b/release/floppies/Makefile index fbba5a780a21d..8d5b1503bf852 100644 --- a/release/floppies/Makefile +++ b/release/floppies/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # SUBDIR= boot fixit PROG=write_mfs_in_kernel diff --git a/release/floppies/boot/Makefile b/release/floppies/boot/Makefile index 60cd903ce509d..6200afe5b6fcf 100644 --- a/release/floppies/boot/Makefile +++ b/release/floppies/boot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= crunch mfs floppy .include <bsd.subdir.mk> diff --git a/release/floppies/boot/crunch/crunch.conf b/release/floppies/boot/crunch/crunch.conf index 1c8008801a6d2..d9edd111c3588 100644 --- a/release/floppies/boot/crunch/crunch.conf +++ b/release/floppies/boot/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin srcdirs /usr/src/release diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile index 7618a45f18f18..906a96b900940 100644 --- a/release/floppies/boot/floppy/Makefile +++ b/release/floppies/boot/floppy/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $Id$ # If this is a RELEASE, then set # Things which without too much trouble can be considered variables diff --git a/release/floppies/boot/mfs/Makefile b/release/floppies/boot/mfs/Makefile index 21d139b712ee4..8917397e598f0 100644 --- a/release/floppies/boot/mfs/Makefile +++ b/release/floppies/boot/mfs/Makefile @@ -1,5 +1,5 @@ ### -# $FreeBSD$ +# $Id$ # # What are we if we weren't told.. CRUNCH?= mfs diff --git a/release/floppies/crunch_fs.mk b/release/floppies/crunch_fs.mk index c301dc55ff415..14c06b98da0ac 100644 --- a/release/floppies/crunch_fs.mk +++ b/release/floppies/crunch_fs.mk @@ -1,5 +1,5 @@ ### -# $FreeBSD$ +# $Id$ # # This is included to make a floppy that includes a crunch file # diff --git a/release/floppies/fixit/Makefile b/release/floppies/fixit/Makefile index 6109791d46106..0e63f8144524d 100644 --- a/release/floppies/fixit/Makefile +++ b/release/floppies/fixit/Makefile @@ -1,5 +1,5 @@ ### -# $FreeBSD$ +# $Id$ # SUBDIR= crunch image diff --git a/release/floppies/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf index 36c52e334e735..d05160ec2d637 100644 --- a/release/floppies/fixit/crunch/crunch.conf +++ b/release/floppies/fixit/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/floppies/fixit/image/Makefile b/release/floppies/fixit/image/Makefile index 63fd3ad8c9e18..f946522c4df8f 100644 --- a/release/floppies/fixit/image/Makefile +++ b/release/floppies/fixit/image/Makefile @@ -1,5 +1,5 @@ ### -# $FreeBSD$ +# $Id$ # # What are we if we weren't told.. CRUNCH?= fixit diff --git a/release/floppies/fixit/verbatim/.profile b/release/floppies/fixit/verbatim/.profile index a1de62eaab274..38bdf8b94fe18 100644 --- a/release/floppies/fixit/verbatim/.profile +++ b/release/floppies/fixit/verbatim/.profile @@ -1,5 +1,5 @@ : -# $FreeBSD$ +# $Id$ PATH=/stand BLOCKSIZE=K PS1="Fixit# " diff --git a/release/floppies/write_mfs_in_kernel.c b/release/floppies/write_mfs_in_kernel.c index 818942a1dca2a..358c7d943c330 100644 --- a/release/floppies/write_mfs_in_kernel.c +++ b/release/floppies/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 67682e49265a9..1aa0afc0e90ed 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index 67682e49265a9..1aa0afc0e90ed 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/picobsd/build/write_mfs_in_kernel.c b/release/picobsd/build/write_mfs_in_kernel.c index 818942a1dca2a..358c7d943c330 100644 --- a/release/picobsd/build/write_mfs_in_kernel.c +++ b/release/picobsd/build/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/release/scripts/tar.sh b/release/scripts/tar.sh index 7281580ab175a..89e6d0fd7f32e 100644 --- a/release/scripts/tar.sh +++ b/release/scripts/tar.sh @@ -32,7 +32,7 @@ # # -# $FreeBSD$ +# $Id$ # archive=${TAPE:-/dev/rst0} diff --git a/release/sysinstall/attr.c b/release/sysinstall/attr.c index 3b0031687cf85..e876b4b49711a 100644 --- a/release/sysinstall/attr.c +++ b/release/sysinstall/attr.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index 443f39a6d9811..8ecd461a747c4 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index 3e3d5c97187db..b14f913d706bc 100644 --- a/release/sysinstall/command.c +++ b/release/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 21f631dbc2079..f64552ddbba01 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dev2c.sh b/release/sysinstall/dev2c.sh index b828355cf279b..929e9e773e120 100644 --- a/release/sysinstall/dev2c.sh +++ b/release/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 01e489fde0d36..e744255ec168d 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 44deb3e9232d4..9e8ecd09624aa 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 75f1a52b32452..034a7f53b7143 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index d6229f1de6213..339652e2e9613 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dmenu.c b/release/sysinstall/dmenu.c index 2bdf76250b4c5..cafcaa04352f2 100644 --- a/release/sysinstall/dmenu.c +++ b/release/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index abc3debd81509..ccdb204efe3cc 100644 --- a/release/sysinstall/dos.c +++ b/release/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c index 9e77cf6bbab33..be8fb54ce55ef 100644 --- a/release/sysinstall/floppy.c +++ b/release/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index 1996b96d00a2e..0f9baa9976261 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/globals.c b/release/sysinstall/globals.c index 5b4010d8f10b7..f96ad5a24929d 100644 --- a/release/sysinstall/globals.c +++ b/release/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/help/hardware.hlp b/release/sysinstall/help/hardware.hlp index cde6c4d9cba84..ddeb7995d8c1a 100644 --- a/release/sysinstall/help/hardware.hlp +++ b/release/sysinstall/help/hardware.hlp @@ -1,4 +1,4 @@ -ardware Documentation Guide: $FreeBSD$ +ardware Documentation Guide: $Id$ Contents last changed: Jan 14th, 1997 diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 5b0fb1372189c..a6614eb01f1cf 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c index 53b076180ebe1..459f4cbe28609 100644 --- a/release/sysinstall/keymap.c +++ b/release/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 063f4f6cce77b..0854ab81c8b81 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/lang.c b/release/sysinstall/lang.c index e9ba25b66c610..8004acae264c4 100644 --- a/release/sysinstall/lang.c +++ b/release/sysinstall/lang.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index ed293b9e9bb11..bbd6281e9e19c 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 09e272fa8a599..5906ca82343fc 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 3149600429b26..05320454083bf 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/misc.c b/release/sysinstall/misc.c index a055879130ae8..028018e2248c4 100644 --- a/release/sysinstall/misc.c +++ b/release/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index 1516feee704e4..76707c698c6bc 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index 2ca782b268bbc..bb60e28ea5498 100644 --- a/release/sysinstall/network.c +++ b/release/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c index 4e4be223938df..8ab752106177b 100644 --- a/release/sysinstall/nfs.c +++ b/release/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/samba.c b/release/sysinstall/samba.c index 389ba9ebc98a4..3b7fd245689b4 100644 --- a/release/sysinstall/samba.c +++ b/release/sysinstall/samba.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard & Coranth Gryphon. All rights reserved. diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 2d5c5d54cbeda..0f6e61c524c92 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index bb2f4c393828d..e5dc4a99f1453 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Jordan Hubbard * diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c index 5f7587619d328..df3989288f8af 100644 --- a/release/sysinstall/tape.c +++ b/release/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 21c46d65acd83..77361eddc3b57 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/release/sysinstall/uc_eisa.c b/release/sysinstall/uc_eisa.c index fa0d20a45c125..094a77d928b89 100644 --- a/release/sysinstall/uc_eisa.c +++ b/release/sysinstall/uc_eisa.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_isa.c b/release/sysinstall/uc_isa.c index 689ad1b780691..c8c7525a396b2 100644 --- a/release/sysinstall/uc_isa.c +++ b/release/sysinstall/uc_isa.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_kmem.c b/release/sysinstall/uc_kmem.c index 842eb76b54c5f..e0df87209a694 100644 --- a/release/sysinstall/uc_kmem.c +++ b/release/sysinstall/uc_kmem.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_list.c b/release/sysinstall/uc_list.c index 2ac18e5c01b72..6506c5eb6b1e2 100644 --- a/release/sysinstall/uc_list.c +++ b/release/sysinstall/uc_list.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_main.c b/release/sysinstall/uc_main.c index e66ceb9b08fda..f54ac153350af 100644 --- a/release/sysinstall/uc_main.c +++ b/release/sysinstall/uc_main.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * library functions for userconfig library * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_main.h b/release/sysinstall/uc_main.h index 003dd19562a5f..e1cd1053bdc3c 100644 --- a/release/sysinstall/uc_main.h +++ b/release/sysinstall/uc_main.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #define ISA_BIOTAB 0 diff --git a/release/sysinstall/uc_pci.c b/release/sysinstall/uc_pci.c index fdb6e64770f13..0b213123b4826 100644 --- a/release/sysinstall/uc_pci.c +++ b/release/sysinstall/uc_pci.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_scsi.c b/release/sysinstall/uc_scsi.c index 5672a1b2614ae..2227bb335add6 100644 --- a/release/sysinstall/uc_scsi.c +++ b/release/sysinstall/uc_scsi.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index a1b6c2843e757..1f321d20267e7 100644 --- a/release/sysinstall/ufs.c +++ b/release/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/user.c b/release/sysinstall/user.c index 7d8943c3d54c8..2a47352022a77 100644 --- a/release/sysinstall/user.c +++ b/release/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $Id$ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index 525dfbff4d018..7a3e80a60cf4a 100644 --- a/release/sysinstall/variable.c +++ b/release/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/wizard.c b/release/sysinstall/wizard.c index 2ab2fe96fb8a3..59831ea92fc55 100644 --- a/release/sysinstall/wizard.c +++ b/release/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/release/tar.sh b/release/tar.sh index 7281580ab175a..89e6d0fd7f32e 100644 --- a/release/tar.sh +++ b/release/tar.sh @@ -32,7 +32,7 @@ # # -# $FreeBSD$ +# $Id$ # archive=${TAPE:-/dev/rst0} diff --git a/release/write_mfs_in_kernel.c b/release/write_mfs_in_kernel.c index 818942a1dca2a..358c7d943c330 100644 --- a/release/write_mfs_in_kernel.c +++ b/release/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/share/dict/README b/share/dict/README index 27992742d35af..13f6de09a0b56 100644 --- a/share/dict/README +++ b/share/dict/README @@ -1,5 +1,5 @@ # @(#)README 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $Id$ WEB ---- (introduction provided by jaw@riacs) ------------------------- diff --git a/share/examples/FreeBSD_version/Makefile b/share/examples/FreeBSD_version/Makefile index 56512429f036a..685c2348f20e8 100644 --- a/share/examples/FreeBSD_version/Makefile +++ b/share/examples/FreeBSD_version/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= FreeBSD_version NOMAN= diff --git a/share/examples/Makefile b/share/examples/Makefile index f008ed361d99d..c2b7c7795de60 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Doing a make install builds /usr/share/examples diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README index 6abe69f4ac0f4..2b30989734233 100644 --- a/share/examples/cvsup/README +++ b/share/examples/cvsup/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ This directory contains sample "supfiles" for obtaining and updating the FreeBSD sources via the Internet. These supfiles will work diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 395f22f95bac2..5ca7aa13dcc29 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # CVS development tree of the FreeBSD system. diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index 87c48627c3866..eb11438329c24 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current ports collection. diff --git a/share/examples/cvsup/secure-cvs-supfile b/share/examples/cvsup/secure-cvs-supfile index 3fd1a68b4e5be..bf9781b357de3 100644 --- a/share/examples/cvsup/secure-cvs-supfile +++ b/share/examples/cvsup/secure-cvs-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the CVS # development tree of the FreeBSD international secure distribution. If diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile index 1d023cd3e7d65..1f930fefe1c7f 100644 --- a/share/examples/cvsup/secure-stable-supfile +++ b/share/examples/cvsup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-stable international secure distribution. diff --git a/share/examples/cvsup/secure-supfile b/share/examples/cvsup/secure-supfile index 71dd486ec6a77..c98a5ec66a92a 100644 --- a/share/examples/cvsup/secure-supfile +++ b/share/examples/cvsup/secure-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-current international secure distribution. diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index bb6b1399e771f..336452fdc8ac8 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index 6982b0b8783a5..ad55e3b2a7dfc 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current source tree. diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index a552935c6bf8c..e15b3b7380a5d 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ The /usr/share/examples/etc directory contains the original distribution versions of the files which are shipped in /etc. This is diff --git a/share/examples/find_interface/Makefile b/share/examples/find_interface/Makefile index f8cbb93791139..fcc330cc19496 100644 --- a/share/examples/find_interface/Makefile +++ b/share/examples/find_interface/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= find_interface NOMAN= diff --git a/share/examples/find_interface/find_interface.c b/share/examples/find_interface/find_interface.c index 73a7fe839d79f..4a8391fa7836e 100644 --- a/share/examples/find_interface/find_interface.c +++ b/share/examples/find_interface/find_interface.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/share/examples/lkm/misc/module/Makefile b/share/examples/lkm/misc/module/Makefile index 40ca537fb9bac..a29cc84665da8 100644 --- a/share/examples/lkm/misc/module/Makefile +++ b/share/examples/lkm/misc/module/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ # BINDIR= /tmp SRCS= misccall.c miscmod.c diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile index 105a2ea9537b6..cef8824bcc01c 100644 --- a/share/examples/lkm/misc/test/Makefile +++ b/share/examples/lkm/misc/test/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ # PROG= testmisc NOMAN= diff --git a/share/examples/perfmon/Makefile b/share/examples/perfmon/Makefile index 493eb32479748..96848c8edd952 100644 --- a/share/examples/perfmon/Makefile +++ b/share/examples/perfmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= perfmon NOMAN= diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README index ccd6877a175af..1a339b86494e6 100644 --- a/share/examples/perfmon/README +++ b/share/examples/perfmon/README @@ -21,4 +21,4 @@ The following options are not implemented on Pentium CPUs: There is one mandatory argument, which must be the number of the counter. All numbers can be specified in any format acceptable to strtol(3). -$FreeBSD$ +$Id$ diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index 37f7af87e13c1..274a828af99ce 100644 --- a/share/examples/perfmon/perfmon.c +++ b/share/examples/perfmon/perfmon.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/share/examples/printing/README b/share/examples/printing/README index 97e7e828cc9c7..5c26ef784b1a1 100644 --- a/share/examples/printing/README +++ b/share/examples/printing/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The files in this directory are generated automatically # from src/share/doc/handbook/printing.sgml, do not edit it here! diff --git a/share/examples/sup/cvs-supfile b/share/examples/sup/cvs-supfile index 9f1a69658692b..39742cf01fe79 100644 --- a/share/examples/sup/cvs-supfile +++ b/share/examples/sup/cvs-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # cvs development tree. SUP (Software Update Protocol) allows you to diff --git a/share/examples/sup/ports-supfile b/share/examples/sup/ports-supfile index 2018dd962fb2d..e906ad8855d25 100644 --- a/share/examples/sup/ports-supfile +++ b/share/examples/sup/ports-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # ports distribution. SUP (Software Update Protocol) allows you to download diff --git a/share/examples/sup/secure-stable-supfile b/share/examples/sup/secure-stable-supfile index 91bf9aeae6df4..4240cc6d68258 100644 --- a/share/examples/sup/secure-stable-supfile +++ b/share/examples/sup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # International secure distribution from the stable (bug-fix only) development diff --git a/share/examples/sup/secure-supfile b/share/examples/sup/secure-supfile index 4e6bd83af96a9..3a698da38b829 100644 --- a/share/examples/sup/secure-supfile +++ b/share/examples/sup/secure-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # International secure distribution from the current (new and experimental) diff --git a/share/examples/sup/stable-supfile b/share/examples/sup/stable-supfile index 41f83d1ca7988..10cd1dd7ae77a 100644 --- a/share/examples/sup/stable-supfile +++ b/share/examples/sup/stable-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # source distribution from the stable (bug-fix only) development branch. diff --git a/share/examples/sup/standard-supfile b/share/examples/sup/standard-supfile index b527283f9157c..fdcb8de798ac9 100644 --- a/share/examples/sup/standard-supfile +++ b/share/examples/sup/standard-supfile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # source distribution from the current (new and experimental) development diff --git a/share/misc/Makefile b/share/misc/Makefile index dda855d56297a..8eb62fa81151f 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $FreeBSD$ +# $Id$ FILES= airport ascii birthtoken eqnchar flowers inter.phone iso3166 \ man.template mdoc.template na.phone operator scsi_modes zipcodes diff --git a/share/misc/inter.phone b/share/misc/inter.phone index 9d8dd41f07b6e..84b6d7bab45fc 100644 --- a/share/misc/inter.phone +++ b/share/misc/inter.phone @@ -1,6 +1,6 @@ # Country Code : City Code : City : Country # @(#)inter.phone 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $Id$ # 7:095:Moscow:Russia 7:::Kazakhstan diff --git a/share/misc/iso3166 b/share/misc/iso3166 index 857c5b53108ec..64089e67224e7 100644 --- a/share/misc/iso3166 +++ b/share/misc/iso3166 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # ISO 3166 country codes # Ths includes many places that are not legally independent countries, diff --git a/share/mk/Makefile b/share/mk/Makefile index 24bf578eaf3ca..d223d697cc229 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= bsd.README diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk index 58c300deb9ebb..20dac47b7b2a4 100644 --- a/share/mk/bsd.dep.mk +++ b/share/mk/bsd.dep.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.dep.mk> handles Makefile dependencies. # diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk index 23a9bb64b3c99..330a4cd6b23dd 100644 --- a/share/mk/bsd.doc.mk +++ b/share/mk/bsd.doc.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91 -# $FreeBSD$ +# $Id$ PRINTERDEVICE?= ascii diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index 5093da96c07fa..2cf3eb023586e 100644 --- a/share/mk/bsd.info.mk +++ b/share/mk/bsd.info.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.info.mk> handles installing GNU (tech)info files. # Texinfo is a documentation system that uses a single source diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk index 5a87913e3c1a2..3cfe3664c8e52 100644 --- a/share/mk/bsd.kern.mk +++ b/share/mk/bsd.kern.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Warning flags for compiling the kernel and components of the kernel. diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk index fe0b627e6cd85..d209cc1fe3ddc 100644 --- a/share/mk/bsd.kmod.mk +++ b/share/mk/bsd.kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $FreeBSD$ +# $Id$ # # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules. # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index 441275f3f5838..0a23ef04f4967 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 -# $FreeBSD$ +# $Id$ # .if exists(${.CURDIR}/../Makefile.inc) diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index fa358ccd8063a..6ff4c78b571d9 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.libnames.mk> define library names. # Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 1eefc0e147ab8..2b7d5fcda5ae1 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.man.mk> handles installing manual pages and # their links. <bsd.man.mk> includes the file named "../Makefile.inc" diff --git a/share/mk/bsd.obj.mk b/share/mk/bsd.obj.mk index d8efd832ce005..1f8f46551a771 100644 --- a/share/mk/bsd.obj.mk +++ b/share/mk/bsd.obj.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.obj.mk> handles creating the 'obj' directory # and cleaning up object files, log files etc. diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index bfd1eb7f6ad8c..00860a1c132d2 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file <bsd.own.mk> set common variables for owner, # group, mode, and directories. Defaults are in brackets. diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk index 2192dec6a2786..ad3f05bb08c78 100644 --- a/share/mk/bsd.port.subdir.mk +++ b/share/mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $FreeBSD$ +# $Id$ .MAIN: all diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index 724625cdb86e8..97de5f4b3e9c7 100644 --- a/share/mk/bsd.prog.mk +++ b/share/mk/bsd.prog.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $FreeBSD$ +# $Id$ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk index c89f011b03953..2c15bfb81307c 100644 --- a/share/mk/bsd.sgml.mk +++ b/share/mk/bsd.sgml.mk @@ -1,7 +1,7 @@ # bsd.sgml.mk - 8 Sep 1995 John Fieber # This file is in the public domain. # -# $FreeBSD$ +# $Id$ # # The include file <bsd.sgml.mk> handles installing sgml documents. # <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists, diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 5f41ab745fbfb..d7159fbc5f144 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $FreeBSD$ +# $Id$ .MAIN: all diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 5cb467a466d61..7da5e92ca79d2 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,5 +1,5 @@ # from: @(#)sys.mk 8.2 (Berkeley) 3/21/94 -# $FreeBSD$ +# $Id$ unix ?= We run FreeBSD, not UNIX. diff --git a/share/sgml/CATALOG b/share/sgml/CATALOG index 7711580f6f457..4b59cc45e7d1b 100644 --- a/share/sgml/CATALOG +++ b/share/sgml/CATALOG @@ -1,4 +1,4 @@ --- $FreeBSD$ -- +-- $Id$ -- -- ISO general entities -- diff --git a/share/sgml/FreeBSD/Makefile b/share/sgml/FreeBSD/Makefile index b2ec5f6d5a495..a2ca4e030ea06 100644 --- a/share/sgml/FreeBSD/Makefile +++ b/share/sgml/FreeBSD/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FILES= linuxdoc.dtd linuxdoc.dcl linuxdoc.sty NOOBJ= noobj diff --git a/share/sgml/ISO/Makefile b/share/sgml/ISO/Makefile index 50feb71f141eb..b3b294a2e07d7 100644 --- a/share/sgml/ISO/Makefile +++ b/share/sgml/ISO/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FILES= ISOamsa ISOamsb ISOamsc ISOamsn ISOamso ISOamsr FILES+= ISObox ISOcyr1 ISOcyr2 ISOdia ISOgrk1 ISOgrk2 ISOgrk3 diff --git a/share/sgml/Makefile b/share/sgml/Makefile index 3af0ac3aa302c..c3d0d17f4d50b 100644 --- a/share/sgml/Makefile +++ b/share/sgml/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= FreeBSD ISO docbook transpec FILES= CATALOG diff --git a/share/sgml/Makefile.inc b/share/sgml/Makefile.inc index 91508a64c7b2b..5362afacb9482 100644 --- a/share/sgml/Makefile.inc +++ b/share/sgml/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $Id$ BINDIR?= /usr/share/sgml diff --git a/share/sgml/docbook/Makefile b/share/sgml/docbook/Makefile index 20b8e2849a700..7eb4d9d86bbb8 100644 --- a/share/sgml/docbook/Makefile +++ b/share/sgml/docbook/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FILES= cals-tbl.dtd dbgenent.mod dbhier.mod dbpool.mod FILES+= docbook.dcl docbook.dtd diff --git a/share/sgml/transpec/Makefile b/share/sgml/transpec/Makefile index 6d8b509b33392..7af2ddd45fb43 100644 --- a/share/sgml/transpec/Makefile +++ b/share/sgml/transpec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FILES= roff.cmap roff.sdata linuxdoc-roff.ts FILES+= html.cmap html.sdata linuxdoc-html.ts diff --git a/share/sgml/transpec/html.cmap b/share/sgml/transpec/html.cmap index 32d357f1b3d76..79ed03f7011e7 100644 --- a/share/sgml/transpec/html.cmap +++ b/share/sgml/transpec/html.cmap @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/sgml/transpec/html.sdata b/share/sgml/transpec/html.sdata index def729cd5cfff..973e9053f2877 100644 --- a/share/sgml/transpec/html.sdata +++ b/share/sgml/transpec/html.sdata @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (c) 1994 Open Software Foundation, Inc. diff --git a/share/sgml/transpec/latex.cmap b/share/sgml/transpec/latex.cmap index d3f6c2fecec22..1fab8afda2ae0 100644 --- a/share/sgml/transpec/latex.cmap +++ b/share/sgml/transpec/latex.cmap @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (c) 1994 Open Software Foundation, Inc. diff --git a/share/sgml/transpec/latex.sdata b/share/sgml/transpec/latex.sdata index 72ee2e50221be..8887985a83b00 100644 --- a/share/sgml/transpec/latex.sdata +++ b/share/sgml/transpec/latex.sdata @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (c) 1994 Open Software Foundation, Inc. diff --git a/share/sgml/transpec/linuxdoc-html.ts b/share/sgml/transpec/linuxdoc-html.ts index f5332212c74a4..fae755d590f3c 100644 --- a/share/sgml/transpec/linuxdoc-html.ts +++ b/share/sgml/transpec/linuxdoc-html.ts @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/sgml/transpec/linuxdoc-latex.ts b/share/sgml/transpec/linuxdoc-latex.ts index 50fbf82ecc3e8..c8ebdb987e4f1 100644 --- a/share/sgml/transpec/linuxdoc-latex.ts +++ b/share/sgml/transpec/linuxdoc-latex.ts @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/sgml/transpec/linuxdoc-roff.ts b/share/sgml/transpec/linuxdoc-roff.ts index ec98a4fbe273a..566a0de46ecea 100644 --- a/share/sgml/transpec/linuxdoc-roff.ts +++ b/share/sgml/transpec/linuxdoc-roff.ts @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/sgml/transpec/roff.cmap b/share/sgml/transpec/roff.cmap index f415a429e1367..92fa91a76e033 100644 --- a/share/sgml/transpec/roff.cmap +++ b/share/sgml/transpec/roff.cmap @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/sgml/transpec/roff.sdata b/share/sgml/transpec/roff.sdata index 2dc7627d5dfd2..e6f89cccb5fd4 100644 --- a/share/sgml/transpec/roff.sdata +++ b/share/sgml/transpec/roff.sdata @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 Chuck Robey. All rights reserved. diff --git a/share/sgml/transpec/transpec.dtd b/share/sgml/transpec/transpec.dtd index a08ed6eb74938..4fecae8f56244 100644 --- a/share/sgml/transpec/transpec.dtd +++ b/share/sgml/transpec/transpec.dtd @@ -1,6 +1,6 @@ <!-- - $FreeBSD$ + $Id$ Copyright (C) 1996 John R. Fieber. All rights reserved. diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 867c65bc9d451..0b9483a3dda91 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # .cshrc - csh resource script, read at beginning # of execution by each shell diff --git a/share/skel/dot.login b/share/skel/dot.login index 028fc9c71505a..c2154f84abbc7 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # .login - csh login script, read by login shell, # after `.cshrc' at login. diff --git a/share/skel/dot.mailrc b/share/skel/dot.mailrc index 1ace25da62279..9a60eaf54ff6c 100644 --- a/share/skel/dot.mailrc +++ b/share/skel/dot.mailrc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # .mailrc - mail resources # diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 81e18830b0ab1..aba5c8084822d 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # .profile - Bourne Shell startup script for login shells # diff --git a/share/skel/dot.rhosts b/share/skel/dot.rhosts index 312e17a07be8f..3f76a73bc4361 100644 --- a/share/skel/dot.rhosts +++ b/share/skel/dot.rhosts @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # .rhosts - trusted remote host name and user data base # diff --git a/share/syscons/Makefile b/share/syscons/Makefile index 2de12ca9d7fa0..66cf5b35c3b2c 100644 --- a/share/syscons/Makefile +++ b/share/syscons/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= fonts keymaps scrnmaps diff --git a/share/syscons/fonts/INDEX.fonts b/share/syscons/fonts/INDEX.fonts index ac019870a4aea..7376669b866f4 100644 --- a/share/syscons/fonts/INDEX.fonts +++ b/share/syscons/fonts/INDEX.fonts @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # # database for vidfont(8) # diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index 01510fe6033ec..dc3355f869a64 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ diff --git a/share/syscons/keymaps/INDEX.keymaps b/share/syscons/keymaps/INDEX.keymaps index bcd5af1187474..3a0522322efb3 100644 --- a/share/syscons/keymaps/INDEX.keymaps +++ b/share/syscons/keymaps/INDEX.keymaps @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # database for kbdmap(8) # diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index 89d81b29b68c6..0d7b8c3962d2b 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ KEYMAPS= INDEX.keymaps KEYMAPS+= be.iso.kbd diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5 index e61659575c3e3..3f1c4b6abed30 100644 --- a/share/termcap/termcap.5 +++ b/share/termcap/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)termcap.5 8.3 (Berkeley) 4/16/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 16, 1994 .Dt TERMCAP 5 diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src index 861cb40ddb71b..bc5dcbe2bddf2 100644 --- a/share/termcap/termcap.src +++ b/share/termcap/termcap.src @@ -30,7 +30,7 @@ # SUCH DAMAGE. # # @(#)termcap.src 8.2 (Berkeley) 11/17/93 -# $FreeBSD$ +# $Id$ # Termcap source file # John Kunze, Berkeley diff --git a/share/timedef/Makefile b/share/timedef/Makefile index da947e9129e86..184e933de6e44 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR = data diff --git a/share/timedef/da_DK.ISO8859-1.src b/share/timedef/da_DK.ISO8859-1.src index 9b20264403d3c..5a462af331933 100644 --- a/share/timedef/da_DK.ISO8859-1.src +++ b/share/timedef/da_DK.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/da_DK.ISO_8859-1.src b/share/timedef/da_DK.ISO_8859-1.src index 9b20264403d3c..5a462af331933 100644 --- a/share/timedef/da_DK.ISO_8859-1.src +++ b/share/timedef/da_DK.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 5ad873cfaa9ba..2339f2d78a69e 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} diff --git a/share/timedef/data/da_DK.ISO_8859-1.src b/share/timedef/data/da_DK.ISO_8859-1.src index 9b20264403d3c..5a462af331933 100644 --- a/share/timedef/data/da_DK.ISO_8859-1.src +++ b/share/timedef/data/da_DK.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/de_DE.ISO_8859-1.src b/share/timedef/data/de_DE.ISO_8859-1.src index 1911dd5c8636b..e78f9c53bcaf8 100644 --- a/share/timedef/data/de_DE.ISO_8859-1.src +++ b/share/timedef/data/de_DE.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/en_GB.ISO_8859-1.src b/share/timedef/data/en_GB.ISO_8859-1.src index d75253801b4ce..b34711bbbba4d 100644 --- a/share/timedef/data/en_GB.ISO_8859-1.src +++ b/share/timedef/data/en_GB.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/en_US.ISO_8859-1.src b/share/timedef/data/en_US.ISO_8859-1.src index 24f2c519ff344..8bfd42d713b1f 100644 --- a/share/timedef/data/en_US.ISO_8859-1.src +++ b/share/timedef/data/en_US.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/fr_FR.ISO_8859-1.src b/share/timedef/data/fr_FR.ISO_8859-1.src index 0e649b262ef4d..50002b4d23b68 100644 --- a/share/timedef/data/fr_FR.ISO_8859-1.src +++ b/share/timedef/data/fr_FR.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/is_IS.ISO_8859-1.src b/share/timedef/data/is_IS.ISO_8859-1.src index 5ae39bc965d5a..4572130abb79e 100644 --- a/share/timedef/data/is_IS.ISO_8859-1.src +++ b/share/timedef/data/is_IS.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/it_IT.ISO_8859-1.src b/share/timedef/data/it_IT.ISO_8859-1.src index 1c17e47a26a80..218d86e6f1c4a 100644 --- a/share/timedef/data/it_IT.ISO_8859-1.src +++ b/share/timedef/data/it_IT.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/pt_PT.ISO_8859-1.src b/share/timedef/data/pt_PT.ISO_8859-1.src index 355033fb3ac6f..1d4b946f4f5e6 100644 --- a/share/timedef/data/pt_PT.ISO_8859-1.src +++ b/share/timedef/data/pt_PT.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/ru_SU.CP866.src b/share/timedef/data/ru_SU.CP866.src index b65125e9d113a..38dae1095d8cb 100644 --- a/share/timedef/data/ru_SU.CP866.src +++ b/share/timedef/data/ru_SU.CP866.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/data/ru_SU.KOI8-R.src b/share/timedef/data/ru_SU.KOI8-R.src index 5328b66623c1b..30be6212d1ff9 100644 --- a/share/timedef/data/ru_SU.KOI8-R.src +++ b/share/timedef/data/ru_SU.KOI8-R.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/de_DE.ISO8859-1.src b/share/timedef/de_DE.ISO8859-1.src index 1911dd5c8636b..e78f9c53bcaf8 100644 --- a/share/timedef/de_DE.ISO8859-1.src +++ b/share/timedef/de_DE.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/de_DE.ISO_8859-1.src b/share/timedef/de_DE.ISO_8859-1.src index 1911dd5c8636b..e78f9c53bcaf8 100644 --- a/share/timedef/de_DE.ISO_8859-1.src +++ b/share/timedef/de_DE.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/en_GB.ISO8859-1.src b/share/timedef/en_GB.ISO8859-1.src index d75253801b4ce..b34711bbbba4d 100644 --- a/share/timedef/en_GB.ISO8859-1.src +++ b/share/timedef/en_GB.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/en_GB.ISO_8859-1.src b/share/timedef/en_GB.ISO_8859-1.src index d75253801b4ce..b34711bbbba4d 100644 --- a/share/timedef/en_GB.ISO_8859-1.src +++ b/share/timedef/en_GB.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/en_US.ISO8859-1.src b/share/timedef/en_US.ISO8859-1.src index 24f2c519ff344..8bfd42d713b1f 100644 --- a/share/timedef/en_US.ISO8859-1.src +++ b/share/timedef/en_US.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/en_US.ISO_8859-1.src b/share/timedef/en_US.ISO_8859-1.src index 24f2c519ff344..8bfd42d713b1f 100644 --- a/share/timedef/en_US.ISO_8859-1.src +++ b/share/timedef/en_US.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/fr_FR.ISO8859-1.src b/share/timedef/fr_FR.ISO8859-1.src index 0e649b262ef4d..50002b4d23b68 100644 --- a/share/timedef/fr_FR.ISO8859-1.src +++ b/share/timedef/fr_FR.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/fr_FR.ISO_8859-1.src b/share/timedef/fr_FR.ISO_8859-1.src index 0e649b262ef4d..50002b4d23b68 100644 --- a/share/timedef/fr_FR.ISO_8859-1.src +++ b/share/timedef/fr_FR.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/is_IS.ISO8859-1.src b/share/timedef/is_IS.ISO8859-1.src index 5ae39bc965d5a..4572130abb79e 100644 --- a/share/timedef/is_IS.ISO8859-1.src +++ b/share/timedef/is_IS.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/is_IS.ISO_8859-1.src b/share/timedef/is_IS.ISO_8859-1.src index 5ae39bc965d5a..4572130abb79e 100644 --- a/share/timedef/is_IS.ISO_8859-1.src +++ b/share/timedef/is_IS.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/it_IT.ISO8859-1.src b/share/timedef/it_IT.ISO8859-1.src index 1c17e47a26a80..218d86e6f1c4a 100644 --- a/share/timedef/it_IT.ISO8859-1.src +++ b/share/timedef/it_IT.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/it_IT.ISO_8859-1.src b/share/timedef/it_IT.ISO_8859-1.src index 1c17e47a26a80..218d86e6f1c4a 100644 --- a/share/timedef/it_IT.ISO_8859-1.src +++ b/share/timedef/it_IT.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/pt_PT.ISO8859-1.src b/share/timedef/pt_PT.ISO8859-1.src index 355033fb3ac6f..1d4b946f4f5e6 100644 --- a/share/timedef/pt_PT.ISO8859-1.src +++ b/share/timedef/pt_PT.ISO8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/pt_PT.ISO_8859-1.src b/share/timedef/pt_PT.ISO_8859-1.src index 355033fb3ac6f..1d4b946f4f5e6 100644 --- a/share/timedef/pt_PT.ISO_8859-1.src +++ b/share/timedef/pt_PT.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/ru_RU.CP866.src b/share/timedef/ru_RU.CP866.src index b65125e9d113a..38dae1095d8cb 100644 --- a/share/timedef/ru_RU.CP866.src +++ b/share/timedef/ru_RU.CP866.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/ru_RU.KOI8-R.src b/share/timedef/ru_RU.KOI8-R.src index 5328b66623c1b..30be6212d1ff9 100644 --- a/share/timedef/ru_RU.KOI8-R.src +++ b/share/timedef/ru_RU.KOI8-R.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/ru_SU.CP866.src b/share/timedef/ru_SU.CP866.src index b65125e9d113a..38dae1095d8cb 100644 --- a/share/timedef/ru_SU.CP866.src +++ b/share/timedef/ru_SU.CP866.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/timedef/ru_SU.KOI8-R.src b/share/timedef/ru_SU.KOI8-R.src index 5328b66623c1b..30be6212d1ff9 100644 --- a/share/timedef/ru_SU.KOI8-R.src +++ b/share/timedef/ru_SU.KOI8-R.src @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index d58d9e1f55a4a..8c74b33a6c63f 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ NOBIN= CLEANFILES+= yearistype diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 5a87913e3c1a2..3cfe3664c8e52 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Warning flags for compiling the kernel and components of the kernel. diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index fe0b627e6cd85..d209cc1fe3ddc 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $FreeBSD$ +# $Id$ # # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules. # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, diff --git a/tools/3.0-upgrade/cvt-wtmp.c b/tools/3.0-upgrade/cvt-wtmp.c index e402f8709a76b..730fa805458f6 100644 --- a/tools/3.0-upgrade/cvt-wtmp.c +++ b/tools/3.0-upgrade/cvt-wtmp.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/tools/LibraryReport/LibraryReport.tcl b/tools/LibraryReport/LibraryReport.tcl index fbf63896c71d1..37b4379bf6c77 100755 --- a/tools/LibraryReport/LibraryReport.tcl +++ b/tools/LibraryReport/LibraryReport.tcl @@ -50,7 +50,7 @@ exec tclsh $0 $* # ################################################################################ # -# $FreeBSD$ +# $Id$ # ######################################################################################### diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random index ea4cb5f64032b..a619816f2db5e 100644 --- a/tools/test/devrandom/hammer.random +++ b/tools/test/devrandom/hammer.random @@ -5,7 +5,7 @@ # Read and display random numbers. # Try tapping shift/alt/ctrl to get more randomness. # -# $FreeBSD$ +# $Id$ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index d0b6aa89da586..4e434fae54764 100644 --- a/tools/test/devrandom/hammer.urandom +++ b/tools/test/devrandom/hammer.urandom @@ -5,7 +5,7 @@ # Read and display random numbers. # This also reads /dev/zero to make sure there is no brokenness there. # -# $FreeBSD$ +# $Id$ # open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n"; diff --git a/tools/test/devrandom/stat.16bit b/tools/test/devrandom/stat.16bit index 32a6a9caf5502..83398d5d273a0 100644 --- a/tools/test/devrandom/stat.16bit +++ b/tools/test/devrandom/stat.16bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and go to the movies while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $Id$ # for ($i = 0; $i < (1024*64); $i++) { diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit index 03fdbdd5b39d9..5c304cb2e68ef 100644 --- a/tools/test/devrandom/stat.8bit +++ b/tools/test/devrandom/stat.8bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and make a cup of coffee while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $Id$ # for ($i = 0; $i < (1024*32); $i++) { diff --git a/tools/tools/README b/tools/tools/README index b965459bdaab7..70b5124651f6d 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ This directory is for tools. diff --git a/tools/tools/epfe/epfe.pl b/tools/tools/epfe/epfe.pl index 0aea2c247a64c..4afd824d47914 100644 --- a/tools/tools/epfe/epfe.pl +++ b/tools/tools/epfe/epfe.pl @@ -7,7 +7,7 @@ # $ cd /usr/share/examples/printing # $ epfe < ../../doc/handbook/printing.sgml # -# $FreeBSD$ +# $Id$ $in = 0; @a = (); sub Print { s/\&\;/&/g; push(@a,$_); } diff --git a/tools/tools/ifinfo/Makefile b/tools/tools/ifinfo/Makefile index 467a79d5ac115..740a553e275b2 100644 --- a/tools/tools/ifinfo/Makefile +++ b/tools/tools/ifinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ifinfo SRCS= ifinfo.c rfc1650.c diff --git a/tools/tools/ifinfo/ifinfo.c b/tools/tools/ifinfo/ifinfo.c index 7d127da8be176..14023fa558a4d 100644 --- a/tools/tools/ifinfo/ifinfo.c +++ b/tools/tools/ifinfo/ifinfo.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> #include <sys/socket.h> /* for PF_LINK */ diff --git a/tools/tools/ifinfo/ifinfo.h b/tools/tools/ifinfo/ifinfo.h index e021e0cf0d002..24bd4761a2a89 100644 --- a/tools/tools/ifinfo/ifinfo.h +++ b/tools/tools/ifinfo/ifinfo.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef ifinfo_h #define ifinfo_h 1 diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh index e1d11d580e444..ca483c56942cc 100644 --- a/tools/tools/kernxref/kernxref.sh +++ b/tools/tools/kernxref/kernxref.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # # This shellscript will make a cross reference of the symbols of the LINT # kernel. diff --git a/tools/tools/scsi-defects/scsi-defects.pl b/tools/tools/scsi-defects/scsi-defects.pl index 0827182d6e5f9..5f48ec01c5a56 100755 --- a/tools/tools/scsi-defects/scsi-defects.pl +++ b/tools/tools/scsi-defects/scsi-defects.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ # # diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 41d5a70d08e39..de43250e7fefd 100644 --- a/tools/tools/tcl_bmake/mkMakefile.sh +++ b/tools/tools/tcl_bmake/mkMakefile.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $FreeBSD$ +# $Id$ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -45,7 +45,7 @@ echo '# # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead # # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: -# $FreeBSD$ +# $Id$ # ' | tr -d '$' >> ${LIBTCL}Makefile diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c index 3e3d5c97187db..b14f913d706bc 100644 --- a/usr.sbin/sade/command.c +++ b/usr.sbin/sade/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 21f631dbc2079..f64552ddbba01 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 01e489fde0d36..e744255ec168d 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 44deb3e9232d4..9e8ecd09624aa 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index 75f1a52b32452..034a7f53b7143 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/dmenu.c b/usr.sbin/sade/dmenu.c index 2bdf76250b4c5..cafcaa04352f2 100644 --- a/usr.sbin/sade/dmenu.c +++ b/usr.sbin/sade/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c index 5b4010d8f10b7..f96ad5a24929d 100644 --- a/usr.sbin/sade/globals.c +++ b/usr.sbin/sade/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 5b0fb1372189c..a6614eb01f1cf 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/keymap.c b/usr.sbin/sade/keymap.c index 53b076180ebe1..459f4cbe28609 100644 --- a/usr.sbin/sade/keymap.c +++ b/usr.sbin/sade/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 063f4f6cce77b..0854ab81c8b81 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c index ed293b9e9bb11..bbd6281e9e19c 100644 --- a/usr.sbin/sade/main.c +++ b/usr.sbin/sade/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 3149600429b26..05320454083bf 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/misc.c b/usr.sbin/sade/misc.c index a055879130ae8..028018e2248c4 100644 --- a/usr.sbin/sade/misc.c +++ b/usr.sbin/sade/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/msg.c b/usr.sbin/sade/msg.c index 1516feee704e4..76707c698c6bc 100644 --- a/usr.sbin/sade/msg.c +++ b/usr.sbin/sade/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index 2d5c5d54cbeda..0f6e61c524c92 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index bb2f4c393828d..e5dc4a99f1453 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Jordan Hubbard * diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c index 525dfbff4d018..7a3e80a60cf4a 100644 --- a/usr.sbin/sade/variable.c +++ b/usr.sbin/sade/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index 2ab2fe96fb8a3..59831ea92fc55 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c index 443f39a6d9811..8ecd461a747c4 100644 --- a/usr.sbin/sysinstall/cdrom.c +++ b/usr.sbin/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/command.c b/usr.sbin/sysinstall/command.c index 3e3d5c97187db..b14f913d706bc 100644 --- a/usr.sbin/sysinstall/command.c +++ b/usr.sbin/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 21f631dbc2079..f64552ddbba01 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dev2c.sh b/usr.sbin/sysinstall/dev2c.sh index b828355cf279b..929e9e773e120 100644 --- a/usr.sbin/sysinstall/dev2c.sh +++ b/usr.sbin/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 01e489fde0d36..e744255ec168d 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 44deb3e9232d4..9e8ecd09624aa 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 75f1a52b32452..034a7f53b7143 100644 --- a/usr.sbin/sysinstall/dispatch.c +++ b/usr.sbin/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index d6229f1de6213..339652e2e9613 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c index 2bdf76250b4c5..cafcaa04352f2 100644 --- a/usr.sbin/sysinstall/dmenu.c +++ b/usr.sbin/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index abc3debd81509..ccdb204efe3cc 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c index 9e77cf6bbab33..be8fb54ce55ef 100644 --- a/usr.sbin/sysinstall/floppy.c +++ b/usr.sbin/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c index 1996b96d00a2e..0f9baa9976261 100644 --- a/usr.sbin/sysinstall/ftp.c +++ b/usr.sbin/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c index 5b4010d8f10b7..f96ad5a24929d 100644 --- a/usr.sbin/sysinstall/globals.c +++ b/usr.sbin/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 5b0fb1372189c..a6614eb01f1cf 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/keymap.c b/usr.sbin/sysinstall/keymap.c index 53b076180ebe1..459f4cbe28609 100644 --- a/usr.sbin/sysinstall/keymap.c +++ b/usr.sbin/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 063f4f6cce77b..0854ab81c8b81 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c index ed293b9e9bb11..bbd6281e9e19c 100644 --- a/usr.sbin/sysinstall/main.c +++ b/usr.sbin/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 09e272fa8a599..5906ca82343fc 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 3149600429b26..05320454083bf 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/misc.c b/usr.sbin/sysinstall/misc.c index a055879130ae8..028018e2248c4 100644 --- a/usr.sbin/sysinstall/misc.c +++ b/usr.sbin/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index 1516feee704e4..76707c698c6bc 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c index 2ca782b268bbc..bb60e28ea5498 100644 --- a/usr.sbin/sysinstall/network.c +++ b/usr.sbin/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c index 4e4be223938df..8ab752106177b 100644 --- a/usr.sbin/sysinstall/nfs.c +++ b/usr.sbin/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 2d5c5d54cbeda..0f6e61c524c92 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index bb2f4c393828d..e5dc4a99f1453 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Jordan Hubbard * diff --git a/usr.sbin/sysinstall/tape.c b/usr.sbin/sysinstall/tape.c index 5f7587619d328..df3989288f8af 100644 --- a/usr.sbin/sysinstall/tape.c +++ b/usr.sbin/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 21c46d65acd83..77361eddc3b57 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/usr.sbin/sysinstall/ufs.c b/usr.sbin/sysinstall/ufs.c index a1b6c2843e757..1f321d20267e7 100644 --- a/usr.sbin/sysinstall/ufs.c +++ b/usr.sbin/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index 7d8943c3d54c8..2a47352022a77 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $Id$ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/usr.sbin/sysinstall/variable.c b/usr.sbin/sysinstall/variable.c index 525dfbff4d018..7a3e80a60cf4a 100644 --- a/usr.sbin/sysinstall/variable.c +++ b/usr.sbin/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/wizard.c b/usr.sbin/sysinstall/wizard.c index 2ab2fe96fb8a3..59831ea92fc55 100644 --- a/usr.sbin/sysinstall/wizard.c +++ b/usr.sbin/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ |