diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /share/examples | |
parent | 64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff) |
Revert $FreeBSD$ to $Id$
Notes
Notes:
svn path=/head/; revision=22988
Diffstat (limited to 'share/examples')
25 files changed, 25 insertions, 25 deletions
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 <sys/types.h> 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 |