diff --git a/bin/Makefile b/bin/Makefile index 8914674be378..2fcdbbc1723b 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 cc82d352da64..4fdaae4b576b 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 cd656dbd715a..6da43b3828af 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 5d52bad77dca..60cb4703026a 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 edbb68d9ff7e..101653d5bbf2 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 bc0dfdef6081..dc9390bb289f 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 db23c99bdb88..d9d81417e202 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 2341e74bafd1..2004a5188d2f 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 2b1f283f466c..57883daad0d1 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 d49e0920a75e..fb6079df9a81 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 d5e5197cad1f..b45582cfa132 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 4b8fae87c6db..d6f6c29a242d 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 cda81f8eef41..363a84086f6b 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 321fe972e287..2bf842dde074 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 9c58e8050d8b..c85e28041507 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 dbdafb9eaa23..34c8e13a4ea3 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 5d27106c2ccb..29fabea00a4b 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 2c54a1fd6d6d..d6e3819c55d9 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 66ba88c03208..2b2aaa9920a0 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 5bcdf452ffa2..f01312a41b94 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 8f0c7e2c15e4..ac27152bccd6 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 cb21ced495e4..84deab72a15f 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 6e47531b870a..563c2024f796 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 51f91354c823..5e1a1e4a6bc0 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 a601894459d2..9fba6f7157bf 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 diff --git a/bin/csh/const.c b/bin/csh/const.c index 9e1121ec387e..dbfeed236e26 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 8bc925d4243c..5c6ac5b62853 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 055f55d0bae6..a652a453cf0c 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 4fd9d1870b2e..290262f5ca82 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 c8ca61186556..49d4e8fe694a 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 21ec4eff6f48..ec57104831cf 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 7810ebcbe062..9bf653796fa9 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 83ab774f2876..77ae9e055b97 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 826196a5eb85..4c3fb5e8e8d3 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 b9cbf15ad3a5..ff484ce405df 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 64e92d843cea..f9ebd99aabe6 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 diff --git a/bin/csh/file.c b/bin/csh/file.c index a1e7a37360be..f680263ee9ff 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 bc71beea455c..2d2a7fb03c55 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 fe8e773e874d..0d059eee228d 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 e73682f5bd31..c90dd66565a5 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 36d7fc98f7c2..cee64c6f6477 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 b3329a504a87..f9a7f0cd59aa 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 24d55fe886bf..70aa7afad0eb 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 8dd1317b12bd..87e06f848cdc 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 6f22841b66dc..f1cf072c4a05 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 33d1d74b1057..d70d29ffc4e4 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 d2a8ba88ce09..c621a742787f 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 f657d8284ed7..9226687d7c00 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 e2f1d7458783..fe7b5008706a 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 88a1ac950dba..46fce3661f34 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 3ac3213f3bcc..9a911037eade 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 18e55c2a5fa4..294aae0cc99b 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 ecff8a37860d..9f19e9f9dcc5 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 ae0534da570b..815a304a5ca0 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 4aaafc98490c..c21fdc63d0b2 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 525d310e8532..88d914c3b03e 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 59bc21731354..09158e5a81c0 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 932940184e66..1f4d7747485a 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 f055a8ea7c2f..fa7d65204147 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 cbab9fc8aedd..56df2a0a9d59 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 4c9c92191c0d..03897fb96c74 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 ee836ca4439a..451715bc756d 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 d3b3ea134eb2..30904d927085 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 e5a7f7405e89..7445fee4b083 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 diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 6a4db2d40460..394f59381392 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 4da1cc84dabe..9c5616d619b2 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 2d43c5311922..302345204967 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 d4b9f05c83ba..dad276ae4201 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 e17704e8e4d6..e4328c3515f5 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 e640908e688d..8274b61c0ad6 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 34a9e600c41f..118e12343ba5 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 5aaf7dca063e..1a173e931a02 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 6d2079cc66ca..c296871792c5 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 a84b4d8f85da..ba0b32b000b0 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 6665f2daf6a1..a120823f292c 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 4fbaf33febf7..64796247b20b 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 47b720d867ef..db1a155e2cf2 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 478e7af07c70..322e65e0fcaf 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 1e2781779559..5c6eded30f7c 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 f9a9180aea76..93678534fe42 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 1233a12ebfd7..69eb7faddbd6 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 89344400cc96..8066cd7340aa 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 diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index 4a163f771993..9d77f256b6e9 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 a333890272a0..af0646666bfc 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 8c2234fb7e6a..22206eda99f5 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 b095a4411852..989367c4ad58 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 fe76db25f087..79d17f293c6b 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 f8a2d1604aa4..70f24055b067 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 3938b931d1c7..72c7217f0f0e 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 1eb244bad79e..f58c60977b5b 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 2b356d14cb8f..3e1a3d4c543a 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 bcad205696cb..7023cd69da6f 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 04c5779b18fd..550797174c67 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 938468d4cf2a..40c4bf1388dc 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 117270a14f77..626de8e05b33 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 diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 315c7a628785..adee034af686 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 c1b4db815dbc..a5eaac7333db 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 643a543eb28c..a64beef40dc1 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 72bc4d7f2c6b..610341f6b8c1 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 d62e394b3407..94588395783d 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 547d75731efe..c75ca013e268 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 e27be4cf502e..83a6e1dca2f1 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 eeafad97cdfa..5294fbf6a688 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 195d2be64306..e6d5f651eb18 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 98e5d86b1f88..1fb4ea41bfdb 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 33c4b33a10f4..d1a6b6b84384 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 4132059de91f..254201243ee3 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 8f1dd5adbc82..253d50642d4a 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 62c788a67594..b5625967cad2 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 5e51b5ed1de5..60bb05181cda 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 0ce9ddb49b19..d6bbfdaa48f4 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 342f05a868f1..e0fe3bbde6f4 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 30407d667bdf..f0092fed9c49 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 ba44ad607872..b4794bce85c4 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 84ec23012343..03ca565911e9 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 3ac0c44b0d72..2735a3de3ea6 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 63fcfc22035c..7857a0db1c84 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 04f13d899396..0ba523e61b44 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 9ecf30908550..af6e09645dea 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 2f6b43045fee..7057ee9af2d5 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 31947a8e3929..4adf62b4ec5f 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 f8e7dcc6517d..cd0cc2d82e4c 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 37b238863e3c..3bf0bdc498bc 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 e988cde7989b..07efc9f64ebb 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 d82095d87546..e04182a9bc4c 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 c15df63f1bf4..9b2615c1ff6b 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 92b590326b06..5c01ef410aef 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 96dbec0bd347..41b1c64db00b 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 e5d70839ab92..0bdbb6a39ab8 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 fb239c9e62ee..819329f2c2b8 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 d44128062b11..a158bb58ab43 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 77829c59fd96..f6e7f6f3ea47 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 d1096f091d3c..a98654632f54 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 e3ad26c3514c..bf6a40472b53 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 ab75c27f6e2c..4edd43f7b298 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 f5489d76c593..df1bd7daac41 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 c6c9f8b28833..0c9ed7b60ade 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 1989091f85a9..e994a33cb6ed 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 dadc1a743eec..22facef982d8 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 e49b5e8ed9a7..1fdefb20e8cc 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 8e66e0529eac..644f4d12affa 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 04ad136bad01..d3f1a92cbc77 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 06e1bf01f3e3..dbab257b3e83 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 59380db5b7ff..a464ad17f744 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 d2159348ead0..5c2077620ee5 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 148b99abf431..15091a0d5b03 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 00d7b35fbe8b..5533a0777e6d 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 91ac0a85f67f..5aadb2bee19a 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 5a94276913b9..ce8ee3acee05 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 e2db56a053ba..241242a62aeb 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 3c814f7fb10a..5c58b1955031 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 edd39db1e2a7..21c5df0fab23 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 7eb02094dcc8..2993f8cbfb4c 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 8e34ab8b5527..218a6bc45eef 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 6ec1e7491a41..2ac3c28046ee 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 a6d038611f68..eaa2f8fd4b6f 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 27a4e71de31e..ee2d40786aa0 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 31cb56614f79..d1b84333ec01 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 3c29c61f11c7..4937fb391932 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 488b02343129..ca900594ac24 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 09908147beb5..d80423a10d0b 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 33ceddbb1fdb..0d300b071d60 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 83fc034c049d..ef055c4c7f47 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 5e262a6f3ac7..39158f0d49ca 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 diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index ccc068b5a4d8..0258b836504e 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 8068533eacbe..72baa4469900 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 d045db18a53c..d9fedb5e1a8f 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 23bbd1b17ff3..5d9fafea9735 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 a06370a1f9f4..2f1c2f191e7c 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 6a3350179bed..80f6012d5b7f 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 18de49a48b43..7133eeb17c1e 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 3cd788e78325..cf9d23625298 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 8c81f070b22c..52b60aa4ab31 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 7d2ff35bc7e8..4bedbff9d478 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 fe3cba1ba35e..44eed9687028 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 a1187df3aaa6..9830835fab5c 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 9803e83eeba0..a52eb9507c8c 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 5980afbb3f40..e7bc2c43c7bb 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 9831b4b921fd..ef5916e48d4d 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 998d4032652f..4feb75267338 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 23ec9121f3fd..34eb73c19251 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 ef426dbcd606..5908eceaf400 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 2ccb6ef4ad3c..d71fef0f6a9c 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 fbb4123fd7f3..a50d55cb3d9e 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 ed3aa19ac2e9..b54ce3a8268b 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 17fffc05a5fc..c2f2176af926 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 21aea3e80198..45bddc34d166 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 4291b2458648..dbd9dc8a3e1a 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 91b490472c50..1919068edd70 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 8ac64bfaa353..bb3eafec1659 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 ce42ddd92f69..18cf76feeeef 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 c6bfc827718a..46a6820739e3 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 dc4e880d5ad3..37720207dfc1 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 031f564e7ea5..d61feacc9ee0 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 0efed2e4c8c9..ace411e9c0b5 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 0a47379d2047..1cb7c90151a8 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 9477d3faabee..ec67c471a115 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 3e62ad75e5cb..86984250baf2 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 f0c22b03015b..f933ce303d58 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 3c5ab58af426..bfed5c26dbe0 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 46a1b560f135..bc84261f7e53 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 1975bd0b32f1..a495dbb51e10 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 b2ba796de192..0a50f40d4a9c 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 8b09ad1b483e..d60614ff4a08 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 a1fe6e6a2854..c6376ae53b4f 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 cbb87b2fddf0..d02b50edadd6 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 ce78357e083d..b68e1aefc804 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 fec1be947126..a9f87dd5927d 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 9514cd0cba49..cac64c4a2db0 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 94aaaa32db67..8b13bc3adc41 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 9436521c9b3b..a0928958de70 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 cb70dedd10e5..0c12232c0974 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 a589683298a0..c787024c6b06 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 ec4d167cdb6a..39294810b054 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 f48697e103c4..ed3391a488ed 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 125aabb56a0e..d4984a23b6bb 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 96e1839a3ac0..b3aec71dc255 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 4e0c329d1b7b..31efbfe86c52 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 0b5d1ea4e87f..37ebf8310360 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 88400f0a1dd6..5e4efdf54e52 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 61dd51ee7edc..7f1c3f1d2419 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 133b6174f531..d9000cbc4211 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 ccb8699f6a55..667ccf4ea2a7 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 18beb3c33979..3a57c97cafdf 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 diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 1e34a44fc6a1..20b0343b7deb 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 8f0ad8753791..8471b3e566de 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 diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index 43e014e9c833..a7645c3666b3 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 diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index 171276476653..4f909cfb0b81 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 c71ebef7eb4d..e18bab726a5a 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 0af2257a020f..28b98192d7aa 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 249a9d1320a4..5f315a845594 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 30bee7be12af..02bddaaf55b2 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 ed909684e197..9e55f40a3e50 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 50777eeeb129..ba4ef2292765 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 7ed3d756f902..17b94ec48154 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 ef44d87463e9..9db3441f3b87 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 557c630e8298..c2e5d4a5b721 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 9b9ec8773912..eb9b73da5cbc 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 60089234e4dc..c9c364e3b6da 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 1ef1a3dff85a..7bbabda3a257 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 527aea0cc6ac..f227f0274700 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 b55aa5c3b5cc..24866a595ca8 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 faa210974bc0..7a113e0ae9b4 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 38a6273d1745..d25a0ecade65 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 8ff3dab79bdd..163470fb3bd0 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 41b1464ba5bd..997f089982c7 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 e72661bdd2d9..892c520aa1c7 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 2fb6d64d598b..d0b160d74b03 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 bebcabee4ad0..f054c7a0eb75 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 6b3820f53ea5..aa7a35b13d27 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 355b6e4837d3..035fb76bef4c 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 10f63c98fc69..502b364135b0 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 03b1d4408c02..d690bec19e01 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 f69395deab13..339a203b045d 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 6bfd9f024f73..7bf4b611db81 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 55654ec96e49..3bf2fd66b37a 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 3d1755eefd79..2b822d6a8fb8 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 diff --git a/bin/stty/util.c b/bin/stty/util.c index 56128398bd6a..9da17e19808d 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 75938170f51a..0656381fd00c 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 15ef493a942b..5d0a8c879211 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 5632b648689a..301215cefb0d 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 9d3804c37439..a3a8126b435b 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 b8f8cb778cee..7bec57dc7d60 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 faac980225db..b18fefbaf940 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 148cba25624a..331c1ce633a3 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 f5b9d2aaf8fa..e75c84a370d1 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 6380f1b6e5b3..4bf8563652fe 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 0a8a4fdfbda3..e7af6447f818 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 739befb65422..59ccf33895a6 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 30407d667bdf..f0092fed9c49 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 30407d667bdf..f0092fed9c49 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 30407d667bdf..f0092fed9c49 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 30407d667bdf..f0092fed9c49 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 fcf505456890..222165a54f63 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 67682e49265a..1aa0afc0e90e 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 beeae626ea6a..7e0bb2181afa 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 67682e49265a..1aa0afc0e90e 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 67682e49265a..1aa0afc0e90e 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 03ea203315a3..91ae17af8b63 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 ff776b2b6265..a985c1f8dac6 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 beeae626ea6a..7e0bb2181afa 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 fbba5a780a21..8d5b1503bf85 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 60cd903ce509..6200afe5b6fc 100644 --- a/release/floppies/boot/Makefile +++ b/release/floppies/boot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= crunch mfs floppy .include diff --git a/release/floppies/boot/crunch/crunch.conf b/release/floppies/boot/crunch/crunch.conf index 1c8008801a6d..d9edd111c358 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 7618a45f18f1..906a96b90094 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 21d139b712ee..8917397e598f 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 c301dc55ff41..14c06b98da0a 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 6109791d4610..0e63f8144524 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 36c52e334e73..d05160ec2d63 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 63fd3ad8c9e1..f946522c4df8 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 a1de62eaab27..38bdf8b94fe1 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 818942a1dca2..358c7d943c33 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 67682e49265a..1aa0afc0e90e 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 67682e49265a..1aa0afc0e90e 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 818942a1dca2..358c7d943c33 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 7281580ab175..89e6d0fd7f32 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 3b0031687cf8..e876b4b49711 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 443f39a6d981..8ecd461a747c 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 3e3d5c97187d..b14f913d706b 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 21f631dbc207..f64552ddbba0 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 b828355cf279..929e9e773e12 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 01e489fde0d3..e744255ec168 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 44deb3e9232d..9e8ecd09624a 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 75f1a52b3245..034a7f53b714 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 d6229f1de621..339652e2e961 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 2bdf76250b4c..cafcaa04352f 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 abc3debd8150..ccdb204efe3c 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 9e77cf6bbab3..be8fb54ce55e 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 1996b96d00a2..0f9baa997626 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 5b4010d8f10b..f96ad5a24929 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 cde6c4d9cba8..ddeb7995d8c1 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 5b0fb1372189..a6614eb01f1c 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 53b076180ebe..459f4cbe2860 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 063f4f6cce77..0854ab81c8b8 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 e9ba25b66c61..8004acae264c 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 ed293b9e9bb1..bbd6281e9e19 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 09e272fa8a59..5906ca82343f 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 3149600429b2..05320454083b 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 a055879130ae..028018e2248c 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 1516feee704e..76707c698c6b 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 2ca782b268bb..bb60e28ea549 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 4e4be223938d..8ab752106177 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 389ba9ebc98a..3b7fd245689b 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 2d5c5d54cbed..0f6e61c524c9 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 bb2f4c393828..e5dc4a99f145 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 5f7587619d32..df3989288f8a 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 21c46d65acd8..77361eddc3b5 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 fa0d20a45c12..094a77d928b8 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 diff --git a/release/sysinstall/uc_isa.c b/release/sysinstall/uc_isa.c index 689ad1b78069..c8c7525a396b 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 diff --git a/release/sysinstall/uc_kmem.c b/release/sysinstall/uc_kmem.c index 842eb76b54c5..e0df87209a69 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 diff --git a/release/sysinstall/uc_list.c b/release/sysinstall/uc_list.c index 2ac18e5c01b7..6506c5eb6b1e 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 diff --git a/release/sysinstall/uc_main.c b/release/sysinstall/uc_main.c index e66ceb9b08fd..f54ac153350a 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 diff --git a/release/sysinstall/uc_main.h b/release/sysinstall/uc_main.h index 003dd19562a5..e1cd1053bdc3 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 fdb6e64770f1..0b213123b482 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 diff --git a/release/sysinstall/uc_scsi.c b/release/sysinstall/uc_scsi.c index 5672a1b2614a..2227bb335add 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 diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index a1b6c2843e75..1f321d20267e 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 7d8943c3d54c..2a47352022a7 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 525dfbff4d01..7a3e80a60cf4 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 2ab2fe96fb8a..59831ea92fc5 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 7281580ab175..89e6d0fd7f32 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 818942a1dca2..358c7d943c33 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 27992742d35a..13f6de09a0b5 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 56512429f036..685c2348f20e 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 f008ed361d99..c2b7c7795de6 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 6abe69f4ac0f..2b3098973423 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 395f22f95bac..5ca7aa13dcc2 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 87c48627c386..eb11438329c2 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 3fd1a68b4e5b..bf9781b357de 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 1d023cd3e7d6..1f930fefe1c7 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 71dd486ec6a7..c98a5ec66a92 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 bb6b1399e771..336452fdc8ac 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 6982b0b8783a..ad55e3b2a7df 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 a552935c6bf8..e15b3b7380a5 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 f8cbb9379113..fcc330cc1949 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 73a7fe839d79..4a8391fa7836 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 40ca537fb9ba..a29cc84665da 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 105a2ea9537b..cef8824bcc01 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 493eb3247974..96848c8edd95 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 ccd6877a175a..1a339b86494e 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 37f7af87e13c..274a828af99c 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 diff --git a/share/examples/printing/README b/share/examples/printing/README index 97e7e828cc9c..5c26ef784b1a 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 9f1a69658692..39742cf01fe7 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 2018dd962fb2..e906ad8855d2 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 91bf9aeae6df..4240cc6d6825 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 4e6bd83af96a..3a698da38b82 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 41f83d1ca798..10cd1dd7ae77 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 b527283f9157..fdcb8de798ac 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 dda855d56297..8eb62fa81151 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 9d8dd41f07b6..84b6d7bab45f 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 857c5b53108e..64089e67224e 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 24bf578eaf3c..d223d697cc22 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 58c300deb9eb..20dac47b7b2a 100644 --- a/share/mk/bsd.dep.mk +++ b/share/mk/bsd.dep.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file handles Makefile dependencies. # diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk index 23a9bb64b3c9..330a4cd6b23d 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 5093da96c07f..2cf3eb023586 100644 --- a/share/mk/bsd.info.mk +++ b/share/mk/bsd.info.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file 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 5a87913e3c1a..3cfe3664c8e5 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 fe0b627e6cd8..d209cc1fe3dd 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 handles installing Loadable Kernel Modules. # includes the file named "../Makefile.inc" if it exists, diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index 441275f3f583..0a23ef04f496 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 fa358ccd8063..6ff4c78b571d 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file 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 1eefc0e147ab..2b7d5fcda5ae 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file handles installing manual pages and # their links. includes the file named "../Makefile.inc" diff --git a/share/mk/bsd.obj.mk b/share/mk/bsd.obj.mk index d8efd832ce00..1f8f46551a77 100644 --- a/share/mk/bsd.obj.mk +++ b/share/mk/bsd.obj.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file 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 bfd1eb7f6ad8..00860a1c132d 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # The include file 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 2192dec6a278..ad3f05bb08c7 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 724625cdb86e..97de5f4b3e9c 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 c89f011b0395..2c15bfb81307 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 handles installing sgml documents. # includes the file named "../Makefile.inc" if it exists, diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 5f41ab745fbf..d7159fbc5f14 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 5cb467a466d6..7da5e92ca79d 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 7711580f6f45..4b59cc45e7d1 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 b2ec5f6d5a49..a2ca4e030ea0 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 50feb71f141e..b3b294a2e07d 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 3af0ac3aa302..c3d0d17f4d50 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 91508a64c7b2..5362afacb948 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 20b8e2849a70..7eb4d9d86bbb 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 6d8b509b3339..7af2ddd45fb4 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 32d357f1b3d7..79ed03f7011e 100644 --- a/share/sgml/transpec/html.cmap +++ b/share/sgml/transpec/html.cmap @@ -1,6 +1,6 @@