aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch)
tree0cf37f427c704496510156e28ccd8cd233f9d688 /share/examples
parente6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff)
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50476
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/FreeBSD_version/Makefile2
-rw-r--r--share/examples/Makefile2
-rwxr-xr-xshare/examples/atapi/burnaudio2
-rwxr-xr-xshare/examples/atapi/burndata2
-rw-r--r--share/examples/atm/NOTES2
-rw-r--r--share/examples/atm/README2
-rw-r--r--share/examples/atm/Startup2
-rwxr-xr-xshare/examples/atm/atm-config.sh2
-rw-r--r--share/examples/atm/atm-sockets.txt2
-rw-r--r--share/examples/atm/cpcs-design.txt2
-rw-r--r--share/examples/atm/sscf-design.txt2
-rw-r--r--share/examples/atm/sscop-design.txt2
-rw-r--r--share/examples/bootforth/README2
-rw-r--r--share/examples/bootforth/boot.4th2
-rw-r--r--share/examples/bootforth/frames.4th2
-rw-r--r--share/examples/bootforth/loader.rc2
-rw-r--r--share/examples/bootforth/menu.4th2
-rw-r--r--share/examples/bootforth/menuconf.4th2
-rw-r--r--share/examples/bootforth/screen.4th2
-rw-r--r--share/examples/cvsup/README2
-rw-r--r--share/examples/cvsup/cvs-supfile2
-rw-r--r--share/examples/cvsup/doc-supfile2
-rw-r--r--share/examples/cvsup/gnats-supfile2
-rw-r--r--share/examples/cvsup/ports-supfile2
-rw-r--r--share/examples/cvsup/secure-cvs-supfile2
-rw-r--r--share/examples/cvsup/secure-stable-supfile2
-rw-r--r--share/examples/cvsup/secure-supfile2
-rw-r--r--share/examples/cvsup/stable-supfile2
-rw-r--r--share/examples/cvsup/standard-supfile2
-rw-r--r--share/examples/cvsup/www-supfile2
-rwxr-xr-xshare/examples/drivers/make_device_driver.sh4
-rw-r--r--share/examples/drivers/make_pseudo_driver.sh4
-rw-r--r--share/examples/etc/README.examples2
-rw-r--r--share/examples/find_interface/Makefile2
-rw-r--r--share/examples/find_interface/find_interface.c2
-rw-r--r--share/examples/isdn/Overview2
-rw-r--r--share/examples/isdn/ROADMAP2
-rw-r--r--share/examples/isdn/isdnd_acct2
-rw-r--r--share/examples/kld/cdev/module/Makefile2
-rw-r--r--share/examples/kld/cdev/test/Makefile2
-rw-r--r--share/examples/kld/syscall/module/syscall.c2
-rw-r--r--share/examples/kld/syscall/test/call.c2
-rw-r--r--share/examples/libvgl/demo.c2
-rw-r--r--share/examples/perfmon/Makefile2
-rw-r--r--share/examples/perfmon/README2
-rw-r--r--share/examples/perfmon/perfmon.c2
-rw-r--r--share/examples/ppi/Makefile2
-rw-r--r--share/examples/ppi/ppilcd.c2
-rwxr-xr-xshare/examples/ppp/chap-auth2
-rwxr-xr-xshare/examples/ppp/login-auth2
-rw-r--r--share/examples/ppp/ppp.conf.isdn2
-rw-r--r--share/examples/ppp/ppp.conf.sample2
-rw-r--r--share/examples/ppp/ppp.conf.span-isp2
-rw-r--r--share/examples/ppp/ppp.conf.span-isp.working2
-rw-r--r--share/examples/ppp/ppp.linkdown.sample2
-rw-r--r--share/examples/ppp/ppp.linkdown.span-isp2
-rw-r--r--share/examples/ppp/ppp.linkdown.span-isp.working2
-rw-r--r--share/examples/ppp/ppp.linkup.sample2
-rw-r--r--share/examples/ppp/ppp.linkup.span-isp2
-rw-r--r--share/examples/ppp/ppp.linkup.span-isp.working2
-rw-r--r--share/examples/ppp/ppp.secret.sample2
-rw-r--r--share/examples/ppp/ppp.secret.span-isp2
-rw-r--r--share/examples/ppp/ppp.secret.span-isp.working2
-rw-r--r--share/examples/printing/README2
-rw-r--r--share/examples/scsi_target/Makefile2
-rw-r--r--share/examples/scsi_target/scsi_target.c2
66 files changed, 68 insertions, 68 deletions
diff --git a/share/examples/FreeBSD_version/Makefile b/share/examples/FreeBSD_version/Makefile
index 685c2348f20e..69dc00b759a7 100644
--- a/share/examples/FreeBSD_version/Makefile
+++ b/share/examples/FreeBSD_version/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= FreeBSD_version
NOMAN=
diff --git a/share/examples/Makefile b/share/examples/Makefile
index fa630aaade5e..3591fc648403 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.24 1999/06/24 09:45:26 sheldonh Exp $
+# $FreeBSD$
#
# Doing a make install builds /usr/share/examples
diff --git a/share/examples/atapi/burnaudio b/share/examples/atapi/burnaudio
index edec71e79b2a..f1e1056fa8d6 100755
--- a/share/examples/atapi/burnaudio
+++ b/share/examples/atapi/burnaudio
@@ -26,7 +26,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.
#
-# $Id$
+# $FreeBSD$
#
device=/dev/r$1
diff --git a/share/examples/atapi/burndata b/share/examples/atapi/burndata
index 0d1fd126bea9..0a7577f4ea0c 100755
--- a/share/examples/atapi/burndata
+++ b/share/examples/atapi/burndata
@@ -26,7 +26,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.
#
-# $Id$
+# $FreeBSD$
device=/dev/r$1
wormcontrol -f$device prepdisk double
diff --git a/share/examples/atm/NOTES b/share/examples/atm/NOTES
index 631718817837..aad41906178e 100644
--- a/share/examples/atm/NOTES
+++ b/share/examples/atm/NOTES
@@ -50,5 +50,5 @@ without halting on systems which can't support the larger sizes.
- @(#) $Id: NOTES,v 1.1 1997/08/22 22:11:17 mks Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/README b/share/examples/atm/README
index 73aa74765905..a2e23f28bbbf 100644
--- a/share/examples/atm/README
+++ b/share/examples/atm/README
@@ -136,5 +136,5 @@ copyright notices are reproduced in the files where the material appears.
--------------------------------------------------------------------------------
- @(#) $Id: README,v 1.4 1998/08/07 19:23:36 mks Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/Startup b/share/examples/atm/Startup
index 4c0ec7d80c47..8898e45c8821 100644
--- a/share/examples/atm/Startup
+++ b/share/examples/atm/Startup
@@ -123,5 +123,5 @@ See the file atm-config.sh for an example ATM startup script.
See the man pages scspd(8) and atmarpd(8) for further information.
- @(#) $Id: Startup,v 1.6 1998/08/26 21:37:42 johnc Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/atm-config.sh b/share/examples/atm/atm-config.sh
index 40606d41eb0e..b15060e83714 100755
--- a/share/examples/atm/atm-config.sh
+++ b/share/examples/atm/atm-config.sh
@@ -24,7 +24,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id$
+# @(#) $FreeBSD$
#
#
diff --git a/share/examples/atm/atm-sockets.txt b/share/examples/atm/atm-sockets.txt
index 17436f14492f..b4cc8e9d00d1 100644
--- a/share/examples/atm/atm-sockets.txt
+++ b/share/examples/atm/atm-sockets.txt
@@ -568,5 +568,5 @@ main(argc, argv)
exit(0);
}
- @(#) $Id: atm-sockets.txt,v 1.1 1998/09/15 08:22:49 phk Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/cpcs-design.txt b/share/examples/atm/cpcs-design.txt
index aecfa8179925..94901f23998e 100644
--- a/share/examples/atm/cpcs-design.txt
+++ b/share/examples/atm/cpcs-design.txt
@@ -80,5 +80,5 @@ o The Streaming Mode service is not supported.
o The Abort service is not supported.
- @(#) $Id: cpcs.design,v 1.1.1.1 1996/12/04 20:48:14 mks Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/sscf-design.txt b/share/examples/atm/sscf-design.txt
index a6e3f9ef1bac..5334d74bdbac 100644
--- a/share/examples/atm/sscf-design.txt
+++ b/share/examples/atm/sscf-design.txt
@@ -125,5 +125,5 @@ o The Parameter Data parameter is not supported for the following primitives:
AAL-RELEASE indication
- @(#) $Id: sscf.design,v 1.1.1.1 1996/12/04 20:48:17 mks Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/atm/sscop-design.txt b/share/examples/atm/sscop-design.txt
index 009f2426dd7d..2b546bd6aeac 100644
--- a/share/examples/atm/sscop-design.txt
+++ b/share/examples/atm/sscop-design.txt
@@ -216,5 +216,5 @@ o For the AA-ESTABLISH request and response signals, only BR=YES is supported
o For the AA-DATA request signal, only PR=NO is supported (Q.SAAL1 only)
- @(#) $Id: sscop.design,v 1.1.1.1 1996/12/04 20:48:17 mks Exp $
+ @(#) $FreeBSD$
diff --git a/share/examples/bootforth/README b/share/examples/bootforth/README
index 9766d3f138bf..b8eb8a0f3a16 100644
--- a/share/examples/bootforth/README
+++ b/share/examples/bootforth/README
@@ -32,4 +32,4 @@ configuration to distinguish one from the other.
Daniel C. Sobral
<dcs@freebsd.org>
-$Id: README,v 1.1 1998/12/22 12:15:45 abial Exp $
+$FreeBSD$
diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th
index 467e968f962a..631775b304f7 100644
--- a/share/examples/bootforth/boot.4th
+++ b/share/examples/bootforth/boot.4th
@@ -1,6 +1,6 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
-\ $Id$
+\ $FreeBSD$
\ Load the screen manipulation words
diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th
index 9895a74466be..ff91c5b7ec87 100644
--- a/share/examples/bootforth/frames.4th
+++ b/share/examples/bootforth/frames.4th
@@ -1,6 +1,6 @@
\ Words implementing frame drawing
\ XXX Filled boxes are left as an exercise for the reader... ;-/
-\ $Id$
+\ $FreeBSD$
marker task-frames.4th
diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc
index ef0f96063fab..d216a460416f 100644
--- a/share/examples/bootforth/loader.rc
+++ b/share/examples/bootforth/loader.rc
@@ -1,6 +1,6 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
-\ $Id: loader.rc,v 1.1 1999/05/14 18:06:27 dcs Exp $
+\ $FreeBSD$
cr .( Loading Forth extensions:)
diff --git a/share/examples/bootforth/menu.4th b/share/examples/bootforth/menu.4th
index 55359dc0d0b7..5c5c3e98c74e 100644
--- a/share/examples/bootforth/menu.4th
+++ b/share/examples/bootforth/menu.4th
@@ -1,7 +1,7 @@
\ Simple greeting screen, presenting basic options.
\ XXX This is far too trivial - I don't have time now to think
\ XXX about something more fancy... :-/
-\ $Id: menu.4th,v 1.2 1998/12/31 14:06:30 abial Exp $
+\ $FreeBSD$
: title
f_single
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th
index 2711204f89ce..97efd5af8af4 100644
--- a/share/examples/bootforth/menuconf.4th
+++ b/share/examples/bootforth/menuconf.4th
@@ -1,7 +1,7 @@
\ Simple greeting screen, presenting basic options.
\ XXX This is far too trivial - I don't have time now to think
\ XXX about something more fancy... :-/
-\ $Id$
+\ $FreeBSD$
: title
f_single
diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th
index 4b0a01e7c982..3ea79e453d80 100644
--- a/share/examples/bootforth/screen.4th
+++ b/share/examples/bootforth/screen.4th
@@ -1,5 +1,5 @@
\ Screen manipulation related words.
-\ $Id$
+\ $FreeBSD$
marker task-screen.4th
diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README
index 8cfbed8d35b5..06d0a928ce1c 100644
--- a/share/examples/cvsup/README
+++ b/share/examples/cvsup/README
@@ -1,4 +1,4 @@
-# $Id: README,v 1.13 1998/06/26 01:48:04 jkh Exp $
+# $FreeBSD$
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 2296fb8fd5cd..2db0c6b47e24 100644
--- a/share/examples/cvsup/cvs-supfile
+++ b/share/examples/cvsup/cvs-supfile
@@ -1,4 +1,4 @@
-# $Id: cvs-supfile,v 1.20 1999/05/25 05:38:26 jdp Exp $
+# $FreeBSD$
#
# 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/doc-supfile b/share/examples/cvsup/doc-supfile
index 3820d5e84a2e..cc4db5383b65 100644
--- a/share/examples/cvsup/doc-supfile
+++ b/share/examples/cvsup/doc-supfile
@@ -1,4 +1,4 @@
-# $Id: doc-supfile,v 1.13 1999/02/11 18:14:03 jdp Exp $
+# $FreeBSD$
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current source tree.
diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile
index 004f74736f06..640915fbe3d4 100644
--- a/share/examples/cvsup/gnats-supfile
+++ b/share/examples/cvsup/gnats-supfile
@@ -1,4 +1,4 @@
-# $Id: gnats-supfile,v 1.1 1998/04/20 11:26:29 jb Exp $
+# $FreeBSD$
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD GNATS bug report database.
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile
index a533df41e3f9..ecb174683ab1 100644
--- a/share/examples/cvsup/ports-supfile
+++ b/share/examples/cvsup/ports-supfile
@@ -1,4 +1,4 @@
-# $Id: ports-supfile,v 1.16 1999/04/08 08:06:30 asami Exp $
+# $FreeBSD$
#
# 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 0b385bccd62b..26ba58ddba07 100644
--- a/share/examples/cvsup/secure-cvs-supfile
+++ b/share/examples/cvsup/secure-cvs-supfile
@@ -1,4 +1,4 @@
-# $Id: secure-cvs-supfile,v 1.7 1997/10/02 00:01:33 jkh Exp $
+# $FreeBSD$
#
# 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 1ab1b15b37d3..4f1f1fd4eca9 100644
--- a/share/examples/cvsup/secure-stable-supfile
+++ b/share/examples/cvsup/secure-stable-supfile
@@ -1,4 +1,4 @@
-# $Id: secure-stable-supfile,v 1.10 1999/02/11 18:04:17 jdp Exp $
+# $FreeBSD$
#
# 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 1c786e3f24f1..dac08070bee8 100644
--- a/share/examples/cvsup/secure-supfile
+++ b/share/examples/cvsup/secure-supfile
@@ -1,4 +1,4 @@
-# $Id: secure-supfile,v 1.8 1997/10/02 00:01:34 jkh Exp $
+# $FreeBSD$
#
# 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 218005c0004d..10b14d0445f7 100644
--- a/share/examples/cvsup/stable-supfile
+++ b/share/examples/cvsup/stable-supfile
@@ -1,4 +1,4 @@
-# $Id: stable-supfile,v 1.14 1999/02/11 18:14:03 jdp Exp $
+# $FreeBSD$
#
# 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 4efb5f31b335..5a090868e5ee 100644
--- a/share/examples/cvsup/standard-supfile
+++ b/share/examples/cvsup/standard-supfile
@@ -1,4 +1,4 @@
-# $Id: standard-supfile,v 1.13 1999/02/11 18:14:03 jdp Exp $
+# $FreeBSD$
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current source tree.
diff --git a/share/examples/cvsup/www-supfile b/share/examples/cvsup/www-supfile
index 09eb2d13878c..45c375016353 100644
--- a/share/examples/cvsup/www-supfile
+++ b/share/examples/cvsup/www-supfile
@@ -1,4 +1,4 @@
-# $Id: www-supfile,v 1.13 1999/02/11 18:14:03 jdp Exp $
+# $FreeBSD$
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current source tree.
diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh
index 6448984e9981..81a7db4f9679 100755
--- a/share/examples/drivers/make_device_driver.sh
+++ b/share/examples/drivers/make_device_driver.sh
@@ -29,7 +29,7 @@ DONE
cat >${UPPER} <<DONE
# Configuration file for kernel type: ${UPPER}
ident ${UPPER}
-# \$Id: make_device_driver.sh,v 1.4 1998/10/22 16:10:29 bde Exp $"
+# \$FreeBSD$"
DONE
grep -v GENERIC < GENERIC >>${UPPER}
@@ -45,7 +45,7 @@ cat >../isa/${1}.c <<DONE
* Copyright ME
*
* ${1} driver
- * \$Id: make_device_driver.sh,v 1.4 1998/10/22 16:10:29 bde Exp $
+ * \$FreeBSD$
*/
diff --git a/share/examples/drivers/make_pseudo_driver.sh b/share/examples/drivers/make_pseudo_driver.sh
index 072e6c942e64..32cce89d0a93 100644
--- a/share/examples/drivers/make_pseudo_driver.sh
+++ b/share/examples/drivers/make_pseudo_driver.sh
@@ -21,7 +21,7 @@ DONE
cat >${UPPER} <<DONE
# Configuration file for kernel type: ${UPPER}
ident ${UPPER}
-# \$Id: make_pseudo_driver.sh,v 1.3 1998/10/22 16:12:16 bde Exp $"
+# \$FreeBSD$"
DONE
grep -v GENERIC < GENERIC >>${UPPER}
@@ -37,7 +37,7 @@ cat >../../dev/${1}.c <<DONE
* Copyright ME
*
* ${1} driver
- * \$Id: make_pseudo_driver.sh,v 1.3 1998/10/22 16:12:16 bde Exp $
+ * \$FreeBSD$
*/
diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples
index 370e46aa2fd9..38d3eaafc5db 100644
--- a/share/examples/etc/README.examples
+++ b/share/examples/etc/README.examples
@@ -1,4 +1,4 @@
-$Id: README.examples,v 1.3 1997/02/22 13:55:51 peter Exp $
+$FreeBSD$
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 fcc330cc1949..184c6417702b 100644
--- a/share/examples/find_interface/Makefile
+++ b/share/examples/find_interface/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= find_interface
NOMAN=
diff --git a/share/examples/find_interface/find_interface.c b/share/examples/find_interface/find_interface.c
index 4a8391fa7836..73a7fe839d79 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.
*
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/share/examples/isdn/Overview b/share/examples/isdn/Overview
index 2f2fc181a81d..e8e09e2c3cd5 100644
--- a/share/examples/isdn/Overview
+++ b/share/examples/isdn/Overview
@@ -4,7 +4,7 @@
Copyright (c) 1998 Hellmuth Michaelis. All rights reserved.
- $Id: Overview,v 1.3 1998/10/27 10:28:54 hm Exp $
+ $FreeBSD$
Last edit-date: [Tue Oct 27 11:26:03 1998]
diff --git a/share/examples/isdn/ROADMAP b/share/examples/isdn/ROADMAP
index 54f6721b5fb8..c228984484cb 100644
--- a/share/examples/isdn/ROADMAP
+++ b/share/examples/isdn/ROADMAP
@@ -2,7 +2,7 @@
Roadmap of isdn4bsd as integrated into FreeBSD
==============================================
- $Id:$
+ $FreeBSD$
last edit-date: [Mon Jan 18 14:47:09 1999]
diff --git a/share/examples/isdn/isdnd_acct b/share/examples/isdn/isdnd_acct
index 6da5fc52c0f4..be97a4ae458f 100644
--- a/share/examples/isdn/isdnd_acct
+++ b/share/examples/isdn/isdnd_acct
@@ -29,7 +29,7 @@
# accounting report script for the isdnd daemon accounting info
# -------------------------------------------------------------
#
-# $Id: isdnd_acct,v 1.2 1999/05/05 14:25:59 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Wed May 5 16:24:16 1999]
#
diff --git a/share/examples/kld/cdev/module/Makefile b/share/examples/kld/cdev/module/Makefile
index 9e95e85b1ddd..8fedcfc14264 100644
--- a/share/examples/kld/cdev/module/Makefile
+++ b/share/examples/kld/cdev/module/Makefile
@@ -34,7 +34,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: Makefile,v 1.1 1998/12/11 10:44:30 dfr Exp $
+# $FreeBSD$
#
# Copyright (c) 1993 Terrence R. Lambert.
# All rights reserved.
diff --git a/share/examples/kld/cdev/test/Makefile b/share/examples/kld/cdev/test/Makefile
index fa3f9f83a267..001fde1d11e1 100644
--- a/share/examples/kld/cdev/test/Makefile
+++ b/share/examples/kld/cdev/test/Makefile
@@ -64,7 +64,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: Makefile,v 1.5 1997/02/22 13:55:56 peter Exp $
+# $FreeBSD$
#
PROG= testcdev
NOMAN=
diff --git a/share/examples/kld/syscall/module/syscall.c b/share/examples/kld/syscall/module/syscall.c
index 1bfb4823fd8c..2376725ed93e 100644
--- a/share/examples/kld/syscall/module/syscall.c
+++ b/share/examples/kld/syscall/module/syscall.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/share/examples/kld/syscall/test/call.c b/share/examples/kld/syscall/test/call.c
index 0e4b70e1fa60..9183997821cd 100644
--- a/share/examples/kld/syscall/test/call.c
+++ b/share/examples/kld/syscall/test/call.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: call.c,v 1.1 1999/01/09 14:26:22 dfr Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c
index 1a8e20784457..3147c47687c7 100644
--- a/share/examples/libvgl/demo.c
+++ b/share/examples/libvgl/demo.c
@@ -25,7 +25,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.
*
- * $Id: demo.c,v 1.16 1997/08/17 20:46:55 sos Exp sos $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/share/examples/perfmon/Makefile b/share/examples/perfmon/Makefile
index 96848c8edd95..e1e7e9faf090 100644
--- a/share/examples/perfmon/Makefile
+++ b/share/examples/perfmon/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= perfmon
NOMAN=
diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README
index 1a339b86494e..ccd6877a175a 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).
-$Id$
+$FreeBSD$
diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c
index b6c9ff5d8ce4..34e38849b22b 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.
*
- * $Id: perfmon.c,v 1.3 1997/02/22 13:55:58 peter Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/share/examples/ppi/Makefile b/share/examples/ppi/Makefile
index c77260c8d32a..1836d8abc17c 100644
--- a/share/examples/ppi/Makefile
+++ b/share/examples/ppi/Makefile
@@ -1,6 +1,6 @@
# Makefile to build LCD control software for ppi(4) interface.
#
-# $Id$
+# $FreeBSD$
PROG= ppilcd
NOMAN= YES
diff --git a/share/examples/ppi/ppilcd.c b/share/examples/ppi/ppilcd.c
index 4ad7e2aaee01..91a3effcbec9 100644
--- a/share/examples/ppi/ppilcd.c
+++ b/share/examples/ppi/ppilcd.c
@@ -2,7 +2,7 @@
* Control LCD module hung off parallel port using the
* ppi 'geek port' interface.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/share/examples/ppp/chap-auth b/share/examples/ppp/chap-auth
index 52e9a97ffbde..1e56b07575c0 100755
--- a/share/examples/ppp/chap-auth
+++ b/share/examples/ppp/chap-auth
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id:$
+# $FreeBSD$
#
# Display a window to request a users CHAP secret, accepting the relevant
diff --git a/share/examples/ppp/login-auth b/share/examples/ppp/login-auth
index d21f31dd8e0c..e866e1d9c092 100755
--- a/share/examples/ppp/login-auth
+++ b/share/examples/ppp/login-auth
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id:$
+# $FreeBSD$
#
# Display a window to request a users password, expecting a login name
diff --git a/share/examples/ppp/ppp.conf.isdn b/share/examples/ppp/ppp.conf.isdn
index 659634b2661a..0e6ac7f17100 100644
--- a/share/examples/ppp/ppp.conf.isdn
+++ b/share/examples/ppp/ppp.conf.isdn
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: ppp.conf.isdn,v 1.1 1999/08/09 22:57:47 brian Exp $
+# $FreeBSD$
# This is an example ppp profile for bringing up a multilink ppp connection
# over ISDN. It needs at least version 0.83.0 of the i4b code. An example
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index 7ceb120dbe48..85061cd92580 100644
--- a/share/examples/ppp/ppp.conf.sample
+++ b/share/examples/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Originally written by Toshiharu OHNO
#
-# $Id: ppp.conf.sample,v 1.6 1999/07/27 23:44:29 brian Exp $
+# $FreeBSD$
#
#################################################################
diff --git a/share/examples/ppp/ppp.conf.span-isp b/share/examples/ppp/ppp.conf.span-isp
index e52b56c05069..5bf42a777d5a 100644
--- a/share/examples/ppp/ppp.conf.span-isp
+++ b/share/examples/ppp/ppp.conf.span-isp
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# This advanced ppp configuration file explains how to implement
# the following:
diff --git a/share/examples/ppp/ppp.conf.span-isp.working b/share/examples/ppp/ppp.conf.span-isp.working
index afe8e7da6f39..e8ec5fc90f39 100644
--- a/share/examples/ppp/ppp.conf.span-isp.working
+++ b/share/examples/ppp/ppp.conf.span-isp.working
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# This is a working example of ppp.conf.span-isp that uses ppp connections
# to the same machine through 3 null-modem serial cables.
diff --git a/share/examples/ppp/ppp.linkdown.sample b/share/examples/ppp/ppp.linkdown.sample
index c5c488ac9be9..b2a073c070fd 100644
--- a/share/examples/ppp/ppp.linkdown.sample
+++ b/share/examples/ppp/ppp.linkdown.sample
@@ -12,7 +12,7 @@
# 3) If no label has been found, use MYADDR if it exists.
#
#
-# $Id: ppp.linkdown.sample,v 1.2 1998/11/05 23:14:19 brian Exp $
+# $FreeBSD$
#
#########################################################################
diff --git a/share/examples/ppp/ppp.linkdown.span-isp b/share/examples/ppp/ppp.linkdown.span-isp
index 14853d93e933..ae00b57cdd3c 100644
--- a/share/examples/ppp/ppp.linkdown.span-isp
+++ b/share/examples/ppp/ppp.linkdown.span-isp
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# Refer to ppp.conf.span-isp for a description of what this file is for.
# This file is only required on the Gateway machine.
diff --git a/share/examples/ppp/ppp.linkdown.span-isp.working b/share/examples/ppp/ppp.linkdown.span-isp.working
index 1d3f76036742..104e8c3b5b69 100644
--- a/share/examples/ppp/ppp.linkdown.span-isp.working
+++ b/share/examples/ppp/ppp.linkdown.span-isp.working
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# This is a working example of ppp.linkdown.span-isp that uses ppp connections
# to the same machine through 3 null-modem serial cables.
diff --git a/share/examples/ppp/ppp.linkup.sample b/share/examples/ppp/ppp.linkup.sample
index 76b423645bca..18073cf712e7 100644
--- a/share/examples/ppp/ppp.linkup.sample
+++ b/share/examples/ppp/ppp.linkup.sample
@@ -12,7 +12,7 @@
# 3) If no label has been found, use MYADDR if it exists.
#
#
-# $Id: ppp.linkup.sample,v 1.14 1998/05/21 21:45:47 brian Exp $
+# $FreeBSD$
#
#########################################################################
diff --git a/share/examples/ppp/ppp.linkup.span-isp b/share/examples/ppp/ppp.linkup.span-isp
index 46f2fbea5a91..1d0cc9b68143 100644
--- a/share/examples/ppp/ppp.linkup.span-isp
+++ b/share/examples/ppp/ppp.linkup.span-isp
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# Refer to ppp.conf.span-isp for a description of what this file is for.
# This file is only required on the Gateway machine.
diff --git a/share/examples/ppp/ppp.linkup.span-isp.working b/share/examples/ppp/ppp.linkup.span-isp.working
index 96942a981d7b..9e7e5eb5bf66 100644
--- a/share/examples/ppp/ppp.linkup.span-isp.working
+++ b/share/examples/ppp/ppp.linkup.span-isp.working
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# This is a working example of ppp.linkup.span-isp that uses ppp connections
# to the same machine through 3 null-modem serial cables.
diff --git a/share/examples/ppp/ppp.secret.sample b/share/examples/ppp/ppp.secret.sample
index 14bcc9e59594..57d2375fb6b0 100644
--- a/share/examples/ppp/ppp.secret.sample
+++ b/share/examples/ppp/ppp.secret.sample
@@ -27,7 +27,7 @@
# ``auth'' or ``cbcp'' callback is enabled (see ``set callback'').
# A ``*'' specifies that the client must specify the number.
#
-# $Id: ppp.secret.sample,v 1.8 1998/08/07 18:44:31 brian Exp $
+# $FreeBSD$
#
##################################################
diff --git a/share/examples/ppp/ppp.secret.span-isp b/share/examples/ppp/ppp.secret.span-isp
index 4a0029f14000..8370f379717e 100644
--- a/share/examples/ppp/ppp.secret.span-isp
+++ b/share/examples/ppp/ppp.secret.span-isp
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# Refer to ppp.conf.span-isp for a description of what this file is for.
# This file is only required on the Receiver machine.
diff --git a/share/examples/ppp/ppp.secret.span-isp.working b/share/examples/ppp/ppp.secret.span-isp.working
index 47eec36bc333..cc8bc3d63dbe 100644
--- a/share/examples/ppp/ppp.secret.span-isp.working
+++ b/share/examples/ppp/ppp.secret.span-isp.working
@@ -1,4 +1,4 @@
-# $Id:$
+# $FreeBSD$
# This is a working example of ppp.secret.span-isp that uses ppp connections
# to the same machine through 3 null-modem serial cables.
diff --git a/share/examples/printing/README b/share/examples/printing/README
index 7aa05d16ee70..f83eaa9c236a 100644
--- a/share/examples/printing/README
+++ b/share/examples/printing/README
@@ -1,4 +1,4 @@
-# $Id: README,v 1.4 1997/02/22 13:55:59 peter Exp $
+# $FreeBSD$
#
# The files in this directory are generated automatically
# from doc/handbook/printing.sgml, do not edit it here!
diff --git a/share/examples/scsi_target/Makefile b/share/examples/scsi_target/Makefile
index 96582bb7607e..67f2a4ec24f0 100644
--- a/share/examples/scsi_target/Makefile
+++ b/share/examples/scsi_target/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= scsi_target
SRCS= scsi_target.c
diff --git a/share/examples/scsi_target/scsi_target.c b/share/examples/scsi_target/scsi_target.c
index cad82c31e40a..5c1efb186970 100644
--- a/share/examples/scsi_target/scsi_target.c
+++ b/share/examples/scsi_target/scsi_target.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_target.c,v 1.3 1999/03/05 23:12:02 gibbs Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>