summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to '')
-rw-r--r--c/Makefile.am4
-rw-r--r--c/acinclude.m42
-rw-r--r--c/configure.ac1
-rw-r--r--c/src/Makefile.am4
-rw-r--r--c/src/README4
-rw-r--r--c/src/acinclude.m42
-rw-r--r--c/src/aclocal/bsp-alias.m42
-rw-r--r--c/src/aclocal/bsp-arg-enable.m41
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m41
-rw-r--r--c/src/aclocal/bsp-bspcleanup-options.m41
-rw-r--r--c/src/aclocal/bsp-configure.m42
-rw-r--r--c/src/aclocal/bsp-linkcmds.m42
-rw-r--r--c/src/aclocal/bspopts.m41
-rw-r--r--c/src/aclocal/canonical-target-name.m44
-rw-r--r--c/src/aclocal/canonicalize-tools.m43
-rw-r--r--c/src/aclocal/check-custom-bsp.m42
-rw-r--r--c/src/aclocal/check-cxx.m41
-rw-r--r--c/src/aclocal/check-multiprocessing.m44
-rw-r--r--c/src/aclocal/check-networking.m41
-rw-r--r--c/src/aclocal/check-posix.m41
-rw-r--r--c/src/aclocal/check-smp.m41
-rw-r--r--c/src/aclocal/check-tool.m42
-rw-r--r--c/src/aclocal/config-subdirs.m42
-rw-r--r--c/src/aclocal/enable-cxx.m42
-rw-r--r--c/src/aclocal/enable-multiprocessing.m42
-rw-r--r--c/src/aclocal/enable-networking.m42
-rw-r--r--c/src/aclocal/enable-posix.m42
-rw-r--r--c/src/aclocal/enable-rtemsbsp.m42
-rw-r--r--c/src/aclocal/enable-smp.m42
-rw-r--r--c/src/aclocal/env-rtemsbsp.m42
-rw-r--r--c/src/aclocal/gcc-isystem.m43
-rw-r--r--c/src/aclocal/gcc-pipe.m43
-rw-r--r--c/src/aclocal/gcc-specs.m43
-rw-r--r--c/src/aclocal/i386-gas-code16.m42
-rw-r--r--c/src/aclocal/path-ksh.m42
-rw-r--r--c/src/aclocal/prog-cc.m42
-rw-r--r--c/src/aclocal/prog-ccas.m42
-rw-r--r--c/src/aclocal/prog-cxx.m42
-rw-r--r--c/src/aclocal/project-root.m42
-rw-r--r--c/src/aclocal/rtems-ampolish.m42
-rw-r--r--c/src/aclocal/rtems-top.m42
-rw-r--r--c/src/aclocal/target.m42
-rw-r--r--c/src/ada-tests/Makefile.am2
-rw-r--r--c/src/ada-tests/aclocal/prog-gnat.m41
-rw-r--r--c/src/ada-tests/configure.ac2
-rw-r--r--c/src/ada-tests/mptests/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/mp01.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp02/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp02/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp02/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp02/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp02/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp02/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp02/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp02/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp03/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp03/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp03/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp03/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp03/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp03/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp03/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp03/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp04/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp04/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp04/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp04/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp04/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp04/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp04/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp04/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp05/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp05/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp05/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp05/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp05/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp05/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp05/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp05/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp06/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp06/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp06/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp06/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp06/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp06/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp06/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp06/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp07/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp07/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp07/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp07/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp07/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp07/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp07/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp07/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp08/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp08/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp08/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp08/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp08/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp08/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp08/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp08/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp09/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp09/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp10/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp10/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp10/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp10/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp10/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp10/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp10/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp10/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp11/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp11/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp11/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp11/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp11/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp11/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp11/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp11/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp12/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp12/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp12/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp12/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp12/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp12/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp12/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp12/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp13/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp13/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp13/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp13/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp13/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp13/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp13/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp13/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb2
-rw-r--r--c/src/ada-tests/mptests/mp14/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp14/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp14/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp14/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp14/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp14/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp14/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp14/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb2
-rw-r--r--c/src/ada-tests/samples/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/config.h2
-rw-r--r--c/src/ada-tests/samples/base_mp/mptest.adb2
-rw-r--r--c/src/ada-tests/samples/base_mp/mptest.ads2
-rw-r--r--c/src/ada-tests/samples/base_mp/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_sp/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_sp/base_sp.adb2
-rw-r--r--c/src/ada-tests/samples/base_sp/config.h2
-rw-r--r--c/src/ada-tests/samples/base_sp/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/base_sp/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/hello/config.h2
-rw-r--r--c/src/ada-tests/samples/hello/hello.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/nsecs/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/nsecs/config.h2
-rw-r--r--c/src/ada-tests/samples/nsecs/nsecs.adb2
-rw-r--r--c/src/ada-tests/samples/nsecs/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/nsecs/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/ticker/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/ticker/config.h2
-rw-r--r--c/src/ada-tests/samples/ticker/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/ticker/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/ticker/ticker.adb2
-rw-r--r--c/src/ada-tests/sptests/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp01/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp01/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp01/sp01.adb2
-rw-r--r--c/src/ada-tests/sptests/sp01/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp01/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp02/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp02/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp02/sp02.adb2
-rw-r--r--c/src/ada-tests/sptests/sp02/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp02/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp03/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp03/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp03/sp03.adb2
-rw-r--r--c/src/ada-tests/sptests/sp03/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp03/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp04/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp04/README4
-rw-r--r--c/src/ada-tests/sptests/sp04/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp04/sp04.adb2
-rw-r--r--c/src/ada-tests/sptests/sp04/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp04/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp05/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp05/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp05/sp05.adb2
-rw-r--r--c/src/ada-tests/sptests/sp05/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp05/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp06/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp06/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp06/sp06.adb2
-rw-r--r--c/src/ada-tests/sptests/sp06/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp06/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp07/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp07/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp07/sp07.adb2
-rw-r--r--c/src/ada-tests/sptests/sp07/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp07/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp08/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp08/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp08/sp08.adb2
-rw-r--r--c/src/ada-tests/sptests/sp08/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp08/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp09/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp09/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp09/sp09.adb2
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp11/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp11/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp11/sp11.adb2
-rw-r--r--c/src/ada-tests/sptests/sp11/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp11/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp12/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp12/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp12/sp12.adb2
-rw-r--r--c/src/ada-tests/sptests/sp12/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp12/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp13/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp13/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp13/sp13.adb2
-rw-r--r--c/src/ada-tests/sptests/sp13/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp13/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp14/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp14/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp14/sp14.adb2
-rw-r--r--c/src/ada-tests/sptests/sp14/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp14/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp15/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp15/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp15/sp15.adb2
-rw-r--r--c/src/ada-tests/sptests/sp15/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp15/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp16/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp16/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp16/sp16.adb2
-rw-r--r--c/src/ada-tests/sptests/sp16/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp16/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp17/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp17/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp17/sp17.adb2
-rw-r--r--c/src/ada-tests/sptests/sp17/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp17/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp19/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp19/README4
-rw-r--r--c/src/ada-tests/sptests/sp19/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp19/sp19.adb2
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.adp2
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp20/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp20/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp20/sp20.adb2
-rw-r--r--c/src/ada-tests/sptests/sp20/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp20/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp22/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp22/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp22/sp22.adb2
-rw-r--r--c/src/ada-tests/sptests/sp22/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp22/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp23/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp23/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp23/sp23.adb2
-rw-r--r--c/src/ada-tests/sptests/sp23/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp23/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp24/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp24/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp24/sp24.adb2
-rw-r--r--c/src/ada-tests/sptests/sp24/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp24/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/sp25/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp25/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp25/sp25.adb2
-rw-r--r--c/src/ada-tests/sptests/sp25/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp25/sptest.ads2
-rw-r--r--c/src/ada-tests/sptests/spname01/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/spname01/config.h2
-rw-r--r--c/src/ada-tests/sptests/spname01/spname01.adb2
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.ads2
-rw-r--r--c/src/ada-tests/support/Makefile.am2
-rw-r--r--c/src/ada-tests/support/address_io.adb2
-rw-r--r--c/src/ada-tests/support/address_io.ads2
-rw-r--r--c/src/ada-tests/support/float_io.ads2
-rw-r--r--c/src/ada-tests/support/fp.inc2
-rw-r--r--c/src/ada-tests/support/init.c2
-rw-r--r--c/src/ada-tests/support/integer.inc2
-rw-r--r--c/src/ada-tests/support/rtems_calling_overhead.ads2
-rw-r--r--c/src/ada-tests/support/status_io.ads2
-rw-r--r--c/src/ada-tests/support/test_support.adb2
-rw-r--r--c/src/ada-tests/support/test_support.ads2
-rw-r--r--c/src/ada-tests/support/time_test_support.adb2
-rw-r--r--c/src/ada-tests/support/time_test_support.ads2
-rw-r--r--c/src/ada-tests/support/timer_driver.adb2
-rw-r--r--c/src/ada-tests/support/timer_driver.ads2
-rw-r--r--c/src/ada-tests/support/unsigned32_io.ads2
-rw-r--r--c/src/ada-tests/tmtests/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm01/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm01/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm01/tm01.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm01/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm01/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm02/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm02/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm02/tm02.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm02/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm02/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm03/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm03/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm03/tm03.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm03/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm03/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm04/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm04/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tm04.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm05/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm05/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm05/tm05.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm05/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm05/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm06/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm06/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm06/tm06.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm06/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm06/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm07/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm07/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tm07.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm08/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm08/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm08/tm08.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm08/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm08/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm09/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm09/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm09/tm09.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm09/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm09/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm10/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm10/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm10/tm10.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm10/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm10/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm11/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm11/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm11/tm11.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm11/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm11/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm12/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm12/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm12/tm12.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm12/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm12/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm13/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm13/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm13/tm13.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm13/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm13/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm14/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm14/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm14/tm14.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm14/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm14/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm15/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm15/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm15/tm15.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm15/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm15/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm16/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm16/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm16/tm16.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm16/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm16/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm17/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm17/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm17/tm17.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm17/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm17/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm18/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm18/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm18/tm18.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm18/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm18/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm19/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm19/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm19/tm19.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm19/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm19/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm20/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm20/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm20/tm20.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm20/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm20/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm21/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm21/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm21/tm21.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm21/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm21/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm22/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm22/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm22/tm22.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm22/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm22/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm23/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm23/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm23/tm23.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm23/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm23/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm24/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm24/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm24/tm24.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm24/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm24/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm25/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm25/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm25/tm25.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm25/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm25/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm28/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm28/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm28/tm28.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm28/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm28/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tm29/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tm29/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm29/tm29.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm29/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm29/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tmck/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tmck/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tmck/tmck.adb2
-rw-r--r--c/src/ada-tests/tmtests/tmck/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tmck/tmtest.ads2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/Makefile.am2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/README4
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/tmoverhd.adb2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/tmtest.ads2
-rw-r--r--c/src/ada/Makefile.am4
-rw-r--r--c/src/ada/rtems-barrier.adb2
-rw-r--r--c/src/ada/rtems-barrier.ads2
-rw-r--r--c/src/ada/rtems-clock.adb2
-rw-r--r--c/src/ada/rtems-clock.ads2
-rw-r--r--c/src/ada/rtems-cpu_usage.ads2
-rw-r--r--c/src/ada/rtems-debug.adb2
-rw-r--r--c/src/ada/rtems-debug.ads2
-rw-r--r--c/src/ada/rtems-event.adb2
-rw-r--r--c/src/ada/rtems-event.ads2
-rw-r--r--c/src/ada/rtems-extension.adb2
-rw-r--r--c/src/ada/rtems-extension.ads2
-rw-r--r--c/src/ada/rtems-fatal.adb2
-rw-r--r--c/src/ada/rtems-fatal.ads2
-rw-r--r--c/src/ada/rtems-interrupt.ads2
-rw-r--r--c/src/ada/rtems-io.adb2
-rw-r--r--c/src/ada/rtems-io.ads2
-rw-r--r--c/src/ada/rtems-message_queue.adb2
-rw-r--r--c/src/ada/rtems-message_queue.ads2
-rw-r--r--c/src/ada/rtems-multiprocessing.adb2
-rw-r--r--c/src/ada/rtems-multiprocessing.ads2
-rw-r--r--c/src/ada/rtems-object.adb2
-rw-r--r--c/src/ada/rtems-object.ads2
-rw-r--r--c/src/ada/rtems-partition.adb2
-rw-r--r--c/src/ada/rtems-partition.ads2
-rw-r--r--c/src/ada/rtems-port.adb2
-rw-r--r--c/src/ada/rtems-port.ads2
-rw-r--r--c/src/ada/rtems-rate_monotonic.adb2
-rw-r--r--c/src/ada/rtems-rate_monotonic.ads2
-rw-r--r--c/src/ada/rtems-region.adb2
-rw-r--r--c/src/ada/rtems-region.ads2
-rw-r--r--c/src/ada/rtems-semaphore.adb2
-rw-r--r--c/src/ada/rtems-semaphore.ads2
-rw-r--r--c/src/ada/rtems-signal.adb2
-rw-r--r--c/src/ada/rtems-signal.ads2
-rw-r--r--c/src/ada/rtems-stack_checker.ads2
-rw-r--r--c/src/ada/rtems-tasks.adb2
-rw-r--r--c/src/ada/rtems-tasks.ads2
-rw-r--r--c/src/ada/rtems-timer.adb2
-rw-r--r--c/src/ada/rtems-timer.ads2
-rw-r--r--c/src/ada/rtems.adb3
-rw-r--r--c/src/ada/rtems.ads3
-rw-r--r--c/src/automake/compile.am4
-rw-r--r--c/src/automake/host.am2
-rw-r--r--c/src/automake/local.am2
-rw-r--r--c/src/automake/subdirs.am2
-rw-r--r--c/src/configure.ac1
-rw-r--r--c/src/lib/Makefile.am4
-rw-r--r--c/src/lib/libbsp/Makefile.am4
-rw-r--r--c/src/lib/libbsp/README4
-rw-r--r--c/src/lib/libbsp/arm/csb336/README4
-rw-r--r--c/src/lib/libbsp/arm/csb336/console/uart.c2
-rw-r--r--c/src/lib/libbsp/arm/csb336/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg2
-rw-r--r--c/src/lib/libbsp/arm/csb336/network/lan91c11x.c2
-rw-r--r--c/src/lib/libbsp/arm/csb336/network/lan91c11x.h2
-rw-r--r--c/src/lib/libbsp/arm/csb336/network/network.c2
-rw-r--r--c/src/lib/libbsp/arm/csb336/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/csb336/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/csb336/startup/memmap.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/README4
-rw-r--r--c/src/lib/libbsp/arm/csb337/README.kit637_v63
-rw-r--r--c/src/lib/libbsp/arm/csb337/console/fbcons.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/console/font8x16.h2
-rw-r--r--c/src/lib/libbsp/arm/csb337/console/sed1356.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h2
-rw-r--r--c/src/lib/libbsp/arm/csb337/console/uarts.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/arm/csb337/include/sed1356.h2
-rw-r--r--c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg2
-rw-r--r--c/src/lib/libbsp/arm/csb337/make/custom/csb637.cfg2
-rw-r--r--c/src/lib/libbsp/arm/csb337/make/custom/kit637_v6.cfg3
-rw-r--r--c/src/lib/libbsp/arm/csb337/network/network.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/start/start.S3
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/bspreset.c3
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/memmap.c2
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/umonsupp.c2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/README4
-rw-r--r--c/src/lib/libbsp/arm/edb7312/console/uart.c3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/include/ep7312.h2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_asm.S3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/irq/irq.c3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/irq/irq.h3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/start/start.S3
-rw-r--r--c/src/lib/libbsp/arm/edb7312/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/README4
-rw-r--r--c/src/lib/libbsp/arm/gba/console/conio.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/console/console.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/console/defaultfont.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/asm_macros.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/conio.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/gba.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/include/gba_registers.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/arm/gba/make/custom/gba.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gba/start/logo.S2
-rw-r--r--c/src/lib/libbsp/arm/gba/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/gba/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/gba/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/arm/gba/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/include/swi.h2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136js.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm7tdmi.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/startup/syscalls.c2
-rw-r--r--c/src/lib/libbsp/arm/gp32/console/uart.c3
-rw-r--r--c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gp32/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/gp32/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/gp32/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/gp32/startup/memmap.c2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/README4
-rw-r--r--c/src/lib/libbsp/arm/gumstix/console/uarts.c2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/fb/fb.c2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/gumstix/startup/memmap.c2
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c2
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/console/uart.c2
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc2
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/README4
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/lpc17xx.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/lpc24xx.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/start-config.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_ram.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_ext.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/misc/restart.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-dynamic.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-static.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_2.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg2
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/misc/restart.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/README4
-rw-r--r--c/src/lib/libbsp/arm/nds/block/block.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/console/console.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/dswifi/common/source/spinlock.S1
-rw-r--r--c/src/lib/libbsp/arm/nds/fb/fb.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/include/my_ipc.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/include/types.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/gbfs.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/audio.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/serial.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/touch.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/cache.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/console.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/exceptions.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/image.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/input.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/math.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/ndsmotion.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/pcx.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/rumble.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/sound.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/trig_lut.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/video.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/videoGL.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/bios.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/card.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/dma.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/interrupts.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/ipc.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/jtypes.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/registers_alt.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/include/nds/timers.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm7/audio.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm7/microphone.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm7/touch.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm7/userSettings.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/console.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/dcache.S2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptionHandler.S2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptions.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/gurumeditation.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/icache.S2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/keys.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/ndsmotion.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/pcx.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/sound.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/touch.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/videoGL.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/common/biosCalls.S2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/common/card.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/common/gbfs.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/common/interruptDispatcher.S2
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/common/interrupts.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/make/custom/nds.cfg2
-rw-r--r--c/src/lib/libbsp/arm/nds/rtc/rtc.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/sound/sound.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/sound/sound.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/tools/bin2s.c2
-rwxr-xr-xc/src/lib/libbsp/arm/nds/tools/runtest3
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/parser.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/reco.c1
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/wifi/compat.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/wifi/compat.h2
-rw-r--r--c/src/lib/libbsp/arm/nds/wifi/wifi.c2
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/README4
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/console/lpc22xx_uart.h2
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg2
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg2
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/start/start.S3
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/shared/comm/uart.c2
-rw-r--r--c/src/lib/libbsp/arm/shared/comm/uart.h1
-rw-r--r--c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg2
-rw-r--r--c/src/lib/libbsp/arm/smdk2410/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/smdk2410/startup/memmap.c2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/README4
-rw-r--r--c/src/lib/libbsp/avr/avrtest/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg2
-rw-r--r--c/src/lib/libbsp/avr/avrtest/start/start.S1
-rw-r--r--c/src/lib/libbsp/avr/avrtest/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/README4
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/console/console.c2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/include/cplb.h2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/times3
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/README4
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/console/console.c2
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/make/custom/bf537Stamp.cfg2
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/network/networkconfig.c2
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/start/start.S4
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/README4
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/include/cplb.h2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/make/custom/eZKit533.cfg2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/times3
-rw-r--r--c/src/lib/libbsp/bfin/shared/start/start.S1
-rw-r--r--c/src/lib/libbsp/bsp.am4
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/__main.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c2
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/README4
-rw-r--r--c/src/lib/libbsp/i386/pc386/README.dec211404
-rw-r--r--c/src/lib/libbsp/i386/pc386/STATUS4
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/todcfg.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console_control.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/fb_vga.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/kbd_parser.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/kd.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/keyboard.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/keyboard.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_drv.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vgacons.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vgacons.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/videoAsm.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/crt.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/wd80x3.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start16.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/times_i486dx2
-rw-r--r--c/src/lib/libbsp/i386/pc386/times_p52
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/Spec.doc4
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/bin2boot.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/gdb_glue.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386_io.h2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.c3
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.h3
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/uart.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/idt.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_asm.S2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_asm.h2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/pci/pcibios.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/README4
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/getcpuid.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/smp-imps.h2
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/README3
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/lm32/milkymist/README4
-rw-r--r--c/src/lib/libbsp/lm32/milkymist/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/lm32/milkymist/include/system_conf.h2
-rw-r--r--c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/clock/clock.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/console/console.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/console/uart.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/console/uart.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/README4
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S2
-rw-r--r--c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c1
-rw-r--r--c/src/lib/libbsp/lm32/shared/include/irq.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_console/console.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/milkymist_video/video.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/start/start.S2
-rw-r--r--c/src/lib/libbsp/lm32/shared/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/tsmac/dp83848phy.h2
-rw-r--r--c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c2
-rw-r--r--c/src/lib/libbsp/lm32/shared/tsmac/tsmac.h2
-rw-r--r--c/src/lib/libbsp/m32c/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32c/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/README4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c3
-rw-r--r--c/src/lib/libbsp/m32r/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32r/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/configure.ac2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/start/start.S2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/av5282/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/av5282/README4
-rw-r--r--c/src/lib/libbsp/m68k/av5282/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram2
-rw-r--r--c/src/lib/libbsp/m68k/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/csb360/README3
-rw-r--r--c/src/lib/libbsp/m68k/csb360/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/make/custom/csb360.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/network/network.c2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/startup/init5272.c2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/csb360/times2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/README4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/m302_int.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/network/network.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/times2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/README4
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/m340uart.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m340timer.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m340uart.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/init68340.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/README4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/network/network.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/init68360.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom2
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/make/custom/COBRA5475.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/make/custom/m5484FireEngine.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/idp/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/idp/README4
-rw-r--r--c/src/lib/libbsp/m68k/idp/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/duart.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/leds.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/mc68ec.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/README4
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/leds.h2
-rw-r--r--c/src/lib/libbsp/m68k/idp/make/custom/idp.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/idp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/idp/times2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/README4
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/startup/bspgetcpuclockspeed.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/README4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/console/console.c3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/README4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/bspgetcpuclockspeed.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/README4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/clock/clock.c3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/network/network.c1
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/cfinit.c3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c1
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/timer/timer.c1
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/README4
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/include/mrm332.h2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/misc/interr.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/except_vect_332_ROM.S4
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/linkcmds_ROM2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/times2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/make/custom/mvme136.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/times2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/README4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/make/custom/mvme147.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/times3
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/README4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/make/custom/mvme147s.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/times3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/README2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/page_table.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/page_table.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/times2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/tod/tod.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/tools/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/tools/sload.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/README4
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/fatal.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/page_table.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/network/network.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/network/uti596.h3
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/startup/page_table.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/times2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/README4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/bare.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/crc.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/debugport.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/debugreset.S2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/reset.S2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/crc.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/debugport.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/trace.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S2
-rw-r--r--c/src/lib/libbsp/m68k/shared/bspspuriousinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h2
-rw-r--r--c/src/lib/libbsp/m68k/shared/m68000spurious.c2
-rw-r--r--c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h2
-rw-r--r--c/src/lib/libbsp/m68k/shared/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/README4
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/console/debugio.c2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/Makefile.am4
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/README4
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/TIMES4
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/configure.ac2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/mips/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/configure.ac2
-rw-r--r--c/src/lib/libbsp/mips/csb350/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/csb350/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/configure.ac2
-rw-r--r--c/src/lib/libbsp/mips/csb350/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/csb350/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/csb350/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg2
-rw-r--r--c/src/lib/libbsp/mips/csb350/network/network.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/start/start.S2
-rw-r--r--c/src/lib/libbsp/mips/csb350/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/csb350/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/mips/csb350/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/README4
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/configure.ac2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/lr33000.h1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/lr333x0.h1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/make/custom/genmongoosev.cfg2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.S2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/console/console.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/start/start.S3
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/inittlb.c4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/usc.S2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/times3
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/README4
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/configure.ac2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/tools/configure.ac2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/tools/runtest.in3
-rw-r--r--c/src/lib/libbsp/mips/malta/STATUS4
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/start/start.S2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/clock/yamon_api.h1
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/console/yamon_api.h1
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/start/start.S2
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/clock/mips_timer.S2
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/README4
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/gdb_if.h2
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/exception.S2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/i8259.h2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/interruptmask.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/maxvectors.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/startup/idtmem.S2
-rw-r--r--c/src/lib/libbsp/nios2/Makefile.am4
-rw-r--r--c/src/lib/libbsp/nios2/README3
-rw-r--r--c/src/lib/libbsp/nios2/configure.ac2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/Makefile.am4
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/configure.ac2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/console/console.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/start/crtnn.s2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/start/start.S2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/startup/main.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/nios2/nios2_iss/times3
-rw-r--r--c/src/lib/libbsp/no_cpu/Makefile.am4
-rw-r--r--c/src/lib/libbsp/no_cpu/configure.ac2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/README3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/configure.ac2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/console/console.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c2
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/times3
-rw-r--r--c/src/lib/libbsp/powerpc/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/marvell/discovery.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_rtems.c1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_rtems.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_mve/if_mve_pub.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_mve/mv643xx_eth.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_attach.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_bsdnet_attach.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/support/early_enet_link_status.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/support/early_link_status.c1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c4
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/vme/VMEConfig.h1
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/vme/vme_dma.c2
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/vme/vmeconfig.c2
-rw-r--r--c/src/lib/libbsp/powerpc/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/alloc360.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/console.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/init68360.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/m68360.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/mc68360_scc.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/printk_support.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/pci/no_host_bridge.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/README.IceCube4
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_ata.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_0.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_1.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_bd.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_0.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_2.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_0.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_1.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_lpc.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_rx.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_tx.c1
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg3
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg3
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg3
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/uboot_support.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/irq.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/network/network.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/start/start.S1
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/README4
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/README4
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/8xx_immap.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/mbx.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/network/network.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/times-mbx8212
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/times-mbx8602
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README.MVME21004
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README.OTHERBOARDS4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README.dec211404
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp7502
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme23072
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xx-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/network/if_smc.c4
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/exc-vector-base.S2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/reset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs-cal.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-flash.S2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/README4
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/network/network.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/cpuinit.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/times3
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/flash/flashcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/vme/VMEConfig.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h4
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/README4
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/README4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/console/consupp.S2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/psim.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/network/if_sim.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/README4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/psim_registers.c2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/vectors/README4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/vectors/align_h.S2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/README4
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c4
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/configure.ac4
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/console/console-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-master.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-slave.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/intercom.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/mmu.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/uart-bridge.h2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/network/network.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/rtc/rtc-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom-mpci.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/shmsupp/lock.S2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/mmu-tlb1.S2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/startup/mmu.c2
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/README4
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/gen2.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/no_pic.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/make/custom/score603e.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/tod/tod.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/README4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/em86.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/exception.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/head.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/lib.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/misc.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/mm.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/pci.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/zlib.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/bspreset.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/console.inl3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/consoleIo.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/inch.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/keyboard.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/polled_io.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/uart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/uart.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/flash/flash.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/flash/flashPgm.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/flash/flashPgmPvt.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/flash/spansionFlash.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/nvram.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/start.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/i8259.c3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/vpd.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/vpd.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/openpic/openpic.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/openpic/openpic.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/generic_clear_hberrs.c4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/pci.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/pci.h2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/pci/pcifinddevice.c3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/pnp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/residual.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/residual.h3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/showbats.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/memcpy.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/preload.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspidle.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/panic.c4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/pgtbl_activate.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/pgtbl_setup.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/ppc_idle.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/probeMemEnd.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/sbrk.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/zerobss.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/uboot_dump_bdinfo.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/uboot_getenv.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/README4
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg3
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/startup/tm27supp.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/times2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/README4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S1
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/README4
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/xparameters_dflt.h1
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/Makefile.am4
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/configure.ac2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/sh/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/configure.ac2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/gensh1/README3
-rw-r--r--c/src/lib/libbsp/sh/gensh1/configure.ac2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/make/custom/gensh1.cfg2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/start/start.S2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/times2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/gensh2/README3
-rw-r--r--c/src/lib/libbsp/sh/gensh2/README.EVB7045F3
-rw-r--r--c/src/lib/libbsp/sh/gensh2/configure.ac2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/console/config.c2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.S2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/hw_init.c2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/gensh4/README3
-rw-r--r--c/src/lib/libbsp/sh/gensh4/configure.ac2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/console/console.c2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/sdram.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/make/custom/gensh4.cfg3
-rw-r--r--c/src/lib/libbsp/sh/gensh4/start/start.S2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/times2
-rw-r--r--c/src/lib/libbsp/sh/shared/bsphwinit.c2
-rw-r--r--c/src/lib/libbsp/sh/shared/bspstart.c2
-rw-r--r--c/src/lib/libbsp/sh/shared/console.c2
-rw-r--r--c/src/lib/libbsp/sh/shared/setvec.c2
-rw-r--r--c/src/lib/libbsp/sh/shsim/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/shsim/README4
-rw-r--r--c/src/lib/libbsp/sh/shsim/configure.ac2
-rw-r--r--c/src/lib/libbsp/sh/shsim/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg3
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg3
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg2
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg2
-rw-r--r--c/src/lib/libbsp/sh/shsim/start/start.S2
-rw-r--r--c/src/lib/libbsp/sh/shsim/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim2
-rw-r--r--c/src/lib/libbsp/sh/shsim/trap34/console-io.c2
-rw-r--r--c/src/lib/libbsp/sh/shsim/trap34/console-support.S2
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c2
-rw-r--r--c/src/lib/libbsp/shared/bspclean.c2
-rw-r--r--c/src/lib/libbsp/shared/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/shared/bspinit.c2
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c2
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c2
-rw-r--r--c/src/lib/libbsp/shared/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/shared/bsppretaskinghook.c2
-rw-r--r--c/src/lib/libbsp/shared/bspreset.c2
-rw-r--r--c/src/lib/libbsp/shared/bspreset_fatal.c2
-rw-r--r--c/src/lib/libbsp/shared/bspreset_loop.c2
-rw-r--r--c/src/lib/libbsp/shared/bspstart.c2
-rw-r--r--c/src/lib/libbsp/shared/clock_driver_simidle.c2
-rw-r--r--c/src/lib/libbsp/shared/clockdrv_shell.h2
-rw-r--r--c/src/lib/libbsp/shared/console-polled.c2
-rw-r--r--c/src/lib/libbsp/shared/console.c2
-rw-r--r--c/src/lib/libbsp/shared/console_control.c2
-rw-r--r--c/src/lib/libbsp/shared/console_private.h2
-rw-r--r--c/src/lib/libbsp/shared/console_read.c2
-rw-r--r--c/src/lib/libbsp/shared/console_select.c2
-rw-r--r--c/src/lib/libbsp/shared/console_write.c2
-rw-r--r--c/src/lib/libbsp/shared/dummy_printk_support.c2
-rw-r--r--c/src/lib/libbsp/shared/gnatinstallhandler.c2
-rw-r--r--c/src/lib/libbsp/shared/include/bootcard.h2
-rw-r--r--c/src/lib/libbsp/shared/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/shared/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/shared/include/u-boot.h2
-rw-r--r--c/src/lib/libbsp/shared/include/utility.h2
-rw-r--r--c/src/lib/libbsp/shared/sbrk.c2
-rw-r--r--c/src/lib/libbsp/shared/setvec.c2
-rw-r--r--c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c2
-rw-r--r--c/src/lib/libbsp/shared/smp/getcpuid.c2
-rw-r--r--c/src/lib/libbsp/shared/smp/smp_stub.c2
-rw-r--r--c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c2
-rw-r--r--c/src/lib/libbsp/shared/timerstub.c3
-rw-r--r--c/src/lib/libbsp/shared/tod.c2
-rw-r--r--c/src/lib/libbsp/shared/tod.h2
-rw-r--r--c/src/lib/libbsp/shared/umon/README3
-rw-r--r--c/src/lib/libbsp/shared/umon/cli.h2
-rw-r--r--c/src/lib/libbsp/shared/umon/monlib.c2
-rw-r--r--c/src/lib/libbsp/shared/umon/monlib.h2
-rw-r--r--c/src/lib/libbsp/shared/umon/tfs.h2
-rw-r--r--c/src/lib/libbsp/shared/umon/tfsDriver.c2
-rw-r--r--c/src/lib/libbsp/shared/umon/umon.h2
-rw-r--r--c/src/lib/libbsp/shared/umon/umoncons.c2
-rw-r--r--c/src/lib/libbsp/shared/umon/umonrtemsglue.c2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/README.porting3
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/VME.h1
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/VMEDMA.h2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.c2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.h1
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaListP.h2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h1
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148DMA.h1
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c2
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h1
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeUniverseDMA.h1
-rw-r--r--c/src/lib/libbsp/sparc/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/README2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/debugputs.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/erc32_console.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/erc32.h2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/make/custom/sis.cfg2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/boardinit.S2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspidle.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/spurious.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/times3
-rw-r--r--c/src/lib/libbsp/sparc/leon2/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc/leon2/README2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/console/console.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/console/debugputs.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/cchip.h4
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/leon.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/rasta.h4
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/leon_open_eth/leon_open_eth.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/leon_smc91111/leon_smc91111.c4
-rw-r--r--c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/pci/pci.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/bspidle.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/spurious.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon2/times3
-rw-r--r--c/src/lib/libbsp/sparc/leon3/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc/leon3/README2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/amba/amba.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/include/amba.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/include/leon.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/shmsupp/README4
-rw-r--r--c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/bspidle.S3
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/spurious.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/times3
-rw-r--r--c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c2
-rw-r--r--c/src/lib/libbsp/sparc/shared/can/grcan_rasta.c1
-rw-r--r--c/src/lib/libbsp/sparc/shared/can/occan_pci.c1
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/ambapp.h2
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/debug_defs.h1
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/grcan_rasta.h1
-rw-r--r--c/src/lib/libbsp/sparc/shared/irq_asm.S2
-rw-r--r--c/src/lib/libbsp/sparc/shared/pci/pcifinddevice.c1
-rw-r--r--c/src/lib/libbsp/sparc/shared/start.S2
-rw-r--r--c/src/lib/libbsp/sparc/shared/startup/linkcmds.base2
-rw-r--r--c/src/lib/libbsp/sparc/shared/uart/apbuart_pci.c1
-rw-r--r--c/src/lib/libbsp/sparc/shared/uart/apbuart_rasta.c1
-rw-r--r--c/src/lib/libbsp/sparc64/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc64/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/README4
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg2
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/start/bspinit.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/asm/asm.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/asm.h2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/traptable.h2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/start/start.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/start/trap_table.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/README4
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/configure.ac2
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg3
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/start/bspinit.S2
-rw-r--r--c/src/lib/libcpu/Makefile.am4
-rw-r--r--c/src/lib/libcpu/README4
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_dbgu.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_emac.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_gpio.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_mem.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_pmc.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_usart.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/include/bits.h2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/irq/irq.h3
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/pmc/pmc.c2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/arm/at91rm9200/usart/usart.c2
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h2
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_asm.S3
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c3
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/irq/irq.h3
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h2
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/irq/irq.h3
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/include/ffuart.h2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/include/pxa255.h2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_asm.S2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_init.c2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/irq/irq.h2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/pmc/pmc.c2
-rw-r--r--c/src/lib/libcpu/arm/pxa255/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/arm/s3c24xx/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/arm/s3c24xx/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/arm/shared/arm920/mmu.c2
-rw-r--r--c/src/lib/libcpu/arm/shared/include/cache_.h2
-rw-r--r--c/src/lib/libcpu/arm/shared/include/mmu.h2
-rw-r--r--c/src/lib/libcpu/bfin/README4
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/include/bf52x.h2
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c2
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h2
-rw-r--r--c/src/lib/libcpu/bfin/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/bfin/cache/cache_.h2
-rw-r--r--c/src/lib/libcpu/bfin/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/bfin/clock/rtc.c2
-rw-r--r--c/src/lib/libcpu/bfin/clock/tod.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/bf533.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/bf537.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/cecRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/coreTimerRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/dmaRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ebiuRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ethernetRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/gpioRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/memoryRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/mmuRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ppiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/rtcRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/sicRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/spiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/sportRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/timerRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/twiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/uartRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/wdogRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.c2
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.h2
-rw-r--r--c/src/lib/libcpu/bfin/mmu/mmu.c2
-rw-r--r--c/src/lib/libcpu/bfin/mmu/mmu.h2
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.c2
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/spi.c2
-rw-r--r--c/src/lib/libcpu/bfin/serial/spi.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/twi.c2
-rw-r--r--c/src/lib/libcpu/bfin/serial/twi.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.c3
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.h3
-rw-r--r--c/src/lib/libcpu/bfin/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/i386/byteorder.h2
-rw-r--r--c/src/lib/libcpu/i386/cache.c2
-rw-r--r--c/src/lib/libcpu/i386/cpu.h2
-rw-r--r--c/src/lib/libcpu/i386/cpuModel.S2
-rw-r--r--c/src/lib/libcpu/i386/cpuModel.h2
-rw-r--r--c/src/lib/libcpu/i386/displayCpu.c2
-rw-r--r--c/src/lib/libcpu/i386/idtr.S2
-rw-r--r--c/src/lib/libcpu/i386/page.c2
-rw-r--r--c/src/lib/libcpu/lm32/shared/cache/cache_.h2
-rw-r--r--c/src/lib/libcpu/lm32/shared/misc/memcpy.c2
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/README4
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/round.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/rtems_fpsp.c4
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S2
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/satan.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/scale.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/setox.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sint.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/stan.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/util.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S1
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S1
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/clock/ckinit.c2
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c2
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S2
-rw-r--r--c/src/lib/libcpu/m68k/mcf5223x/cache/cachepd.c2
-rw-r--r--c/src/lib/libcpu/m68k/mcf5235/cache/cachepd.c2
-rw-r--r--c/src/lib/libcpu/m68k/shared/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/m68k/shared/misc/m68kidle.c2
-rw-r--r--c/src/lib/libcpu/mips/au1x00/include/au1x00.h2
-rw-r--r--c/src/lib/libcpu/mips/au1x00/vectorisrs/vectorisrs.c2
-rw-r--r--c/src/lib/libcpu/mips/clock/ckinit.c3
-rw-r--r--c/src/lib/libcpu/mips/clock/clock.S2
-rw-r--r--c/src/lib/libcpu/mips/clock/clock.h2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/README4
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/mg5uart_reg.c2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/include/mongoose-v.h2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c2
-rw-r--r--c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c4
-rw-r--r--c/src/lib/libcpu/mips/rm52xx/include/rm5231.h2
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c4
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/interruptmask.c4
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S2
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/isr_entries.h2
-rw-r--r--c/src/lib/libcpu/mips/timer/gettime.S2
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/mips/tx39/include/tx3904.h2
-rw-r--r--c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c2
-rw-r--r--c/src/lib/libcpu/mips/tx49/include/tx4925.h2
-rw-r--r--c/src/lib/libcpu/mips/tx49/include/tx4938.h2
-rw-r--r--c/src/lib/libcpu/powerpc/README4
-rw-r--r--c/src/lib/libcpu/powerpc/configure.ac7
-rw-r--r--c/src/lib/libcpu/powerpc/e500/mmu/e500_mmu.h1
-rw-r--r--c/src/lib/libcpu/powerpc/e500/mmu/mmu.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc505/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/regs.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/README4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/include/console.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup_asm.S1
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.h1
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/README2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/cpm/brg.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/include/console.h4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/README4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/include/console.h4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_alignment.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S3
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/README4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock_4xx.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console405.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/include/ppc405ex.h1
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/include/ppc405gp.h1
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/README4
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h4
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h2
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/byteorder.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/io.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/mmu.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/page.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/pgtable.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/spr.h2
-rw-r--r--c/src/lib/libcpu/powerpc/shared/src/cache_.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/clock/ckinit.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/delay/delay.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/iosh7032.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/sci.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/sh7_pfc.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/sh7_sci.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/sci/sci.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/clock/ckinit.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/io_types.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/iosh7045.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/sci.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/sci_termios.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/sh7_pfc.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/sh7_sci.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/sci/sci.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7045/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/clock/ckinit.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/ipl.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh4_regs.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/sci/console.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/sci/sh4uart.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c2
-rw-r--r--c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c2
-rw-r--r--c/src/lib/libcpu/shared/include/cache.h2
-rw-r--r--c/src/lib/libcpu/shared/src/cache_aligned_malloc.c2
-rw-r--r--c/src/lib/libcpu/shared/src/no_cache.c2
-rw-r--r--c/src/lib/libcpu/sparc/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/sparc/reg_win/window.S2
-rw-r--r--c/src/lib/libcpu/sparc/syscall/syscall.h1
-rw-r--r--c/src/lib/libcpu/sparc64/shared/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c2
-rw-r--r--c/src/lib/libcpu/sparc64/shared/score/cpu.c2
-rw-r--r--c/src/lib/libcpu/sparc64/shared/score/interrupt.S2
-rw-r--r--c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.h1
-rw-r--r--c/src/libchip/Makefile.am4
-rw-r--r--c/src/libchip/flash/am29lv160.c2
-rw-r--r--c/src/libchip/flash/am29lv160.h2
-rw-r--r--c/src/libchip/i2c/i2c-2b-eeprom.c2
-rw-r--r--c/src/libchip/i2c/i2c-2b-eeprom.h1
-rw-r--r--c/src/libchip/i2c/i2c-ds1621.c2
-rw-r--r--c/src/libchip/i2c/i2c-ds1621.h1
-rw-r--r--c/src/libchip/ide/ata.c2
-rw-r--r--c/src/libchip/ide/ata.h2
-rw-r--r--c/src/libchip/ide/ata_internal.h2
-rw-r--r--c/src/libchip/ide/ata_util.c2
-rw-r--r--c/src/libchip/ide/ide_controller.c2
-rw-r--r--c/src/libchip/ide/ide_ctrl.h2
-rw-r--r--c/src/libchip/ide/ide_ctrl_cfg.h2
-rw-r--r--c/src/libchip/ide/ide_ctrl_io.h2
-rw-r--r--c/src/libchip/network/README4
-rw-r--r--c/src/libchip/network/README.cs89004
-rw-r--r--c/src/libchip/network/README.dec211404
-rw-r--r--c/src/libchip/network/README.i825864
-rw-r--r--c/src/libchip/network/README.open_eth1
-rw-r--r--c/src/libchip/network/README.sonic6
-rw-r--r--c/src/libchip/network/dec21140.c2
-rw-r--r--c/src/libchip/network/greth.c2
-rw-r--r--c/src/libchip/network/greth.h2
-rw-r--r--c/src/libchip/network/smc91111.c4
-rw-r--r--c/src/libchip/network/smc91111.h4
-rw-r--r--c/src/libchip/network/smc91111config.h4
-rw-r--r--c/src/libchip/network/smc91111exp.h4
-rw-r--r--c/src/libchip/network/sonic.c2
-rw-r--r--c/src/libchip/network/sonic.h2
-rw-r--r--c/src/libchip/rtc/README.ds16434
-rw-r--r--c/src/libchip/rtc/README.icm71704
-rw-r--r--c/src/libchip/rtc/README.m48t084
-rw-r--r--c/src/libchip/rtc/README.m48t184
-rw-r--r--c/src/libchip/rtc/README.mc146818a4
-rw-r--r--c/src/libchip/rtc/STATUS4
-rw-r--r--c/src/libchip/rtc/ds1375-rtc.h1
-rw-r--r--c/src/libchip/rtc/ds1375.c2
-rw-r--r--c/src/libchip/rtc/icm7170.c2
-rw-r--r--c/src/libchip/rtc/icm7170.h2
-rw-r--r--c/src/libchip/rtc/icm7170_reg.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg2.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg4.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg8.c2
-rw-r--r--c/src/libchip/rtc/m48t08.c2
-rw-r--r--c/src/libchip/rtc/m48t08.h2
-rw-r--r--c/src/libchip/rtc/m48t08_reg.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg2.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg4.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg8.c2
-rw-r--r--c/src/libchip/rtc/mc146818a.c2
-rw-r--r--c/src/libchip/rtc/mc146818a.h2
-rw-r--r--c/src/libchip/rtc/mc146818a_ioreg.c2
-rw-r--r--c/src/libchip/rtc/rtc.h3
-rw-r--r--c/src/libchip/rtc/rtcprobe.c2
-rw-r--r--c/src/libchip/serial/README4
-rw-r--r--c/src/libchip/serial/README.mc686814
-rw-r--r--c/src/libchip/serial/README.ns165504
-rw-r--r--c/src/libchip/serial/README.xr886814
-rw-r--r--c/src/libchip/serial/README.z85c304
-rw-r--r--c/src/libchip/serial/STATUS4
-rw-r--r--c/src/libchip/serial/mc68681.c2
-rw-r--r--c/src/libchip/serial/mc68681.h2
-rw-r--r--c/src/libchip/serial/mc68681_baud.c2
-rw-r--r--c/src/libchip/serial/mc68681_p.h2
-rw-r--r--c/src/libchip/serial/mc68681_reg.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg2.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg4.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg8.c2
-rw-r--r--c/src/libchip/serial/ns16550.c2
-rw-r--r--c/src/libchip/serial/ns16550.h2
-rw-r--r--c/src/libchip/serial/ns16550_p.h2
-rw-r--r--c/src/libchip/serial/serial.h2
-rw-r--r--c/src/libchip/serial/serprobe.c4
-rw-r--r--c/src/libchip/serial/sersupp.h4
-rw-r--r--c/src/libchip/serial/z85c30.c2
-rw-r--r--c/src/libchip/serial/z85c30_p.h2
-rw-r--r--c/src/libchip/serial/z85c30_reg.c2
-rw-r--r--c/src/libchip/shmdr/README4
-rw-r--r--c/src/libchip/shmdr/addlq.c2
-rw-r--r--c/src/libchip/shmdr/cnvpkt.c2
-rw-r--r--c/src/libchip/shmdr/dump.c2
-rw-r--r--c/src/libchip/shmdr/fatal.c2
-rw-r--r--c/src/libchip/shmdr/getlq.c2
-rw-r--r--c/src/libchip/shmdr/getpkt.c2
-rw-r--r--c/src/libchip/shmdr/init.c2
-rw-r--r--c/src/libchip/shmdr/initlq.c2
-rw-r--r--c/src/libchip/shmdr/intr.c2
-rw-r--r--c/src/libchip/shmdr/mpci.h2
-rw-r--r--c/src/libchip/shmdr/mpisr.c2
-rw-r--r--c/src/libchip/shmdr/poll.c2
-rw-r--r--c/src/libchip/shmdr/receive.c2
-rw-r--r--c/src/libchip/shmdr/retpkt.c2
-rw-r--r--c/src/libchip/shmdr/send.c2
-rw-r--r--c/src/libchip/shmdr/shm_driver.h2
-rw-r--r--c/src/librtems++/Makefile.am4
-rw-r--r--c/src/librtems++/README4
-rw-r--r--c/src/librtems++/configure.ac1
-rw-r--r--c/src/librtems++/include/rtems++/rtemsEvent.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsInterrupt.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsMessageQueue.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsSemaphore.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsStatusCode.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTask.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTaskMode.h2
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTimer.h2
-rw-r--r--c/src/librtems++/src/rtemsEvent.cc2
-rw-r--r--c/src/librtems++/src/rtemsInterrupt.cc2
-rw-r--r--c/src/librtems++/src/rtemsMessageQueue.cc2
-rw-r--r--c/src/librtems++/src/rtemsSemaphore.cc2
-rw-r--r--c/src/librtems++/src/rtemsStatusCode.cc2
-rw-r--r--c/src/librtems++/src/rtemsTask.cc2
-rw-r--r--c/src/librtems++/src/rtemsTimer.cc2
-rw-r--r--c/src/make/Makefile.am4
-rw-r--r--c/src/make/README4
-rw-r--r--c/src/make/aclocal/rtems-flags.m41
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg2
-rw-r--r--c/src/make/configure.ac2
-rw-r--r--c/src/make/custom/default.cfg.in4
-rw-r--r--c/src/make/directory.cfg3
-rw-r--r--c/src/make/host.cfg.in3
-rw-r--r--c/src/make/leaf.cfg3
-rw-r--r--c/src/make/lib.cfg3
-rw-r--r--c/src/make/target.cfg.in3
-rw-r--r--c/src/support/Makefile.am4
-rw-r--r--c/src/support/version.c2
-rw-r--r--c/src/wrapup/Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--contrib/mingw/README1
-rwxr-xr-x[-rw-r--r--]contrib/mingw/ba-wrap.sh0
-rwxr-xr-x[-rw-r--r--]contrib/mingw/build-autotools.sh0
-rwxr-xr-xcontrib/mingw/build-exes.sh3
-rwxr-xr-xcontrib/mingw/build-rpms.sh3
-rwxr-xr-xcontrib/mingw/build.sh3
-rw-r--r--contrib/mingw/instance-check.nsi3
-rw-r--r--contrib/mingw/mingw-path.nsi3
-rw-r--r--contrib/mingw/msys-path.nsi3
-rw-r--r--contrib/mingw/options.nsi3
-rw-r--r--contrib/mingw/rtems-autotools.nsi3
-rw-r--r--contrib/mingw/rtems-tools.nsi3
-rwxr-xr-xcontrib/mingw/upload.sh2
-rw-r--r--contrib/rtemsrpms/Makefile.am4
-rw-r--r--contrib/rtemsrpms/configure.ac2
-rw-r--r--cpukit/Makefile.am4
-rw-r--r--cpukit/aclocal/canonical-target-name.m44
-rw-r--r--cpukit/aclocal/canonicalize-tools.m43
-rw-r--r--cpukit/aclocal/check-func.m42
-rw-r--r--cpukit/aclocal/check-multiprocessing.m44
-rw-r--r--cpukit/aclocal/check-networking.m41
-rw-r--r--cpukit/aclocal/check-newlib.m42
-rw-r--r--cpukit/aclocal/check-posix.m41
-rw-r--r--cpukit/aclocal/check-rtems-debug.m42
-rw-r--r--cpukit/aclocal/check-smp.m41
-rw-r--r--cpukit/aclocal/check-tool.m42
-rw-r--r--cpukit/aclocal/enable-multiprocessing.m42
-rw-r--r--cpukit/aclocal/enable-networking.m42
-rw-r--r--cpukit/aclocal/enable-posix.m42
-rw-r--r--cpukit/aclocal/enable-rtems-debug.m42
-rw-r--r--cpukit/aclocal/enable-smp.m42
-rw-r--r--cpukit/aclocal/env-rtemscpu.m42
-rw-r--r--cpukit/aclocal/gcc-pipe.m43
-rw-r--r--cpukit/aclocal/prog-cc.m42
-rw-r--r--cpukit/aclocal/prog-ccas.m42
-rw-r--r--cpukit/aclocal/rtems-ampolish.m42
-rw-r--r--cpukit/aclocal/rtems-top.m42
-rw-r--r--cpukit/automake/compile.am4
-rw-r--r--cpukit/automake/local.am2
-rw-r--r--cpukit/automake/multilib.am2
-rw-r--r--cpukit/automake/subdirs.am2
-rw-r--r--cpukit/configure.ac2
-rw-r--r--cpukit/ftpd/Makefile.am4
-rw-r--r--cpukit/ftpd/ftpd.c2
-rw-r--r--cpukit/ftpd/ftpd.h2
-rw-r--r--cpukit/include/rtems/bspIo.h2
-rw-r--r--cpukit/include/rtems/btimer.h2
-rw-r--r--cpukit/include/rtems/concat.h2
-rw-r--r--cpukit/include/rtems/endian.h3
-rw-r--r--cpukit/include/rtems/fs.h2
-rw-r--r--cpukit/include/rtems/irq.h2
-rw-r--r--cpukit/include/rtems/pci.h2
-rw-r--r--cpukit/include/rtems/userenv.h2
-rw-r--r--cpukit/include/sys/priority.h1
-rw-r--r--cpukit/libblock/Makefile.am4
-rw-r--r--cpukit/libblock/README4
-rw-r--r--cpukit/libblock/include/rtems/blkdev.h2
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h2
-rw-r--r--cpukit/libblock/include/rtems/flashdisk.h2
-rw-r--r--cpukit/libblock/include/rtems/ide_part_table.h2
-rw-r--r--cpukit/libblock/include/rtems/nvdisk-sram.h2
-rw-r--r--cpukit/libblock/include/rtems/nvdisk.h2
-rw-r--r--cpukit/libblock/include/rtems/ramdisk.h2
-rw-r--r--cpukit/libblock/src/blkdev.c2
-rw-r--r--cpukit/libblock/src/diskdevs.c2
-rw-r--r--cpukit/libblock/src/flashdisk.c2
-rw-r--r--cpukit/libblock/src/ide_part_table.c2
-rw-r--r--cpukit/libblock/src/nvdisk-sram.c2
-rw-r--r--cpukit/libblock/src/nvdisk.c2
-rw-r--r--cpukit/libblock/src/ramdisk-config.c2
-rw-r--r--cpukit/libblock/src/ramdisk-driver.c2
-rw-r--r--cpukit/libcsupport/Makefile.am4
-rw-r--r--cpukit/libcsupport/include/clockdrv.h2
-rw-r--r--cpukit/libcsupport/include/console.h2
-rw-r--r--cpukit/libcsupport/include/iosupp.h2
-rw-r--r--cpukit/libcsupport/include/motorola/mc68230.h2
-rw-r--r--cpukit/libcsupport/include/motorola/mc68681.h2
-rw-r--r--cpukit/libcsupport/include/ringbuf.h3
-rw-r--r--cpukit/libcsupport/include/rtc.h2
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h3
-rw-r--r--cpukit/libcsupport/include/rtems/error.h3
-rw-r--r--cpukit/libcsupport/include/rtems/framebuffer.h2
-rw-r--r--cpukit/libcsupport/include/rtems/gxx_wrappers.h2
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h2
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h2
-rw-r--r--cpukit/libcsupport/include/rtems/malloc.h2
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h2
-rw-r--r--cpukit/libcsupport/include/rtems/watchdogdrv.h2
-rw-r--r--cpukit/libcsupport/include/spurious.h2
-rw-r--r--cpukit/libcsupport/include/sys/ioccom.h3
-rw-r--r--cpukit/libcsupport/include/sys/ioctl.h3
-rw-r--r--cpukit/libcsupport/include/sys/sockio.h3
-rw-r--r--cpukit/libcsupport/include/sys/statvfs.h2
-rw-r--r--cpukit/libcsupport/include/sys/termios.h2
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h2
-rw-r--r--cpukit/libcsupport/include/timerdrv.h2
-rw-r--r--cpukit/libcsupport/include/vmeintr.h2
-rw-r--r--cpukit/libcsupport/include/zilog/z8036.h2
-rw-r--r--cpukit/libcsupport/include/zilog/z8530.h2
-rw-r--r--cpukit/libcsupport/include/zilog/z8536.h2
-rw-r--r--cpukit/libcsupport/src/README2
-rw-r--r--cpukit/libcsupport/src/__assert.c2
-rw-r--r--cpukit/libcsupport/src/__getpid.c2
-rw-r--r--cpukit/libcsupport/src/__gettod.c2
-rw-r--r--cpukit/libcsupport/src/__times.c2
-rw-r--r--cpukit/libcsupport/src/__usrenv.c2
-rw-r--r--cpukit/libcsupport/src/_calloc_r.c2
-rw-r--r--cpukit/libcsupport/src/_free_r.c2
-rw-r--r--cpukit/libcsupport/src/_malloc_r.c2
-rw-r--r--cpukit/libcsupport/src/_realloc_r.c2
-rw-r--r--cpukit/libcsupport/src/_rename_r.c2
-rw-r--r--cpukit/libcsupport/src/access.c2
-rw-r--r--cpukit/libcsupport/src/assoclocalbyname.c2
-rw-r--r--cpukit/libcsupport/src/assoclocalbyremote.c2
-rw-r--r--cpukit/libcsupport/src/assoclocalbyremotebitfield.c2
-rw-r--r--cpukit/libcsupport/src/assocnamebad.c2
-rw-r--r--cpukit/libcsupport/src/assocnamebylocal.c2
-rw-r--r--cpukit/libcsupport/src/assocnamebylocalbitfield.c2
-rw-r--r--cpukit/libcsupport/src/assocnamebyremote.c2
-rw-r--r--cpukit/libcsupport/src/assocnamebyremotebitfield.c2
-rw-r--r--cpukit/libcsupport/src/assocptrbylocal.c2
-rw-r--r--cpukit/libcsupport/src/assocptrbyname.c2
-rw-r--r--cpukit/libcsupport/src/assocptrbyremote.c2
-rw-r--r--cpukit/libcsupport/src/assocremotebylocal.c2
-rw-r--r--cpukit/libcsupport/src/assocremotebylocalbitfield.c2
-rw-r--r--cpukit/libcsupport/src/assocremotebyname.c2
-rw-r--r--cpukit/libcsupport/src/base_fs.c2
-rw-r--r--cpukit/libcsupport/src/calloc.c2
-rw-r--r--cpukit/libcsupport/src/cfgetispeed.c2
-rw-r--r--cpukit/libcsupport/src/cfgetospeed.c2
-rw-r--r--cpukit/libcsupport/src/cfsetispeed.c2
-rw-r--r--cpukit/libcsupport/src/cfsetospeed.c2
-rw-r--r--cpukit/libcsupport/src/chdir.c2
-rw-r--r--cpukit/libcsupport/src/chmod.c2
-rw-r--r--cpukit/libcsupport/src/chown.c2
-rw-r--r--cpukit/libcsupport/src/chroot.c2
-rw-r--r--cpukit/libcsupport/src/close.c2
-rw-r--r--cpukit/libcsupport/src/ctermid.c2
-rw-r--r--cpukit/libcsupport/src/dup.c2
-rw-r--r--cpukit/libcsupport/src/dup2.c2
-rw-r--r--cpukit/libcsupport/src/envlock.c2
-rw-r--r--cpukit/libcsupport/src/error.c2
-rw-r--r--cpukit/libcsupport/src/fchdir.c2
-rw-r--r--cpukit/libcsupport/src/fchmod.c2
-rw-r--r--cpukit/libcsupport/src/fchown.c2
-rw-r--r--cpukit/libcsupport/src/fcntl.c2
-rw-r--r--cpukit/libcsupport/src/fdatasync.c2
-rw-r--r--cpukit/libcsupport/src/fpathconf.c2
-rw-r--r--cpukit/libcsupport/src/free.c2
-rw-r--r--cpukit/libcsupport/src/freenode.c2
-rw-r--r--cpukit/libcsupport/src/fstat.c2
-rw-r--r--cpukit/libcsupport/src/fsync.c2
-rw-r--r--cpukit/libcsupport/src/ftruncate.c2
-rw-r--r--cpukit/libcsupport/src/getchark.c2
-rw-r--r--cpukit/libcsupport/src/getcwd.c2
-rw-r--r--cpukit/libcsupport/src/getdents.c2
-rw-r--r--cpukit/libcsupport/src/getegid.c4
-rw-r--r--cpukit/libcsupport/src/geteuid.c4
-rw-r--r--cpukit/libcsupport/src/getgid.c4
-rw-r--r--cpukit/libcsupport/src/getgroups.c4
-rw-r--r--cpukit/libcsupport/src/getlogin.c4
-rw-r--r--cpukit/libcsupport/src/getpagesize.c4
-rw-r--r--cpukit/libcsupport/src/getpgrp.c4
-rw-r--r--cpukit/libcsupport/src/getpid.c4
-rw-r--r--cpukit/libcsupport/src/getppid.c4
-rw-r--r--cpukit/libcsupport/src/getpwent.c2
-rw-r--r--cpukit/libcsupport/src/getrusage.c2
-rw-r--r--cpukit/libcsupport/src/getuid.c2
-rw-r--r--cpukit/libcsupport/src/gxx_wrappers.c2
-rw-r--r--cpukit/libcsupport/src/ioctl.c2
-rw-r--r--cpukit/libcsupport/src/isatty.c2
-rw-r--r--cpukit/libcsupport/src/isatty_r.c2
-rw-r--r--cpukit/libcsupport/src/issetugid.c2
-rw-r--r--cpukit/libcsupport/src/kill_noposix.c2
-rw-r--r--cpukit/libcsupport/src/lchown.c2
-rw-r--r--cpukit/libcsupport/src/libio.c2
-rw-r--r--cpukit/libcsupport/src/libio_init.c2
-rw-r--r--cpukit/libcsupport/src/link.c2
-rw-r--r--cpukit/libcsupport/src/lseek.c2
-rw-r--r--cpukit/libcsupport/src/lstat.c2
-rw-r--r--cpukit/libcsupport/src/malloc.c2
-rw-r--r--cpukit/libcsupport/src/malloc_deferred.c2
-rw-r--r--cpukit/libcsupport/src/malloc_dirtier.c2
-rw-r--r--cpukit/libcsupport/src/malloc_get_statistics.c2
-rw-r--r--cpukit/libcsupport/src/malloc_initialize.c2
-rw-r--r--cpukit/libcsupport/src/malloc_p.h2
-rw-r--r--cpukit/libcsupport/src/malloc_report_statistics.c2
-rw-r--r--cpukit/libcsupport/src/malloc_report_statistics_plugin.c2
-rw-r--r--cpukit/libcsupport/src/malloc_sbrk_helpers.c2
-rw-r--r--cpukit/libcsupport/src/malloc_statistics_helpers.c3
-rw-r--r--cpukit/libcsupport/src/malloc_walk.c2
-rw-r--r--cpukit/libcsupport/src/mallocfreespace.c2
-rw-r--r--cpukit/libcsupport/src/mallocgetheapptr.c2
-rw-r--r--cpukit/libcsupport/src/mallocinfo.c2
-rw-r--r--cpukit/libcsupport/src/mallocsetheapptr.c2
-rw-r--r--cpukit/libcsupport/src/mkdir.c2
-rw-r--r--cpukit/libcsupport/src/mkfifo.c2
-rw-r--r--cpukit/libcsupport/src/mknod.c2
-rw-r--r--cpukit/libcsupport/src/mount-mgr.c2
-rw-r--r--cpukit/libcsupport/src/mount.c2
-rw-r--r--cpukit/libcsupport/src/newlibc_exit.c2
-rw-r--r--cpukit/libcsupport/src/newlibc_init.c2
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c2
-rw-r--r--cpukit/libcsupport/src/open.c2
-rw-r--r--cpukit/libcsupport/src/open_dev_console.c2
-rw-r--r--cpukit/libcsupport/src/pathconf.c2
-rw-r--r--cpukit/libcsupport/src/pipe.c2
-rw-r--r--cpukit/libcsupport/src/posix_memalign.c2
-rw-r--r--cpukit/libcsupport/src/printk.c2
-rw-r--r--cpukit/libcsupport/src/printk_plugin.c2
-rw-r--r--cpukit/libcsupport/src/privateenv.c2
-rw-r--r--cpukit/libcsupport/src/putk.c2
-rw-r--r--cpukit/libcsupport/src/read.c2
-rw-r--r--cpukit/libcsupport/src/readdir_r.c2
-rw-r--r--cpukit/libcsupport/src/readlink.c2
-rw-r--r--cpukit/libcsupport/src/readv.c2
-rw-r--r--cpukit/libcsupport/src/realloc.c2
-rw-r--r--cpukit/libcsupport/src/rmdir.c2
-rw-r--r--cpukit/libcsupport/src/rtems_heap_extend.c2
-rw-r--r--cpukit/libcsupport/src/rtems_malloc.c2
-rw-r--r--cpukit/libcsupport/src/rtems_memalign.c2
-rw-r--r--cpukit/libcsupport/src/setegid.c4
-rw-r--r--cpukit/libcsupport/src/seteuid.c2
-rw-r--r--cpukit/libcsupport/src/setgid.c4
-rw-r--r--cpukit/libcsupport/src/setpgid.c4
-rw-r--r--cpukit/libcsupport/src/setsid.c4
-rw-r--r--cpukit/libcsupport/src/setuid.c2
-rw-r--r--cpukit/libcsupport/src/stat.c2
-rw-r--r--cpukit/libcsupport/src/statvfs.c2
-rw-r--r--cpukit/libcsupport/src/symlink.c2
-rw-r--r--cpukit/libcsupport/src/sync.c2
-rw-r--r--cpukit/libcsupport/src/tcdrain.c2
-rw-r--r--cpukit/libcsupport/src/tcflow.c2
-rw-r--r--cpukit/libcsupport/src/tcflush.c2
-rw-r--r--cpukit/libcsupport/src/tcgetattr.c2
-rw-r--r--cpukit/libcsupport/src/tcgetpgrp.c2
-rw-r--r--cpukit/libcsupport/src/tcsendbreak.c2
-rw-r--r--cpukit/libcsupport/src/tcsetattr.c2
-rw-r--r--cpukit/libcsupport/src/tcsetpgrp.c2
-rw-r--r--cpukit/libcsupport/src/termios.c2
-rw-r--r--cpukit/libcsupport/src/termios_baud2index.c2
-rw-r--r--cpukit/libcsupport/src/termios_baud2num.c2
-rw-r--r--cpukit/libcsupport/src/termios_baudtable.c2
-rw-r--r--cpukit/libcsupport/src/termios_num2baud.c2
-rw-r--r--cpukit/libcsupport/src/termios_setinitialbaud.c2
-rw-r--r--cpukit/libcsupport/src/termiosinitialize.c2
-rw-r--r--cpukit/libcsupport/src/truncate.c2
-rw-r--r--cpukit/libcsupport/src/ttyname.c3
-rw-r--r--cpukit/libcsupport/src/umask.c2
-rw-r--r--cpukit/libcsupport/src/unlink.c2
-rw-r--r--cpukit/libcsupport/src/unmount.c2
-rw-r--r--cpukit/libcsupport/src/utime.c2
-rw-r--r--cpukit/libcsupport/src/utimes.c2
-rw-r--r--cpukit/libcsupport/src/utsname.c4
-rw-r--r--cpukit/libcsupport/src/vprintk.c2
-rw-r--r--cpukit/libcsupport/src/write.c2
-rw-r--r--cpukit/libcsupport/src/write_r.c2
-rw-r--r--cpukit/libcsupport/src/writev.c2
-rw-r--r--cpukit/libfs/Makefile.am4
-rw-r--r--cpukit/libfs/README4
-rw-r--r--cpukit/libfs/src/defaults/default_chown.c2
-rw-r--r--cpukit/libfs/src/defaults/default_close.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fchmod.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fcntl.c2
-rw-r--r--cpukit/libfs/src/defaults/default_freenode.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fsmount.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fstat.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fsunmount.c2
-rw-r--r--cpukit/libfs/src/defaults/default_fsync.c2
-rw-r--r--cpukit/libfs/src/defaults/default_ftruncate.c2
-rw-r--r--cpukit/libfs/src/defaults/default_ioctl.c2
-rw-r--r--cpukit/libfs/src/defaults/default_link.c2
-rw-r--r--cpukit/libfs/src/defaults/default_lseek.c2
-rw-r--r--cpukit/libfs/src/defaults/default_mknod.c2
-rw-r--r--cpukit/libfs/src/defaults/default_mount.c2
-rw-r--r--cpukit/libfs/src/defaults/default_open.c2
-rw-r--r--cpukit/libfs/src/defaults/default_read.c2
-rw-r--r--cpukit/libfs/src/defaults/default_readlink.c2
-rw-r--r--cpukit/libfs/src/defaults/default_rename.c2
-rw-r--r--cpukit/libfs/src/defaults/default_rmnod.c2
-rw-r--r--cpukit/libfs/src/defaults/default_statvfs.c2
-rw-r--r--cpukit/libfs/src/defaults/default_symlink.c2
-rw-r--r--cpukit/libfs/src/defaults/default_unmount.c2
-rw-r--r--cpukit/libfs/src/defaults/default_utime.c2
-rw-r--r--cpukit/libfs/src/defaults/default_write.c2
-rw-r--r--cpukit/libfs/src/devfs/devclose.c2
-rw-r--r--cpukit/libfs/src/devfs/devfs_eval.c2
-rw-r--r--cpukit/libfs/src/devfs/devfs_init.c2
-rw-r--r--cpukit/libfs/src/devfs/devfs_mknod.c2
-rw-r--r--cpukit/libfs/src/devfs/devfs_node_type.c2
-rw-r--r--cpukit/libfs/src/devfs/devfs_show.c2
-rw-r--r--cpukit/libfs/src/devfs/devioctl.c2
-rw-r--r--cpukit/libfs/src/devfs/devopen.c2
-rw-r--r--cpukit/libfs/src/devfs/devread.c2
-rw-r--r--cpukit/libfs/src/devfs/devstat.c2
-rw-r--r--cpukit/libfs/src/devfs/devwrite.c2
-rw-r--r--cpukit/libfs/src/dosfs/dosfs.h2
-rw-r--r--cpukit/libfs/src/dosfs/fat.c2
-rw-r--r--cpukit/libfs/src/dosfs/fat.h2
-rw-r--r--cpukit/libfs/src/dosfs/fat_fat_operations.c2
-rw-r--r--cpukit/libfs/src/dosfs/fat_fat_operations.h2
-rw-r--r--cpukit/libfs/src/dosfs/fat_file.c2
-rw-r--r--cpukit/libfs/src/dosfs/fat_file.h2
-rw-r--r--cpukit/libfs/src/dosfs/msdos.h2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_create.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_dir.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_eval.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_file.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_free.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_fsunmount.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_handlers_dir.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_handlers_file.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_init.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_initsupp.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_misc.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_mknod.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_node_type.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_rename.c2
-rw-r--r--cpukit/libfs/src/dosfs/msdos_rmnod.c2
-rw-r--r--cpukit/libfs/src/imfs/deviceerrno.c2
-rw-r--r--cpukit/libfs/src/imfs/deviceio.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs.h2
-rw-r--r--cpukit/libfs/src/imfs/imfs_chown.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_config.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_creat.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_debug.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_directory.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_fchmod.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_fifo.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_fsunmount.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_device.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_directory.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_link.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_memfile.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_init.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_initsupp.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_link.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_load_tar.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_mknod.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_mount.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_ntype.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_readlink.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_rename.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_rmnod.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_stat.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_symlink.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_unmount.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_utime.c2
-rw-r--r--cpukit/libfs/src/imfs/ioman.c2
-rw-r--r--cpukit/libfs/src/imfs/memfile.c2
-rw-r--r--cpukit/libfs/src/imfs/miniimfs_init.c2
-rw-r--r--cpukit/libfs/src/nfsclient/Makefile.am4
-rw-r--r--cpukit/libfs/src/nfsclient/src/dirutils.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/librtemsNfs.h1
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfs.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfsTest.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/rpcio.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/rpcio.h1
-rw-r--r--cpukit/libfs/src/nfsclient/src/sock_mbuf.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/xdr_mbuf.c2
-rw-r--r--cpukit/libfs/src/pipe/fifo.c2
-rw-r--r--cpukit/libfs/src/pipe/pipe.c2
-rw-r--r--cpukit/libfs/src/pipe/pipe.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-block-pos.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-block.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-block.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-data.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-format.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-format.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-inode.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-inode.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-link.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-link.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-mutex.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-mutex.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-trace.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-trace.h2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs.h2
-rw-r--r--cpukit/libgnat/Makefile.am4
-rw-r--r--cpukit/libgnat/ada_intrsupp.c2
-rw-r--r--cpukit/libgnat/adasupp.c4
-rw-r--r--cpukit/libi2c/Makefile.am4
-rw-r--r--cpukit/libi2c/README_libi2c4
-rw-r--r--cpukit/libi2c/libi2c.c2
-rw-r--r--cpukit/libi2c/libi2c.h1
-rw-r--r--cpukit/libmd/Makefile.am4
-rw-r--r--cpukit/libmd/md4.h1
-rw-r--r--cpukit/libmd/md5.c1
-rw-r--r--cpukit/libmisc/README4
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline.h2
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline_get.c2
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline_getparam.c2
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c2
-rw-r--r--cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c2
-rw-r--r--cpukit/libmisc/capture/README4
-rw-r--r--cpukit/libmisc/capture/capture-cli.c2
-rw-r--r--cpukit/libmisc/capture/capture-cli.h2
-rw-r--r--cpukit/libmisc/capture/capture.c2
-rw-r--r--cpukit/libmisc/capture/capture.h2
-rw-r--r--cpukit/libmisc/cpuuse/README4
-rw-r--r--cpukit/libmisc/cpuuse/cpuusagedata.c2
-rw-r--r--cpukit/libmisc/cpuuse/cpuusagereport.c2
-rw-r--r--cpukit/libmisc/cpuuse/cpuusagereset.c2
-rw-r--r--cpukit/libmisc/cpuuse/cpuuse.h2
-rw-r--r--cpukit/libmisc/devnull/devnull.c2
-rw-r--r--cpukit/libmisc/devnull/devnull.h2
-rw-r--r--cpukit/libmisc/devnull/devzero.c2
-rw-r--r--cpukit/libmisc/devnull/devzero.h2
-rw-r--r--cpukit/libmisc/dummy/dummy-networking.c2
-rw-r--r--cpukit/libmisc/dummy/dummy.c2
-rw-r--r--cpukit/libmisc/dumpbuf/dumpbuf.c2
-rw-r--r--cpukit/libmisc/dumpbuf/dumpbuf.h2
-rw-r--r--cpukit/libmisc/fb/fb.h2
-rw-r--r--cpukit/libmisc/fb/mw_print.c2
-rw-r--r--cpukit/libmisc/fb/mw_uid.c2
-rw-r--r--cpukit/libmisc/fb/mw_uid.h2
-rw-r--r--cpukit/libmisc/monitor/README4
-rw-r--r--cpukit/libmisc/monitor/mon-command.c2
-rw-r--r--cpukit/libmisc/monitor/mon-config.c2
-rw-r--r--cpukit/libmisc/monitor/mon-driver.c2
-rw-r--r--cpukit/libmisc/monitor/mon-editor.c2
-rw-r--r--cpukit/libmisc/monitor/mon-extension.c2
-rw-r--r--cpukit/libmisc/monitor/mon-itask.c2
-rw-r--r--cpukit/libmisc/monitor/mon-manager.c2
-rw-r--r--cpukit/libmisc/monitor/mon-monitor.c2
-rw-r--r--cpukit/libmisc/monitor/mon-mpci.c2
-rw-r--r--cpukit/libmisc/monitor/mon-network.c2
-rw-r--r--cpukit/libmisc/monitor/mon-object.c2
-rw-r--r--cpukit/libmisc/monitor/mon-part.c2
-rw-r--r--cpukit/libmisc/monitor/mon-prmisc.c2
-rw-r--r--cpukit/libmisc/monitor/mon-queue.c4
-rw-r--r--cpukit/libmisc/monitor/mon-region.c2
-rw-r--r--cpukit/libmisc/monitor/mon-sema.c2
-rw-r--r--cpukit/libmisc/monitor/mon-server.c2
-rw-r--r--cpukit/libmisc/monitor/mon-symbols.c2
-rw-r--r--cpukit/libmisc/monitor/mon-task.c2
-rw-r--r--cpukit/libmisc/monitor/monitor.h3
-rw-r--r--cpukit/libmisc/monitor/symbols.h2
-rw-r--r--cpukit/libmisc/mouse/README4
-rw-r--r--cpukit/libmisc/mouse/mouse_parser.c2
-rw-r--r--cpukit/libmisc/mouse/mouse_parser.h2
-rw-r--r--cpukit/libmisc/mouse/serial_mouse.c2
-rw-r--r--cpukit/libmisc/mouse/serial_mouse.h2
-rw-r--r--cpukit/libmisc/serdbg/README4
-rw-r--r--cpukit/libmisc/serdbg/serdbg.c3
-rw-r--r--cpukit/libmisc/serdbg/serdbg.h3
-rw-r--r--cpukit/libmisc/serdbg/serdbgcnf.h3
-rw-r--r--cpukit/libmisc/serdbg/termios_printk.h3
-rw-r--r--cpukit/libmisc/serdbg/termios_printk_cnf.h3
-rw-r--r--cpukit/libmisc/shell/README4
-rw-r--r--cpukit/libmisc/shell/cat_file.c2
-rw-r--r--cpukit/libmisc/shell/cmds.c2
-rw-r--r--cpukit/libmisc/shell/internal.h2
-rw-r--r--cpukit/libmisc/shell/main_alias.c2
-rw-r--r--cpukit/libmisc/shell/main_blksync.c2
-rw-r--r--cpukit/libmisc/shell/main_cat.c2
-rw-r--r--cpukit/libmisc/shell/main_cd.c2
-rw-r--r--cpukit/libmisc/shell/main_chdir.c2
-rw-r--r--cpukit/libmisc/shell/main_chmod.c2
-rw-r--r--cpukit/libmisc/shell/main_chroot.c2
-rw-r--r--cpukit/libmisc/shell/main_cpuuse.c2
-rw-r--r--cpukit/libmisc/shell/main_date.c2
-rw-r--r--cpukit/libmisc/shell/main_debugrfs.c2
-rw-r--r--cpukit/libmisc/shell/main_dir.c2
-rw-r--r--cpukit/libmisc/shell/main_echo.c3
-rw-r--r--cpukit/libmisc/shell/main_exit.c2
-rw-r--r--cpukit/libmisc/shell/main_halt.c2
-rw-r--r--cpukit/libmisc/shell/main_help.c2
-rw-r--r--cpukit/libmisc/shell/main_id.c2
-rw-r--r--cpukit/libmisc/shell/main_ifconfig.c2
-rw-r--r--cpukit/libmisc/shell/main_logoff.c2
-rw-r--r--cpukit/libmisc/shell/main_mallocinfo.c2
-rw-r--r--cpukit/libmisc/shell/main_mfill.c2
-rw-r--r--cpukit/libmisc/shell/main_mkdir.c2
-rw-r--r--cpukit/libmisc/shell/main_mkrfs.c2
-rw-r--r--cpukit/libmisc/shell/main_mmove.c2
-rw-r--r--cpukit/libmisc/shell/main_mount.c2
-rw-r--r--cpukit/libmisc/shell/main_mount_nfs.c2
-rw-r--r--cpukit/libmisc/shell/main_msdosfmt.c2
-rw-r--r--cpukit/libmisc/shell/main_netstats.c2
-rw-r--r--cpukit/libmisc/shell/main_perioduse.c2
-rw-r--r--cpukit/libmisc/shell/main_pwd.c2
-rw-r--r--cpukit/libmisc/shell/main_rmdir.c2
-rw-r--r--cpukit/libmisc/shell/main_route.c2
-rw-r--r--cpukit/libmisc/shell/main_sleep.c2
-rw-r--r--cpukit/libmisc/shell/main_stackuse.c2
-rw-r--r--cpukit/libmisc/shell/main_time.c2
-rw-r--r--cpukit/libmisc/shell/main_tty.c2
-rw-r--r--cpukit/libmisc/shell/main_umask.c2
-rw-r--r--cpukit/libmisc/shell/main_unmount.c2
-rw-r--r--cpukit/libmisc/shell/main_whoami.c2
-rw-r--r--cpukit/libmisc/shell/main_wkspaceinfo.c2
-rw-r--r--cpukit/libmisc/shell/print_heapinfo.c2
-rw-r--r--cpukit/libmisc/shell/shell-wait-for-input.c2
-rw-r--r--cpukit/libmisc/shell/shell.c2
-rw-r--r--cpukit/libmisc/shell/shell.h2
-rw-r--r--cpukit/libmisc/shell/shell_cmdset.c2
-rw-r--r--cpukit/libmisc/shell/shell_getchar.c2
-rw-r--r--cpukit/libmisc/shell/shell_getprompt.c2
-rw-r--r--cpukit/libmisc/shell/shell_makeargs.c2
-rw-r--r--cpukit/libmisc/shell/shell_script.c2
-rw-r--r--cpukit/libmisc/shell/shellconfig.c2
-rw-r--r--cpukit/libmisc/shell/write_file.c2
-rw-r--r--cpukit/libmisc/stackchk/README4
-rw-r--r--cpukit/libmisc/stackchk/check.c2
-rw-r--r--cpukit/libmisc/stackchk/internal.h2
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h2
-rw-r--r--cpukit/libmisc/stringto/stringto.h2
-rw-r--r--cpukit/libmisc/stringto/stringtodouble.c2
-rw-r--r--cpukit/libmisc/stringto/stringtofloat.c2
-rw-r--r--cpukit/libmisc/stringto/stringtoint.c2
-rw-r--r--cpukit/libmisc/stringto/stringtolong.c2
-rw-r--r--cpukit/libmisc/stringto/stringtolongdouble.c2
-rw-r--r--cpukit/libmisc/stringto/stringtolonglong.c2
-rw-r--r--cpukit/libmisc/stringto/stringtopointer.c2
-rw-r--r--cpukit/libmisc/stringto/stringtounsignedchar.c2
-rw-r--r--cpukit/libmisc/stringto/stringtounsignedint.c2
-rw-r--r--cpukit/libmisc/stringto/stringtounsignedlong.c2
-rw-r--r--cpukit/libmisc/stringto/stringtounsignedlonglong.c2
-rw-r--r--cpukit/libmisc/untar/README2
-rw-r--r--cpukit/libmisc/untar/untar.c2
-rw-r--r--cpukit/libmisc/untar/untar.h2
-rw-r--r--cpukit/libnetworking/Makefile.am4
-rw-r--r--cpukit/libnetworking/README4
-rw-r--r--cpukit/libnetworking/arpa/ftp.h2
-rw-r--r--cpukit/libnetworking/arpa/inet.h3
-rw-r--r--cpukit/libnetworking/arpa/nameser.h3
-rw-r--r--cpukit/libnetworking/bpfilter.h4
-rw-r--r--cpukit/libnetworking/kern/kern_mib.c3
-rw-r--r--cpukit/libnetworking/kern/kern_subr.c1
-rw-r--r--cpukit/libnetworking/kern/uipc_domain.c1
-rw-r--r--cpukit/libnetworking/kern/uipc_mbuf.c1
-rw-r--r--cpukit/libnetworking/kern/uipc_socket.c1
-rw-r--r--cpukit/libnetworking/kern/uipc_socket2.c1
-rw-r--r--cpukit/libnetworking/lib/README4
-rw-r--r--cpukit/libnetworking/lib/ftpfs.c2
-rw-r--r--cpukit/libnetworking/lib/getprotoby.c4
-rw-r--r--cpukit/libnetworking/lib/rtems_bsdnet_ntp.c2
-rw-r--r--cpukit/libnetworking/lib/syslog.c2
-rw-r--r--cpukit/libnetworking/lib/tftpDriver.c2
-rw-r--r--cpukit/libnetworking/libc/byteorder.31
-rw-r--r--cpukit/libnetworking/libc/ethers.31
-rw-r--r--cpukit/libnetworking/libc/gethostbyname.31
-rw-r--r--cpukit/libnetworking/libc/gethostname.c4
-rw-r--r--cpukit/libnetworking/libc/getnetent.31
-rw-r--r--cpukit/libnetworking/libc/getproto.c2
-rw-r--r--cpukit/libnetworking/libc/getprotoent.31
-rw-r--r--cpukit/libnetworking/libc/getprotoent.c2
-rw-r--r--cpukit/libnetworking/libc/getprotoname.c2
-rw-r--r--cpukit/libnetworking/libc/getservbyname.c2
-rw-r--r--cpukit/libnetworking/libc/getservbyport.c2
-rw-r--r--cpukit/libnetworking/libc/getservent.31
-rw-r--r--cpukit/libnetworking/libc/getservent.c2
-rw-r--r--cpukit/libnetworking/libc/inet.31
-rw-r--r--cpukit/libnetworking/libc/inet_lnaof.c2
-rw-r--r--cpukit/libnetworking/libc/inet_makeaddr.c2
-rw-r--r--cpukit/libnetworking/libc/inet_netof.c2
-rw-r--r--cpukit/libnetworking/libc/inet_network.c2
-rw-r--r--cpukit/libnetworking/libc/inet_ntoa.c2
-rw-r--r--cpukit/libnetworking/libc/linkaddr.31
-rw-r--r--cpukit/libnetworking/libc/linkaddr.c2
-rw-r--r--cpukit/libnetworking/libc/ns.31
-rw-r--r--cpukit/libnetworking/libc/ns_addr.c2
-rw-r--r--cpukit/libnetworking/libc/ns_ntoa.c2
-rw-r--r--cpukit/libnetworking/libc/rcmd.31
-rw-r--r--cpukit/libnetworking/libc/rcmd.c2
-rw-r--r--cpukit/libnetworking/libc/recv.c2
-rw-r--r--cpukit/libnetworking/libc/res_config.h4
-rw-r--r--cpukit/libnetworking/libc/res_stubs.c2
-rw-r--r--cpukit/libnetworking/libc/resolver.31
-rw-r--r--cpukit/libnetworking/libc/send.c2
-rw-r--r--cpukit/libnetworking/libc/strsep.c2
-rw-r--r--cpukit/libnetworking/loop.h4
-rw-r--r--cpukit/libnetworking/machine/cpu.h4
-rw-r--r--cpukit/libnetworking/machine/cpufunc.h4
-rw-r--r--cpukit/libnetworking/machine/limits.h4
-rw-r--r--cpukit/libnetworking/machine/vmparam.h4
-rw-r--r--cpukit/libnetworking/net/bpf.h2
-rw-r--r--cpukit/libnetworking/net/ethernet.h3
-rw-r--r--cpukit/libnetworking/net/if.c3
-rw-r--r--cpukit/libnetworking/net/if.h3
-rw-r--r--cpukit/libnetworking/net/if_arp.h3
-rw-r--r--cpukit/libnetworking/net/if_dl.h3
-rw-r--r--cpukit/libnetworking/net/if_ethersubr.c3
-rw-r--r--cpukit/libnetworking/net/if_llc.h3
-rw-r--r--cpukit/libnetworking/net/if_loop.c3
-rw-r--r--cpukit/libnetworking/net/if_ppp.c2
-rw-r--r--cpukit/libnetworking/net/if_ppp.h3
-rw-r--r--cpukit/libnetworking/net/if_pppvar.h3
-rw-r--r--cpukit/libnetworking/net/if_types.h3
-rw-r--r--cpukit/libnetworking/net/if_var.h3
-rw-r--r--cpukit/libnetworking/net/netisr.h3
-rw-r--r--cpukit/libnetworking/net/ppp_comp.h3
-rw-r--r--cpukit/libnetworking/net/ppp_defs.h3
-rw-r--r--cpukit/libnetworking/net/ppp_tty.c2
-rw-r--r--cpukit/libnetworking/net/raw_cb.c3
-rw-r--r--cpukit/libnetworking/net/raw_cb.h3
-rw-r--r--cpukit/libnetworking/net/raw_usrreq.c3
-rw-r--r--cpukit/libnetworking/net/route.h3
-rw-r--r--cpukit/libnetworking/net/rtsock.c3
-rw-r--r--cpukit/libnetworking/netdb.h3
-rw-r--r--cpukit/libnetworking/netinet/icmp_var.h1
-rw-r--r--cpukit/libnetworking/netinet/if_ether.c3
-rw-r--r--cpukit/libnetworking/netinet/if_ether.h3
-rw-r--r--cpukit/libnetworking/netinet/igmp.c1
-rw-r--r--cpukit/libnetworking/netinet/in.h3
-rw-r--r--cpukit/libnetworking/netinet/in_cksum.c1
-rw-r--r--cpukit/libnetworking/netinet/in_cksum_i386.h2
-rw-r--r--cpukit/libnetworking/netinet/in_cksum_m68k.h1
-rw-r--r--cpukit/libnetworking/netinet/in_cksum_powerpc.h2
-rw-r--r--cpukit/libnetworking/netinet/in_pcb.c3
-rw-r--r--cpukit/libnetworking/netinet/in_pcb.h3
-rw-r--r--cpukit/libnetworking/netinet/in_rmx.c2
-rw-r--r--cpukit/libnetworking/netinet/in_systm.h3
-rw-r--r--cpukit/libnetworking/netinet/ip.h3
-rw-r--r--cpukit/libnetworking/netinet/ip_divert.c3
-rw-r--r--cpukit/libnetworking/netinet/ip_icmp.c3
-rw-r--r--cpukit/libnetworking/netinet/ip_icmp.h3
-rw-r--r--cpukit/libnetworking/netinet/ip_input.c1
-rw-r--r--cpukit/libnetworking/netinet/ip_mroute.c1
-rw-r--r--cpukit/libnetworking/netinet/ip_mroute.h3
-rw-r--r--cpukit/libnetworking/netinet/ip_output.c3
-rw-r--r--cpukit/libnetworking/netinet/ip_var.h3
-rw-r--r--cpukit/libnetworking/netinet/raw_ip.c3
-rw-r--r--cpukit/libnetworking/netinet/tcp.h3
-rw-r--r--cpukit/libnetworking/netinet/tcp_debug.c1
-rw-r--r--cpukit/libnetworking/netinet/tcp_debug.h3
-rw-r--r--cpukit/libnetworking/netinet/tcp_fsm.h1
-rw-r--r--cpukit/libnetworking/netinet/tcp_seq.h3
-rw-r--r--cpukit/libnetworking/netinet/tcp_subr.c3
-rw-r--r--cpukit/libnetworking/netinet/tcp_usrreq.c3
-rw-r--r--cpukit/libnetworking/netinet/tcpip.h3
-rw-r--r--cpukit/libnetworking/netinet/udp.h1
-rw-r--r--cpukit/libnetworking/netinet/udp_var.h3
-rw-r--r--cpukit/libnetworking/nfs/nfsproto.h3
-rw-r--r--cpukit/libnetworking/nfs/rpcv2.h3
-rw-r--r--cpukit/libnetworking/nfs/xdr_subs.h3
-rw-r--r--cpukit/libnetworking/nfsclient/nfsargs.h3
-rw-r--r--cpukit/libnetworking/nfsclient/nfsdiskless.h1
-rw-r--r--cpukit/libnetworking/opt_atalk.h4
-rw-r--r--cpukit/libnetworking/opt_bdg.h4
-rw-r--r--cpukit/libnetworking/opt_compat.h4
-rw-r--r--cpukit/libnetworking/opt_inet.h4
-rw-r--r--cpukit/libnetworking/opt_inet6.h4
-rw-r--r--cpukit/libnetworking/opt_ipfw.h4
-rw-r--r--cpukit/libnetworking/opt_ipsec.h4
-rw-r--r--cpukit/libnetworking/opt_ipx.h4
-rw-r--r--cpukit/libnetworking/opt_mac.h4
-rw-r--r--cpukit/libnetworking/opt_mrouting.h4
-rw-r--r--cpukit/libnetworking/opt_netgraph.h4
-rw-r--r--cpukit/libnetworking/opt_ppp.h1
-rw-r--r--cpukit/libnetworking/opt_tcpdebug.h4
-rw-r--r--cpukit/libnetworking/rtems/bsdnet/_types.h3
-rw-r--r--cpukit/libnetworking/rtems/bsdnet/servers.h3
-rw-r--r--cpukit/libnetworking/rtems/dhcp.h2
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h2
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_bootp.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet.h3
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_glue.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_malloc_mbuf.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_select.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showicmpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showifstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showipstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showmbuf.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showtcpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_socketpair.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_syscall.c4
-rw-r--r--cpukit/libnetworking/rtems/sghostname.c2
-rw-r--r--cpukit/libnetworking/rtems/tftp.h4
-rw-r--r--cpukit/libnetworking/sys/conf.h3
-rw-r--r--cpukit/libnetworking/sys/domain.h1
-rw-r--r--cpukit/libnetworking/sys/kernel.h1
-rw-r--r--cpukit/libnetworking/sys/libkern.h3
-rw-r--r--cpukit/libnetworking/sys/malloc.h1
-rw-r--r--cpukit/libnetworking/sys/mbuf.h3
-rw-r--r--cpukit/libnetworking/sys/mount.h3
-rw-r--r--cpukit/libnetworking/sys/proc.h2
-rw-r--r--cpukit/libnetworking/sys/reboot.h1
-rw-r--r--cpukit/libnetworking/sys/resourcevar.h4
-rw-r--r--cpukit/libnetworking/sys/select.h1
-rw-r--r--cpukit/libnetworking/sys/signalvar.h3
-rw-r--r--cpukit/libnetworking/sys/socket.h3
-rw-r--r--cpukit/libnetworking/sys/syslog.h3
-rw-r--r--cpukit/libnetworking/sys/systm.h3
-rw-r--r--cpukit/libnetworking/sys/ttydefaults.h1
-rw-r--r--cpukit/libnetworking/sys/ucred.h1
-rw-r--r--cpukit/libnetworking/sys/uio.h3
-rw-r--r--cpukit/libnetworking/sys/un.h3
-rw-r--r--cpukit/libnetworking/syslog.h4
-rw-r--r--cpukit/libnetworking/vm/vm_extern.h3
-rw-r--r--cpukit/libnetworking/vm/vm_kern.h3
-rw-r--r--cpukit/libnetworking/vm/vm_param.h3
-rw-r--r--cpukit/libqos/qreslib.h2
-rw-r--r--cpukit/librpc/Makefile.am4
-rw-r--r--cpukit/librpc/include/rpc/clnt.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_com.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h3
-rw-r--r--cpukit/librpc/src/rpc/rtems_rpc.c2
-rw-r--r--cpukit/mghttpd/mongoose.11
-rw-r--r--cpukit/mghttpd/mongoose.c2
-rw-r--r--cpukit/mghttpd/mongoose.h2
-rw-r--r--cpukit/posix/Makefile.am4
-rw-r--r--cpukit/posix/include/aio.h2
-rw-r--r--cpukit/posix/include/mqueue.h2
-rw-r--r--cpukit/posix/include/rtems/posix/aio_misc.h2
-rw-r--r--cpukit/posix/include/rtems/posix/barrier.h2
-rw-r--r--cpukit/posix/include/rtems/posix/cancel.h2
-rw-r--r--cpukit/posix/include/rtems/posix/cond.h2
-rw-r--r--cpukit/posix/include/rtems/posix/config.h2
-rw-r--r--cpukit/posix/include/rtems/posix/key.h2
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h2
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h2
-rw-r--r--cpukit/posix/include/rtems/posix/posixapi.h2
-rw-r--r--cpukit/posix/include/rtems/posix/priority.h2
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h2
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h2
-rw-r--r--cpukit/posix/include/rtems/posix/rwlock.h2
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h2
-rw-r--r--cpukit/posix/include/rtems/posix/sigset.h2
-rw-r--r--cpukit/posix/include/rtems/posix/spinlock.h2
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h2
-rw-r--r--cpukit/posix/include/rtems/posix/time.h2
-rw-r--r--cpukit/posix/include/rtems/posix/timer.h2
-rw-r--r--cpukit/posix/include/semaphore.h2
-rw-r--r--cpukit/posix/inline/rtems/posix/barrier.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/cond.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/key.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/mqueue.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/priority.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/pthread.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/rwlock.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/semaphore.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/spinlock.inl2
-rw-r--r--cpukit/posix/inline/rtems/posix/timer.inl2
-rw-r--r--cpukit/posix/src/README.mqueue4
-rw-r--r--cpukit/posix/src/_execve.c2
-rw-r--r--cpukit/posix/src/adjtime.c2
-rw-r--r--cpukit/posix/src/aio_cancel.c2
-rw-r--r--cpukit/posix/src/aio_error.c2
-rw-r--r--cpukit/posix/src/aio_fsync.c2
-rw-r--r--cpukit/posix/src/aio_misc.c2
-rw-r--r--cpukit/posix/src/aio_read.c2
-rw-r--r--cpukit/posix/src/aio_return.c2
-rw-r--r--cpukit/posix/src/aio_suspend.c2
-rw-r--r--cpukit/posix/src/aio_write.c2
-rw-r--r--cpukit/posix/src/alarm.c2
-rw-r--r--cpukit/posix/src/barrierattrdestroy.c2
-rw-r--r--cpukit/posix/src/barrierattrgetpshared.c2
-rw-r--r--cpukit/posix/src/barrierattrinit.c2
-rw-r--r--cpukit/posix/src/barrierattrsetpshared.c2
-rw-r--r--cpukit/posix/src/cancel.c2
-rw-r--r--cpukit/posix/src/canceleval.c2
-rw-r--r--cpukit/posix/src/cancelrun.c2
-rw-r--r--cpukit/posix/src/cleanuppop.c2
-rw-r--r--cpukit/posix/src/cleanuppush.c2
-rw-r--r--cpukit/posix/src/clockgetcpuclockid.c2
-rw-r--r--cpukit/posix/src/clockgetenableattr.c2
-rw-r--r--cpukit/posix/src/clockgetres.c6
-rw-r--r--cpukit/posix/src/clockgettime.c2
-rw-r--r--cpukit/posix/src/clocksetenableattr.c2
-rw-r--r--cpukit/posix/src/clocksettime.c2
-rw-r--r--cpukit/posix/src/cond.c2
-rw-r--r--cpukit/posix/src/condattrdestroy.c2
-rw-r--r--cpukit/posix/src/condattrgetpshared.c2
-rw-r--r--cpukit/posix/src/condattrinit.c2
-rw-r--r--cpukit/posix/src/condattrsetpshared.c2
-rw-r--r--cpukit/posix/src/condbroadcast.c2
-rw-r--r--cpukit/posix/src/conddefaultattributes.c2
-rw-r--r--cpukit/posix/src/conddestroy.c2
-rw-r--r--cpukit/posix/src/condget.c2
-rw-r--r--cpukit/posix/src/condinit.c2
-rw-r--r--cpukit/posix/src/condsignal.c2
-rw-r--r--cpukit/posix/src/condsignalsupp.c2
-rw-r--r--cpukit/posix/src/condtimedwait.c6
-rw-r--r--cpukit/posix/src/condwait.c2
-rw-r--r--cpukit/posix/src/condwaitsupp.c2
-rw-r--r--cpukit/posix/src/execl.c2
-rw-r--r--cpukit/posix/src/execle.c2
-rw-r--r--cpukit/posix/src/execlp.c2
-rw-r--r--cpukit/posix/src/execv.c2
-rw-r--r--cpukit/posix/src/execve.c2
-rw-r--r--cpukit/posix/src/execvp.c2
-rw-r--r--cpukit/posix/src/fork.c2
-rw-r--r--cpukit/posix/src/getitimer.c2
-rw-r--r--cpukit/posix/src/key.c2
-rw-r--r--cpukit/posix/src/keycreate.c2
-rw-r--r--cpukit/posix/src/keydelete.c2
-rw-r--r--cpukit/posix/src/keyfreememory.c2
-rw-r--r--cpukit/posix/src/keygetspecific.c2
-rw-r--r--cpukit/posix/src/keyrundestructors.c2
-rw-r--r--cpukit/posix/src/keysetspecific.c2
-rw-r--r--cpukit/posix/src/kill.c2
-rw-r--r--cpukit/posix/src/kill_r.c2
-rw-r--r--cpukit/posix/src/killinfo.c2
-rw-r--r--cpukit/posix/src/lio_listio.c2
-rw-r--r--cpukit/posix/src/mprotect.c2
-rw-r--r--cpukit/posix/src/mqueue.c2
-rw-r--r--cpukit/posix/src/mqueueclose.c2
-rw-r--r--cpukit/posix/src/mqueuecreatesupp.c2
-rw-r--r--cpukit/posix/src/mqueuedeletesupp.c2
-rw-r--r--cpukit/posix/src/mqueuegetattr.c2
-rw-r--r--cpukit/posix/src/mqueuenotify.c2
-rw-r--r--cpukit/posix/src/mqueueopen.c2
-rw-r--r--cpukit/posix/src/mqueuereceive.c2
-rw-r--r--cpukit/posix/src/mqueuerecvsupp.c2
-rw-r--r--cpukit/posix/src/mqueuesend.c2
-rw-r--r--cpukit/posix/src/mqueuesendsupp.c2
-rw-r--r--cpukit/posix/src/mqueuesetattr.c2
-rw-r--r--cpukit/posix/src/mqueuetimedreceive.c2
-rw-r--r--cpukit/posix/src/mqueuetimedsend.c2
-rw-r--r--cpukit/posix/src/mqueuetranslatereturncode.c2
-rw-r--r--cpukit/posix/src/mqueueunlink.c2
-rw-r--r--cpukit/posix/src/mutex.c2
-rw-r--r--cpukit/posix/src/mutexattrdestroy.c2
-rw-r--r--cpukit/posix/src/mutexattrgetprioceiling.c2
-rw-r--r--cpukit/posix/src/mutexattrgetprotocol.c2
-rw-r--r--cpukit/posix/src/mutexattrgetpshared.c2
-rw-r--r--cpukit/posix/src/mutexattrgettype.c2
-rw-r--r--cpukit/posix/src/mutexattrinit.c2
-rw-r--r--cpukit/posix/src/mutexattrsetprioceiling.c2
-rw-r--r--cpukit/posix/src/mutexattrsetprotocol.c2
-rw-r--r--cpukit/posix/src/mutexattrsetpshared.c2
-rw-r--r--cpukit/posix/src/mutexattrsettype.c2
-rw-r--r--cpukit/posix/src/mutexdestroy.c2
-rw-r--r--cpukit/posix/src/mutexget.c2
-rw-r--r--cpukit/posix/src/mutexgetprioceiling.c2
-rw-r--r--cpukit/posix/src/mutexinit.c2
-rw-r--r--cpukit/posix/src/mutexlock.c2
-rw-r--r--cpukit/posix/src/mutexlocksupp.c2
-rw-r--r--cpukit/posix/src/mutexsetprioceiling.c2
-rw-r--r--cpukit/posix/src/mutextimedlock.c2
-rw-r--r--cpukit/posix/src/mutextranslatereturncode.c2
-rw-r--r--cpukit/posix/src/mutextrylock.c2
-rw-r--r--cpukit/posix/src/mutexunlock.c2
-rw-r--r--cpukit/posix/src/nanosleep.c2
-rw-r--r--cpukit/posix/src/pause.c2
-rw-r--r--cpukit/posix/src/pbarrier.c2
-rw-r--r--cpukit/posix/src/pbarrierdestroy.c2
-rw-r--r--cpukit/posix/src/pbarrierinit.c2
-rw-r--r--cpukit/posix/src/pbarriertranslatereturncode.c2
-rw-r--r--cpukit/posix/src/pbarrierwait.c2
-rw-r--r--cpukit/posix/src/posixtimespecabsolutetimeout.c2
-rw-r--r--cpukit/posix/src/prwlock.c2
-rw-r--r--cpukit/posix/src/prwlockdestroy.c2
-rw-r--r--cpukit/posix/src/prwlockinit.c2
-rw-r--r--cpukit/posix/src/prwlockrdlock.c2
-rw-r--r--cpukit/posix/src/prwlocktimedrdlock.c2
-rw-r--r--cpukit/posix/src/prwlocktimedwrlock.c2
-rw-r--r--cpukit/posix/src/prwlocktranslatereturncode.c2
-rw-r--r--cpukit/posix/src/prwlocktryrdlock.c2
-rw-r--r--cpukit/posix/src/prwlocktrywrlock.c2
-rw-r--r--cpukit/posix/src/prwlockunlock.c2
-rw-r--r--cpukit/posix/src/prwlockwrlock.c2
-rw-r--r--cpukit/posix/src/psignal.c2
-rw-r--r--cpukit/posix/src/psignalchecksignal.c2
-rw-r--r--cpukit/posix/src/psignalclearprocesssignals.c2
-rw-r--r--cpukit/posix/src/psignalclearsignals.c2
-rw-r--r--cpukit/posix/src/psignalsetprocesssignals.c2
-rw-r--r--cpukit/posix/src/psignalunblockthread.c2
-rw-r--r--cpukit/posix/src/pspin.c2
-rw-r--r--cpukit/posix/src/pspindestroy.c2
-rw-r--r--cpukit/posix/src/pspininit.c2
-rw-r--r--cpukit/posix/src/pspinlock.c2
-rw-r--r--cpukit/posix/src/pspinlocktranslatereturncode.c2
-rw-r--r--cpukit/posix/src/pspintrylock.c2
-rw-r--r--cpukit/posix/src/pspinunlock.c2
-rw-r--r--cpukit/posix/src/psxnametoid.c2
-rw-r--r--cpukit/posix/src/psxpriorityisvalid.c2
-rw-r--r--cpukit/posix/src/psxtransschedparam.c2
-rw-r--r--cpukit/posix/src/pthread.c2
-rw-r--r--cpukit/posix/src/pthreadatfork.c2
-rw-r--r--cpukit/posix/src/pthreadattrdestroy.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetdetachstate.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetguardsize.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetinheritsched.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetschedparam.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetschedpolicy.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetscope.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetstack.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetstackaddr.c2
-rw-r--r--cpukit/posix/src/pthreadattrgetstacksize.c2
-rw-r--r--cpukit/posix/src/pthreadattrinit.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetdetachstate.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetguardsize.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetinheritsched.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetschedparam.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetschedpolicy.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetscope.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetstack.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetstackaddr.c2
-rw-r--r--cpukit/posix/src/pthreadattrsetstacksize.c2
-rw-r--r--cpukit/posix/src/pthreadcreate.c2
-rw-r--r--cpukit/posix/src/pthreaddetach.c2
-rw-r--r--cpukit/posix/src/pthreadequal.c2
-rw-r--r--cpukit/posix/src/pthreadexit.c2
-rw-r--r--cpukit/posix/src/pthreadgetcpuclockid.c2
-rw-r--r--cpukit/posix/src/pthreadgetschedparam.c2
-rw-r--r--cpukit/posix/src/pthreadinitthreads.c2
-rw-r--r--cpukit/posix/src/pthreadjoin.c2
-rw-r--r--cpukit/posix/src/pthreadkill.c2
-rw-r--r--cpukit/posix/src/pthreadonce.c2
-rw-r--r--cpukit/posix/src/pthreadself.c2
-rw-r--r--cpukit/posix/src/pthreadsetschedparam.c2
-rw-r--r--cpukit/posix/src/pthreadsigmask.c2
-rw-r--r--cpukit/posix/src/rwlockattrdestroy.c2
-rw-r--r--cpukit/posix/src/rwlockattrgetpshared.c2
-rw-r--r--cpukit/posix/src/rwlockattrinit.c2
-rw-r--r--cpukit/posix/src/rwlockattrsetpshared.c2
-rw-r--r--cpukit/posix/src/sched_getparam.c2
-rw-r--r--cpukit/posix/src/sched_getprioritymax.c2
-rw-r--r--cpukit/posix/src/sched_getprioritymin.c2
-rw-r--r--cpukit/posix/src/sched_getscheduler.c2
-rw-r--r--cpukit/posix/src/sched_rr_get_interval.c2
-rw-r--r--cpukit/posix/src/sched_setparam.c2
-rw-r--r--cpukit/posix/src/sched_setscheduler.c2
-rw-r--r--cpukit/posix/src/sched_yield.c2
-rw-r--r--cpukit/posix/src/semaphore.c2
-rw-r--r--cpukit/posix/src/semaphorecreatesupp.c2
-rw-r--r--cpukit/posix/src/semaphoredeletesupp.c2
-rw-r--r--cpukit/posix/src/semaphoretranslatereturncode.c2
-rw-r--r--cpukit/posix/src/semaphorewaitsupp.c2
-rw-r--r--cpukit/posix/src/semclose.c2
-rw-r--r--cpukit/posix/src/semdestroy.c2
-rw-r--r--cpukit/posix/src/semgetvalue.c2
-rw-r--r--cpukit/posix/src/seminit.c2
-rw-r--r--cpukit/posix/src/semopen.c2
-rw-r--r--cpukit/posix/src/sempost.c2
-rw-r--r--cpukit/posix/src/semtimedwait.c2
-rw-r--r--cpukit/posix/src/semtrywait.c2
-rw-r--r--cpukit/posix/src/semunlink.c2
-rw-r--r--cpukit/posix/src/semwait.c2
-rw-r--r--cpukit/posix/src/setcancelstate.c2
-rw-r--r--cpukit/posix/src/setcanceltype.c2
-rw-r--r--cpukit/posix/src/setitimer.c2
-rw-r--r--cpukit/posix/src/sigaction.c2
-rw-r--r--cpukit/posix/src/sigaddset.c2
-rw-r--r--cpukit/posix/src/sigdelset.c2
-rw-r--r--cpukit/posix/src/sigemptyset.c2
-rw-r--r--cpukit/posix/src/sigfillset.c2
-rw-r--r--cpukit/posix/src/sigismember.c2
-rw-r--r--cpukit/posix/src/signal_2.c2
-rw-r--r--cpukit/posix/src/sigpending.c2
-rw-r--r--cpukit/posix/src/sigprocmask.c2
-rw-r--r--cpukit/posix/src/sigqueue.c2
-rw-r--r--cpukit/posix/src/sigsuspend.c2
-rw-r--r--cpukit/posix/src/sigtimedwait.c2
-rw-r--r--cpukit/posix/src/sigwait.c2
-rw-r--r--cpukit/posix/src/sigwaitinfo.c2
-rw-r--r--cpukit/posix/src/sysconf.c2
-rw-r--r--cpukit/posix/src/testcancel.c2
-rw-r--r--cpukit/posix/src/timercreate.c2
-rw-r--r--cpukit/posix/src/timerdelete.c2
-rw-r--r--cpukit/posix/src/timergetoverrun.c2
-rw-r--r--cpukit/posix/src/timergettime.c2
-rw-r--r--cpukit/posix/src/timerinserthelper.c2
-rw-r--r--cpukit/posix/src/timersettime.c2
-rw-r--r--cpukit/posix/src/timertsr.c2
-rw-r--r--cpukit/posix/src/ualarm.c2
-rw-r--r--cpukit/posix/src/vfork.c2
-rw-r--r--cpukit/posix/src/wait.c2
-rw-r--r--cpukit/posix/src/waitpid.c2
-rw-r--r--cpukit/rtems/Makefile.am4
-rw-r--r--cpukit/rtems/include/rtems.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/asr.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/attr.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/barrier.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/barriermp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/config.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/dpmem.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/event.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/eventmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/eventset.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/intr.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/message.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/modes.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/mp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/object.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/options.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/part.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/partmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/region.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/regionmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/rtemsapi.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/semmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/signal.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/signalmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/smp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/status.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/taskmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/timer.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/asr.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/attr.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/barrier.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/dpmem.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/event.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/eventset.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/message.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/modes.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/options.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/part.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/ratemon.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/region.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/sem.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/status.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/support.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/tasks.inl2
-rw-r--r--cpukit/rtems/inline/rtems/rtems/timer.inl2
-rw-r--r--cpukit/rtems/mainpage.h2
-rw-r--r--cpukit/rtems/src/barrier.c2
-rw-r--r--cpukit/rtems/src/barriercreate.c2
-rw-r--r--cpukit/rtems/src/barrierdata.c2
-rw-r--r--cpukit/rtems/src/barrierdelete.c2
-rw-r--r--cpukit/rtems/src/barrierident.c2
-rw-r--r--cpukit/rtems/src/barrierrelease.c2
-rw-r--r--cpukit/rtems/src/barriertranslatereturncode.c2
-rw-r--r--cpukit/rtems/src/barrierwait.c2
-rw-r--r--cpukit/rtems/src/clockget.c2
-rw-r--r--cpukit/rtems/src/clockgetsecondssinceepoch.c2
-rw-r--r--cpukit/rtems/src/clockgettickspersecond.c2
-rw-r--r--cpukit/rtems/src/clockgettickssinceboot.c2
-rw-r--r--cpukit/rtems/src/clockgettod.c2
-rw-r--r--cpukit/rtems/src/clockgettodtimeval.c2
-rw-r--r--cpukit/rtems/src/clockgetuptime.c2
-rw-r--r--cpukit/rtems/src/clockset.c2
-rw-r--r--cpukit/rtems/src/clocksetnsecshandler.c2
-rw-r--r--cpukit/rtems/src/clocktick.c2
-rw-r--r--cpukit/rtems/src/clocktodtoseconds.c2
-rw-r--r--cpukit/rtems/src/clocktodvalidate.c2
-rw-r--r--cpukit/rtems/src/dpmem.c2
-rw-r--r--cpukit/rtems/src/dpmemcreate.c2
-rw-r--r--cpukit/rtems/src/dpmemdata.c2
-rw-r--r--cpukit/rtems/src/dpmemdelete.c2
-rw-r--r--cpukit/rtems/src/dpmemexternal2internal.c2
-rw-r--r--cpukit/rtems/src/dpmemident.c2
-rw-r--r--cpukit/rtems/src/dpmeminternal2external.c2
-rw-r--r--cpukit/rtems/src/event.c2
-rw-r--r--cpukit/rtems/src/eventdata.c2
-rw-r--r--cpukit/rtems/src/eventmp.c2
-rw-r--r--cpukit/rtems/src/eventreceive.c2
-rw-r--r--cpukit/rtems/src/eventseize.c2
-rw-r--r--cpukit/rtems/src/eventsend.c2
-rw-r--r--cpukit/rtems/src/eventsurrender.c2
-rw-r--r--cpukit/rtems/src/eventtimeout.c2
-rw-r--r--cpukit/rtems/src/intrbody.c2
-rw-r--r--cpukit/rtems/src/intrcatch.c2
-rw-r--r--cpukit/rtems/src/mp.c2
-rw-r--r--cpukit/rtems/src/msg.c2
-rw-r--r--cpukit/rtems/src/msgdata.c2
-rw-r--r--cpukit/rtems/src/msgmp.c2
-rw-r--r--cpukit/rtems/src/msgqallocate.c2
-rw-r--r--cpukit/rtems/src/msgqbroadcast.c2
-rw-r--r--cpukit/rtems/src/msgqcreate.c2
-rw-r--r--cpukit/rtems/src/msgqdelete.c2
-rw-r--r--cpukit/rtems/src/msgqflush.c2
-rw-r--r--cpukit/rtems/src/msgqgetnumberpending.c2
-rw-r--r--cpukit/rtems/src/msgqident.c2
-rw-r--r--cpukit/rtems/src/msgqreceive.c2
-rw-r--r--cpukit/rtems/src/msgqsend.c2
-rw-r--r--cpukit/rtems/src/msgqtranslatereturncode.c2
-rw-r--r--cpukit/rtems/src/msgqurgent.c2
-rw-r--r--cpukit/rtems/src/part.c2
-rw-r--r--cpukit/rtems/src/partcreate.c2
-rw-r--r--cpukit/rtems/src/partdata.c2
-rw-r--r--cpukit/rtems/src/partdelete.c2
-rw-r--r--cpukit/rtems/src/partgetbuffer.c2
-rw-r--r--cpukit/rtems/src/partident.c2
-rw-r--r--cpukit/rtems/src/partmp.c2
-rw-r--r--cpukit/rtems/src/partreturnbuffer.c2
-rw-r--r--cpukit/rtems/src/ratemon.c2
-rw-r--r--cpukit/rtems/src/ratemoncancel.c2
-rw-r--r--cpukit/rtems/src/ratemoncreate.c2
-rw-r--r--cpukit/rtems/src/ratemondata.c2
-rw-r--r--cpukit/rtems/src/ratemondelete.c2
-rw-r--r--cpukit/rtems/src/ratemongetstatistics.c2
-rw-r--r--cpukit/rtems/src/ratemongetstatus.c2
-rw-r--r--cpukit/rtems/src/ratemonident.c2
-rw-r--r--cpukit/rtems/src/ratemonperiod.c2
-rw-r--r--cpukit/rtems/src/ratemonreportstatistics.c2
-rw-r--r--cpukit/rtems/src/ratemonresetall.c2
-rw-r--r--cpukit/rtems/src/ratemonresetstatistics.c2
-rw-r--r--cpukit/rtems/src/ratemontimeout.c2
-rw-r--r--cpukit/rtems/src/region.c2
-rw-r--r--cpukit/rtems/src/regioncreate.c2
-rw-r--r--cpukit/rtems/src/regiondata.c2
-rw-r--r--cpukit/rtems/src/regiondelete.c2
-rw-r--r--cpukit/rtems/src/regionextend.c2
-rw-r--r--cpukit/rtems/src/regiongetfreeinfo.c2
-rw-r--r--cpukit/rtems/src/regiongetinfo.c2
-rw-r--r--cpukit/rtems/src/regiongetsegment.c2
-rw-r--r--cpukit/rtems/src/regiongetsegmentsize.c2
-rw-r--r--cpukit/rtems/src/regionident.c2
-rw-r--r--cpukit/rtems/src/regionmp.c2
-rw-r--r--cpukit/rtems/src/regionprocessqueue.c2
-rw-r--r--cpukit/rtems/src/regionresizesegment.c2
-rw-r--r--cpukit/rtems/src/regionreturnsegment.c2
-rw-r--r--cpukit/rtems/src/rtclock.c2
-rw-r--r--cpukit/rtems/src/rtemsbuildid.c2
-rw-r--r--cpukit/rtems/src/rtemsbuildname.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectapimaximumclass.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectapiminimumclass.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectgetapiclassname.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectgetapiname.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectgetclassicname.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectgetclassinfo.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectgetname.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidapimaximum.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidapiminimum.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidgetapi.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidgetclass.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidgetindex.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectidgetnode.c2
-rw-r--r--cpukit/rtems/src/rtemsobjectsetname.c2
-rw-r--r--cpukit/rtems/src/rtemstimer.c2
-rw-r--r--cpukit/rtems/src/rtemstimerdata.c2
-rw-r--r--cpukit/rtems/src/sem.c2
-rw-r--r--cpukit/rtems/src/semcreate.c2
-rw-r--r--cpukit/rtems/src/semdata.c2
-rw-r--r--cpukit/rtems/src/semdelete.c2
-rw-r--r--cpukit/rtems/src/semflush.c2
-rw-r--r--cpukit/rtems/src/semident.c2
-rw-r--r--cpukit/rtems/src/semmp.c2
-rw-r--r--cpukit/rtems/src/semobtain.c2
-rw-r--r--cpukit/rtems/src/semrelease.c2
-rw-r--r--cpukit/rtems/src/semtranslatereturncode.c2
-rw-r--r--cpukit/rtems/src/signal.c2
-rw-r--r--cpukit/rtems/src/signalcatch.c2
-rw-r--r--cpukit/rtems/src/signalmp.c2
-rw-r--r--cpukit/rtems/src/signalsend.c2
-rw-r--r--cpukit/rtems/src/status.c2
-rw-r--r--cpukit/rtems/src/taskcreate.c2
-rw-r--r--cpukit/rtems/src/taskdata.c2
-rw-r--r--cpukit/rtems/src/taskdelete.c2
-rw-r--r--cpukit/rtems/src/taskgetnote.c2
-rw-r--r--cpukit/rtems/src/taskident.c2
-rw-r--r--cpukit/rtems/src/taskinitusers.c2
-rw-r--r--cpukit/rtems/src/taskissuspended.c2
-rw-r--r--cpukit/rtems/src/taskmode.c2
-rw-r--r--cpukit/rtems/src/taskmp.c2
-rw-r--r--cpukit/rtems/src/taskrestart.c2
-rw-r--r--cpukit/rtems/src/taskresume.c2
-rw-r--r--cpukit/rtems/src/tasks.c2
-rw-r--r--cpukit/rtems/src/taskself.c2
-rw-r--r--cpukit/rtems/src/tasksetnote.c2
-rw-r--r--cpukit/rtems/src/tasksetpriority.c2
-rw-r--r--cpukit/rtems/src/taskstart.c2
-rw-r--r--cpukit/rtems/src/tasksuspend.c2
-rw-r--r--cpukit/rtems/src/taskvariable_invoke_dtor.c2
-rw-r--r--cpukit/rtems/src/taskvariableadd.c2
-rw-r--r--cpukit/rtems/src/taskvariabledelete.c2
-rw-r--r--cpukit/rtems/src/taskvariableget.c2
-rw-r--r--cpukit/rtems/src/taskwakeafter.c2
-rw-r--r--cpukit/rtems/src/taskwakewhen.c2
-rw-r--r--cpukit/rtems/src/timercancel.c2
-rw-r--r--cpukit/rtems/src/timercreate.c2
-rw-r--r--cpukit/rtems/src/timerdelete.c2
-rw-r--r--cpukit/rtems/src/timerfireafter.c2
-rw-r--r--cpukit/rtems/src/timerfirewhen.c2
-rw-r--r--cpukit/rtems/src/timergetinfo.c2
-rw-r--r--cpukit/rtems/src/timerident.c2
-rw-r--r--cpukit/rtems/src/timerreset.c2
-rw-r--r--cpukit/rtems/src/timerserver.c2
-rw-r--r--cpukit/rtems/src/timerserverfireafter.c2
-rw-r--r--cpukit/rtems/src/timerserverfirewhen.c2
-rw-r--r--cpukit/rtems/src/workspace.c2
-rw-r--r--cpukit/sapi/Makefile.am4
-rw-r--r--cpukit/sapi/include/confdefs.h2
-rw-r--r--cpukit/sapi/include/rtems/README4
-rw-r--r--cpukit/sapi/include/rtems/cbs.h2
-rw-r--r--cpukit/sapi/include/rtems/chain.h2
-rw-r--r--cpukit/sapi/include/rtems/config.h2
-rw-r--r--cpukit/sapi/include/rtems/extension.h2
-rw-r--r--cpukit/sapi/include/rtems/fatal.h2
-rw-r--r--cpukit/sapi/include/rtems/init.h2
-rw-r--r--cpukit/sapi/include/rtems/io.h2
-rw-r--r--cpukit/sapi/include/rtems/mptables.h2
-rw-r--r--cpukit/sapi/include/rtems/rbtree.h2
-rw-r--r--cpukit/sapi/include/rtems/sptables.h2
-rw-r--r--cpukit/sapi/inline/rtems/cbs.inl2
-rw-r--r--cpukit/sapi/inline/rtems/chain.inl2
-rw-r--r--cpukit/sapi/inline/rtems/extension.inl2
-rw-r--r--cpukit/sapi/src/debug.c2
-rw-r--r--cpukit/sapi/src/exinit.c2
-rw-r--r--cpukit/sapi/src/exshutdown.c2
-rw-r--r--cpukit/sapi/src/extension.c2
-rw-r--r--cpukit/sapi/src/extensioncreate.c2
-rw-r--r--cpukit/sapi/src/extensiondata.c2
-rw-r--r--cpukit/sapi/src/extensiondelete.c2
-rw-r--r--cpukit/sapi/src/extensionident.c2
-rw-r--r--cpukit/sapi/src/fatal.c2
-rw-r--r--cpukit/sapi/src/getversionstring.c2
-rw-r--r--cpukit/sapi/src/io.c2
-rw-r--r--cpukit/sapi/src/ioclose.c2
-rw-r--r--cpukit/sapi/src/iocontrol.c2
-rw-r--r--cpukit/sapi/src/iodata.c2
-rw-r--r--cpukit/sapi/src/ioinitialize.c2
-rw-r--r--cpukit/sapi/src/ioopen.c2
-rw-r--r--cpukit/sapi/src/ioread.c2
-rw-r--r--cpukit/sapi/src/ioregisterdriver.c2
-rw-r--r--cpukit/sapi/src/iounregisterdriver.c2
-rw-r--r--cpukit/sapi/src/iowrite.c2
-rw-r--r--cpukit/sapi/src/posixapi.c2
-rw-r--r--cpukit/sapi/src/rtemsapi.c2
-rw-r--r--cpukit/score/Makefile.am4
-rw-r--r--cpukit/score/cpu/Makefile.am4
-rw-r--r--cpukit/score/cpu/arm/Makefile.am3
-rw-r--r--cpukit/score/cpu/arm/arm_exc_handler_high.c2
-rw-r--r--cpukit/score/cpu/arm/arm_exc_handler_low.S2
-rw-r--r--cpukit/score/cpu/arm/cpu.c2
-rw-r--r--cpukit/score/cpu/arm/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/arm.h2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/armv7m.h2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/avr/Makefile.am4
-rw-r--r--cpukit/score/cpu/avr/avr/boot.h1
-rw-r--r--cpukit/score/cpu/avr/avr/common.h1
-rw-r--r--cpukit/score/cpu/avr/avr/crc16.h1
-rw-r--r--cpukit/score/cpu/avr/avr/delay.h1
-rw-r--r--cpukit/score/cpu/avr/avr/eeprom.h1
-rw-r--r--cpukit/score/cpu/avr/avr/fuse.h1
-rw-r--r--cpukit/score/cpu/avr/avr/interrupt.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io1200.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io2313.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io2323.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io2333.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io2343.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io43u32x.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io43u35x.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io4414.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io4433.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io4434.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io76c711.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io8515.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io8534.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io8535.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm216.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm2b.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm316.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm3b.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwm81.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90pwmx.h1
-rw-r--r--cpukit/score/cpu/avr/avr/io90scr100.h1
-rw-r--r--cpukit/score/cpu/avr/avr/ioa6289.h1
-rw-r--r--cpukit/score/cpu/avr/avr/ioat94k.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iocan128.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iocan32.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iocan64.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iocanxx.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom103.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom128.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom1280.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom1281.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom1284p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom128rfa1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom161.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom162.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom163.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom164.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom165.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom165p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom168.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom168p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom169.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom169p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom169pa.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16hva.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16hva2.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16hvb.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16m1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16u2.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom16u4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom2560.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom2561.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom323.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom324.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom324pa.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom325.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom3250.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom328p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32c1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32hvb.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32m1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32u2.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32u4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom32u6.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom406.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom48.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom48p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom64.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom640.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom644.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom644p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom644pa.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom645.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom6450.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom649p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom64c1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom64hve.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom64m1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom8.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom8515.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom8535.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom88.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom88p.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom88pa.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom8hva.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iom8u2.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iomx8.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iomxx0_1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iomxx4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iomxxhva.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn11.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn12.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn13.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn13a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn15.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn167.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn22.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn2313.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn2313a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn24.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn24a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn25.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn26.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn261.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn261a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn28.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn4313.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn43u.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn44.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn44a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn45.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn461.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn461a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn48.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn84.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn85.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn861.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn861a.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn87.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotn88.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotnx4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotnx5.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iotnx61.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb1286.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb1287.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb162.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb646.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb647.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousb82.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousbxx2.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iousbxx6_7.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox128a1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox128a3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox128d3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox16a4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox16d4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox192a3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox192d3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox256a3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox256a3b.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox256d3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox32a4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox32d4.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox64a1.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox64a3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/iox64d3.h1
-rw-r--r--cpukit/score/cpu/avr/avr/lock.h1
-rw-r--r--cpukit/score/cpu/avr/avr/parity.h1
-rw-r--r--cpukit/score/cpu/avr/avr/pgmspace.h1
-rw-r--r--cpukit/score/cpu/avr/avr/portpins.h1
-rw-r--r--cpukit/score/cpu/avr/avr/power.h1
-rw-r--r--cpukit/score/cpu/avr/avr/sfr_defs.h1
-rw-r--r--cpukit/score/cpu/avr/avr/signal.h1
-rw-r--r--cpukit/score/cpu/avr/avr/signature.h1
-rw-r--r--cpukit/score/cpu/avr/avr/sleep.h1
-rw-r--r--cpukit/score/cpu/avr/avr/version.h1
-rw-r--r--cpukit/score/cpu/avr/avr/wdt.h1
-rw-r--r--cpukit/score/cpu/avr/cpu.c2
-rw-r--r--cpukit/score/cpu/avr/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/avr/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/avr/rtems/score/avr.h2
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/avr/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/bfin/Makefile.am4
-rw-r--r--cpukit/score/cpu/bfin/cpu.c2
-rw-r--r--cpukit/score/cpu/bfin/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/bfin/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/bfin/bf52x.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/bfin/bf533.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/bfin/bfin.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/bfin.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/h8300/Makefile.am4
-rw-r--r--cpukit/score/cpu/h8300/README4
-rw-r--r--cpukit/score/cpu/h8300/cpu.c2
-rw-r--r--cpukit/score/cpu/h8300/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/h8300/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/h8300.h2
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/i386/Makefile.am4
-rw-r--r--cpukit/score/cpu/i386/cpu.c2
-rw-r--r--cpukit/score/cpu/i386/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/i386/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/i386.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/idtr.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/interrupts.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/registers.h2
-rw-r--r--cpukit/score/cpu/i386/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/i386/sse_test.c2
-rw-r--r--cpukit/score/cpu/lm32/Makefile.am4
-rw-r--r--cpukit/score/cpu/lm32/cpu.c2
-rw-r--r--cpukit/score/cpu/lm32/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/lm32/irq.c2
-rw-r--r--cpukit/score/cpu/lm32/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/lm32.h2
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/m32c/Makefile.am4
-rw-r--r--cpukit/score/cpu/m32c/context_init.c2
-rw-r--r--cpukit/score/cpu/m32c/context_switch.S2
-rw-r--r--cpukit/score/cpu/m32c/cpu.c2
-rw-r--r--cpukit/score/cpu/m32c/cpu_asm.c2
-rw-r--r--cpukit/score/cpu/m32c/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/m32c.h2
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/m32r/Makefile.am4
-rw-r--r--cpukit/score/cpu/m32r/context_init.c2
-rw-r--r--cpukit/score/cpu/m32r/context_switch.S2
-rw-r--r--cpukit/score/cpu/m32r/cpu.c2
-rw-r--r--cpukit/score/cpu/m32r/cpu_asm.c2
-rw-r--r--cpukit/score/cpu/m32r/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/m32r/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/m32r/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/m32r/rtems/score/m32r.h2
-rw-r--r--cpukit/score/cpu/m32r/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/m68k/Makefile.am4
-rw-r--r--cpukit/score/cpu/m68k/cpu.c2
-rw-r--r--cpukit/score/cpu/m68k/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/m68k/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/m68302.h3
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/qsm.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/sim.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/mips/Makefile.am4
-rw-r--r--cpukit/score/cpu/mips/cpu.c2
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/mips/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/idtcpu.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/iregdef.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/score/mips.h2
-rw-r--r--cpukit/score/cpu/mips/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/nios2/Makefile.am4
-rw-r--r--cpukit/score/cpu/nios2/irq.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-context-initialize.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-context-switch.S2
-rw-r--r--cpukit/score/cpu/nios2/nios2-eic-il-low-level.S2
-rw-r--r--cpukit/score/cpu/nios2/nios2-eic-rsie-low-level.S2
-rw-r--r--cpukit/score/cpu/nios2/nios2-fatal-halt.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-iic-low-level.S2
-rw-r--r--cpukit/score/cpu/nios2/nios2-initialize-vectors.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-initialize.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-isr-get-level.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-isr-install-raw-handler.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-isr-install-vector.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-isr-set-level.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-mpu-configuration.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-mpu-descriptor.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-mpu-reset.c2
-rw-r--r--cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c2
-rw-r--r--cpukit/score/cpu/nios2/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/nios2-utility.h2
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/nios2.h2
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/no_cpu/Makefile.am4
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c2
-rw-r--r--cpukit/score/cpu/no_cpu/cpu_asm.c2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/powerpc/Makefile.am4
-rw-r--r--cpukit/score/cpu/powerpc/cpu.c2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/powerpc/registers.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/sh/Makefile.am4
-rw-r--r--cpukit/score/cpu/sh/context.c2
-rw-r--r--cpukit/score/cpu/sh/cpu.c2
-rw-r--r--cpukit/score/cpu/sh/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh.h2
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh_io.h2
-rw-r--r--cpukit/score/cpu/sh/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/sparc/Makefile.am4
-rw-r--r--cpukit/score/cpu/sparc/README4
-rw-r--r--cpukit/score/cpu/sparc/cpu.c2
-rw-r--r--cpukit/score/cpu/sparc/cpu_asm.S2
-rw-r--r--cpukit/score/cpu/sparc/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/sparc.h2
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/types.h2
-rw-r--r--cpukit/score/cpu/sparc64/Makefile.am4
-rw-r--r--cpukit/score/cpu/sparc64/README4
-rw-r--r--cpukit/score/cpu/sparc64/context.S2
-rw-r--r--cpukit/score/cpu/sparc64/cpu.c2
-rw-r--r--cpukit/score/cpu/sparc64/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/sparc64.h2
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/types.h2
-rw-r--r--cpukit/score/include/rtems/bspsmp.h2
-rw-r--r--cpukit/score/include/rtems/debug.h2
-rw-r--r--cpukit/score/include/rtems/score/address.h2
-rw-r--r--cpukit/score/include/rtems/score/apiext.h2
-rw-r--r--cpukit/score/include/rtems/score/apimutex.h2
-rw-r--r--cpukit/score/include/rtems/score/basedefs.h2
-rw-r--r--cpukit/score/include/rtems/score/bitfield.h2
-rw-r--r--cpukit/score/include/rtems/score/chain.h2
-rw-r--r--cpukit/score/include/rtems/score/context.h2
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h2
-rw-r--r--cpukit/score/include/rtems/score/corebarrier.h2
-rw-r--r--cpukit/score/include/rtems/score/coremsg.h2
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h2
-rw-r--r--cpukit/score/include/rtems/score/corerwlock.h2
-rw-r--r--cpukit/score/include/rtems/score/coresem.h2
-rw-r--r--cpukit/score/include/rtems/score/corespinlock.h2
-rw-r--r--cpukit/score/include/rtems/score/heap.h2
-rw-r--r--cpukit/score/include/rtems/score/interr.h2
-rw-r--r--cpukit/score/include/rtems/score/isr.h2
-rw-r--r--cpukit/score/include/rtems/score/isrlevel.h2
-rw-r--r--cpukit/score/include/rtems/score/mpci.h2
-rw-r--r--cpukit/score/include/rtems/score/mppkt.h2
-rw-r--r--cpukit/score/include/rtems/score/object.h2
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h2
-rw-r--r--cpukit/score/include/rtems/score/percpu.h2
-rw-r--r--cpukit/score/include/rtems/score/priority.h2
-rw-r--r--cpukit/score/include/rtems/score/prioritybitmap.h2
-rw-r--r--cpukit/score/include/rtems/score/protectedheap.h2
-rw-r--r--cpukit/score/include/rtems/score/rbtree.h2
-rw-r--r--cpukit/score/include/rtems/score/scheduler.h2
-rw-r--r--cpukit/score/include/rtems/score/schedulercbs.h2
-rw-r--r--cpukit/score/include/rtems/score/scheduleredf.h2
-rw-r--r--cpukit/score/include/rtems/score/schedulerpriority.h2
-rw-r--r--cpukit/score/include/rtems/score/schedulersimple.h2
-rw-r--r--cpukit/score/include/rtems/score/schedulersimplesmp.h2
-rw-r--r--cpukit/score/include/rtems/score/smp.h2
-rw-r--r--cpukit/score/include/rtems/score/smplock.h2
-rw-r--r--cpukit/score/include/rtems/score/stack.h2
-rw-r--r--cpukit/score/include/rtems/score/states.h2
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h2
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h2
-rw-r--r--cpukit/score/include/rtems/score/threadq.h2
-rw-r--r--cpukit/score/include/rtems/score/threadsync.h2
-rw-r--r--cpukit/score/include/rtems/score/timespec.h2
-rw-r--r--cpukit/score/include/rtems/score/timestamp.h2
-rw-r--r--cpukit/score/include/rtems/score/timestamp64.h2
-rw-r--r--cpukit/score/include/rtems/score/tod.h2
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h2
-rw-r--r--cpukit/score/include/rtems/score/userext.h2
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h2
-rw-r--r--cpukit/score/include/rtems/score/wkspace.h2
-rw-r--r--cpukit/score/include/rtems/seterr.h2
-rw-r--r--cpukit/score/include/rtems/system.h2
-rw-r--r--cpukit/score/inline/rtems/score/address.inl2
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl2
-rw-r--r--cpukit/score/inline/rtems/score/corebarrier.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl2
-rw-r--r--cpukit/score/inline/rtems/score/corerwlock.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl2
-rw-r--r--cpukit/score/inline/rtems/score/corespinlock.inl2
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl2
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl2
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl2
-rw-r--r--cpukit/score/inline/rtems/score/object.inl2
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl2
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl2
-rw-r--r--cpukit/score/inline/rtems/score/prioritybitmap.inl2
-rw-r--r--cpukit/score/inline/rtems/score/scheduler.inl2
-rw-r--r--cpukit/score/inline/rtems/score/schedulerpriority.inl2
-rw-r--r--cpukit/score/inline/rtems/score/schedulersimple.inl2
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl2
-rw-r--r--cpukit/score/inline/rtems/score/states.inl2
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl2
-rw-r--r--cpukit/score/inline/rtems/score/thread.inl2
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl2
-rw-r--r--cpukit/score/inline/rtems/score/threadq.inl2
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl2
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl2
-rw-r--r--cpukit/score/inline/rtems/score/watchdog.inl2
-rw-r--r--cpukit/score/inline/rtems/score/wkspace.inl2
-rw-r--r--cpukit/score/src/apiext.c2
-rw-r--r--cpukit/score/src/apimutex.c2
-rw-r--r--cpukit/score/src/apimutexallocate.c2
-rw-r--r--cpukit/score/src/apimutexlock.c2
-rw-r--r--cpukit/score/src/apimutexunlock.c2
-rw-r--r--cpukit/score/src/chain.c2
-rw-r--r--cpukit/score/src/chainappend.c2
-rw-r--r--cpukit/score/src/chainextract.c2
-rw-r--r--cpukit/score/src/chainget.c2
-rw-r--r--cpukit/score/src/chaininsert.c2
-rw-r--r--cpukit/score/src/corebarrier.c2
-rw-r--r--cpukit/score/src/corebarrierrelease.c2
-rw-r--r--cpukit/score/src/corebarrierwait.c2
-rw-r--r--cpukit/score/src/coremsg.c2
-rw-r--r--cpukit/score/src/coremsgbroadcast.c2
-rw-r--r--cpukit/score/src/coremsgclose.c2
-rw-r--r--cpukit/score/src/coremsgflush.c2
-rw-r--r--cpukit/score/src/coremsgflushsupp.c2
-rw-r--r--cpukit/score/src/coremsgflushwait.c2
-rw-r--r--cpukit/score/src/coremsginsert.c2
-rw-r--r--cpukit/score/src/coremsgseize.c2
-rw-r--r--cpukit/score/src/coremsgsubmit.c2
-rw-r--r--cpukit/score/src/coremutex.c2
-rw-r--r--cpukit/score/src/coremutexflush.c2
-rw-r--r--cpukit/score/src/coremutexseize.c2
-rw-r--r--cpukit/score/src/coremutexseizeintr.c2
-rw-r--r--cpukit/score/src/coremutexsurrender.c2
-rw-r--r--cpukit/score/src/corerwlock.c2
-rw-r--r--cpukit/score/src/corerwlockobtainread.c2
-rw-r--r--cpukit/score/src/corerwlockobtainwrite.c2
-rw-r--r--cpukit/score/src/corerwlockrelease.c2
-rw-r--r--cpukit/score/src/corerwlocktimeout.c2
-rw-r--r--cpukit/score/src/coresem.c2
-rw-r--r--cpukit/score/src/coresemflush.c2
-rw-r--r--cpukit/score/src/coresemseize.c2
-rw-r--r--cpukit/score/src/coresemsurrender.c2
-rw-r--r--cpukit/score/src/corespinlock.c2
-rw-r--r--cpukit/score/src/corespinlockrelease.c2
-rw-r--r--cpukit/score/src/corespinlockwait.c2
-rw-r--r--cpukit/score/src/coretod.c2
-rw-r--r--cpukit/score/src/coretodget.c2
-rw-r--r--cpukit/score/src/coretodgetuptime.c2
-rw-r--r--cpukit/score/src/coretodgetuptimetimespec.c2
-rw-r--r--cpukit/score/src/coretodmsecstoticks.c2
-rw-r--r--cpukit/score/src/coretodset.c2
-rw-r--r--cpukit/score/src/coretodtickle.c2
-rw-r--r--cpukit/score/src/coretodtickspersec.c2
-rw-r--r--cpukit/score/src/coretodusectoticks.c2
-rw-r--r--cpukit/score/src/heap.c2
-rw-r--r--cpukit/score/src/heapallocate.c2
-rw-r--r--cpukit/score/src/heapextend.c2
-rw-r--r--cpukit/score/src/heapfree.c2
-rw-r--r--cpukit/score/src/heapgetfreeinfo.c2
-rw-r--r--cpukit/score/src/heapgetinfo.c2
-rw-r--r--cpukit/score/src/heapiterate.c2
-rw-r--r--cpukit/score/src/heapresizeblock.c2
-rw-r--r--cpukit/score/src/heapsizeofuserarea.c2
-rw-r--r--cpukit/score/src/heapwalk.c2
-rw-r--r--cpukit/score/src/interr.c2
-rw-r--r--cpukit/score/src/isr.c2
-rw-r--r--cpukit/score/src/isrsmp.c2
-rw-r--r--cpukit/score/src/iterateoverthreads.c2
-rw-r--r--cpukit/score/src/mpci.c2
-rw-r--r--cpukit/score/src/objectallocate.c2
-rw-r--r--cpukit/score/src/objectapimaximumclass.c2
-rw-r--r--cpukit/score/src/objectclose.c2
-rw-r--r--cpukit/score/src/objectextendinformation.c2
-rw-r--r--cpukit/score/src/objectfree.c2
-rw-r--r--cpukit/score/src/objectget.c2
-rw-r--r--cpukit/score/src/objectgetinfo.c2
-rw-r--r--cpukit/score/src/objectgetinfoid.c2
-rw-r--r--cpukit/score/src/objectgetisr.c2
-rw-r--r--cpukit/score/src/objectgetnameasstring.c2
-rw-r--r--cpukit/score/src/objectgetnext.c2
-rw-r--r--cpukit/score/src/objectgetnoprotection.c2
-rw-r--r--cpukit/score/src/objectidtoname.c2
-rw-r--r--cpukit/score/src/objectinitializeinformation.c2
-rw-r--r--cpukit/score/src/objectmp.c2
-rw-r--r--cpukit/score/src/objectnamespaceremove.c2
-rw-r--r--cpukit/score/src/objectnametoid.c2
-rw-r--r--cpukit/score/src/objectnametoidstring.c2
-rw-r--r--cpukit/score/src/objectsetname.c2
-rw-r--r--cpukit/score/src/objectshrinkinformation.c2
-rw-r--r--cpukit/score/src/percpu.c2
-rw-r--r--cpukit/score/src/pheapallocate.c2
-rw-r--r--cpukit/score/src/pheapextend.c2
-rw-r--r--cpukit/score/src/pheapfree.c2
-rw-r--r--cpukit/score/src/pheapgetblocksize.c2
-rw-r--r--cpukit/score/src/pheapgetfreeinfo.c2
-rw-r--r--cpukit/score/src/pheapgetinfo.c2
-rw-r--r--cpukit/score/src/pheapgetsize.c2
-rw-r--r--cpukit/score/src/pheapinit.c2
-rw-r--r--cpukit/score/src/pheapiterate.c2
-rw-r--r--cpukit/score/src/pheapresizeblock.c2
-rw-r--r--cpukit/score/src/pheapwalk.c2
-rw-r--r--cpukit/score/src/rbtree.c2
-rw-r--r--cpukit/score/src/rbtreeextract.c2
-rw-r--r--cpukit/score/src/rbtreefind.c2
-rw-r--r--cpukit/score/src/rbtreefindheader.c2
-rw-r--r--cpukit/score/src/rbtreeget.c2
-rw-r--r--cpukit/score/src/rbtreeinsert.c2
-rw-r--r--cpukit/score/src/scheduler.c2
-rw-r--r--cpukit/score/src/schedulercbs.c2
-rw-r--r--cpukit/score/src/schedulercbsattachthread.c2
-rw-r--r--cpukit/score/src/schedulercbscleanup.c2
-rw-r--r--cpukit/score/src/schedulercbscreateserver.c2
-rw-r--r--cpukit/score/src/schedulercbsdestroyserver.c2
-rw-r--r--cpukit/score/src/schedulercbsdetachthread.c2
-rw-r--r--cpukit/score/src/schedulercbsgetapprovedbudget.c2
-rw-r--r--cpukit/score/src/schedulercbsgetexecutiontime.c2
-rw-r--r--cpukit/score/src/schedulercbsgetparameters.c2
-rw-r--r--cpukit/score/src/schedulercbsgetremainingbudget.c2
-rw-r--r--cpukit/score/src/schedulercbsgetserverid.c2
-rw-r--r--cpukit/score/src/schedulercbsreleasejob.c2
-rw-r--r--cpukit/score/src/schedulercbssetparameters.c2
-rw-r--r--cpukit/score/src/schedulercbsunblock.c2
-rw-r--r--cpukit/score/src/scheduleredf.c2
-rw-r--r--cpukit/score/src/scheduleredfallocate.c2
-rw-r--r--cpukit/score/src/scheduleredfblock.c2
-rw-r--r--cpukit/score/src/scheduleredfenqueue.c2
-rw-r--r--cpukit/score/src/scheduleredfenqueuefirst.c2
-rw-r--r--cpukit/score/src/scheduleredfextract.c2
-rw-r--r--cpukit/score/src/scheduleredffree.c2
-rw-r--r--cpukit/score/src/scheduleredfprioritycompare.c2
-rw-r--r--cpukit/score/src/scheduleredfreleasejob.c2
-rw-r--r--cpukit/score/src/scheduleredfunblock.c2
-rw-r--r--cpukit/score/src/scheduleredfupdate.c2
-rw-r--r--cpukit/score/src/scheduleredfyield.c2
-rw-r--r--cpukit/score/src/schedulerpriority.c2
-rw-r--r--cpukit/score/src/schedulerpriorityallocate.c2
-rw-r--r--cpukit/score/src/schedulerpriorityblock.c2
-rw-r--r--cpukit/score/src/schedulerpriorityenqueue.c2
-rw-r--r--cpukit/score/src/schedulerpriorityenqueuefirst.c2
-rw-r--r--cpukit/score/src/schedulerpriorityextract.c2
-rw-r--r--cpukit/score/src/schedulerpriorityfree.c2
-rw-r--r--cpukit/score/src/schedulerpriorityprioritycompare.c2
-rw-r--r--cpukit/score/src/schedulerpriorityreleasejob.c2
-rw-r--r--cpukit/score/src/schedulerpriorityschedule.c2
-rw-r--r--cpukit/score/src/schedulerprioritytick.c2
-rw-r--r--cpukit/score/src/schedulerpriorityunblock.c2
-rw-r--r--cpukit/score/src/schedulerpriorityupdate.c2
-rw-r--r--cpukit/score/src/schedulerpriorityyield.c2
-rw-r--r--cpukit/score/src/schedulersimple.c2
-rw-r--r--cpukit/score/src/schedulersimpleblock.c2
-rw-r--r--cpukit/score/src/schedulersimpleenqueue.c2
-rw-r--r--cpukit/score/src/schedulersimpleenqueuefirst.c2
-rw-r--r--cpukit/score/src/schedulersimpleextract.c2
-rw-r--r--cpukit/score/src/schedulersimplereadyqueueenqueue.c2
-rw-r--r--cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c2
-rw-r--r--cpukit/score/src/schedulersimpleschedule.c2
-rw-r--r--cpukit/score/src/schedulersimplesmpblock.c2
-rw-r--r--cpukit/score/src/schedulersimplesmptick.c2
-rw-r--r--cpukit/score/src/schedulersimplesmpunblock.c2
-rw-r--r--cpukit/score/src/schedulersimpleunblock.c2
-rw-r--r--cpukit/score/src/schedulersimpleyield.c2
-rw-r--r--cpukit/score/src/smp.c2
-rw-r--r--cpukit/score/src/smplock.c2
-rw-r--r--cpukit/score/src/thread.c2
-rw-r--r--cpukit/score/src/threadblockingoperationcancel.c2
-rw-r--r--cpukit/score/src/threadchangepriority.c2
-rw-r--r--cpukit/score/src/threadclearstate.c2
-rw-r--r--cpukit/score/src/threadclose.c2
-rw-r--r--cpukit/score/src/threadcreateidle.c2
-rw-r--r--cpukit/score/src/threaddelayended.c2
-rw-r--r--cpukit/score/src/threaddisabledispatch.c2
-rw-r--r--cpukit/score/src/threaddispatch.c2
-rw-r--r--cpukit/score/src/threaddispatchdisablelevel.c2
-rw-r--r--cpukit/score/src/threadenabledispatch.c2
-rw-r--r--cpukit/score/src/threadget.c2
-rw-r--r--cpukit/score/src/threadhandler.c2
-rw-r--r--cpukit/score/src/threadinitialize.c2
-rw-r--r--cpukit/score/src/threadloadenv.c2
-rw-r--r--cpukit/score/src/threadmp.c2
-rw-r--r--cpukit/score/src/threadq.c2
-rw-r--r--cpukit/score/src/threadqdequeue.c2
-rw-r--r--cpukit/score/src/threadqdequeuefifo.c2
-rw-r--r--cpukit/score/src/threadqdequeuepriority.c2
-rw-r--r--cpukit/score/src/threadqenqueue.c2
-rw-r--r--cpukit/score/src/threadqenqueuefifo.c2
-rw-r--r--cpukit/score/src/threadqenqueuepriority.c2
-rw-r--r--cpukit/score/src/threadqextract.c2
-rw-r--r--cpukit/score/src/threadqextractfifo.c2
-rw-r--r--cpukit/score/src/threadqextractpriority.c2
-rw-r--r--cpukit/score/src/threadqextractwithproxy.c2
-rw-r--r--cpukit/score/src/threadqfirst.c2
-rw-r--r--cpukit/score/src/threadqfirstfifo.c2
-rw-r--r--cpukit/score/src/threadqfirstpriority.c2
-rw-r--r--cpukit/score/src/threadqflush.c2
-rw-r--r--cpukit/score/src/threadqprocesstimeout.c2
-rw-r--r--cpukit/score/src/threadqrequeue.c2
-rw-r--r--cpukit/score/src/threadqtimeout.c2
-rw-r--r--cpukit/score/src/threadready.c2
-rw-r--r--cpukit/score/src/threadreset.c2
-rw-r--r--cpukit/score/src/threadrestart.c2
-rw-r--r--cpukit/score/src/threadsetpriority.c2
-rw-r--r--cpukit/score/src/threadsetstate.c2
-rw-r--r--cpukit/score/src/threadsettransient.c2
-rw-r--r--cpukit/score/src/threadstackallocate.c2
-rw-r--r--cpukit/score/src/threadstackfree.c2
-rw-r--r--cpukit/score/src/threadstart.c2
-rw-r--r--cpukit/score/src/threadstartmultitasking.c2
-rw-r--r--cpukit/score/src/timespecaddto.c2
-rw-r--r--cpukit/score/src/timespecdivide.c2
-rw-r--r--cpukit/score/src/timespecdividebyinteger.c2
-rw-r--r--cpukit/score/src/timespecfromticks.c2
-rw-r--r--cpukit/score/src/timespecisvalid.c2
-rw-r--r--cpukit/score/src/timespeclessthan.c2
-rw-r--r--cpukit/score/src/timespecsubtract.c2
-rw-r--r--cpukit/score/src/timespectoticks.c2
-rw-r--r--cpukit/score/src/ts64addto.c2
-rw-r--r--cpukit/score/src/ts64divide.c2
-rw-r--r--cpukit/score/src/ts64dividebyinteger.c2
-rw-r--r--cpukit/score/src/ts64equalto.c2
-rw-r--r--cpukit/score/src/ts64getnanoseconds.c2
-rw-r--r--cpukit/score/src/ts64getseconds.c2
-rw-r--r--cpukit/score/src/ts64lessthan.c2
-rw-r--r--cpukit/score/src/ts64set.c2
-rw-r--r--cpukit/score/src/ts64settozero.c2
-rw-r--r--cpukit/score/src/ts64subtract.c2
-rw-r--r--cpukit/score/src/ts64toticks.c2
-rw-r--r--cpukit/score/src/ts64totimespec.c2
-rw-r--r--cpukit/score/src/userext.c2
-rw-r--r--cpukit/score/src/userextaddset.c2
-rw-r--r--cpukit/score/src/userextremoveset.c2
-rw-r--r--cpukit/score/src/userextthreadbegin.c2
-rw-r--r--cpukit/score/src/userextthreadcreate.c2
-rw-r--r--cpukit/score/src/userextthreaddelete.c2
-rw-r--r--cpukit/score/src/userextthreadrestart.c2
-rw-r--r--cpukit/score/src/userextthreadstart.c2
-rw-r--r--cpukit/score/src/userextthreadswitch.c2
-rw-r--r--cpukit/score/src/watchdog.c2
-rw-r--r--cpukit/score/src/watchdogadjust.c2
-rw-r--r--cpukit/score/src/watchdogadjusttochain.c2
-rw-r--r--cpukit/score/src/watchdoginsert.c2
-rw-r--r--cpukit/score/src/watchdognanoseconds.c2
-rw-r--r--cpukit/score/src/watchdogremove.c2
-rw-r--r--cpukit/score/src/watchdogreport.c2
-rw-r--r--cpukit/score/src/watchdogreportchain.c2
-rw-r--r--cpukit/score/src/watchdogtickle.c2
-rw-r--r--cpukit/score/src/wkspace.c2
-rw-r--r--cpukit/score/src/wkstringduplicate.c2
-rw-r--r--cpukit/telnetd/Makefile.am4
-rw-r--r--cpukit/telnetd/README4
-rw-r--r--cpukit/telnetd/check_passwd.c2
-rw-r--r--cpukit/telnetd/passwd.h2
-rw-r--r--cpukit/telnetd/pty.c2
-rw-r--r--cpukit/telnetd/pty.h2
-rw-r--r--cpukit/telnetd/telnetd.c2
-rw-r--r--cpukit/telnetd/telnetd.h2
-rw-r--r--cpukit/wrapup/Makefile.am4
-rw-r--r--cpukit/zlib/Makefile.am4
-rw-r--r--cpukit/zlib/adler32.c2
-rw-r--r--cpukit/zlib/compress.c2
-rw-r--r--cpukit/zlib/crc32.c2
-rw-r--r--cpukit/zlib/deflate.c2
-rw-r--r--cpukit/zlib/deflate.h2
-rw-r--r--cpukit/zlib/trees.c2
-rw-r--r--cpukit/zlib/uncompr.c2
-rw-r--r--cpukit/zlib/zconf.h.in2
-rw-r--r--cpukit/zlib/zutil.c2
-rw-r--r--cpukit/zlib/zutil.h2
4352 files changed, 0 insertions, 9222 deletions
diff --git a/c/Makefile.am b/c/Makefile.am
index bc10eab84d..c88c3657b6 100644
--- a/c/Makefile.am
+++ b/c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../aclocal
## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP
diff --git a/c/acinclude.m4 b/c/acinclude.m4
index 38e059d9e6..a9addaeb77 100644
--- a/c/acinclude.m4
+++ b/c/acinclude.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS
diff --git a/c/configure.ac b/c/configure.ac
index 4763dacd86..edd38ba7be 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -1,6 +1,5 @@
## Process this file with autoconf to produce a configure script.
##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index dd737af4a2..aeec2ea1d1 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = . @BSP_SUBDIRS@
diff --git a/c/src/README b/c/src/README
index 3e242504dc..02be3ca603 100644
--- a/c/src/README
+++ b/c/src/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the top level directory of the C RTEMS environment. The
following is a description of the contents of each file and
subdirectory directly in this directory:
diff --git a/c/src/acinclude.m4 b/c/src/acinclude.m4
index 910bb462e3..98a9d6c1bb 100644
--- a/c/src/acinclude.m4
+++ b/c/src/acinclude.m4
@@ -1,5 +1,3 @@
-# $Id$
-#
# Some hacks for handling special config subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general
diff --git a/c/src/aclocal/bsp-alias.m4 b/c/src/aclocal/bsp-alias.m4
index 8a9b21a7c6..36102e153d 100644
--- a/c/src/aclocal/bsp-alias.m4
+++ b/c/src/aclocal/bsp-alias.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
diff --git a/c/src/aclocal/bsp-arg-enable.m4 b/c/src/aclocal/bsp-arg-enable.m4
index a03d78b5c2..e5a9100024 100644
--- a/c/src/aclocal/bsp-arg-enable.m4
+++ b/c/src/aclocal/bsp-arg-enable.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 4495bc3093..26103c8e7a 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
diff --git a/c/src/aclocal/bsp-bspcleanup-options.m4 b/c/src/aclocal/bsp-bspcleanup-options.m4
index c880c21adc..b716da170f 100644
--- a/c/src/aclocal/bsp-bspcleanup-options.m4
+++ b/c/src/aclocal/bsp-bspcleanup-options.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 75972e9e6b..c6ff76319a 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
diff --git a/c/src/aclocal/bsp-linkcmds.m4 b/c/src/aclocal/bsp-linkcmds.m4
index 7304e1f5ca..397609f6e0 100644
--- a/c/src/aclocal/bsp-linkcmds.m4
+++ b/c/src/aclocal/bsp-linkcmds.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Install a BSP's linkcmds from the source-tree into the build-tree
AC_DEFUN([RTEMS_BSP_LINKCMDS],[
LINKCMDS=
diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4
index 5526ae9077..7ddf1a9294 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
diff --git a/c/src/aclocal/canonical-target-name.m4 b/c/src/aclocal/canonical-target-name.m4
index 230583bf8c..a237c7ba25 100644
--- a/c/src/aclocal/canonical-target-name.m4
+++ b/c/src/aclocal/canonical-target-name.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os"
diff --git a/c/src/aclocal/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4
index eb3eb95827..75364392ce 100644
--- a/c/src/aclocal/canonicalize-tools.m4
+++ b/c/src/aclocal/canonicalize-tools.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Set target tools
dnl
diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4
index d686e6e526..262f48cd60 100644
--- a/c/src/aclocal/check-custom-bsp.m4
+++ b/c/src/aclocal/check-custom-bsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
diff --git a/c/src/aclocal/check-cxx.m4 b/c/src/aclocal/check-cxx.m4
index 873cc2b422..f07a3e80b6 100644
--- a/c/src/aclocal/check-cxx.m4
+++ b/c/src/aclocal/check-cxx.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
diff --git a/c/src/aclocal/check-multiprocessing.m4 b/c/src/aclocal/check-multiprocessing.m4
index 73f3feae51..5959f345d1 100644
--- a/c/src/aclocal/check-multiprocessing.m4
+++ b/c/src/aclocal/check-multiprocessing.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
[dnl
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl
diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4
index 1679bba714..f7f19f7d3a 100644
--- a/c/src/aclocal/check-networking.m4
+++ b/c/src/aclocal/check-networking.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
diff --git a/c/src/aclocal/check-posix.m4 b/c/src/aclocal/check-posix.m4
index 1cf56ebcdf..5e1c79b673 100644
--- a/c/src/aclocal/check-posix.m4
+++ b/c/src/aclocal/check-posix.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
diff --git a/c/src/aclocal/check-smp.m4 b/c/src/aclocal/check-smp.m4
index e93c33c017..77922106aa 100644
--- a/c/src/aclocal/check-smp.m4
+++ b/c/src/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
diff --git a/c/src/aclocal/check-tool.m4 b/c/src/aclocal/check-tool.m4
index 4c412c074a..2bc137cd96 100644
--- a/c/src/aclocal/check-tool.m4
+++ b/c/src/aclocal/check-tool.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
diff --git a/c/src/aclocal/config-subdirs.m4 b/c/src/aclocal/config-subdirs.m4
index 38e059d9e6..a9addaeb77 100644
--- a/c/src/aclocal/config-subdirs.m4
+++ b/c/src/aclocal/config-subdirs.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS
diff --git a/c/src/aclocal/enable-cxx.m4 b/c/src/aclocal/enable-cxx.m4
index 08cb5d4191..759d81b1e9 100644
--- a/c/src/aclocal/enable-cxx.m4
+++ b/c/src/aclocal/enable-cxx.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_CXX],
[
AC_ARG_ENABLE(cxx,
diff --git a/c/src/aclocal/enable-multiprocessing.m4 b/c/src/aclocal/enable-multiprocessing.m4
index 34a0caa001..035292f7de 100644
--- a/c/src/aclocal/enable-multiprocessing.m4
+++ b/c/src/aclocal/enable-multiprocessing.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[
AC_ARG_ENABLE(multiprocessing,
diff --git a/c/src/aclocal/enable-networking.m4 b/c/src/aclocal/enable-networking.m4
index 906ff8a6b3..8a9dc36cbd 100644
--- a/c/src/aclocal/enable-networking.m4
+++ b/c/src/aclocal/enable-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl
diff --git a/c/src/aclocal/enable-posix.m4 b/c/src/aclocal/enable-posix.m4
index b250bcf307..f96ec1ffcb 100644
--- a/c/src/aclocal/enable-posix.m4
+++ b/c/src/aclocal/enable-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_POSIX],
[
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl
diff --git a/c/src/aclocal/enable-rtemsbsp.m4 b/c/src/aclocal/enable-rtemsbsp.m4
index 35d8b8bc89..91c14a9926 100644
--- a/c/src/aclocal/enable-rtemsbsp.m4
+++ b/c/src/aclocal/enable-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
diff --git a/c/src/aclocal/enable-smp.m4 b/c/src/aclocal/enable-smp.m4
index 84561f8bbd..b290ac33ab 100644
--- a/c/src/aclocal/enable-smp.m4
+++ b/c/src/aclocal/enable-smp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_SMP],
[
## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl
diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4
index d32d43c460..2fcc7fe849 100644
--- a/c/src/aclocal/env-rtemsbsp.m4
+++ b/c/src/aclocal/env-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Pass a single BSP via an environment variable
dnl used by per BSP configure scripts
AC_DEFUN([RTEMS_ENV_RTEMSBSP],
diff --git a/c/src/aclocal/gcc-isystem.m4 b/c/src/aclocal/gcc-isystem.m4
index 94098cf33c..c0eebf6432 100644
--- a/c/src/aclocal/gcc-isystem.m4
+++ b/c/src/aclocal/gcc-isystem.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the gcc accepts -isystem
dnl
diff --git a/c/src/aclocal/gcc-pipe.m4 b/c/src/aclocal/gcc-pipe.m4
index 2a04629bb2..fbc78b9ca7 100644
--- a/c/src/aclocal/gcc-pipe.m4
+++ b/c/src/aclocal/gcc-pipe.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the target compiler accepts -pipe
dnl
diff --git a/c/src/aclocal/gcc-specs.m4 b/c/src/aclocal/gcc-specs.m4
index dd49bb95d4..fad700416b 100644
--- a/c/src/aclocal/gcc-specs.m4
+++ b/c/src/aclocal/gcc-specs.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the target compiler accepts -specs
dnl
diff --git a/c/src/aclocal/i386-gas-code16.m4 b/c/src/aclocal/i386-gas-code16.m4
index 7b9ce2f91c..def9277d1d 100644
--- a/c/src/aclocal/i386-gas-code16.m4
+++ b/c/src/aclocal/i386-gas-code16.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
dnl check for i386 gas supporting 16 bit mode
diff --git a/c/src/aclocal/path-ksh.m4 b/c/src/aclocal/path-ksh.m4
index 306c4ca2e7..2c79b31d1e 100644
--- a/c/src/aclocal/path-ksh.m4
+++ b/c/src/aclocal/path-ksh.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_PATH_KSH],
[
dnl NOTE: prefer bash over ksh over sh
diff --git a/c/src/aclocal/prog-cc.m4 b/c/src/aclocal/prog-cc.m4
index 50ebe4e8cd..44dfd2ddd7 100644
--- a/c/src/aclocal/prog-cc.m4
+++ b/c/src/aclocal/prog-cc.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
dnl Check for target gcc
dnl
diff --git a/c/src/aclocal/prog-ccas.m4 b/c/src/aclocal/prog-ccas.m4
index 2efa2d89f8..edd08d841d 100644
--- a/c/src/aclocal/prog-ccas.m4
+++ b/c/src/aclocal/prog-ccas.m4
@@ -1,5 +1,3 @@
-## $Id$
-
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4
index 20175ee27c..99b6e78c46 100644
--- a/c/src/aclocal/prog-cxx.m4
+++ b/c/src/aclocal/prog-cxx.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
dnl Check for target g++
dnl
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index b83cdd7d47..bd729aeaf6 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT],
diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4
index df3b48075e..feb9ad20ee 100644
--- a/c/src/aclocal/rtems-ampolish.m4
+++ b/c/src/aclocal/rtems-ampolish.m4
@@ -1,5 +1,3 @@
-# $Id$
-
AC_DEFUN([RTEMS_AMPOLISH3],
[
AC_REQUIRE([AM_INIT_AUTOMAKE])
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 74a3694b94..2668c9e10b 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
# AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62)
diff --git a/c/src/aclocal/target.m4 b/c/src/aclocal/target.m4
index af7d3da297..8929a327b8 100644
--- a/c/src/aclocal/target.m4
+++ b/c/src/aclocal/target.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
## HACK: Work-around to structural issue with RTEMS
## The macros below violate most autoconf and canonicalization standards
AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS],
diff --git a/c/src/ada-tests/Makefile.am b/c/src/ada-tests/Makefile.am
index 464b5702fd..ae3f49a4ab 100644
--- a/c/src/ada-tests/Makefile.am
+++ b/c/src/ada-tests/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
SUBDIRS = support samples sptests tmtests
diff --git a/c/src/ada-tests/aclocal/prog-gnat.m4 b/c/src/ada-tests/aclocal/prog-gnat.m4
index 6e169a8dc7..a2b2879c7d 100644
--- a/c/src/ada-tests/aclocal/prog-gnat.m4
+++ b/c/src/ada-tests/aclocal/prog-gnat.m4
@@ -1,4 +1,3 @@
-## $Id$
##
## Partially borrowed from gcc-3.2
##
diff --git a/c/src/ada-tests/configure.ac b/c/src/ada-tests/configure.ac
index 1ef7c5af3d..e7d7977278 100644
--- a/c/src/ada-tests/configure.ac
+++ b/c/src/ada-tests/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/ada-tests/mptests/Makefile.am b/c/src/ada-tests/mptests/Makefile.am
index f81551f3e8..c99687e283 100644
--- a/c/src/ada-tests/mptests/Makefile.am
+++ b/c/src/ada-tests/mptests/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS =
SUBDIRS += mp01
SUBDIRS += mp02
diff --git a/c/src/ada-tests/mptests/mp01/Makefile.am b/c/src/ada-tests/mptests/mp01/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp01/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp01/config_base.h b/c/src/ada-tests/mptests/mp01/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp01/config_base.h
+++ b/c/src/ada-tests/mptests/mp01/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp01/mp01.adb b/c/src/ada-tests/mptests/mp01/mp01.adb
index 1a41b56c0d..401399112a 100644
--- a/c/src/ada-tests/mptests/mp01/mp01.adb
+++ b/c/src/ada-tests/mptests/mp01/mp01.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp01/mptest.adb b/c/src/ada-tests/mptests/mp01/mptest.adb
index 73096718e7..c6427b8aa3 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.adb
+++ b/c/src/ada-tests/mptests/mp01/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp01/mptest.ads b/c/src/ada-tests/mptests/mp01/mptest.ads
index dbbddfaff2..5e9dfff320 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.ads
+++ b/c/src/ada-tests/mptests/mp01/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am
index b8f6dc00b0..9a8744105d 100644
--- a/c/src/ada-tests/mptests/mp01/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp01/node1/config.h b/c/src/ada-tests/mptests/mp01/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp01/node1/config.h
+++ b/c/src/ada-tests/mptests/mp01/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb b/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
index 6fa4ba337e..f409769f73 100644
--- a/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
+++ b/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am
index 245a0e19e9..1f25556519 100644
--- a/c/src/ada-tests/mptests/mp01/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp01/node2/config.h b/c/src/ada-tests/mptests/mp01/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp01/node2/config.h
+++ b/c/src/ada-tests/mptests/mp01/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb b/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
index ed34c0cd5d..3e17d234f1 100644
--- a/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
+++ b/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp02/Makefile.am b/c/src/ada-tests/mptests/mp02/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp02/Makefile.am
+++ b/c/src/ada-tests/mptests/mp02/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp02/config_base.h b/c/src/ada-tests/mptests/mp02/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp02/config_base.h
+++ b/c/src/ada-tests/mptests/mp02/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp02/mptest.adb b/c/src/ada-tests/mptests/mp02/mptest.adb
index 325863ff64..525e97df7a 100644
--- a/c/src/ada-tests/mptests/mp02/mptest.adb
+++ b/c/src/ada-tests/mptests/mp02/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp02/mptest.ads b/c/src/ada-tests/mptests/mp02/mptest.ads
index dcc55e2b6c..a55ac1b82b 100644
--- a/c/src/ada-tests/mptests/mp02/mptest.ads
+++ b/c/src/ada-tests/mptests/mp02/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp02/node1/Makefile.am b/c/src/ada-tests/mptests/mp02/node1/Makefile.am
index 2017d8a72d..3d25f17684 100644
--- a/c/src/ada-tests/mptests/mp02/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp02/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp02/node1/config.h b/c/src/ada-tests/mptests/mp02/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp02/node1/config.h
+++ b/c/src/ada-tests/mptests/mp02/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb b/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb
index 6346cf1b49..2ad018d1bb 100644
--- a/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb
+++ b/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp02/node2/Makefile.am b/c/src/ada-tests/mptests/mp02/node2/Makefile.am
index 3d74850f2d..877cb51869 100644
--- a/c/src/ada-tests/mptests/mp02/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp02/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp02/node2/config.h b/c/src/ada-tests/mptests/mp02/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp02/node2/config.h
+++ b/c/src/ada-tests/mptests/mp02/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb b/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb
index 06aae91fb5..005cba7542 100644
--- a/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb
+++ b/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp03/Makefile.am b/c/src/ada-tests/mptests/mp03/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp03/Makefile.am
+++ b/c/src/ada-tests/mptests/mp03/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp03/config_base.h b/c/src/ada-tests/mptests/mp03/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp03/config_base.h
+++ b/c/src/ada-tests/mptests/mp03/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp03/mptest.adb b/c/src/ada-tests/mptests/mp03/mptest.adb
index 160ef17754..cc3cd34eb5 100644
--- a/c/src/ada-tests/mptests/mp03/mptest.adb
+++ b/c/src/ada-tests/mptests/mp03/mptest.adb
@@ -13,8 +13,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp03/mptest.ads b/c/src/ada-tests/mptests/mp03/mptest.ads
index befdce24e4..a93ab55672 100644
--- a/c/src/ada-tests/mptests/mp03/mptest.ads
+++ b/c/src/ada-tests/mptests/mp03/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp03/node1/Makefile.am b/c/src/ada-tests/mptests/mp03/node1/Makefile.am
index b63d8c1540..859fdb3702 100644
--- a/c/src/ada-tests/mptests/mp03/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp03/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp03/node1/config.h b/c/src/ada-tests/mptests/mp03/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp03/node1/config.h
+++ b/c/src/ada-tests/mptests/mp03/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb b/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb
index bb9a53cd66..bfc6287efe 100644
--- a/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb
+++ b/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp03/node2/Makefile.am b/c/src/ada-tests/mptests/mp03/node2/Makefile.am
index 75736010be..b7088eb4a7 100644
--- a/c/src/ada-tests/mptests/mp03/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp03/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp03/node2/config.h b/c/src/ada-tests/mptests/mp03/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp03/node2/config.h
+++ b/c/src/ada-tests/mptests/mp03/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb b/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb
index 8b6d43f890..f1ce279d10 100644
--- a/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb
+++ b/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp04/Makefile.am b/c/src/ada-tests/mptests/mp04/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp04/Makefile.am
+++ b/c/src/ada-tests/mptests/mp04/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp04/config_base.h b/c/src/ada-tests/mptests/mp04/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp04/config_base.h
+++ b/c/src/ada-tests/mptests/mp04/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp04/mptest.adb b/c/src/ada-tests/mptests/mp04/mptest.adb
index 30d4441844..c8b87f1cc0 100644
--- a/c/src/ada-tests/mptests/mp04/mptest.adb
+++ b/c/src/ada-tests/mptests/mp04/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp04/mptest.ads b/c/src/ada-tests/mptests/mp04/mptest.ads
index d7c7255af4..567fc35f1a 100644
--- a/c/src/ada-tests/mptests/mp04/mptest.ads
+++ b/c/src/ada-tests/mptests/mp04/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp04/node1/Makefile.am b/c/src/ada-tests/mptests/mp04/node1/Makefile.am
index 16453ed7e7..221ec1a2b8 100644
--- a/c/src/ada-tests/mptests/mp04/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp04/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp04/node1/config.h b/c/src/ada-tests/mptests/mp04/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp04/node1/config.h
+++ b/c/src/ada-tests/mptests/mp04/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb b/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb
index 2f2d2250fe..762d9daffe 100644
--- a/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb
+++ b/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp04/node2/Makefile.am b/c/src/ada-tests/mptests/mp04/node2/Makefile.am
index 4932243b78..377564a460 100644
--- a/c/src/ada-tests/mptests/mp04/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp04/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp04/node2/config.h b/c/src/ada-tests/mptests/mp04/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp04/node2/config.h
+++ b/c/src/ada-tests/mptests/mp04/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb b/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb
index 8989c5cb05..d5560d5353 100644
--- a/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb
+++ b/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp05/Makefile.am b/c/src/ada-tests/mptests/mp05/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp05/Makefile.am
+++ b/c/src/ada-tests/mptests/mp05/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp05/config_base.h b/c/src/ada-tests/mptests/mp05/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp05/config_base.h
+++ b/c/src/ada-tests/mptests/mp05/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp05/mptest.adb b/c/src/ada-tests/mptests/mp05/mptest.adb
index a58418a847..090024c45b 100644
--- a/c/src/ada-tests/mptests/mp05/mptest.adb
+++ b/c/src/ada-tests/mptests/mp05/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp05/mptest.ads b/c/src/ada-tests/mptests/mp05/mptest.ads
index 337c3374c1..a447d93278 100644
--- a/c/src/ada-tests/mptests/mp05/mptest.ads
+++ b/c/src/ada-tests/mptests/mp05/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.SIGNAL;
diff --git a/c/src/ada-tests/mptests/mp05/node1/Makefile.am b/c/src/ada-tests/mptests/mp05/node1/Makefile.am
index 51b8b24319..be025c259b 100644
--- a/c/src/ada-tests/mptests/mp05/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp05/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp05/node1/config.h b/c/src/ada-tests/mptests/mp05/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp05/node1/config.h
+++ b/c/src/ada-tests/mptests/mp05/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb b/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb
index 1ceaeb8865..952b901ca8 100644
--- a/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb
+++ b/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp05/node2/Makefile.am b/c/src/ada-tests/mptests/mp05/node2/Makefile.am
index 8af1f3db8f..8f4be962ff 100644
--- a/c/src/ada-tests/mptests/mp05/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp05/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp05/node2/config.h b/c/src/ada-tests/mptests/mp05/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp05/node2/config.h
+++ b/c/src/ada-tests/mptests/mp05/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb b/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb
index 9ab3828723..d1a21244ea 100644
--- a/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb
+++ b/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp06/Makefile.am b/c/src/ada-tests/mptests/mp06/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp06/Makefile.am
+++ b/c/src/ada-tests/mptests/mp06/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp06/config_base.h b/c/src/ada-tests/mptests/mp06/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp06/config_base.h
+++ b/c/src/ada-tests/mptests/mp06/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp06/mptest.adb b/c/src/ada-tests/mptests/mp06/mptest.adb
index 066664671c..e28f118334 100644
--- a/c/src/ada-tests/mptests/mp06/mptest.adb
+++ b/c/src/ada-tests/mptests/mp06/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp06/mptest.ads b/c/src/ada-tests/mptests/mp06/mptest.ads
index b678db4e1c..2b89d8852e 100644
--- a/c/src/ada-tests/mptests/mp06/mptest.ads
+++ b/c/src/ada-tests/mptests/mp06/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.EVENT;
diff --git a/c/src/ada-tests/mptests/mp06/node1/Makefile.am b/c/src/ada-tests/mptests/mp06/node1/Makefile.am
index edb9ba4bd9..d5e2cd3671 100644
--- a/c/src/ada-tests/mptests/mp06/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp06/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp06/node1/config.h b/c/src/ada-tests/mptests/mp06/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp06/node1/config.h
+++ b/c/src/ada-tests/mptests/mp06/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb b/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb
index 84cfc810e0..d4d7571b6d 100644
--- a/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb
+++ b/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp06/node2/Makefile.am b/c/src/ada-tests/mptests/mp06/node2/Makefile.am
index 95278aec03..47c3d13d67 100644
--- a/c/src/ada-tests/mptests/mp06/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp06/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp06/node2/config.h b/c/src/ada-tests/mptests/mp06/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp06/node2/config.h
+++ b/c/src/ada-tests/mptests/mp06/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb b/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb
index 004de64a68..4cc12047f4 100644
--- a/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb
+++ b/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp07/Makefile.am b/c/src/ada-tests/mptests/mp07/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp07/Makefile.am
+++ b/c/src/ada-tests/mptests/mp07/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp07/config_base.h b/c/src/ada-tests/mptests/mp07/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp07/config_base.h
+++ b/c/src/ada-tests/mptests/mp07/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp07/mptest.adb b/c/src/ada-tests/mptests/mp07/mptest.adb
index 4f401ca307..612fc2ec2c 100644
--- a/c/src/ada-tests/mptests/mp07/mptest.adb
+++ b/c/src/ada-tests/mptests/mp07/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp07/mptest.ads b/c/src/ada-tests/mptests/mp07/mptest.ads
index dee3e279c7..4680141b04 100644
--- a/c/src/ada-tests/mptests/mp07/mptest.ads
+++ b/c/src/ada-tests/mptests/mp07/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp07/node1/Makefile.am b/c/src/ada-tests/mptests/mp07/node1/Makefile.am
index 361df5e9c5..540e28f956 100644
--- a/c/src/ada-tests/mptests/mp07/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp07/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp07/node1/config.h b/c/src/ada-tests/mptests/mp07/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp07/node1/config.h
+++ b/c/src/ada-tests/mptests/mp07/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb b/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb
index 3761d156b0..21e61ea331 100644
--- a/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb
+++ b/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp07/node2/Makefile.am b/c/src/ada-tests/mptests/mp07/node2/Makefile.am
index e3663221ee..9ef989f01f 100644
--- a/c/src/ada-tests/mptests/mp07/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp07/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp07/node2/config.h b/c/src/ada-tests/mptests/mp07/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp07/node2/config.h
+++ b/c/src/ada-tests/mptests/mp07/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb b/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb
index a1469bbe0f..0c9481731f 100644
--- a/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb
+++ b/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp08/Makefile.am b/c/src/ada-tests/mptests/mp08/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp08/Makefile.am
+++ b/c/src/ada-tests/mptests/mp08/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp08/config_base.h b/c/src/ada-tests/mptests/mp08/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp08/config_base.h
+++ b/c/src/ada-tests/mptests/mp08/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp08/mptest.adb b/c/src/ada-tests/mptests/mp08/mptest.adb
index 347c382598..7b7b2c91b7 100644
--- a/c/src/ada-tests/mptests/mp08/mptest.adb
+++ b/c/src/ada-tests/mptests/mp08/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp08/mptest.ads b/c/src/ada-tests/mptests/mp08/mptest.ads
index 5a71ff199e..24ba23655a 100644
--- a/c/src/ada-tests/mptests/mp08/mptest.ads
+++ b/c/src/ada-tests/mptests/mp08/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp08/node1/Makefile.am b/c/src/ada-tests/mptests/mp08/node1/Makefile.am
index 314d14d661..4e007f25a9 100644
--- a/c/src/ada-tests/mptests/mp08/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp08/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp08/node1/config.h b/c/src/ada-tests/mptests/mp08/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp08/node1/config.h
+++ b/c/src/ada-tests/mptests/mp08/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb b/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb
index 4096449881..3b8c05b679 100644
--- a/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb
+++ b/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp08/node2/Makefile.am b/c/src/ada-tests/mptests/mp08/node2/Makefile.am
index a61e89d2d2..5a804c32e4 100644
--- a/c/src/ada-tests/mptests/mp08/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp08/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp08/node2/config.h b/c/src/ada-tests/mptests/mp08/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp08/node2/config.h
+++ b/c/src/ada-tests/mptests/mp08/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb b/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb
index e440384b83..5552cfd985 100644
--- a/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb
+++ b/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp09/Makefile.am b/c/src/ada-tests/mptests/mp09/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp09/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp09/config_base.h b/c/src/ada-tests/mptests/mp09/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp09/config_base.h
+++ b/c/src/ada-tests/mptests/mp09/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp09/mptest.adb b/c/src/ada-tests/mptests/mp09/mptest.adb
index c4c4610937..60ae00be37 100644
--- a/c/src/ada-tests/mptests/mp09/mptest.adb
+++ b/c/src/ada-tests/mptests/mp09/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp09/mptest.ads b/c/src/ada-tests/mptests/mp09/mptest.ads
index f780705bba..c32b7e602a 100644
--- a/c/src/ada-tests/mptests/mp09/mptest.ads
+++ b/c/src/ada-tests/mptests/mp09/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp09/node1/Makefile.am b/c/src/ada-tests/mptests/mp09/node1/Makefile.am
index 272b640d5b..bf40a63d59 100644
--- a/c/src/ada-tests/mptests/mp09/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp09/node1/config.h b/c/src/ada-tests/mptests/mp09/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp09/node1/config.h
+++ b/c/src/ada-tests/mptests/mp09/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb b/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
index 537d7dddab..e404f1d2bf 100644
--- a/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
+++ b/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp09/node2/Makefile.am b/c/src/ada-tests/mptests/mp09/node2/Makefile.am
index 2627859ad3..b4b631cda2 100644
--- a/c/src/ada-tests/mptests/mp09/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp09/node2/config.h b/c/src/ada-tests/mptests/mp09/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp09/node2/config.h
+++ b/c/src/ada-tests/mptests/mp09/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb b/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
index 9d7dba2731..ba0471380e 100644
--- a/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
+++ b/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp10/Makefile.am b/c/src/ada-tests/mptests/mp10/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp10/Makefile.am
+++ b/c/src/ada-tests/mptests/mp10/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp10/config_base.h b/c/src/ada-tests/mptests/mp10/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp10/config_base.h
+++ b/c/src/ada-tests/mptests/mp10/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp10/mptest.adb b/c/src/ada-tests/mptests/mp10/mptest.adb
index d5c3000b8a..e525d123fb 100644
--- a/c/src/ada-tests/mptests/mp10/mptest.adb
+++ b/c/src/ada-tests/mptests/mp10/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp10/mptest.ads b/c/src/ada-tests/mptests/mp10/mptest.ads
index 50fb1b95cc..6752daa6e8 100644
--- a/c/src/ada-tests/mptests/mp10/mptest.ads
+++ b/c/src/ada-tests/mptests/mp10/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp10/node1/Makefile.am b/c/src/ada-tests/mptests/mp10/node1/Makefile.am
index eccf99ca3f..49a7eadab7 100644
--- a/c/src/ada-tests/mptests/mp10/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp10/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp10/node1/config.h b/c/src/ada-tests/mptests/mp10/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp10/node1/config.h
+++ b/c/src/ada-tests/mptests/mp10/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb b/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb
index f2da6a4404..8b3d7841e6 100644
--- a/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb
+++ b/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp10/node2/Makefile.am b/c/src/ada-tests/mptests/mp10/node2/Makefile.am
index dab6337642..11e8f53b29 100644
--- a/c/src/ada-tests/mptests/mp10/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp10/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp10/node2/config.h b/c/src/ada-tests/mptests/mp10/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp10/node2/config.h
+++ b/c/src/ada-tests/mptests/mp10/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb b/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb
index eb4a64666a..de322685f7 100644
--- a/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb
+++ b/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp11/Makefile.am b/c/src/ada-tests/mptests/mp11/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp11/Makefile.am
+++ b/c/src/ada-tests/mptests/mp11/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp11/config_base.h b/c/src/ada-tests/mptests/mp11/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp11/config_base.h
+++ b/c/src/ada-tests/mptests/mp11/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp11/mptest.adb b/c/src/ada-tests/mptests/mp11/mptest.adb
index be162647ac..2c40bd823f 100644
--- a/c/src/ada-tests/mptests/mp11/mptest.adb
+++ b/c/src/ada-tests/mptests/mp11/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp11/mptest.ads b/c/src/ada-tests/mptests/mp11/mptest.ads
index 77f9b32b26..31256dd918 100644
--- a/c/src/ada-tests/mptests/mp11/mptest.ads
+++ b/c/src/ada-tests/mptests/mp11/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp11/node1/Makefile.am b/c/src/ada-tests/mptests/mp11/node1/Makefile.am
index c0c198dda1..e791c4f219 100644
--- a/c/src/ada-tests/mptests/mp11/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp11/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp11/node1/config.h b/c/src/ada-tests/mptests/mp11/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp11/node1/config.h
+++ b/c/src/ada-tests/mptests/mp11/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb b/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb
index ef81225262..6fd7c9a7e0 100644
--- a/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb
+++ b/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp11/node2/Makefile.am b/c/src/ada-tests/mptests/mp11/node2/Makefile.am
index 38de152d31..a216808867 100644
--- a/c/src/ada-tests/mptests/mp11/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp11/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp11/node2/config.h b/c/src/ada-tests/mptests/mp11/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp11/node2/config.h
+++ b/c/src/ada-tests/mptests/mp11/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb b/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb
index abe614b2fc..41be762257 100644
--- a/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb
+++ b/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp12/Makefile.am b/c/src/ada-tests/mptests/mp12/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp12/Makefile.am
+++ b/c/src/ada-tests/mptests/mp12/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp12/config_base.h b/c/src/ada-tests/mptests/mp12/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp12/config_base.h
+++ b/c/src/ada-tests/mptests/mp12/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp12/mptest.adb b/c/src/ada-tests/mptests/mp12/mptest.adb
index b9a6fac6e6..1ec1421805 100644
--- a/c/src/ada-tests/mptests/mp12/mptest.adb
+++ b/c/src/ada-tests/mptests/mp12/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp12/mptest.ads b/c/src/ada-tests/mptests/mp12/mptest.ads
index 5c0fe3febf..6f0e1b7607 100644
--- a/c/src/ada-tests/mptests/mp12/mptest.ads
+++ b/c/src/ada-tests/mptests/mp12/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp12/node1/Makefile.am b/c/src/ada-tests/mptests/mp12/node1/Makefile.am
index 46d095532a..22eb8b7ea6 100644
--- a/c/src/ada-tests/mptests/mp12/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp12/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp12/node1/config.h b/c/src/ada-tests/mptests/mp12/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp12/node1/config.h
+++ b/c/src/ada-tests/mptests/mp12/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb b/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb
index a99fd2db8b..1e4e8565e2 100644
--- a/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb
+++ b/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp12/node2/Makefile.am b/c/src/ada-tests/mptests/mp12/node2/Makefile.am
index 63a7021691..889f100010 100644
--- a/c/src/ada-tests/mptests/mp12/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp12/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp12/node2/config.h b/c/src/ada-tests/mptests/mp12/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp12/node2/config.h
+++ b/c/src/ada-tests/mptests/mp12/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb b/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb
index 850d96923b..2358a77005 100644
--- a/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb
+++ b/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp13/Makefile.am b/c/src/ada-tests/mptests/mp13/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp13/Makefile.am
+++ b/c/src/ada-tests/mptests/mp13/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp13/config_base.h b/c/src/ada-tests/mptests/mp13/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp13/config_base.h
+++ b/c/src/ada-tests/mptests/mp13/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp13/mptest.adb b/c/src/ada-tests/mptests/mp13/mptest.adb
index f1369d5ccd..5c5868bf19 100644
--- a/c/src/ada-tests/mptests/mp13/mptest.adb
+++ b/c/src/ada-tests/mptests/mp13/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/mptests/mp13/mptest.ads b/c/src/ada-tests/mptests/mp13/mptest.ads
index fbdc87b143..03a1ba0e82 100644
--- a/c/src/ada-tests/mptests/mp13/mptest.ads
+++ b/c/src/ada-tests/mptests/mp13/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp13/node1/Makefile.am b/c/src/ada-tests/mptests/mp13/node1/Makefile.am
index d55d4aea4f..aa80acd467 100644
--- a/c/src/ada-tests/mptests/mp13/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp13/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp13/node1/config.h b/c/src/ada-tests/mptests/mp13/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp13/node1/config.h
+++ b/c/src/ada-tests/mptests/mp13/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb b/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb
index 59b6f7eab9..473c927b23 100644
--- a/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb
+++ b/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp13/node2/Makefile.am b/c/src/ada-tests/mptests/mp13/node2/Makefile.am
index 50e7f68257..c28ec60bb2 100644
--- a/c/src/ada-tests/mptests/mp13/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp13/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp13/node2/config.h b/c/src/ada-tests/mptests/mp13/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp13/node2/config.h
+++ b/c/src/ada-tests/mptests/mp13/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb b/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb
index df84cbf9be..69b12be33d 100644
--- a/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb
+++ b/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp14/Makefile.am b/c/src/ada-tests/mptests/mp14/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp14/Makefile.am
+++ b/c/src/ada-tests/mptests/mp14/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp14/config_base.h b/c/src/ada-tests/mptests/mp14/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp14/config_base.h
+++ b/c/src/ada-tests/mptests/mp14/config_base.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp14/mptest.adb b/c/src/ada-tests/mptests/mp14/mptest.adb
index b2b9316b7b..b0563a8023 100644
--- a/c/src/ada-tests/mptests/mp14/mptest.adb
+++ b/c/src/ada-tests/mptests/mp14/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with INTERFACES.C;
diff --git a/c/src/ada-tests/mptests/mp14/mptest.ads b/c/src/ada-tests/mptests/mp14/mptest.ads
index 71c8552959..034586e233 100644
--- a/c/src/ada-tests/mptests/mp14/mptest.ads
+++ b/c/src/ada-tests/mptests/mp14/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp14/node1/Makefile.am b/c/src/ada-tests/mptests/mp14/node1/Makefile.am
index 0236d0cf08..0dc8f8be52 100644
--- a/c/src/ada-tests/mptests/mp14/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp14/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp14/node1/config.h b/c/src/ada-tests/mptests/mp14/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp14/node1/config.h
+++ b/c/src/ada-tests/mptests/mp14/node1/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb b/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb
index 21efdc5726..057a6d318a 100644
--- a/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb
+++ b/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/mptests/mp14/node2/Makefile.am b/c/src/ada-tests/mptests/mp14/node2/Makefile.am
index 48f6bcae2a..30d2cf8c3f 100644
--- a/c/src/ada-tests/mptests/mp14/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp14/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/mptests/mp14/node2/config.h b/c/src/ada-tests/mptests/mp14/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp14/node2/config.h
+++ b/c/src/ada-tests/mptests/mp14/node2/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb b/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb
index b017f59222..4ecce47bc3 100644
--- a/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb
+++ b/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index 9079da44fb..a292ae616e 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = hello ticker base_sp nsecs
if HAS_MP
diff --git a/c/src/ada-tests/samples/base_mp/Makefile.am b/c/src/ada-tests/samples/base_mp/Makefile.am
index 847b3b94a4..8621f194d9 100644
--- a/c/src/ada-tests/samples/base_mp/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_mp/config.h b/c/src/ada-tests/samples/base_mp/config.h
index ac5d4dfe42..0bef9aa684 100644
--- a/c/src/ada-tests/samples/base_mp/config.h
+++ b/c/src/ada-tests/samples/base_mp/config.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* configuration information */
diff --git a/c/src/ada-tests/samples/base_mp/mptest.adb b/c/src/ada-tests/samples/base_mp/mptest.adb
index 1c829effbf..f5c5a594eb 100644
--- a/c/src/ada-tests/samples/base_mp/mptest.adb
+++ b/c/src/ada-tests/samples/base_mp/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/samples/base_mp/mptest.ads b/c/src/ada-tests/samples/base_mp/mptest.ads
index 3b5293ca48..70f45032e3 100644
--- a/c/src/ada-tests/samples/base_mp/mptest.ads
+++ b/c/src/ada-tests/samples/base_mp/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/base_mp/node1/Makefile.am b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
index 5bc2153e74..530766541c 100644
--- a/c/src/ada-tests/samples/base_mp/node1/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_mp/node2/Makefile.am b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
index 3ffab7fae1..efc208bf65 100644
--- a/c/src/ada-tests/samples/base_mp/node2/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_sp/Makefile.am b/c/src/ada-tests/samples/base_sp/Makefile.am
index b792f9525d..6575f06ccc 100644
--- a/c/src/ada-tests/samples/base_sp/Makefile.am
+++ b/c/src/ada-tests/samples/base_sp/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_sp/base_sp.adb b/c/src/ada-tests/samples/base_sp/base_sp.adb
index e8fae1c445..ae44a76a02 100644
--- a/c/src/ada-tests/samples/base_sp/base_sp.adb
+++ b/c/src/ada-tests/samples/base_sp/base_sp.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/base_sp/config.h b/c/src/ada-tests/samples/base_sp/config.h
index a622018953..8c91c35c28 100644
--- a/c/src/ada-tests/samples/base_sp/config.h
+++ b/c/src/ada-tests/samples/base_sp/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/base_sp/sptest.adb b/c/src/ada-tests/samples/base_sp/sptest.adb
index 6a869487fe..2b88a39c95 100644
--- a/c/src/ada-tests/samples/base_sp/sptest.adb
+++ b/c/src/ada-tests/samples/base_sp/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEST_SUPPORT;
with TEXT_IO;
diff --git a/c/src/ada-tests/samples/base_sp/sptest.ads b/c/src/ada-tests/samples/base_sp/sptest.ads
index e37279b815..f81a17c53f 100644
--- a/c/src/ada-tests/samples/base_sp/sptest.ads
+++ b/c/src/ada-tests/samples/base_sp/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
index 7aa2d5da0f..ff4b51c232 100644
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ b/c/src/ada-tests/samples/hello/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index 30202ec34b..a0a32003d2 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/hello/hello.adb b/c/src/ada-tests/samples/hello/hello.adb
index 23cfce012a..3bd3593168 100644
--- a/c/src/ada-tests/samples/hello/hello.adb
+++ b/c/src/ada-tests/samples/hello/hello.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/hello/sptest.adb b/c/src/ada-tests/samples/hello/sptest.adb
index 3f6745f3d9..47b13ed599 100644
--- a/c/src/ada-tests/samples/hello/sptest.adb
+++ b/c/src/ada-tests/samples/hello/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEXT_IO;
diff --git a/c/src/ada-tests/samples/hello/sptest.ads b/c/src/ada-tests/samples/hello/sptest.ads
index e3503da1f8..a3716d37e5 100644
--- a/c/src/ada-tests/samples/hello/sptest.ads
+++ b/c/src/ada-tests/samples/hello/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/nsecs/Makefile.am b/c/src/ada-tests/samples/nsecs/Makefile.am
index 36493b85b4..bc8dd2a87b 100644
--- a/c/src/ada-tests/samples/nsecs/Makefile.am
+++ b/c/src/ada-tests/samples/nsecs/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/nsecs/config.h b/c/src/ada-tests/samples/nsecs/config.h
index b14f7fc349..e4ed7a221b 100644
--- a/c/src/ada-tests/samples/nsecs/config.h
+++ b/c/src/ada-tests/samples/nsecs/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/nsecs/nsecs.adb b/c/src/ada-tests/samples/nsecs/nsecs.adb
index 01b34a18a4..26648e330f 100644
--- a/c/src/ada-tests/samples/nsecs/nsecs.adb
+++ b/c/src/ada-tests/samples/nsecs/nsecs.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/nsecs/sptest.adb b/c/src/ada-tests/samples/nsecs/sptest.adb
index 0696a2561d..883fb7260e 100644
--- a/c/src/ada-tests/samples/nsecs/sptest.adb
+++ b/c/src/ada-tests/samples/nsecs/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada.Integer_Text_IO;
with Interfaces.C;
diff --git a/c/src/ada-tests/samples/nsecs/sptest.ads b/c/src/ada-tests/samples/nsecs/sptest.ads
index 5b02970d2d..803e840411 100644
--- a/c/src/ada-tests/samples/nsecs/sptest.ads
+++ b/c/src/ada-tests/samples/nsecs/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/ticker/Makefile.am b/c/src/ada-tests/samples/ticker/Makefile.am
index 14864f9065..b21d6c464f 100644
--- a/c/src/ada-tests/samples/ticker/Makefile.am
+++ b/c/src/ada-tests/samples/ticker/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/ticker/config.h b/c/src/ada-tests/samples/ticker/config.h
index 502b13362f..0fcda1f80a 100644
--- a/c/src/ada-tests/samples/ticker/config.h
+++ b/c/src/ada-tests/samples/ticker/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/ticker/sptest.adb b/c/src/ada-tests/samples/ticker/sptest.adb
index 5d9ab4fb69..a47ce3d4d0 100644
--- a/c/src/ada-tests/samples/ticker/sptest.adb
+++ b/c/src/ada-tests/samples/ticker/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/samples/ticker/sptest.ads b/c/src/ada-tests/samples/ticker/sptest.ads
index c6af2ca1c5..d48488c270 100644
--- a/c/src/ada-tests/samples/ticker/sptest.ads
+++ b/c/src/ada-tests/samples/ticker/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/ticker/ticker.adb b/c/src/ada-tests/samples/ticker/ticker.adb
index ea172622e5..2f29d17597 100644
--- a/c/src/ada-tests/samples/ticker/ticker.adb
+++ b/c/src/ada-tests/samples/ticker/ticker.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/Makefile.am b/c/src/ada-tests/sptests/Makefile.am
index 17131ec98e..5de1f4ea06 100644
--- a/c/src/ada-tests/sptests/Makefile.am
+++ b/c/src/ada-tests/sptests/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS =
SUBDIRS += sp01
SUBDIRS += sp02
diff --git a/c/src/ada-tests/sptests/sp01/Makefile.am b/c/src/ada-tests/sptests/sp01/Makefile.am
index 04640499d3..fbbc8374c0 100644
--- a/c/src/ada-tests/sptests/sp01/Makefile.am
+++ b/c/src/ada-tests/sptests/sp01/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp01/config.h b/c/src/ada-tests/sptests/sp01/config.h
index 99b132c67a..0c66d014ca 100644
--- a/c/src/ada-tests/sptests/sp01/config.h
+++ b/c/src/ada-tests/sptests/sp01/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp01/sp01.adb b/c/src/ada-tests/sptests/sp01/sp01.adb
index 1099eb0c5d..978b84a79d 100644
--- a/c/src/ada-tests/sptests/sp01/sp01.adb
+++ b/c/src/ada-tests/sptests/sp01/sp01.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp01/sptest.adb b/c/src/ada-tests/sptests/sp01/sptest.adb
index bfe0dd3acd..70ef44c8bb 100644
--- a/c/src/ada-tests/sptests/sp01/sptest.adb
+++ b/c/src/ada-tests/sptests/sp01/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp01/sptest.ads b/c/src/ada-tests/sptests/sp01/sptest.ads
index c6af2ca1c5..d48488c270 100644
--- a/c/src/ada-tests/sptests/sp01/sptest.ads
+++ b/c/src/ada-tests/sptests/sp01/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp02/Makefile.am b/c/src/ada-tests/sptests/sp02/Makefile.am
index 64f675dcd6..d23a4e6fdb 100644
--- a/c/src/ada-tests/sptests/sp02/Makefile.am
+++ b/c/src/ada-tests/sptests/sp02/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp02/config.h b/c/src/ada-tests/sptests/sp02/config.h
index 502b13362f..0fcda1f80a 100644
--- a/c/src/ada-tests/sptests/sp02/config.h
+++ b/c/src/ada-tests/sptests/sp02/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp02/sp02.adb b/c/src/ada-tests/sptests/sp02/sp02.adb
index 1d99870864..aae1a32edd 100644
--- a/c/src/ada-tests/sptests/sp02/sp02.adb
+++ b/c/src/ada-tests/sptests/sp02/sp02.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp02/sptest.adb b/c/src/ada-tests/sptests/sp02/sptest.adb
index 45f9425f9f..0c4a7ff172 100644
--- a/c/src/ada-tests/sptests/sp02/sptest.adb
+++ b/c/src/ada-tests/sptests/sp02/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp02/sptest.ads b/c/src/ada-tests/sptests/sp02/sptest.ads
index 3801bf5001..ed348d71d3 100644
--- a/c/src/ada-tests/sptests/sp02/sptest.ads
+++ b/c/src/ada-tests/sptests/sp02/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp03/Makefile.am b/c/src/ada-tests/sptests/sp03/Makefile.am
index e8a46e66df..cdb256c07f 100644
--- a/c/src/ada-tests/sptests/sp03/Makefile.am
+++ b/c/src/ada-tests/sptests/sp03/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp03/config.h b/c/src/ada-tests/sptests/sp03/config.h
index cf0ff45991..f31e29b8f3 100644
--- a/c/src/ada-tests/sptests/sp03/config.h
+++ b/c/src/ada-tests/sptests/sp03/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp03/sp03.adb b/c/src/ada-tests/sptests/sp03/sp03.adb
index 8e9c7cb6c1..befbbe806a 100644
--- a/c/src/ada-tests/sptests/sp03/sp03.adb
+++ b/c/src/ada-tests/sptests/sp03/sp03.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp03/sptest.adb b/c/src/ada-tests/sptests/sp03/sptest.adb
index 274ae55e70..daa0e5b60b 100644
--- a/c/src/ada-tests/sptests/sp03/sptest.adb
+++ b/c/src/ada-tests/sptests/sp03/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp03/sptest.ads b/c/src/ada-tests/sptests/sp03/sptest.ads
index bafb948e5d..e5afc04167 100644
--- a/c/src/ada-tests/sptests/sp03/sptest.ads
+++ b/c/src/ada-tests/sptests/sp03/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp04/Makefile.am b/c/src/ada-tests/sptests/sp04/Makefile.am
index 197b8559ca..cbc8cf294b 100644
--- a/c/src/ada-tests/sptests/sp04/Makefile.am
+++ b/c/src/ada-tests/sptests/sp04/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp04/README b/c/src/ada-tests/sptests/sp04/README
index 6928aaea49..43ff165261 100644
--- a/c/src/ada-tests/sptests/sp04/README
+++ b/c/src/ada-tests/sptests/sp04/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This test is broken as it is currently implemented. It is illegal for
a task to do Ada IO during a extension since the Ada run-time uses
locks to safeguard data structures. Dispatching is disabled and the
diff --git a/c/src/ada-tests/sptests/sp04/config.h b/c/src/ada-tests/sptests/sp04/config.h
index 45f691cbcc..9e25e3075e 100644
--- a/c/src/ada-tests/sptests/sp04/config.h
+++ b/c/src/ada-tests/sptests/sp04/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp04/sp04.adb b/c/src/ada-tests/sptests/sp04/sp04.adb
index d8d0cb6016..0121dd460f 100644
--- a/c/src/ada-tests/sptests/sp04/sp04.adb
+++ b/c/src/ada-tests/sptests/sp04/sp04.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp04/sptest.adb b/c/src/ada-tests/sptests/sp04/sptest.adb
index b9b3957922..0c90f5b56b 100644
--- a/c/src/ada-tests/sptests/sp04/sptest.adb
+++ b/c/src/ada-tests/sptests/sp04/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp04/sptest.ads b/c/src/ada-tests/sptests/sp04/sptest.ads
index 20c0830178..be10e20763 100644
--- a/c/src/ada-tests/sptests/sp04/sptest.ads
+++ b/c/src/ada-tests/sptests/sp04/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp05/Makefile.am b/c/src/ada-tests/sptests/sp05/Makefile.am
index ad7816e761..c66d419a14 100644
--- a/c/src/ada-tests/sptests/sp05/Makefile.am
+++ b/c/src/ada-tests/sptests/sp05/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp05/config.h b/c/src/ada-tests/sptests/sp05/config.h
index 5c9bf523ec..99a9e57ef8 100644
--- a/c/src/ada-tests/sptests/sp05/config.h
+++ b/c/src/ada-tests/sptests/sp05/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp05/sp05.adb b/c/src/ada-tests/sptests/sp05/sp05.adb
index 14a30ecdc7..035045e5e6 100644
--- a/c/src/ada-tests/sptests/sp05/sp05.adb
+++ b/c/src/ada-tests/sptests/sp05/sp05.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp05/sptest.adb b/c/src/ada-tests/sptests/sp05/sptest.adb
index 2a04921aec..d116ae4472 100644
--- a/c/src/ada-tests/sptests/sp05/sptest.adb
+++ b/c/src/ada-tests/sptests/sp05/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp05/sptest.ads b/c/src/ada-tests/sptests/sp05/sptest.ads
index 8db055f069..5e2333d9b4 100644
--- a/c/src/ada-tests/sptests/sp05/sptest.ads
+++ b/c/src/ada-tests/sptests/sp05/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp06/Makefile.am b/c/src/ada-tests/sptests/sp06/Makefile.am
index 220cc7824b..538e0939f8 100644
--- a/c/src/ada-tests/sptests/sp06/Makefile.am
+++ b/c/src/ada-tests/sptests/sp06/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp06/config.h b/c/src/ada-tests/sptests/sp06/config.h
index 5c9bf523ec..99a9e57ef8 100644
--- a/c/src/ada-tests/sptests/sp06/config.h
+++ b/c/src/ada-tests/sptests/sp06/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp06/sp06.adb b/c/src/ada-tests/sptests/sp06/sp06.adb
index 20a32f2189..a43edf7d88 100644
--- a/c/src/ada-tests/sptests/sp06/sp06.adb
+++ b/c/src/ada-tests/sptests/sp06/sp06.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp06/sptest.adb b/c/src/ada-tests/sptests/sp06/sptest.adb
index ec536702a1..19307e4f4b 100644
--- a/c/src/ada-tests/sptests/sp06/sptest.adb
+++ b/c/src/ada-tests/sptests/sp06/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp06/sptest.ads b/c/src/ada-tests/sptests/sp06/sptest.ads
index 5a61fb9558..62fb896208 100644
--- a/c/src/ada-tests/sptests/sp06/sptest.ads
+++ b/c/src/ada-tests/sptests/sp06/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp07/Makefile.am b/c/src/ada-tests/sptests/sp07/Makefile.am
index b5079c1fba..52c93798c0 100644
--- a/c/src/ada-tests/sptests/sp07/Makefile.am
+++ b/c/src/ada-tests/sptests/sp07/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp07/config.h b/c/src/ada-tests/sptests/sp07/config.h
index 71654e01bb..92bf0091de 100644
--- a/c/src/ada-tests/sptests/sp07/config.h
+++ b/c/src/ada-tests/sptests/sp07/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp07/sp07.adb b/c/src/ada-tests/sptests/sp07/sp07.adb
index dad98fb13b..934255830c 100644
--- a/c/src/ada-tests/sptests/sp07/sp07.adb
+++ b/c/src/ada-tests/sptests/sp07/sp07.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp07/sptest.adb b/c/src/ada-tests/sptests/sp07/sptest.adb
index c64706fe94..77540d4d89 100644
--- a/c/src/ada-tests/sptests/sp07/sptest.adb
+++ b/c/src/ada-tests/sptests/sp07/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp07/sptest.ads b/c/src/ada-tests/sptests/sp07/sptest.ads
index 262b1636c1..30ac41cf96 100644
--- a/c/src/ada-tests/sptests/sp07/sptest.ads
+++ b/c/src/ada-tests/sptests/sp07/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp08/Makefile.am b/c/src/ada-tests/sptests/sp08/Makefile.am
index 2e4ff1de96..1514bd39a0 100644
--- a/c/src/ada-tests/sptests/sp08/Makefile.am
+++ b/c/src/ada-tests/sptests/sp08/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp08/config.h b/c/src/ada-tests/sptests/sp08/config.h
index 49a9e9f6c8..52dcbfe4e2 100644
--- a/c/src/ada-tests/sptests/sp08/config.h
+++ b/c/src/ada-tests/sptests/sp08/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp08/sp08.adb b/c/src/ada-tests/sptests/sp08/sp08.adb
index 539aff53b6..ca4bfba3e8 100644
--- a/c/src/ada-tests/sptests/sp08/sp08.adb
+++ b/c/src/ada-tests/sptests/sp08/sp08.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp08/sptest.adb b/c/src/ada-tests/sptests/sp08/sptest.adb
index 11707c4928..992961daa1 100644
--- a/c/src/ada-tests/sptests/sp08/sptest.adb
+++ b/c/src/ada-tests/sptests/sp08/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp08/sptest.ads b/c/src/ada-tests/sptests/sp08/sptest.ads
index b0779b6252..fb46dbe918 100644
--- a/c/src/ada-tests/sptests/sp08/sptest.ads
+++ b/c/src/ada-tests/sptests/sp08/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp09/Makefile.am b/c/src/ada-tests/sptests/sp09/Makefile.am
index 4cb5113f82..ba4edebc84 100644
--- a/c/src/ada-tests/sptests/sp09/Makefile.am
+++ b/c/src/ada-tests/sptests/sp09/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp09/config.h b/c/src/ada-tests/sptests/sp09/config.h
index df082f2846..18a51ad4de 100644
--- a/c/src/ada-tests/sptests/sp09/config.h
+++ b/c/src/ada-tests/sptests/sp09/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp09/sp09.adb b/c/src/ada-tests/sptests/sp09/sp09.adb
index 6960990c97..b4b5a685fa 100644
--- a/c/src/ada-tests/sptests/sp09/sp09.adb
+++ b/c/src/ada-tests/sptests/sp09/sp09.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb
index 0026b2984e..2bb3322778 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.adb
+++ b/c/src/ada-tests/sptests/sp09/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp09/sptest.ads b/c/src/ada-tests/sptests/sp09/sptest.ads
index c825016234..af0132ecd5 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.ads
+++ b/c/src/ada-tests/sptests/sp09/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp11/Makefile.am b/c/src/ada-tests/sptests/sp11/Makefile.am
index 1060ddc619..5c7cd28809 100644
--- a/c/src/ada-tests/sptests/sp11/Makefile.am
+++ b/c/src/ada-tests/sptests/sp11/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp11/config.h b/c/src/ada-tests/sptests/sp11/config.h
index b5df7886c8..ddad065171 100644
--- a/c/src/ada-tests/sptests/sp11/config.h
+++ b/c/src/ada-tests/sptests/sp11/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp11/sp11.adb b/c/src/ada-tests/sptests/sp11/sp11.adb
index 4aab9f8bd3..89d8b6027a 100644
--- a/c/src/ada-tests/sptests/sp11/sp11.adb
+++ b/c/src/ada-tests/sptests/sp11/sp11.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp11/sptest.adb b/c/src/ada-tests/sptests/sp11/sptest.adb
index aecdfea9f1..d77aaae4ad 100644
--- a/c/src/ada-tests/sptests/sp11/sptest.adb
+++ b/c/src/ada-tests/sptests/sp11/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp11/sptest.ads b/c/src/ada-tests/sptests/sp11/sptest.ads
index 02ca5815d2..e47b98177e 100644
--- a/c/src/ada-tests/sptests/sp11/sptest.ads
+++ b/c/src/ada-tests/sptests/sp11/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp12/Makefile.am b/c/src/ada-tests/sptests/sp12/Makefile.am
index a86d1fe4e6..33c5e080e3 100644
--- a/c/src/ada-tests/sptests/sp12/Makefile.am
+++ b/c/src/ada-tests/sptests/sp12/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp12/config.h b/c/src/ada-tests/sptests/sp12/config.h
index 5212c8dac6..742d29fb57 100644
--- a/c/src/ada-tests/sptests/sp12/config.h
+++ b/c/src/ada-tests/sptests/sp12/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp12/sp12.adb b/c/src/ada-tests/sptests/sp12/sp12.adb
index bdb067fef4..0ca2b005bc 100644
--- a/c/src/ada-tests/sptests/sp12/sp12.adb
+++ b/c/src/ada-tests/sptests/sp12/sp12.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Interfaces; use Interfaces;
with RTEMS;
diff --git a/c/src/ada-tests/sptests/sp12/sptest.adb b/c/src/ada-tests/sptests/sp12/sptest.adb
index 93c7d411f8..c7ac827983 100644
--- a/c/src/ada-tests/sptests/sp12/sptest.adb
+++ b/c/src/ada-tests/sptests/sp12/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp12/sptest.ads b/c/src/ada-tests/sptests/sp12/sptest.ads
index 4db8278473..4e54fcd192 100644
--- a/c/src/ada-tests/sptests/sp12/sptest.ads
+++ b/c/src/ada-tests/sptests/sp12/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp13/Makefile.am b/c/src/ada-tests/sptests/sp13/Makefile.am
index f33e29098b..f54587f3a7 100644
--- a/c/src/ada-tests/sptests/sp13/Makefile.am
+++ b/c/src/ada-tests/sptests/sp13/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp13/config.h b/c/src/ada-tests/sptests/sp13/config.h
index cad0901cc0..9156a56b9e 100644
--- a/c/src/ada-tests/sptests/sp13/config.h
+++ b/c/src/ada-tests/sptests/sp13/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp13/sp13.adb b/c/src/ada-tests/sptests/sp13/sp13.adb
index a82cfe9ebb..5505814459 100644
--- a/c/src/ada-tests/sptests/sp13/sp13.adb
+++ b/c/src/ada-tests/sptests/sp13/sp13.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp13/sptest.adb b/c/src/ada-tests/sptests/sp13/sptest.adb
index d06d8cef18..15b8e35220 100644
--- a/c/src/ada-tests/sptests/sp13/sptest.adb
+++ b/c/src/ada-tests/sptests/sp13/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/sptests/sp13/sptest.ads b/c/src/ada-tests/sptests/sp13/sptest.ads
index 98f557e535..2bb741bd39 100644
--- a/c/src/ada-tests/sptests/sp13/sptest.ads
+++ b/c/src/ada-tests/sptests/sp13/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp14/Makefile.am b/c/src/ada-tests/sptests/sp14/Makefile.am
index 57f249548f..dbe01f5915 100644
--- a/c/src/ada-tests/sptests/sp14/Makefile.am
+++ b/c/src/ada-tests/sptests/sp14/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp14/config.h b/c/src/ada-tests/sptests/sp14/config.h
index 7da36bb0f8..07e10b5056 100644
--- a/c/src/ada-tests/sptests/sp14/config.h
+++ b/c/src/ada-tests/sptests/sp14/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp14/sp14.adb b/c/src/ada-tests/sptests/sp14/sp14.adb
index ea97b092bc..359772d1ee 100644
--- a/c/src/ada-tests/sptests/sp14/sp14.adb
+++ b/c/src/ada-tests/sptests/sp14/sp14.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp14/sptest.adb b/c/src/ada-tests/sptests/sp14/sptest.adb
index 4c31a6096f..cea308d497 100644
--- a/c/src/ada-tests/sptests/sp14/sptest.adb
+++ b/c/src/ada-tests/sptests/sp14/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with ADDRESS_IO;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp14/sptest.ads b/c/src/ada-tests/sptests/sp14/sptest.ads
index 26eb32505c..2694d8577a 100644
--- a/c/src/ada-tests/sptests/sp14/sptest.ads
+++ b/c/src/ada-tests/sptests/sp14/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp15/Makefile.am b/c/src/ada-tests/sptests/sp15/Makefile.am
index 2cf45838cc..5804cda188 100644
--- a/c/src/ada-tests/sptests/sp15/Makefile.am
+++ b/c/src/ada-tests/sptests/sp15/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp15/config.h b/c/src/ada-tests/sptests/sp15/config.h
index f0cb55167a..33c175225a 100644
--- a/c/src/ada-tests/sptests/sp15/config.h
+++ b/c/src/ada-tests/sptests/sp15/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp15/sp15.adb b/c/src/ada-tests/sptests/sp15/sp15.adb
index 6d3cb52502..dd17a45740 100644
--- a/c/src/ada-tests/sptests/sp15/sp15.adb
+++ b/c/src/ada-tests/sptests/sp15/sp15.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp15/sptest.adb b/c/src/ada-tests/sptests/sp15/sptest.adb
index cea32693f0..485df1177d 100644
--- a/c/src/ada-tests/sptests/sp15/sptest.adb
+++ b/c/src/ada-tests/sptests/sp15/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEST_SUPPORT;
with TEXT_IO;
diff --git a/c/src/ada-tests/sptests/sp15/sptest.ads b/c/src/ada-tests/sptests/sp15/sptest.ads
index 0774a548d0..57704c96ca 100644
--- a/c/src/ada-tests/sptests/sp15/sptest.ads
+++ b/c/src/ada-tests/sptests/sp15/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp16/Makefile.am b/c/src/ada-tests/sptests/sp16/Makefile.am
index d6d523961f..fc5d075d2c 100644
--- a/c/src/ada-tests/sptests/sp16/Makefile.am
+++ b/c/src/ada-tests/sptests/sp16/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp16/config.h b/c/src/ada-tests/sptests/sp16/config.h
index c71a370201..04b8af0faa 100644
--- a/c/src/ada-tests/sptests/sp16/config.h
+++ b/c/src/ada-tests/sptests/sp16/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp16/sp16.adb b/c/src/ada-tests/sptests/sp16/sp16.adb
index 5c56982564..78e28d9252 100644
--- a/c/src/ada-tests/sptests/sp16/sp16.adb
+++ b/c/src/ada-tests/sptests/sp16/sp16.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp16/sptest.adb b/c/src/ada-tests/sptests/sp16/sptest.adb
index 9788b17c18..a6efc22513 100644
--- a/c/src/ada-tests/sptests/sp16/sptest.adb
+++ b/c/src/ada-tests/sptests/sp16/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp16/sptest.ads b/c/src/ada-tests/sptests/sp16/sptest.ads
index f687c421b5..a2ebd2505f 100644
--- a/c/src/ada-tests/sptests/sp16/sptest.ads
+++ b/c/src/ada-tests/sptests/sp16/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp17/Makefile.am b/c/src/ada-tests/sptests/sp17/Makefile.am
index ea63db69d0..7b20338c06 100644
--- a/c/src/ada-tests/sptests/sp17/Makefile.am
+++ b/c/src/ada-tests/sptests/sp17/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp17/config.h b/c/src/ada-tests/sptests/sp17/config.h
index 74fe6f76c4..cfeb83507c 100644
--- a/c/src/ada-tests/sptests/sp17/config.h
+++ b/c/src/ada-tests/sptests/sp17/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp17/sp17.adb b/c/src/ada-tests/sptests/sp17/sp17.adb
index 9370c3c2b8..004faeac6d 100644
--- a/c/src/ada-tests/sptests/sp17/sp17.adb
+++ b/c/src/ada-tests/sptests/sp17/sp17.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp17/sptest.adb b/c/src/ada-tests/sptests/sp17/sptest.adb
index 5d5bbbf695..982183206f 100644
--- a/c/src/ada-tests/sptests/sp17/sptest.adb
+++ b/c/src/ada-tests/sptests/sp17/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp17/sptest.ads b/c/src/ada-tests/sptests/sp17/sptest.ads
index 9ffe21efec..70acc66b3a 100644
--- a/c/src/ada-tests/sptests/sp17/sptest.ads
+++ b/c/src/ada-tests/sptests/sp17/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp19/Makefile.am b/c/src/ada-tests/sptests/sp19/Makefile.am
index 47e31916ec..726b07c82d 100644
--- a/c/src/ada-tests/sptests/sp19/Makefile.am
+++ b/c/src/ada-tests/sptests/sp19/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp19/README b/c/src/ada-tests/sptests/sp19/README
index 07d60c5bc4..4fd698381e 100644
--- a/c/src/ada-tests/sptests/sp19/README
+++ b/c/src/ada-tests/sptests/sp19/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a "problem" test in Ada versus the C equivalent. In C,
we used macros to :
diff --git a/c/src/ada-tests/sptests/sp19/config.h b/c/src/ada-tests/sptests/sp19/config.h
index 8f5acd2a04..16c764935a 100644
--- a/c/src/ada-tests/sptests/sp19/config.h
+++ b/c/src/ada-tests/sptests/sp19/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp19/sp19.adb b/c/src/ada-tests/sptests/sp19/sp19.adb
index e032b14199..4a16f128fb 100644
--- a/c/src/ada-tests/sptests/sp19/sp19.adb
+++ b/c/src/ada-tests/sptests/sp19/sp19.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp19/sptest.adp b/c/src/ada-tests/sptests/sp19/sptest.adp
index 3c37d7d8b0..a5f50695b6 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.adp
+++ b/c/src/ada-tests/sptests/sp19/sptest.adp
@@ -13,8 +13,6 @@
-- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
-- On-Line Applications Research Corporation (OAR).
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with FLOAT_IO;
diff --git a/c/src/ada-tests/sptests/sp19/sptest.ads b/c/src/ada-tests/sptests/sp19/sptest.ads
index 7da38c7e1f..b78b474181 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.ads
+++ b/c/src/ada-tests/sptests/sp19/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp20/Makefile.am b/c/src/ada-tests/sptests/sp20/Makefile.am
index d8cccaa1e9..24628b8122 100644
--- a/c/src/ada-tests/sptests/sp20/Makefile.am
+++ b/c/src/ada-tests/sptests/sp20/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp20/config.h b/c/src/ada-tests/sptests/sp20/config.h
index 8a51af3006..3e6f91c686 100644
--- a/c/src/ada-tests/sptests/sp20/config.h
+++ b/c/src/ada-tests/sptests/sp20/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp20/sp20.adb b/c/src/ada-tests/sptests/sp20/sp20.adb
index c42fcede39..ca80be4cc8 100644
--- a/c/src/ada-tests/sptests/sp20/sp20.adb
+++ b/c/src/ada-tests/sptests/sp20/sp20.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp20/sptest.adb b/c/src/ada-tests/sptests/sp20/sptest.adb
index 97df1edcb7..0449c38577 100644
--- a/c/src/ada-tests/sptests/sp20/sptest.adb
+++ b/c/src/ada-tests/sptests/sp20/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp20/sptest.ads b/c/src/ada-tests/sptests/sp20/sptest.ads
index 17d102852c..80b258c81f 100644
--- a/c/src/ada-tests/sptests/sp20/sptest.ads
+++ b/c/src/ada-tests/sptests/sp20/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp22/Makefile.am b/c/src/ada-tests/sptests/sp22/Makefile.am
index 790b398b5a..168d23befb 100644
--- a/c/src/ada-tests/sptests/sp22/Makefile.am
+++ b/c/src/ada-tests/sptests/sp22/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp22/config.h b/c/src/ada-tests/sptests/sp22/config.h
index b85831b661..9a2cfc78ab 100644
--- a/c/src/ada-tests/sptests/sp22/config.h
+++ b/c/src/ada-tests/sptests/sp22/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp22/sp22.adb b/c/src/ada-tests/sptests/sp22/sp22.adb
index 3a9fc86171..b551e995b8 100644
--- a/c/src/ada-tests/sptests/sp22/sp22.adb
+++ b/c/src/ada-tests/sptests/sp22/sp22.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp22/sptest.adb b/c/src/ada-tests/sptests/sp22/sptest.adb
index 03114d0463..2ecd2281c8 100644
--- a/c/src/ada-tests/sptests/sp22/sptest.adb
+++ b/c/src/ada-tests/sptests/sp22/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp22/sptest.ads b/c/src/ada-tests/sptests/sp22/sptest.ads
index 5f464fb527..0abc5f10c7 100644
--- a/c/src/ada-tests/sptests/sp22/sptest.ads
+++ b/c/src/ada-tests/sptests/sp22/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp23/Makefile.am b/c/src/ada-tests/sptests/sp23/Makefile.am
index fdd80caa2f..c4823a817d 100644
--- a/c/src/ada-tests/sptests/sp23/Makefile.am
+++ b/c/src/ada-tests/sptests/sp23/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp23/config.h b/c/src/ada-tests/sptests/sp23/config.h
index 52795c51e0..72267e17a0 100644
--- a/c/src/ada-tests/sptests/sp23/config.h
+++ b/c/src/ada-tests/sptests/sp23/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp23/sp23.adb b/c/src/ada-tests/sptests/sp23/sp23.adb
index 37ff2bf8a9..3019eda8b4 100644
--- a/c/src/ada-tests/sptests/sp23/sp23.adb
+++ b/c/src/ada-tests/sptests/sp23/sp23.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp23/sptest.adb b/c/src/ada-tests/sptests/sp23/sptest.adb
index 7362d34c33..263ae9fa4c 100644
--- a/c/src/ada-tests/sptests/sp23/sptest.adb
+++ b/c/src/ada-tests/sptests/sp23/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with ADDRESS_IO;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp23/sptest.ads b/c/src/ada-tests/sptests/sp23/sptest.ads
index 94941a22f0..b300db28f9 100644
--- a/c/src/ada-tests/sptests/sp23/sptest.ads
+++ b/c/src/ada-tests/sptests/sp23/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp24/Makefile.am b/c/src/ada-tests/sptests/sp24/Makefile.am
index d58120982e..044faae303 100644
--- a/c/src/ada-tests/sptests/sp24/Makefile.am
+++ b/c/src/ada-tests/sptests/sp24/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp24/config.h b/c/src/ada-tests/sptests/sp24/config.h
index 9055d82791..a9ab921ec2 100644
--- a/c/src/ada-tests/sptests/sp24/config.h
+++ b/c/src/ada-tests/sptests/sp24/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp24/sp24.adb b/c/src/ada-tests/sptests/sp24/sp24.adb
index 33b100813c..00a9353963 100644
--- a/c/src/ada-tests/sptests/sp24/sp24.adb
+++ b/c/src/ada-tests/sptests/sp24/sp24.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp24/sptest.adb b/c/src/ada-tests/sptests/sp24/sptest.adb
index bc8c8c6a82..c066d15dce 100644
--- a/c/src/ada-tests/sptests/sp24/sptest.adb
+++ b/c/src/ada-tests/sptests/sp24/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/sp24/sptest.ads b/c/src/ada-tests/sptests/sp24/sptest.ads
index d8ccb0cb18..5df2109cfa 100644
--- a/c/src/ada-tests/sptests/sp24/sptest.ads
+++ b/c/src/ada-tests/sptests/sp24/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp25/Makefile.am b/c/src/ada-tests/sptests/sp25/Makefile.am
index d2d45e7a6e..e5a25e495c 100644
--- a/c/src/ada-tests/sptests/sp25/Makefile.am
+++ b/c/src/ada-tests/sptests/sp25/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/sp25/config.h b/c/src/ada-tests/sptests/sp25/config.h
index 3ff23e8a3a..4eb8f5f65c 100644
--- a/c/src/ada-tests/sptests/sp25/config.h
+++ b/c/src/ada-tests/sptests/sp25/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/sp25/sp25.adb b/c/src/ada-tests/sptests/sp25/sp25.adb
index 94c7695615..1b736aa448 100644
--- a/c/src/ada-tests/sptests/sp25/sp25.adb
+++ b/c/src/ada-tests/sptests/sp25/sp25.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/sp25/sptest.adb b/c/src/ada-tests/sptests/sp25/sptest.adb
index 6924bfdcad..ae44295d56 100644
--- a/c/src/ada-tests/sptests/sp25/sptest.adb
+++ b/c/src/ada-tests/sptests/sp25/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEST_SUPPORT;
with TEXT_IO;
diff --git a/c/src/ada-tests/sptests/sp25/sptest.ads b/c/src/ada-tests/sptests/sp25/sptest.ads
index e2a9974bac..65d11c7944 100644
--- a/c/src/ada-tests/sptests/sp25/sptest.ads
+++ b/c/src/ada-tests/sptests/sp25/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/sptests/spname01/Makefile.am b/c/src/ada-tests/sptests/spname01/Makefile.am
index 53a1566e98..ab5d8a6bdf 100644
--- a/c/src/ada-tests/sptests/spname01/Makefile.am
+++ b/c/src/ada-tests/sptests/spname01/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/sptests/spname01/config.h b/c/src/ada-tests/sptests/spname01/config.h
index 30202ec34b..a0a32003d2 100644
--- a/c/src/ada-tests/sptests/spname01/config.h
+++ b/c/src/ada-tests/sptests/spname01/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/sptests/spname01/spname01.adb b/c/src/ada-tests/sptests/spname01/spname01.adb
index 58bdae759c..49d1b2df87 100644
--- a/c/src/ada-tests/sptests/spname01/spname01.adb
+++ b/c/src/ada-tests/sptests/spname01/spname01.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
procedure SPNAME01 is
begin
diff --git a/c/src/ada-tests/sptests/spname01/sptest.adb b/c/src/ada-tests/sptests/spname01/sptest.adb
index dd781587a7..ce467cdd90 100644
--- a/c/src/ada-tests/sptests/spname01/sptest.adb
+++ b/c/src/ada-tests/sptests/spname01/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/sptests/spname01/sptest.ads b/c/src/ada-tests/sptests/spname01/sptest.ads
index d3bc6cc11d..b55ee464d7 100644
--- a/c/src/ada-tests/sptests/spname01/sptest.ads
+++ b/c/src/ada-tests/sptests/spname01/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package SPTEST is
diff --git a/c/src/ada-tests/support/Makefile.am b/c/src/ada-tests/support/Makefile.am
index d0c160c1cb..88a4014be7 100644
--- a/c/src/ada-tests/support/Makefile.am
+++ b/c/src/ada-tests/support/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
EXTRA_DIST =
EXTRA_DIST += address_io.adb
EXTRA_DIST += address_io.ads
diff --git a/c/src/ada-tests/support/address_io.adb b/c/src/ada-tests/support/address_io.adb
index 5e01d24a76..2cb07506ac 100644
--- a/c/src/ada-tests/support/address_io.adb
+++ b/c/src/ada-tests/support/address_io.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System.Storage_Elements;
with Text_IO;
diff --git a/c/src/ada-tests/support/address_io.ads b/c/src/ada-tests/support/address_io.ads
index b25f760b02..d298f0258a 100644
--- a/c/src/ada-tests/support/address_io.ads
+++ b/c/src/ada-tests/support/address_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
diff --git a/c/src/ada-tests/support/float_io.ads b/c/src/ada-tests/support/float_io.ads
index 815a7fe3b8..b7734df5e9 100644
--- a/c/src/ada-tests/support/float_io.ads
+++ b/c/src/ada-tests/support/float_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Text_IO;
diff --git a/c/src/ada-tests/support/fp.inc b/c/src/ada-tests/support/fp.inc
index 94327ea232..a22b872ee7 100644
--- a/c/src/ada-tests/support/fp.inc
+++ b/c/src/ada-tests/support/fp.inc
@@ -18,8 +18,6 @@
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
---
--- $Id$
--
-- private definitions for macro use
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index 9687612f9a..ad98409c3c 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -1,8 +1,6 @@
/*
* COPYRIGHT (c) 1989-2007
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
diff --git a/c/src/ada-tests/support/integer.inc b/c/src/ada-tests/support/integer.inc
index 8c743430ef..ef42c3671d 100644
--- a/c/src/ada-tests/support/integer.inc
+++ b/c/src/ada-tests/support/integer.inc
@@ -12,8 +12,6 @@
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
---
--- $Id$
--
-- private definitions for macro use
diff --git a/c/src/ada-tests/support/rtems_calling_overhead.ads b/c/src/ada-tests/support/rtems_calling_overhead.ads
index ad9dfd28e9..44ea45abf0 100644
--- a/c/src/ada-tests/support/rtems_calling_overhead.ads
+++ b/c/src/ada-tests/support/rtems_calling_overhead.ads
@@ -19,8 +19,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/status_io.ads b/c/src/ada-tests/support/status_io.ads
index 9eb070b3bd..41bfce3970 100644
--- a/c/src/ada-tests/support/status_io.ads
+++ b/c/src/ada-tests/support/status_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with Text_IO;
diff --git a/c/src/ada-tests/support/test_support.adb b/c/src/ada-tests/support/test_support.adb
index 99c6d21bed..3f5bdfe60f 100644
--- a/c/src/ada-tests/support/test_support.adb
+++ b/c/src/ada-tests/support/test_support.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Interfaces; use Interfaces;
with Unsigned32_IO;
diff --git a/c/src/ada-tests/support/test_support.ads b/c/src/ada-tests/support/test_support.ads
index c4eb9d3c72..0113da9cad 100644
--- a/c/src/ada-tests/support/test_support.ads
+++ b/c/src/ada-tests/support/test_support.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/time_test_support.adb b/c/src/ada-tests/support/time_test_support.adb
index 449704d4d6..a7806e0a7d 100644
--- a/c/src/ada-tests/support/time_test_support.adb
+++ b/c/src/ada-tests/support/time_test_support.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEXT_IO;
diff --git a/c/src/ada-tests/support/time_test_support.ads b/c/src/ada-tests/support/time_test_support.ads
index 21483cfbe9..58e425b7a4 100644
--- a/c/src/ada-tests/support/time_test_support.ads
+++ b/c/src/ada-tests/support/time_test_support.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/timer_driver.adb b/c/src/ada-tests/support/timer_driver.adb
index 2357b697e8..ce3570e103 100644
--- a/c/src/ada-tests/support/timer_driver.adb
+++ b/c/src/ada-tests/support/timer_driver.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Interfaces;
diff --git a/c/src/ada-tests/support/timer_driver.ads b/c/src/ada-tests/support/timer_driver.ads
index c0089f95f5..18e41cae81 100644
--- a/c/src/ada-tests/support/timer_driver.ads
+++ b/c/src/ada-tests/support/timer_driver.ads
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/unsigned32_io.ads b/c/src/ada-tests/support/unsigned32_io.ads
index 9861b78693..79fb07c1b2 100644
--- a/c/src/ada-tests/support/unsigned32_io.ads
+++ b/c/src/ada-tests/support/unsigned32_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with Text_IO;
diff --git a/c/src/ada-tests/tmtests/Makefile.am b/c/src/ada-tests/tmtests/Makefile.am
index c83806638a..35a12493b2 100644
--- a/c/src/ada-tests/tmtests/Makefile.am
+++ b/c/src/ada-tests/tmtests/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS =
SUBDIRS += tm01
SUBDIRS += tm02
diff --git a/c/src/ada-tests/tmtests/tm01/Makefile.am b/c/src/ada-tests/tmtests/tm01/Makefile.am
index 7baa32c1fd..18932e9c15 100644
--- a/c/src/ada-tests/tmtests/tm01/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm01/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm01/config.h b/c/src/ada-tests/tmtests/tm01/config.h
index d4990e8742..9ecc18f500 100644
--- a/c/src/ada-tests/tmtests/tm01/config.h
+++ b/c/src/ada-tests/tmtests/tm01/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm01/tm01.adb b/c/src/ada-tests/tmtests/tm01/tm01.adb
index 7b56457468..4713ee70a8 100644
--- a/c/src/ada-tests/tmtests/tm01/tm01.adb
+++ b/c/src/ada-tests/tmtests/tm01/tm01.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm01/tmtest.adb b/c/src/ada-tests/tmtests/tm01/tmtest.adb
index 6769e0ff32..bd6010d58d 100644
--- a/c/src/ada-tests/tmtests/tm01/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm01/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm01/tmtest.ads b/c/src/ada-tests/tmtests/tm01/tmtest.ads
index 00a8013f71..ecdeb72bad 100644
--- a/c/src/ada-tests/tmtests/tm01/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm01/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm02/Makefile.am b/c/src/ada-tests/tmtests/tm02/Makefile.am
index bb76d67019..c8d86e77ba 100644
--- a/c/src/ada-tests/tmtests/tm02/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm02/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm02/config.h b/c/src/ada-tests/tmtests/tm02/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm02/config.h
+++ b/c/src/ada-tests/tmtests/tm02/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm02/tm02.adb b/c/src/ada-tests/tmtests/tm02/tm02.adb
index 5ca9b51128..6a8ed40f2f 100644
--- a/c/src/ada-tests/tmtests/tm02/tm02.adb
+++ b/c/src/ada-tests/tmtests/tm02/tm02.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm02/tmtest.adb b/c/src/ada-tests/tmtests/tm02/tmtest.adb
index 6fdd8b004b..bf8069f4e4 100644
--- a/c/src/ada-tests/tmtests/tm02/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm02/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm02/tmtest.ads b/c/src/ada-tests/tmtests/tm02/tmtest.ads
index 8b04651e5e..312a21ff20 100644
--- a/c/src/ada-tests/tmtests/tm02/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm02/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm03/Makefile.am b/c/src/ada-tests/tmtests/tm03/Makefile.am
index ff85838f40..ea61d4b209 100644
--- a/c/src/ada-tests/tmtests/tm03/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm03/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm03/config.h b/c/src/ada-tests/tmtests/tm03/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm03/config.h
+++ b/c/src/ada-tests/tmtests/tm03/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm03/tm03.adb b/c/src/ada-tests/tmtests/tm03/tm03.adb
index 1c1bf08652..f2610aab74 100644
--- a/c/src/ada-tests/tmtests/tm03/tm03.adb
+++ b/c/src/ada-tests/tmtests/tm03/tm03.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm03/tmtest.adb b/c/src/ada-tests/tmtests/tm03/tmtest.adb
index 4ff2b3e682..8f0ca1a20f 100644
--- a/c/src/ada-tests/tmtests/tm03/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm03/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm03/tmtest.ads b/c/src/ada-tests/tmtests/tm03/tmtest.ads
index 1c5867911f..59ad4bfba0 100644
--- a/c/src/ada-tests/tmtests/tm03/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm03/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm04/Makefile.am b/c/src/ada-tests/tmtests/tm04/Makefile.am
index 50c2b4d00c..744e383ce7 100644
--- a/c/src/ada-tests/tmtests/tm04/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm04/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm04/config.h b/c/src/ada-tests/tmtests/tm04/config.h
index 556d5b0bcf..79b30bc1cd 100644
--- a/c/src/ada-tests/tmtests/tm04/config.h
+++ b/c/src/ada-tests/tmtests/tm04/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm04/tm04.adb b/c/src/ada-tests/tmtests/tm04/tm04.adb
index ba29fd6d26..f93052b9fa 100644
--- a/c/src/ada-tests/tmtests/tm04/tm04.adb
+++ b/c/src/ada-tests/tmtests/tm04/tm04.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm04/tmtest.adb b/c/src/ada-tests/tmtests/tm04/tmtest.adb
index f7e1c52bd8..5c014f1f5d 100644
--- a/c/src/ada-tests/tmtests/tm04/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm04/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm04/tmtest.ads b/c/src/ada-tests/tmtests/tm04/tmtest.ads
index 88b18592bb..ca554c0e8d 100644
--- a/c/src/ada-tests/tmtests/tm04/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm04/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm05/Makefile.am b/c/src/ada-tests/tmtests/tm05/Makefile.am
index 80826a2da9..9398956ee6 100644
--- a/c/src/ada-tests/tmtests/tm05/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm05/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm05/config.h b/c/src/ada-tests/tmtests/tm05/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm05/config.h
+++ b/c/src/ada-tests/tmtests/tm05/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm05/tm05.adb b/c/src/ada-tests/tmtests/tm05/tm05.adb
index d9114abc6b..17ed53428b 100644
--- a/c/src/ada-tests/tmtests/tm05/tm05.adb
+++ b/c/src/ada-tests/tmtests/tm05/tm05.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm05/tmtest.adb b/c/src/ada-tests/tmtests/tm05/tmtest.adb
index f31055f3f9..e7a102f673 100644
--- a/c/src/ada-tests/tmtests/tm05/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm05/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm05/tmtest.ads b/c/src/ada-tests/tmtests/tm05/tmtest.ads
index 2ffc983178..bc81110644 100644
--- a/c/src/ada-tests/tmtests/tm05/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm05/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm06/Makefile.am b/c/src/ada-tests/tmtests/tm06/Makefile.am
index 347cb9f21c..881effa4fe 100644
--- a/c/src/ada-tests/tmtests/tm06/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm06/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm06/config.h b/c/src/ada-tests/tmtests/tm06/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm06/config.h
+++ b/c/src/ada-tests/tmtests/tm06/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm06/tm06.adb b/c/src/ada-tests/tmtests/tm06/tm06.adb
index d710ebd27a..8849ec8f46 100644
--- a/c/src/ada-tests/tmtests/tm06/tm06.adb
+++ b/c/src/ada-tests/tmtests/tm06/tm06.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm06/tmtest.adb b/c/src/ada-tests/tmtests/tm06/tmtest.adb
index 16dfde9bf6..48435b0042 100644
--- a/c/src/ada-tests/tmtests/tm06/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm06/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm06/tmtest.ads b/c/src/ada-tests/tmtests/tm06/tmtest.ads
index f0ae878d3b..6c85e2f2c0 100644
--- a/c/src/ada-tests/tmtests/tm06/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm06/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm07/Makefile.am b/c/src/ada-tests/tmtests/tm07/Makefile.am
index 175c4b4e0c..d4bbd23128 100644
--- a/c/src/ada-tests/tmtests/tm07/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm07/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm07/config.h b/c/src/ada-tests/tmtests/tm07/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm07/config.h
+++ b/c/src/ada-tests/tmtests/tm07/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm07/tm07.adb b/c/src/ada-tests/tmtests/tm07/tm07.adb
index cf9330d501..5d658ffd2f 100644
--- a/c/src/ada-tests/tmtests/tm07/tm07.adb
+++ b/c/src/ada-tests/tmtests/tm07/tm07.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm07/tmtest.adb b/c/src/ada-tests/tmtests/tm07/tmtest.adb
index d9b7ec3e46..985e705baa 100644
--- a/c/src/ada-tests/tmtests/tm07/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm07/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm07/tmtest.ads b/c/src/ada-tests/tmtests/tm07/tmtest.ads
index 9aa9671fd9..3b88ef8211 100644
--- a/c/src/ada-tests/tmtests/tm07/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm07/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm08/Makefile.am b/c/src/ada-tests/tmtests/tm08/Makefile.am
index 347fb3cc87..b37d09d337 100644
--- a/c/src/ada-tests/tmtests/tm08/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm08/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm08/config.h b/c/src/ada-tests/tmtests/tm08/config.h
index 431a93d326..40f7019c11 100644
--- a/c/src/ada-tests/tmtests/tm08/config.h
+++ b/c/src/ada-tests/tmtests/tm08/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm08/tm08.adb b/c/src/ada-tests/tmtests/tm08/tm08.adb
index 473785b9ed..c60e8aeef0 100644
--- a/c/src/ada-tests/tmtests/tm08/tm08.adb
+++ b/c/src/ada-tests/tmtests/tm08/tm08.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm08/tmtest.adb b/c/src/ada-tests/tmtests/tm08/tmtest.adb
index ba793ab9f0..51c67088fd 100644
--- a/c/src/ada-tests/tmtests/tm08/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm08/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm08/tmtest.ads b/c/src/ada-tests/tmtests/tm08/tmtest.ads
index 89f8779298..0a4a3d7b3e 100644
--- a/c/src/ada-tests/tmtests/tm08/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm08/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm09/Makefile.am b/c/src/ada-tests/tmtests/tm09/Makefile.am
index c028fbf8aa..e0be06a650 100644
--- a/c/src/ada-tests/tmtests/tm09/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm09/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm09/config.h b/c/src/ada-tests/tmtests/tm09/config.h
index bbd7a48edd..5e41c185de 100644
--- a/c/src/ada-tests/tmtests/tm09/config.h
+++ b/c/src/ada-tests/tmtests/tm09/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm09/tm09.adb b/c/src/ada-tests/tmtests/tm09/tm09.adb
index 9b64e86db1..09cb6c09c2 100644
--- a/c/src/ada-tests/tmtests/tm09/tm09.adb
+++ b/c/src/ada-tests/tmtests/tm09/tm09.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm09/tmtest.adb b/c/src/ada-tests/tmtests/tm09/tmtest.adb
index 47cbb99779..343c734b6b 100644
--- a/c/src/ada-tests/tmtests/tm09/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm09/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm09/tmtest.ads b/c/src/ada-tests/tmtests/tm09/tmtest.ads
index 6d99dd3896..623edfca58 100644
--- a/c/src/ada-tests/tmtests/tm09/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm09/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm10/Makefile.am b/c/src/ada-tests/tmtests/tm10/Makefile.am
index dc998748aa..43b039dd38 100644
--- a/c/src/ada-tests/tmtests/tm10/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm10/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm10/config.h b/c/src/ada-tests/tmtests/tm10/config.h
index d7c3d9cd98..3dd31d0abf 100644
--- a/c/src/ada-tests/tmtests/tm10/config.h
+++ b/c/src/ada-tests/tmtests/tm10/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm10/tm10.adb b/c/src/ada-tests/tmtests/tm10/tm10.adb
index a8e37d2bad..6cbe76b693 100644
--- a/c/src/ada-tests/tmtests/tm10/tm10.adb
+++ b/c/src/ada-tests/tmtests/tm10/tm10.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm10/tmtest.adb b/c/src/ada-tests/tmtests/tm10/tmtest.adb
index cc1248c5d1..719fb1c57e 100644
--- a/c/src/ada-tests/tmtests/tm10/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm10/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm10/tmtest.ads b/c/src/ada-tests/tmtests/tm10/tmtest.ads
index 492e5b2459..0e09ebd747 100644
--- a/c/src/ada-tests/tmtests/tm10/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm10/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm11/Makefile.am b/c/src/ada-tests/tmtests/tm11/Makefile.am
index 43449e566e..a5532f2301 100644
--- a/c/src/ada-tests/tmtests/tm11/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm11/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm11/config.h b/c/src/ada-tests/tmtests/tm11/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm11/config.h
+++ b/c/src/ada-tests/tmtests/tm11/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm11/tm11.adb b/c/src/ada-tests/tmtests/tm11/tm11.adb
index 48d5134298..3eff6215c4 100644
--- a/c/src/ada-tests/tmtests/tm11/tm11.adb
+++ b/c/src/ada-tests/tmtests/tm11/tm11.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm11/tmtest.adb b/c/src/ada-tests/tmtests/tm11/tmtest.adb
index 57e499f3f8..ace9f59725 100644
--- a/c/src/ada-tests/tmtests/tm11/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm11/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm11/tmtest.ads b/c/src/ada-tests/tmtests/tm11/tmtest.ads
index 8bfc9e9d4f..05673d1c7d 100644
--- a/c/src/ada-tests/tmtests/tm11/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm11/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm12/Makefile.am b/c/src/ada-tests/tmtests/tm12/Makefile.am
index 54f213704c..925aa17a5f 100644
--- a/c/src/ada-tests/tmtests/tm12/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm12/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm12/config.h b/c/src/ada-tests/tmtests/tm12/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm12/config.h
+++ b/c/src/ada-tests/tmtests/tm12/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm12/tm12.adb b/c/src/ada-tests/tmtests/tm12/tm12.adb
index 6e204fa4ba..8e47a7e389 100644
--- a/c/src/ada-tests/tmtests/tm12/tm12.adb
+++ b/c/src/ada-tests/tmtests/tm12/tm12.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm12/tmtest.adb b/c/src/ada-tests/tmtests/tm12/tmtest.adb
index 59be88b87c..bf64995901 100644
--- a/c/src/ada-tests/tmtests/tm12/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm12/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm12/tmtest.ads b/c/src/ada-tests/tmtests/tm12/tmtest.ads
index 068e1af95a..f975625e66 100644
--- a/c/src/ada-tests/tmtests/tm12/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm12/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm13/Makefile.am b/c/src/ada-tests/tmtests/tm13/Makefile.am
index a58cb16dfb..cc8bb32e16 100644
--- a/c/src/ada-tests/tmtests/tm13/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm13/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm13/config.h b/c/src/ada-tests/tmtests/tm13/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm13/config.h
+++ b/c/src/ada-tests/tmtests/tm13/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm13/tm13.adb b/c/src/ada-tests/tmtests/tm13/tm13.adb
index 6287ba126a..64d7e45d74 100644
--- a/c/src/ada-tests/tmtests/tm13/tm13.adb
+++ b/c/src/ada-tests/tmtests/tm13/tm13.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm13/tmtest.adb b/c/src/ada-tests/tmtests/tm13/tmtest.adb
index 43d8a405b5..180472e449 100644
--- a/c/src/ada-tests/tmtests/tm13/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm13/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm13/tmtest.ads b/c/src/ada-tests/tmtests/tm13/tmtest.ads
index 5b6a08d782..5f3b7308a0 100644
--- a/c/src/ada-tests/tmtests/tm13/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm13/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm14/Makefile.am b/c/src/ada-tests/tmtests/tm14/Makefile.am
index e757523bc2..0577c8a26c 100644
--- a/c/src/ada-tests/tmtests/tm14/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm14/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm14/config.h b/c/src/ada-tests/tmtests/tm14/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm14/config.h
+++ b/c/src/ada-tests/tmtests/tm14/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm14/tm14.adb b/c/src/ada-tests/tmtests/tm14/tm14.adb
index afef0cab28..b7c0acaebc 100644
--- a/c/src/ada-tests/tmtests/tm14/tm14.adb
+++ b/c/src/ada-tests/tmtests/tm14/tm14.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm14/tmtest.adb b/c/src/ada-tests/tmtests/tm14/tmtest.adb
index 9abb9adf97..937d7bd593 100644
--- a/c/src/ada-tests/tmtests/tm14/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm14/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm14/tmtest.ads b/c/src/ada-tests/tmtests/tm14/tmtest.ads
index 96f7f85fb5..b21a3f4d13 100644
--- a/c/src/ada-tests/tmtests/tm14/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm14/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm15/Makefile.am b/c/src/ada-tests/tmtests/tm15/Makefile.am
index 6f6e17dc7c..09713d4b66 100644
--- a/c/src/ada-tests/tmtests/tm15/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm15/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm15/config.h b/c/src/ada-tests/tmtests/tm15/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm15/config.h
+++ b/c/src/ada-tests/tmtests/tm15/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm15/tm15.adb b/c/src/ada-tests/tmtests/tm15/tm15.adb
index 95185f2699..de4375c6b0 100644
--- a/c/src/ada-tests/tmtests/tm15/tm15.adb
+++ b/c/src/ada-tests/tmtests/tm15/tm15.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm15/tmtest.adb b/c/src/ada-tests/tmtests/tm15/tmtest.adb
index 9704d2d77b..06eb9732b1 100644
--- a/c/src/ada-tests/tmtests/tm15/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm15/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm15/tmtest.ads b/c/src/ada-tests/tmtests/tm15/tmtest.ads
index b4be8b2725..d2b2d0cf10 100644
--- a/c/src/ada-tests/tmtests/tm15/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm15/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm16/Makefile.am b/c/src/ada-tests/tmtests/tm16/Makefile.am
index 029afd4b7e..e3a598b83d 100644
--- a/c/src/ada-tests/tmtests/tm16/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm16/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm16/config.h b/c/src/ada-tests/tmtests/tm16/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm16/config.h
+++ b/c/src/ada-tests/tmtests/tm16/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm16/tm16.adb b/c/src/ada-tests/tmtests/tm16/tm16.adb
index a9d675548a..0e9b3e5187 100644
--- a/c/src/ada-tests/tmtests/tm16/tm16.adb
+++ b/c/src/ada-tests/tmtests/tm16/tm16.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm16/tmtest.adb b/c/src/ada-tests/tmtests/tm16/tmtest.adb
index 27c2615d64..18906488a1 100644
--- a/c/src/ada-tests/tmtests/tm16/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm16/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm16/tmtest.ads b/c/src/ada-tests/tmtests/tm16/tmtest.ads
index c7df756b67..8bfa91ab6f 100644
--- a/c/src/ada-tests/tmtests/tm16/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm16/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm17/Makefile.am b/c/src/ada-tests/tmtests/tm17/Makefile.am
index 95141894d3..b46cc74a21 100644
--- a/c/src/ada-tests/tmtests/tm17/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm17/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm17/config.h b/c/src/ada-tests/tmtests/tm17/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm17/config.h
+++ b/c/src/ada-tests/tmtests/tm17/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm17/tm17.adb b/c/src/ada-tests/tmtests/tm17/tm17.adb
index d7d4f24381..60c46ab773 100644
--- a/c/src/ada-tests/tmtests/tm17/tm17.adb
+++ b/c/src/ada-tests/tmtests/tm17/tm17.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm17/tmtest.adb b/c/src/ada-tests/tmtests/tm17/tmtest.adb
index 3b2ab4b951..5c8e47c6e4 100644
--- a/c/src/ada-tests/tmtests/tm17/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm17/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm17/tmtest.ads b/c/src/ada-tests/tmtests/tm17/tmtest.ads
index 8c8c290577..d63dda53b2 100644
--- a/c/src/ada-tests/tmtests/tm17/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm17/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm18/Makefile.am b/c/src/ada-tests/tmtests/tm18/Makefile.am
index 77be123547..e1c08d484c 100644
--- a/c/src/ada-tests/tmtests/tm18/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm18/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm18/config.h b/c/src/ada-tests/tmtests/tm18/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm18/config.h
+++ b/c/src/ada-tests/tmtests/tm18/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm18/tm18.adb b/c/src/ada-tests/tmtests/tm18/tm18.adb
index 69638b68fe..ef1c72a858 100644
--- a/c/src/ada-tests/tmtests/tm18/tm18.adb
+++ b/c/src/ada-tests/tmtests/tm18/tm18.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm18/tmtest.adb b/c/src/ada-tests/tmtests/tm18/tmtest.adb
index 0e21d4b433..a149b43558 100644
--- a/c/src/ada-tests/tmtests/tm18/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm18/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm18/tmtest.ads b/c/src/ada-tests/tmtests/tm18/tmtest.ads
index d476ebd6e3..589e1bfb7d 100644
--- a/c/src/ada-tests/tmtests/tm18/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm18/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm19/Makefile.am b/c/src/ada-tests/tmtests/tm19/Makefile.am
index fa43df22ca..3ce11ecde0 100644
--- a/c/src/ada-tests/tmtests/tm19/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm19/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm19/config.h b/c/src/ada-tests/tmtests/tm19/config.h
index 5c806ee239..110c389044 100644
--- a/c/src/ada-tests/tmtests/tm19/config.h
+++ b/c/src/ada-tests/tmtests/tm19/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm19/tm19.adb b/c/src/ada-tests/tmtests/tm19/tm19.adb
index 64709d0d14..34a8480c6d 100644
--- a/c/src/ada-tests/tmtests/tm19/tm19.adb
+++ b/c/src/ada-tests/tmtests/tm19/tm19.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm19/tmtest.adb b/c/src/ada-tests/tmtests/tm19/tmtest.adb
index eb0c1cd42f..c50196398b 100644
--- a/c/src/ada-tests/tmtests/tm19/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm19/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm19/tmtest.ads b/c/src/ada-tests/tmtests/tm19/tmtest.ads
index 7e1283b77d..bdc4a70da3 100644
--- a/c/src/ada-tests/tmtests/tm19/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm19/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm20/Makefile.am b/c/src/ada-tests/tmtests/tm20/Makefile.am
index 78040a20e4..03ff046510 100644
--- a/c/src/ada-tests/tmtests/tm20/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm20/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm20/config.h b/c/src/ada-tests/tmtests/tm20/config.h
index 19f19b0a1e..f90b32a186 100644
--- a/c/src/ada-tests/tmtests/tm20/config.h
+++ b/c/src/ada-tests/tmtests/tm20/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm20/tm20.adb b/c/src/ada-tests/tmtests/tm20/tm20.adb
index af1089bf1c..898ca25025 100644
--- a/c/src/ada-tests/tmtests/tm20/tm20.adb
+++ b/c/src/ada-tests/tmtests/tm20/tm20.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm20/tmtest.adb b/c/src/ada-tests/tmtests/tm20/tmtest.adb
index 69188c942e..9540163af2 100644
--- a/c/src/ada-tests/tmtests/tm20/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm20/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm20/tmtest.ads b/c/src/ada-tests/tmtests/tm20/tmtest.ads
index 105b8552b3..6c8bcba2e3 100644
--- a/c/src/ada-tests/tmtests/tm20/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm20/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm21/Makefile.am b/c/src/ada-tests/tmtests/tm21/Makefile.am
index 5693666819..7adced3f74 100644
--- a/c/src/ada-tests/tmtests/tm21/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm21/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm21/config.h b/c/src/ada-tests/tmtests/tm21/config.h
index 15c2df122b..f0ff3389e4 100644
--- a/c/src/ada-tests/tmtests/tm21/config.h
+++ b/c/src/ada-tests/tmtests/tm21/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm21/tm21.adb b/c/src/ada-tests/tmtests/tm21/tm21.adb
index e2acfad20b..debce44081 100644
--- a/c/src/ada-tests/tmtests/tm21/tm21.adb
+++ b/c/src/ada-tests/tmtests/tm21/tm21.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm21/tmtest.adb b/c/src/ada-tests/tmtests/tm21/tmtest.adb
index 104e955951..d8878d9e0d 100644
--- a/c/src/ada-tests/tmtests/tm21/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm21/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm21/tmtest.ads b/c/src/ada-tests/tmtests/tm21/tmtest.ads
index 64146a27b9..c5ecb85b8b 100644
--- a/c/src/ada-tests/tmtests/tm21/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm21/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm22/Makefile.am b/c/src/ada-tests/tmtests/tm22/Makefile.am
index 34fa545884..bbed77ec88 100644
--- a/c/src/ada-tests/tmtests/tm22/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm22/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm22/config.h b/c/src/ada-tests/tmtests/tm22/config.h
index 17675aa11b..12c733a3de 100644
--- a/c/src/ada-tests/tmtests/tm22/config.h
+++ b/c/src/ada-tests/tmtests/tm22/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm22/tm22.adb b/c/src/ada-tests/tmtests/tm22/tm22.adb
index cf885b3307..746d61bf36 100644
--- a/c/src/ada-tests/tmtests/tm22/tm22.adb
+++ b/c/src/ada-tests/tmtests/tm22/tm22.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm22/tmtest.adb b/c/src/ada-tests/tmtests/tm22/tmtest.adb
index 3ea08c9b5b..0802739145 100644
--- a/c/src/ada-tests/tmtests/tm22/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm22/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm22/tmtest.ads b/c/src/ada-tests/tmtests/tm22/tmtest.ads
index b21fd23fae..09b1f6b9f3 100644
--- a/c/src/ada-tests/tmtests/tm22/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm22/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm23/Makefile.am b/c/src/ada-tests/tmtests/tm23/Makefile.am
index fa0c93b676..04800ceb24 100644
--- a/c/src/ada-tests/tmtests/tm23/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm23/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm23/config.h b/c/src/ada-tests/tmtests/tm23/config.h
index ecf1b97785..4a8da71841 100644
--- a/c/src/ada-tests/tmtests/tm23/config.h
+++ b/c/src/ada-tests/tmtests/tm23/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm23/tm23.adb b/c/src/ada-tests/tmtests/tm23/tm23.adb
index 71041293f6..2060b6544a 100644
--- a/c/src/ada-tests/tmtests/tm23/tm23.adb
+++ b/c/src/ada-tests/tmtests/tm23/tm23.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm23/tmtest.adb b/c/src/ada-tests/tmtests/tm23/tmtest.adb
index 1e5bb67c2c..e16c017dbe 100644
--- a/c/src/ada-tests/tmtests/tm23/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm23/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm23/tmtest.ads b/c/src/ada-tests/tmtests/tm23/tmtest.ads
index d69874863f..b4c7268e75 100644
--- a/c/src/ada-tests/tmtests/tm23/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm23/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIME_TEST_SUPPORT;
with RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm24/Makefile.am b/c/src/ada-tests/tmtests/tm24/Makefile.am
index c4af38dda6..cb0fdcbb9a 100644
--- a/c/src/ada-tests/tmtests/tm24/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm24/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm24/config.h b/c/src/ada-tests/tmtests/tm24/config.h
index a45b3ee60a..1ad367d5b2 100644
--- a/c/src/ada-tests/tmtests/tm24/config.h
+++ b/c/src/ada-tests/tmtests/tm24/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm24/tm24.adb b/c/src/ada-tests/tmtests/tm24/tm24.adb
index b10e75f846..1472e824c2 100644
--- a/c/src/ada-tests/tmtests/tm24/tm24.adb
+++ b/c/src/ada-tests/tmtests/tm24/tm24.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm24/tmtest.adb b/c/src/ada-tests/tmtests/tm24/tmtest.adb
index 9015df98d7..6da4d3c18a 100644
--- a/c/src/ada-tests/tmtests/tm24/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm24/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm24/tmtest.ads b/c/src/ada-tests/tmtests/tm24/tmtest.ads
index 72c7a997d4..28e1f79fb4 100644
--- a/c/src/ada-tests/tmtests/tm24/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm24/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm25/Makefile.am b/c/src/ada-tests/tmtests/tm25/Makefile.am
index ebe7db81ae..d50089bb75 100644
--- a/c/src/ada-tests/tmtests/tm25/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm25/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm25/config.h b/c/src/ada-tests/tmtests/tm25/config.h
index 556d5b0bcf..79b30bc1cd 100644
--- a/c/src/ada-tests/tmtests/tm25/config.h
+++ b/c/src/ada-tests/tmtests/tm25/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm25/tm25.adb b/c/src/ada-tests/tmtests/tm25/tm25.adb
index e2fe3210b8..0ca7bcb2f3 100644
--- a/c/src/ada-tests/tmtests/tm25/tm25.adb
+++ b/c/src/ada-tests/tmtests/tm25/tm25.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm25/tmtest.adb b/c/src/ada-tests/tmtests/tm25/tmtest.adb
index 4c4ca8429a..3b1b0bafea 100644
--- a/c/src/ada-tests/tmtests/tm25/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm25/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm25/tmtest.ads b/c/src/ada-tests/tmtests/tm25/tmtest.ads
index 4c28a502bd..a46eada2c3 100644
--- a/c/src/ada-tests/tmtests/tm25/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm25/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm28/Makefile.am b/c/src/ada-tests/tmtests/tm28/Makefile.am
index 906f020b4d..e59b303823 100644
--- a/c/src/ada-tests/tmtests/tm28/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm28/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm28/config.h b/c/src/ada-tests/tmtests/tm28/config.h
index 1e6cbaca58..60084a94a0 100644
--- a/c/src/ada-tests/tmtests/tm28/config.h
+++ b/c/src/ada-tests/tmtests/tm28/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm28/tm28.adb b/c/src/ada-tests/tmtests/tm28/tm28.adb
index d6628124c5..1e559b4e16 100644
--- a/c/src/ada-tests/tmtests/tm28/tm28.adb
+++ b/c/src/ada-tests/tmtests/tm28/tm28.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm28/tmtest.adb b/c/src/ada-tests/tmtests/tm28/tmtest.adb
index 69379e7ae9..36ac66adf5 100644
--- a/c/src/ada-tests/tmtests/tm28/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm28/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS_CALLING_OVERHEAD;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm28/tmtest.ads b/c/src/ada-tests/tmtests/tm28/tmtest.ads
index 470cbddb81..ff474c54e7 100644
--- a/c/src/ada-tests/tmtests/tm28/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm28/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with SYSTEM;
with TIME_TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tm29/Makefile.am b/c/src/ada-tests/tmtests/tm29/Makefile.am
index 036345477f..d28cd2447a 100644
--- a/c/src/ada-tests/tmtests/tm29/Makefile.am
+++ b/c/src/ada-tests/tmtests/tm29/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tm29/config.h b/c/src/ada-tests/tmtests/tm29/config.h
index 9d9eb78a33..1d071a100b 100644
--- a/c/src/ada-tests/tmtests/tm29/config.h
+++ b/c/src/ada-tests/tmtests/tm29/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tm29/tm29.adb b/c/src/ada-tests/tmtests/tm29/tm29.adb
index 1cbe02d262..6c763dc575 100644
--- a/c/src/ada-tests/tmtests/tm29/tm29.adb
+++ b/c/src/ada-tests/tmtests/tm29/tm29.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tm29/tmtest.adb b/c/src/ada-tests/tmtests/tm29/tmtest.adb
index 9710fb32b9..7c0946951b 100644
--- a/c/src/ada-tests/tmtests/tm29/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm29/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS_CALLING_OVERHEAD;
diff --git a/c/src/ada-tests/tmtests/tm29/tmtest.ads b/c/src/ada-tests/tmtests/tm29/tmtest.ads
index 93d20c33cd..45baef2ebf 100644
--- a/c/src/ada-tests/tmtests/tm29/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm29/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tmck/Makefile.am b/c/src/ada-tests/tmtests/tmck/Makefile.am
index 8b9e678c7e..7bbe2d7765 100644
--- a/c/src/ada-tests/tmtests/tmck/Makefile.am
+++ b/c/src/ada-tests/tmtests/tmck/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tmck/config.h b/c/src/ada-tests/tmtests/tmck/config.h
index d4990e8742..9ecc18f500 100644
--- a/c/src/ada-tests/tmtests/tmck/config.h
+++ b/c/src/ada-tests/tmtests/tmck/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tmck/tmck.adb b/c/src/ada-tests/tmtests/tmck/tmck.adb
index 86f29bf66a..6f5988f658 100644
--- a/c/src/ada-tests/tmtests/tmck/tmck.adb
+++ b/c/src/ada-tests/tmtests/tmck/tmck.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tmck/tmtest.adb b/c/src/ada-tests/tmtests/tmck/tmtest.adb
index 2a587065d7..468f7ab2c8 100644
--- a/c/src/ada-tests/tmtests/tmck/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tmck/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TIMER_DRIVER;
with INTERFACES; use INTERFACES;
diff --git a/c/src/ada-tests/tmtests/tmck/tmtest.ads b/c/src/ada-tests/tmtests/tmck/tmtest.ads
index 45bf7e0f07..ff3392e52d 100644
--- a/c/src/ada-tests/tmtests/tmck/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tmck/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tmoverhd/Makefile.am b/c/src/ada-tests/tmtests/tmoverhd/Makefile.am
index adc2b7ea15..316117f789 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/Makefile.am
+++ b/c/src/ada-tests/tmtests/tmoverhd/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/tmtests/tmoverhd/README b/c/src/ada-tests/tmtests/tmoverhd/README
index d5624c4270..4e66647830 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/README
+++ b/c/src/ada-tests/tmtests/tmoverhd/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This test is of marginal usefulness in testing the bindings. It
shows how much overhead is required to call the Ada binding
routine but does not give any indication of how much overhead the
diff --git a/c/src/ada-tests/tmtests/tmoverhd/config.h b/c/src/ada-tests/tmtests/tmoverhd/config.h
index d4990e8742..9ecc18f500 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/config.h
+++ b/c/src/ada-tests/tmtests/tmoverhd/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb b/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb
index f93afbad0f..1d0b11e34e 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb
+++ b/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.adb
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body DUMMY_RTEMS is
diff --git a/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads b/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads
index 6f6d62505b..a83fe778d2 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads
+++ b/c/src/ada-tests/tmtests/tmoverhd/dummy_rtems.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.CLOCK;
diff --git a/c/src/ada-tests/tmtests/tmoverhd/tmoverhd.adb b/c/src/ada-tests/tmtests/tmoverhd/tmoverhd.adb
index 733e895514..6e189d7770 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/tmoverhd.adb
+++ b/c/src/ada-tests/tmtests/tmoverhd/tmoverhd.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb b/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
index 5bd69282d7..4629adc468 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with DUMMY_RTEMS;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads b/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
index 9ce930f79b..944d465634 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tmoverhd/tmtest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada/Makefile.am b/c/src/ada/Makefile.am
index 7a7c2155f0..c19ebf843b 100644
--- a/c/src/ada/Makefile.am
+++ b/c/src/ada/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
if RTEMS_ADA
include_adadir = $(includedir)/adainclude
include_ada_HEADERS = rtems.adb rtems.ads
diff --git a/c/src/ada/rtems-barrier.adb b/c/src/ada/rtems-barrier.adb
index 8b5ec60177..7c31688427 100644
--- a/c/src/ada/rtems-barrier.adb
+++ b/c/src/ada/rtems-barrier.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems-barrier.ads b/c/src/ada/rtems-barrier.ads
index 6873d1ab10..cf710f0b35 100644
--- a/c/src/ada/rtems-barrier.ads
+++ b/c/src/ada/rtems-barrier.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-clock.adb b/c/src/ada/rtems-clock.adb
index 94ae656a62..5266212792 100644
--- a/c/src/ada/rtems-clock.adb
+++ b/c/src/ada/rtems-clock.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Clock is
diff --git a/c/src/ada/rtems-clock.ads b/c/src/ada/rtems-clock.ads
index 34dbcb4a79..7f0dcc976f 100644
--- a/c/src/ada/rtems-clock.ads
+++ b/c/src/ada/rtems-clock.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Clock is
diff --git a/c/src/ada/rtems-cpu_usage.ads b/c/src/ada/rtems-cpu_usage.ads
index 9aa7488ee3..3016d070f9 100644
--- a/c/src/ada/rtems-cpu_usage.ads
+++ b/c/src/ada/rtems-cpu_usage.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-debug.adb b/c/src/ada/rtems-debug.adb
index fbf639ecb6..378f89745f 100644
--- a/c/src/ada/rtems-debug.adb
+++ b/c/src/ada/rtems-debug.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Debug is
diff --git a/c/src/ada/rtems-debug.ads b/c/src/ada/rtems-debug.ads
index 7df71ac3e8..5b69cafeeb 100644
--- a/c/src/ada/rtems-debug.ads
+++ b/c/src/ada/rtems-debug.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Debug is
diff --git a/c/src/ada/rtems-event.adb b/c/src/ada/rtems-event.adb
index 49be8600bd..4ee532857e 100644
--- a/c/src/ada/rtems-event.adb
+++ b/c/src/ada/rtems-event.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Event is
diff --git a/c/src/ada/rtems-event.ads b/c/src/ada/rtems-event.ads
index fa07f9a8ef..589de6ee67 100644
--- a/c/src/ada/rtems-event.ads
+++ b/c/src/ada/rtems-event.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Event is
diff --git a/c/src/ada/rtems-extension.adb b/c/src/ada/rtems-extension.adb
index acc630f27b..ad17e06122 100644
--- a/c/src/ada/rtems-extension.adb
+++ b/c/src/ada/rtems-extension.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Extension is
diff --git a/c/src/ada/rtems-extension.ads b/c/src/ada/rtems-extension.ads
index 502d25da9a..7847a04762 100644
--- a/c/src/ada/rtems-extension.ads
+++ b/c/src/ada/rtems-extension.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Extension is
diff --git a/c/src/ada/rtems-fatal.adb b/c/src/ada/rtems-fatal.adb
index 558af7c108..dc3e83fd0e 100644
--- a/c/src/ada/rtems-fatal.adb
+++ b/c/src/ada/rtems-fatal.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Fatal is
diff --git a/c/src/ada/rtems-fatal.ads b/c/src/ada/rtems-fatal.ads
index c9fcb1d004..7408087c22 100644
--- a/c/src/ada/rtems-fatal.ads
+++ b/c/src/ada/rtems-fatal.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Fatal is
diff --git a/c/src/ada/rtems-interrupt.ads b/c/src/ada/rtems-interrupt.ads
index 75d4768bc2..94370d9493 100644
--- a/c/src/ada/rtems-interrupt.ads
+++ b/c/src/ada/rtems-interrupt.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Interrupt is
diff --git a/c/src/ada/rtems-io.adb b/c/src/ada/rtems-io.adb
index b11623cb99..6e1ecf459d 100644
--- a/c/src/ada/rtems-io.adb
+++ b/c/src/ada/rtems-io.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems-io.ads b/c/src/ada/rtems-io.ads
index 9329d14ce7..56af9d6c43 100644
--- a/c/src/ada/rtems-io.ads
+++ b/c/src/ada/rtems-io.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-message_queue.adb b/c/src/ada/rtems-message_queue.adb
index f91b071d05..15ec48980e 100644
--- a/c/src/ada/rtems-message_queue.adb
+++ b/c/src/ada/rtems-message_queue.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Message_Queue is
diff --git a/c/src/ada/rtems-message_queue.ads b/c/src/ada/rtems-message_queue.ads
index 426128a909..4c065bb84c 100644
--- a/c/src/ada/rtems-message_queue.ads
+++ b/c/src/ada/rtems-message_queue.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Message_Queue is
diff --git a/c/src/ada/rtems-multiprocessing.adb b/c/src/ada/rtems-multiprocessing.adb
index 3654b41752..b74b9372e4 100644
--- a/c/src/ada/rtems-multiprocessing.adb
+++ b/c/src/ada/rtems-multiprocessing.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Multiprocessing is
diff --git a/c/src/ada/rtems-multiprocessing.ads b/c/src/ada/rtems-multiprocessing.ads
index 3d6f60879d..50e825ea2e 100644
--- a/c/src/ada/rtems-multiprocessing.ads
+++ b/c/src/ada/rtems-multiprocessing.ads
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Multiprocessing is
diff --git a/c/src/ada/rtems-object.adb b/c/src/ada/rtems-object.adb
index 8e9a16404b..2ff2fc5142 100644
--- a/c/src/ada/rtems-object.adb
+++ b/c/src/ada/rtems-object.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Interfaces; use Interfaces;
with Interfaces.C.Strings; use Interfaces.C.Strings;
diff --git a/c/src/ada/rtems-object.ads b/c/src/ada/rtems-object.ads
index 8160f2b29f..be9bedc7cf 100644
--- a/c/src/ada/rtems-object.ads
+++ b/c/src/ada/rtems-object.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Object is
diff --git a/c/src/ada/rtems-partition.adb b/c/src/ada/rtems-partition.adb
index bcbfc7ae3c..deb9c40aeb 100644
--- a/c/src/ada/rtems-partition.adb
+++ b/c/src/ada/rtems-partition.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Partition is
diff --git a/c/src/ada/rtems-partition.ads b/c/src/ada/rtems-partition.ads
index 0d6723ea89..8361c0cc73 100644
--- a/c/src/ada/rtems-partition.ads
+++ b/c/src/ada/rtems-partition.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Partition is
diff --git a/c/src/ada/rtems-port.adb b/c/src/ada/rtems-port.adb
index cd36b91be8..1ceb246d7c 100644
--- a/c/src/ada/rtems-port.adb
+++ b/c/src/ada/rtems-port.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Port is
diff --git a/c/src/ada/rtems-port.ads b/c/src/ada/rtems-port.ads
index f6b8fa692a..d8257763fb 100644
--- a/c/src/ada/rtems-port.ads
+++ b/c/src/ada/rtems-port.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Port is
diff --git a/c/src/ada/rtems-rate_monotonic.adb b/c/src/ada/rtems-rate_monotonic.adb
index 46c4b43007..b752ea588c 100644
--- a/c/src/ada/rtems-rate_monotonic.adb
+++ b/c/src/ada/rtems-rate_monotonic.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Rate_Monotonic is
diff --git a/c/src/ada/rtems-rate_monotonic.ads b/c/src/ada/rtems-rate_monotonic.ads
index a7825003f1..55e57a72dc 100644
--- a/c/src/ada/rtems-rate_monotonic.ads
+++ b/c/src/ada/rtems-rate_monotonic.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Rate_Monotonic is
diff --git a/c/src/ada/rtems-region.adb b/c/src/ada/rtems-region.adb
index 55b017d378..12d13cee2c 100644
--- a/c/src/ada/rtems-region.adb
+++ b/c/src/ada/rtems-region.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Region is
diff --git a/c/src/ada/rtems-region.ads b/c/src/ada/rtems-region.ads
index f442c926fe..28a9e576c1 100644
--- a/c/src/ada/rtems-region.ads
+++ b/c/src/ada/rtems-region.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Region is
diff --git a/c/src/ada/rtems-semaphore.adb b/c/src/ada/rtems-semaphore.adb
index 6383a15eee..487b1aca6a 100644
--- a/c/src/ada/rtems-semaphore.adb
+++ b/c/src/ada/rtems-semaphore.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Semaphore is
diff --git a/c/src/ada/rtems-semaphore.ads b/c/src/ada/rtems-semaphore.ads
index de32895cca..bd8b1c739e 100644
--- a/c/src/ada/rtems-semaphore.ads
+++ b/c/src/ada/rtems-semaphore.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS.Tasks;
diff --git a/c/src/ada/rtems-signal.adb b/c/src/ada/rtems-signal.adb
index abd0bc2039..0cdaf9f99e 100644
--- a/c/src/ada/rtems-signal.adb
+++ b/c/src/ada/rtems-signal.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Signal is
diff --git a/c/src/ada/rtems-signal.ads b/c/src/ada/rtems-signal.ads
index ce866d1cc8..a3d7e4e878 100644
--- a/c/src/ada/rtems-signal.ads
+++ b/c/src/ada/rtems-signal.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Signal is
diff --git a/c/src/ada/rtems-stack_checker.ads b/c/src/ada/rtems-stack_checker.ads
index f5b595424e..57844f60c9 100644
--- a/c/src/ada/rtems-stack_checker.ads
+++ b/c/src/ada/rtems-stack_checker.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-tasks.adb b/c/src/ada/rtems-tasks.adb
index 9c85920d16..7a0df16e61 100644
--- a/c/src/ada/rtems-tasks.adb
+++ b/c/src/ada/rtems-tasks.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Tasks is
diff --git a/c/src/ada/rtems-tasks.ads b/c/src/ada/rtems-tasks.ads
index 46ada12313..539f730247 100644
--- a/c/src/ada/rtems-tasks.ads
+++ b/c/src/ada/rtems-tasks.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Tasks is
diff --git a/c/src/ada/rtems-timer.adb b/c/src/ada/rtems-timer.adb
index 2f5492ef88..daff85ff70 100644
--- a/c/src/ada/rtems-timer.adb
+++ b/c/src/ada/rtems-timer.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Timer is
diff --git a/c/src/ada/rtems-timer.ads b/c/src/ada/rtems-timer.ads
index a0cc6dff52..702a4d7f6b 100644
--- a/c/src/ada/rtems-timer.ads
+++ b/c/src/ada/rtems-timer.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS.Tasks;
diff --git a/c/src/ada/rtems.adb b/c/src/ada/rtems.adb
index 1a2f520799..4d18473aad 100644
--- a/c/src/ada/rtems.adb
+++ b/c/src/ada/rtems.adb
@@ -1,4 +1,3 @@
-
-- RTEMS / Body
--
-- DESCRIPTION:
@@ -17,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index bb6dcd1fe5..e18e02229d 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -1,4 +1,3 @@
-
-- RTEMS / Specification
--
-- DESCRIPTION:
@@ -18,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index f0c5466ae8..a42e4f3949 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
## -------------------------------------------------------------------------
CC = @CC@ $(GCCSPECS)
diff --git a/c/src/automake/host.am b/c/src/automake/host.am
index 6c01bc33cb..c25c0526a4 100644
--- a/c/src/automake/host.am
+++ b/c/src/automake/host.am
@@ -1,5 +1,3 @@
-## $Id$
-
## NOTE: This is a temporary work-around to keep
## RTEMS's non automake standard make targets working.
## Once automake is fully integrated these make targets
diff --git a/c/src/automake/local.am b/c/src/automake/local.am
index c170178e1b..4de51e5197 100644
--- a/c/src/automake/local.am
+++ b/c/src/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/c/src/automake/subdirs.am b/c/src/automake/subdirs.am
index 61e421f18b..1e0a9a757a 100644
--- a/c/src/automake/subdirs.am
+++ b/c/src/automake/subdirs.am
@@ -1,5 +1,3 @@
-## $Id$
-
## Borrowed from automake-1.4 and adapted to RTEMS
## NOTE: This is a temporary work-around to keep
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 0e4a4fe3b2..d1c141db30 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -1,6 +1,5 @@
## Process this file with autoconf to produce a configure script.
##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am
index 5b5680ccf8..5c6de71375 100644
--- a/c/src/lib/Makefile.am
+++ b/c/src/lib/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
SUBDIRS = libcpu libbsp
include $(top_srcdir)/automake/subdirs.am
diff --git a/c/src/lib/libbsp/Makefile.am b/c/src/lib/libbsp/Makefile.am
index 306eb6ad8a..4eff8b8485 100644
--- a/c/src/lib/libbsp/Makefile.am
+++ b/c/src/lib/libbsp/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
SUBDIRS = @libbsp_cpu_subdir@
diff --git a/c/src/lib/libbsp/README b/c/src/lib/libbsp/README
index c3b978b6cb..9197f84bd1 100644
--- a/c/src/lib/libbsp/README
+++ b/c/src/lib/libbsp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Board Support Package library
This directory contains the source for the libbsp.a library.
diff --git a/c/src/lib/libbsp/arm/csb336/README b/c/src/lib/libbsp/arm/csb336/README
index e807c0d372..ac66c2ae7a 100644
--- a/c/src/lib/libbsp/arm/csb336/README
+++ b/c/src/lib/libbsp/arm/csb336/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the BSP for Cogent Computer System's CSB336, a single board
computer using the Motorola MC9328MXL CPU.
diff --git a/c/src/lib/libbsp/arm/csb336/console/uart.c b/c/src/lib/libbsp/arm/csb336/console/uart.c
index 8fed989de1..4dc409b40c 100644
--- a/c/src/lib/libbsp/arm/csb336/console/uart.c
+++ b/c/src/lib/libbsp/arm/csb336/console/uart.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license
- *
- * $Id$
*/
#include <bsp.h>
#include <rtems/libio.h>
diff --git a/c/src/lib/libbsp/arm/csb336/include/bsp.h b/c/src/lib/libbsp/arm/csb336/include/bsp.h
index 956ae248a6..906a1ef98a 100644
--- a/c/src/lib/libbsp/arm/csb336/include/bsp.h
+++ b/c/src/lib/libbsp/arm/csb336/include/bsp.h
@@ -7,9 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg b/c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg
index 532e8ca753..5375948018 100644
--- a/c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg
+++ b/c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg
@@ -1,8 +1,6 @@
#
# Config file for Cogent CSB337 - AT91RM9200 SBC
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/csb336/network/lan91c11x.c b/c/src/lib/libbsp/arm/csb336/network/lan91c11x.c
index 49ddab33f0..023f010bcf 100644
--- a/c/src/lib/libbsp/arm/csb336/network/lan91c11x.c
+++ b/c/src/lib/libbsp/arm/csb336/network/lan91c11x.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include "lan91c11x.h"
diff --git a/c/src/lib/libbsp/arm/csb336/network/lan91c11x.h b/c/src/lib/libbsp/arm/csb336/network/lan91c11x.h
index a7ab804863..4742f04752 100644
--- a/c/src/lib/libbsp/arm/csb336/network/lan91c11x.h
+++ b/c/src/lib/libbsp/arm/csb336/network/lan91c11x.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LAN91C11X_H__
#define __LAN91C11X_H__
diff --git a/c/src/lib/libbsp/arm/csb336/network/network.c b/c/src/lib/libbsp/arm/csb336/network/network.c
index 5c69bceb8f..ec7fbe22f9 100644
--- a/c/src/lib/libbsp/arm/csb336/network/network.c
+++ b/c/src/lib/libbsp/arm/csb336/network/network.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/arm/csb336/start/start.S b/c/src/lib/libbsp/arm/csb336/start/start.S
index 2fac285cf7..d24db37d6b 100644
--- a/c/src/lib/libbsp/arm/csb336/start/start.S
+++ b/c/src/lib/libbsp/arm/csb336/start/start.S
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/csb336/startup/bspstart.c b/c/src/lib/libbsp/arm/csb336/startup/bspstart.c
index 3609620c70..d3b64e2040 100644
--- a/c/src/lib/libbsp/arm/csb336/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/csb336/startup/bspstart.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/csb336/startup/memmap.c b/c/src/lib/libbsp/arm/csb336/startup/memmap.c
index 05bb096e99..4feb63d2b2 100644
--- a/c/src/lib/libbsp/arm/csb336/startup/memmap.c
+++ b/c/src/lib/libbsp/arm/csb336/startup/memmap.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libcpu/mmu.h>
diff --git a/c/src/lib/libbsp/arm/csb337/README b/c/src/lib/libbsp/arm/csb337/README
index 4c59174e7b..19a7bcbe24 100644
--- a/c/src/lib/libbsp/arm/csb337/README
+++ b/c/src/lib/libbsp/arm/csb337/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the BSP for Cogent Computer System's CSB337 and updated
for CSB637, single board computers using the Atmel AT91RM9200 CPU.
The differences in the board are very slight but important:
diff --git a/c/src/lib/libbsp/arm/csb337/README.kit637_v6 b/c/src/lib/libbsp/arm/csb337/README.kit637_v6
index e82ab3ef4c..23a3cb759c 100644
--- a/c/src/lib/libbsp/arm/csb337/README.kit637_v6
+++ b/c/src/lib/libbsp/arm/csb337/README.kit637_v6
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Fernando Nicodemos <fgnicodemos@terra.com.br>
# from NCB - Sistemas Embarcados Ltda. (Brazil)
#
diff --git a/c/src/lib/libbsp/arm/csb337/console/fbcons.c b/c/src/lib/libbsp/arm/csb337/console/fbcons.c
index ce19f27727..40b91b5889 100644
--- a/c/src/lib/libbsp/arm/csb337/console/fbcons.c
+++ b/c/src/lib/libbsp/arm/csb337/console/fbcons.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/csb337/console/font8x16.h b/c/src/lib/libbsp/arm/csb337/console/font8x16.h
index ef1db13213..55e280e23c 100644
--- a/c/src/lib/libbsp/arm/csb337/console/font8x16.h
+++ b/c/src/lib/libbsp/arm/csb337/console/font8x16.h
@@ -33,8 +33,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#define FONT_WIDTH 8
diff --git a/c/src/lib/libbsp/arm/csb337/console/sed1356.c b/c/src/lib/libbsp/arm/csb337/console/sed1356.c
index acd419e9fd..f86e2a2e04 100644
--- a/c/src/lib/libbsp/arm/csb337/console/sed1356.c
+++ b/c/src/lib/libbsp/arm/csb337/console/sed1356.c
@@ -29,8 +29,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h b/c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h
index 1002e6474d..87eebbcfe7 100644
--- a/c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h
+++ b/c/src/lib/libbsp/arm/csb337/console/sed1356_16bit.h
@@ -30,8 +30,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding standards
* and to eliminate C++ style comments.
- *
- * $Id$
*/
#ifndef __sed1356_16bit_h
diff --git a/c/src/lib/libbsp/arm/csb337/console/uarts.c b/c/src/lib/libbsp/arm/csb337/console/uarts.c
index f56e994667..22c96d22c1 100644
--- a/c/src/lib/libbsp/arm/csb337/console/uarts.c
+++ b/c/src/lib/libbsp/arm/csb337/console/uarts.c
@@ -16,8 +16,6 @@
*
* Modified and FrameBuffer Console Device Support added by
* Joel Sherrill, 2009.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/csb337/include/bsp.h b/c/src/lib/libbsp/arm/csb337/include/bsp.h
index 51b2cadcbe..1a07bdf879 100644
--- a/c/src/lib/libbsp/arm/csb337/include/bsp.h
+++ b/c/src/lib/libbsp/arm/csb337/include/bsp.h
@@ -7,9 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/csb337/include/sed1356.h b/c/src/lib/libbsp/arm/csb337/include/sed1356.h
index 97756f0985..b53c0ce5d5 100644
--- a/c/src/lib/libbsp/arm/csb337/include/sed1356.h
+++ b/c/src/lib/libbsp/arm/csb337/include/sed1356.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __SED1356_h
diff --git a/c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg b/c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg
index a1957fc344..7575a83ea0 100644
--- a/c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg
+++ b/c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg
@@ -1,8 +1,6 @@
#
# Config file for Cogent CSB337 - AT91RM9200 SBC
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/csb337/make/custom/csb637.cfg b/c/src/lib/libbsp/arm/csb337/make/custom/csb637.cfg
index ffcb1b0483..3f0832ba8a 100644
--- a/c/src/lib/libbsp/arm/csb337/make/custom/csb637.cfg
+++ b/c/src/lib/libbsp/arm/csb337/make/custom/csb637.cfg
@@ -1,7 +1,5 @@
#
# Config file for Cogent CSB637 - AT91RM9200 SBC
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/csb337.cfg
diff --git a/c/src/lib/libbsp/arm/csb337/make/custom/kit637_v6.cfg b/c/src/lib/libbsp/arm/csb337/make/custom/kit637_v6.cfg
index 8c28d48580..ac12a62906 100644
--- a/c/src/lib/libbsp/arm/csb337/make/custom/kit637_v6.cfg
+++ b/c/src/lib/libbsp/arm/csb337/make/custom/kit637_v6.cfg
@@ -2,8 +2,5 @@
# Config file for Cogent KIT637_V6 (CSB637) - AT91RM9200 SBC
# As a KIT637, the package includes a number of peripherals
# not normally on a CSB637.
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/csb337.cfg
diff --git a/c/src/lib/libbsp/arm/csb337/network/network.c b/c/src/lib/libbsp/arm/csb337/network/network.c
index 6f0ca619fb..7c5fad7c9b 100644
--- a/c/src/lib/libbsp/arm/csb337/network/network.c
+++ b/c/src/lib/libbsp/arm/csb337/network/network.c
@@ -8,8 +8,6 @@
*
* July 2009: Joel Sherrill merged csb637 PHY differences from
* MicroMonitor 1.17.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/csb337/start/start.S b/c/src/lib/libbsp/arm/csb337/start/start.S
index 879856cd10..55173578f6 100644
--- a/c/src/lib/libbsp/arm/csb337/start/start.S
+++ b/c/src/lib/libbsp/arm/csb337/start/start.S
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/csb337/startup/bspreset.c b/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
index 3b0bbb6ea5..28fdd8ded4 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
@@ -7,9 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp.h>
#include <at91rm9200.h>
diff --git a/c/src/lib/libbsp/arm/csb337/startup/bspstart.c b/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
index bc9f3ba00c..131a3fa50c 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/bspstart.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/csb337/startup/memmap.c b/c/src/lib/libbsp/arm/csb337/startup/memmap.c
index 9690a2e357..9ae7b57064 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/memmap.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/memmap.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c b/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
index 357340f8cb..380dad4865 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/edb7312/README b/c/src/lib/libbsp/arm/edb7312/README
index 3ba879b228..ce524fcda6 100644
--- a/c/src/lib/libbsp/arm/edb7312/README
+++ b/c/src/lib/libbsp/arm/edb7312/README
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
This board is from Cogent.
diff --git a/c/src/lib/libbsp/arm/edb7312/console/uart.c b/c/src/lib/libbsp/arm/edb7312/console/uart.c
index d92301826b..8b11e23658 100644
--- a/c/src/lib/libbsp/arm/edb7312/console/uart.c
+++ b/c/src/lib/libbsp/arm/edb7312/console/uart.c
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp.h> /* Must be before libio.h */
diff --git a/c/src/lib/libbsp/arm/edb7312/include/bsp.h b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
index f42d210f7a..7c3dfd1486 100644
--- a/c/src/lib/libbsp/arm/edb7312/include/bsp.h
+++ b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/edb7312/include/ep7312.h b/c/src/lib/libbsp/arm/edb7312/include/ep7312.h
index f9bcdd9c4d..cb110b9d1a 100644
--- a/c/src/lib/libbsp/arm/edb7312/include/ep7312.h
+++ b/c/src/lib/libbsp/arm/edb7312/include/ep7312.h
@@ -14,8 +14,6 @@
* or write only. The data sheet says not to write the read
* only one or read the write only one. I'm not sure what will
* happen if you do.
- *
- * $Id$
*/
#ifndef __EP7312_H__
#define __EP7312_H__
diff --git a/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_asm.S b/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_asm.S
index 521ede4434..fb0a7dbc3a 100644
--- a/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_asm.S
+++ b/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_asm.S
@@ -8,9 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#define __asm__
#include "irq.h"
diff --git a/c/src/lib/libbsp/arm/edb7312/irq/irq.c b/c/src/lib/libbsp/arm/edb7312/irq/irq.c
index 141d2f879b..a345d1b477 100644
--- a/c/src/lib/libbsp/arm/edb7312/irq/irq.c
+++ b/c/src/lib/libbsp/arm/edb7312/irq/irq.c
@@ -10,9 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/edb7312/irq/irq.h b/c/src/lib/libbsp/arm/edb7312/irq/irq.h
index 82758ec399..0753a08a30 100644
--- a/c/src/lib/libbsp/arm/edb7312/irq/irq.h
+++ b/c/src/lib/libbsp/arm/edb7312/irq/irq.h
@@ -10,9 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef __IRQ_H__
diff --git a/c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg b/c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg
index 9ccc3c575d..b2290ea633 100644
--- a/c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg
+++ b/c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg
@@ -1,8 +1,6 @@
#
# Config file for Cirrus/Cogent EDB7312 eval board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/edb7312/start/start.S b/c/src/lib/libbsp/arm/edb7312/start/start.S
index 1779e66c29..85455dccce 100644
--- a/c/src/lib/libbsp/arm/edb7312/start/start.S
+++ b/c/src/lib/libbsp/arm/edb7312/start/start.S
@@ -10,9 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/edb7312/startup/bspreset.c b/c/src/lib/libbsp/arm/edb7312/startup/bspreset.c
index 8e7bbffdfc..eace9a0466 100644
--- a/c/src/lib/libbsp/arm/edb7312/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/edb7312/startup/bspreset.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
index cfccaf3589..979946517b 100644
--- a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/edb7312/timer/timer.c b/c/src/lib/libbsp/arm/edb7312/timer/timer.c
index 308bdec1fa..b9d67c277f 100644
--- a/c/src/lib/libbsp/arm/edb7312/timer/timer.c
+++ b/c/src/lib/libbsp/arm/edb7312/timer/timer.c
@@ -15,8 +15,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/gba/README b/c/src/lib/libbsp/arm/gba/README
index 68ec6fad04..445f73e081 100644
--- a/c/src/lib/libbsp/arm/gba/README
+++ b/c/src/lib/libbsp/arm/gba/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the BSP for Nintendo's GBA and GBA SP. The RTEMS Wiki
has more detailed information on this BSP.
diff --git a/c/src/lib/libbsp/arm/gba/console/conio.c b/c/src/lib/libbsp/arm/gba/console/conio.c
index bdaebea6d0..ca151eb6bf 100644
--- a/c/src/lib/libbsp/arm/gba/console/conio.c
+++ b/c/src/lib/libbsp/arm/gba/console/conio.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*****************************************************************************
diff --git a/c/src/lib/libbsp/arm/gba/console/console.c b/c/src/lib/libbsp/arm/gba/console/console.c
index 116c50070f..7cc4e5a692 100644
--- a/c/src/lib/libbsp/arm/gba/console/console.c
+++ b/c/src/lib/libbsp/arm/gba/console/console.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/arm/gba/console/defaultfont.h b/c/src/lib/libbsp/arm/gba/console/defaultfont.h
index 4b647ad735..da1c504af8 100644
--- a/c/src/lib/libbsp/arm/gba/console/defaultfont.h
+++ b/c/src/lib/libbsp/arm/gba/console/defaultfont.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/** Font array dot value */
diff --git a/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h b/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h
index 9be69e92ad..844d649d60 100644
--- a/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h
+++ b/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __ARMMODEBITS_H
diff --git a/c/src/lib/libbsp/arm/gba/include/asm_macros.h b/c/src/lib/libbsp/arm/gba/include/asm_macros.h
index 19d3dc923f..f994f225c4 100644
--- a/c/src/lib/libbsp/arm/gba/include/asm_macros.h
+++ b/c/src/lib/libbsp/arm/gba/include/asm_macros.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*-----------------------------------------------------------------------------*
diff --git a/c/src/lib/libbsp/arm/gba/include/bsp.h b/c/src/lib/libbsp/arm/gba/include/bsp.h
index 91c38eee8b..bd2fb6d65b 100644
--- a/c/src/lib/libbsp/arm/gba/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gba/include/bsp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __BSP_H_
diff --git a/c/src/lib/libbsp/arm/gba/include/conio.h b/c/src/lib/libbsp/arm/gba/include/conio.h
index 30f25cb12c..e47be1f8e1 100644
--- a/c/src/lib/libbsp/arm/gba/include/conio.h
+++ b/c/src/lib/libbsp/arm/gba/include/conio.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _CONIO_H
diff --git a/c/src/lib/libbsp/arm/gba/include/gba.h b/c/src/lib/libbsp/arm/gba/include/gba.h
index e7c058a76c..4c53c62c1a 100644
--- a/c/src/lib/libbsp/arm/gba/include/gba.h
+++ b/c/src/lib/libbsp/arm/gba/include/gba.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _GBA_H
diff --git a/c/src/lib/libbsp/arm/gba/include/gba_registers.h b/c/src/lib/libbsp/arm/gba/include/gba_registers.h
index cb9ae898c5..0a85877240 100644
--- a/c/src/lib/libbsp/arm/gba/include/gba_registers.h
+++ b/c/src/lib/libbsp/arm/gba/include/gba_registers.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*---------------------------------------------------------------------------+
diff --git a/c/src/lib/libbsp/arm/gba/irq/irq.c b/c/src/lib/libbsp/arm/gba/irq/irq.c
index c5c5fd9509..f72c1b0d58 100644
--- a/c/src/lib/libbsp/arm/gba/irq/irq.c
+++ b/c/src/lib/libbsp/arm/gba/irq/irq.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gba/irq/irq.h b/c/src/lib/libbsp/arm/gba/irq/irq.h
index a1e966193c..d0c841faf9 100644
--- a/c/src/lib/libbsp/arm/gba/irq/irq.h
+++ b/c/src/lib/libbsp/arm/gba/irq/irq.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __asm__
diff --git a/c/src/lib/libbsp/arm/gba/make/custom/gba.cfg b/c/src/lib/libbsp/arm/gba/make/custom/gba.cfg
index c7e24dd3b7..ee9be6a15b 100644
--- a/c/src/lib/libbsp/arm/gba/make/custom/gba.cfg
+++ b/c/src/lib/libbsp/arm/gba/make/custom/gba.cfg
@@ -1,8 +1,6 @@
#
# Config file for Gameboy Advance ARM --
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gba/start/logo.S b/c/src/lib/libbsp/arm/gba/start/logo.S
index eaeb391594..027071057f 100644
--- a/c/src/lib/libbsp/arm/gba/start/logo.S
+++ b/c/src/lib/libbsp/arm/gba/start/logo.S
@@ -10,8 +10,6 @@
* OF ANY INTELLECTUAL PROPERTY CLAIMED BY NINTENDO.
*
* GAMEBOY ADVANCE IS A TRADEMARK OF NINTENDO.
- *
- * $Id$
*/
/* @cond INCLUDE_ASM */
.word 0x51AEFF24, 0x21A29A69, 0x0A82843D, 0xAD09E484
diff --git a/c/src/lib/libbsp/arm/gba/start/start.S b/c/src/lib/libbsp/arm/gba/start/start.S
index 1caafaba17..3827c9d8a4 100644
--- a/c/src/lib/libbsp/arm/gba/start/start.S
+++ b/c/src/lib/libbsp/arm/gba/start/start.S
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*****************************************************************************
diff --git a/c/src/lib/libbsp/arm/gba/startup/bspgetworkarea.c b/c/src/lib/libbsp/arm/gba/startup/bspgetworkarea.c
index a6ecb8d04d..abce92f13b 100644
--- a/c/src/lib/libbsp/arm/gba/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/arm/gba/startup/bspgetworkarea.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gba/startup/bspreset.c b/c/src/lib/libbsp/arm/gba/startup/bspreset.c
index b5e06e4eec..1e0dd48145 100644
--- a/c/src/lib/libbsp/arm/gba/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/gba/startup/bspreset.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gba/startup/bspstart.c b/c/src/lib/libbsp/arm/gba/startup/bspstart.c
index 3886573984..4af85fbb74 100644
--- a/c/src/lib/libbsp/arm/gba/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gba/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/arm/gba/startup/linkcmds b/c/src/lib/libbsp/arm/gba/startup/linkcmds
index 6f54c13efc..044b68e84b 100644
--- a/c/src/lib/libbsp/arm/gba/startup/linkcmds
+++ b/c/src/lib/libbsp/arm/gba/startup/linkcmds
@@ -16,8 +16,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*****************************************************************************
diff --git a/c/src/lib/libbsp/arm/gba/timer/timer.c b/c/src/lib/libbsp/arm/gba/timer/timer.c
index 8f64d62dcc..9ad5c14a5c 100644
--- a/c/src/lib/libbsp/arm/gba/timer/timer.c
+++ b/c/src/lib/libbsp/arm/gba/timer/timer.c
@@ -23,8 +23,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/console/console-io.c b/c/src/lib/libbsp/arm/gdbarmsim/console/console-io.c
index 6391358532..7561d2785c 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/console/console-io.c
+++ b/c/src/lib/libbsp/arm/gdbarmsim/console/console-io.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h b/c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h
index deffeb71b3..2d7c9f39f0 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/include/swi.h b/c/src/lib/libbsp/arm/gdbarmsim/include/swi.h
index bf9c3b5c3d..af46adaf54 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/include/swi.h
+++ b/c/src/lib/libbsp/arm/gdbarmsim/include/swi.h
@@ -1,8 +1,6 @@
/*
* Copied from libgloss 1 Oct 2009.
* Minor modifications to work with RTEMS.
- *
- * $Id$
*/
/* SWI numbers for RDP (Demon) monitor. */
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg
index 6cea558711..f5afd61115 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg
+++ b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg
@@ -1,8 +1,6 @@
#
# Config file for GDB ARM Simulator as arm1136jf-s (FPU)
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136js.cfg b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136js.cfg
index f843f716a1..5847fc25f3 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136js.cfg
+++ b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136js.cfg
@@ -1,8 +1,6 @@
#
# Config file for GDB ARM Simulator as arm1136j-s (no FPU)
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm7tdmi.cfg b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm7tdmi.cfg
index 474866441f..6bcc460104 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm7tdmi.cfg
+++ b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm7tdmi.cfg
@@ -1,8 +1,6 @@
#
# Config file for GDB ARM Simulator as arm7tdmi
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg
index 66b7ed0131..297f7eecb4 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg
+++ b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg
@@ -1,8 +1,6 @@
#
# Config file for GDB ARM Simulator as arm920
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg
index d4f2263add..2f190020f5 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg
+++ b/c/src/lib/libbsp/arm/gdbarmsim/make/custom/armcortexa9.cfg
@@ -1,8 +1,6 @@
#
# Config file for GDB ARM Simulator as cortex-a9
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/start/start.S b/c/src/lib/libbsp/arm/gdbarmsim/start/start.S
index 544d9a3fdf..0c5df483d6 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/start/start.S
+++ b/c/src/lib/libbsp/arm/gdbarmsim/start/start.S
@@ -1,8 +1,6 @@
/*
* Copied from libgloss 1 Oct 2009.
* Minor modifications to work with RTEMS.
- *
- * $Id$
*/
#include <newlib.h>
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/startup/bspreset.c b/c/src/lib/libbsp/arm/gdbarmsim/startup/bspreset.c
index 133d670857..ddf4df6aca 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/gdbarmsim/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/startup/bspstart.c b/c/src/lib/libbsp/arm/gdbarmsim/startup/bspstart.c
index e35945b35e..6f44b80fd9 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gdbarmsim/startup/bspstart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/startup/syscalls.c b/c/src/lib/libbsp/arm/gdbarmsim/startup/syscalls.c
index 28d171b12a..115e2ece69 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/startup/syscalls.c
+++ b/c/src/lib/libbsp/arm/gdbarmsim/startup/syscalls.c
@@ -1,8 +1,6 @@
/*
* Copied from libgloss 1 Oct 2009.
* Minor modifications to work with RTEMS.
- *
- * $Id$
*/
/* Support files for GNU libc. Files in the system namespace go here.
diff --git a/c/src/lib/libbsp/arm/gp32/console/uart.c b/c/src/lib/libbsp/arm/gp32/console/uart.c
index cac47841da..674fe71e9a 100644
--- a/c/src/lib/libbsp/arm/gp32/console/uart.c
+++ b/c/src/lib/libbsp/arm/gp32/console/uart.c
@@ -14,9 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp.h> /* Must be before libio.h */
#include <rtems/libio.h>
diff --git a/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg b/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
index eacf0f49cc..f287310385 100644
--- a/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
+++ b/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
@@ -1,8 +1,6 @@
#
# Config file for ARM GP32
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gp32/start/start.S b/c/src/lib/libbsp/arm/gp32/start/start.S
index 9d4f3e09eb..35b94bb3af 100644
--- a/c/src/lib/libbsp/arm/gp32/start/start.S
+++ b/c/src/lib/libbsp/arm/gp32/start/start.S
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/gp32/startup/bspreset.c b/c/src/lib/libbsp/arm/gp32/startup/bspreset.c
index 40c15049e5..c552e48fd7 100644
--- a/c/src/lib/libbsp/arm/gp32/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/gp32/startup/bspreset.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gp32/startup/bspstart.c b/c/src/lib/libbsp/arm/gp32/startup/bspstart.c
index 4517286b19..0eca8a93a0 100644
--- a/c/src/lib/libbsp/arm/gp32/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gp32/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gp32/startup/memmap.c b/c/src/lib/libbsp/arm/gp32/startup/memmap.c
index f4a57296fc..131033d1f4 100644
--- a/c/src/lib/libbsp/arm/gp32/startup/memmap.c
+++ b/c/src/lib/libbsp/arm/gp32/startup/memmap.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libcpu/mmu.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/README b/c/src/lib/libbsp/arm/gumstix/README
index 72f560cb6f..41a74c7daf 100644
--- a/c/src/lib/libbsp/arm/gumstix/README
+++ b/c/src/lib/libbsp/arm/gumstix/README
@@ -1,6 +1,2 @@
-#
-# $Id$
-#
-
This is the BSP for GUMSTIX which has a PXA255 CPU.
diff --git a/c/src/lib/libbsp/arm/gumstix/console/uarts.c b/c/src/lib/libbsp/arm/gumstix/console/uarts.c
index 17765e0019..70809e0edb 100644
--- a/c/src/lib/libbsp/arm/gumstix/console/uarts.c
+++ b/c/src/lib/libbsp/arm/gumstix/console/uarts.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/fb/fb.c b/c/src/lib/libbsp/arm/gumstix/fb/fb.c
index 66725b7981..5dc3b4e7ec 100644
--- a/c/src/lib/libbsp/arm/gumstix/fb/fb.c
+++ b/c/src/lib/libbsp/arm/gumstix/fb/fb.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/include/bsp.h b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
index 144e534003..beee318aa7 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/arm/gumstix/include/tm27.h b/c/src/lib/libbsp/arm/gumstix/include/tm27.h
index b417668d83..a518e0e639 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/tm27.h
+++ b/c/src/lib/libbsp/arm/gumstix/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg b/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
index 347691f2b9..8ce8e9a500 100644
--- a/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
+++ b/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
@@ -1,8 +1,6 @@
#
# Config file for Gumstix (http://www.gumstix.com)
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c b/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c
index 867e9a7c06..cf4933beae 100644
--- a/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c
+++ b/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h b/c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h
index 5f7a1fa970..3a9476ab1c 100644
--- a/c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h
+++ b/c/src/lib/libbsp/arm/gumstix/rtl8019/wd80x3.h
@@ -1,7 +1,5 @@
/*
* Information about the DP8390 Ethernet controller.
- *
- * $Id$
*/
#ifndef __BSP_WD80x3_h
diff --git a/c/src/lib/libbsp/arm/gumstix/start/start.S b/c/src/lib/libbsp/arm/gumstix/start/start.S
index a60207de46..1e965d1fdd 100644
--- a/c/src/lib/libbsp/arm/gumstix/start/start.S
+++ b/c/src/lib/libbsp/arm/gumstix/start/start.S
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
index 57db2ef042..b184269d67 100644
--- a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/gumstix/startup/memmap.c b/c/src/lib/libbsp/arm/gumstix/startup/memmap.c
index fd98b49c17..8923083576 100644
--- a/c/src/lib/libbsp/arm/gumstix/startup/memmap.c
+++ b/c/src/lib/libbsp/arm/gumstix/startup/memmap.c
@@ -3,8 +3,6 @@
* 2008 By Yang Xi <hiyangxi@gmail.com>
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c b/c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c
index 006528e382..e0c79b8090 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c
+++ b/c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/console/uart.c b/c/src/lib/libbsp/arm/lm3s69xx/console/uart.c
index 460175c9b1..db28b0a06b 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/console/uart.c
+++ b/c/src/lib/libbsp/arm/lm3s69xx/console/uart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965.cfg b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965.cfg
index 4643f0aa26..cba7930d04 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965.cfg
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965.cfg
@@ -1,7 +1,5 @@
#
# Config file for LM3S6965.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lm3s69xx.inc
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc
index fa6f288f48..4387c19c78 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc
@@ -1,8 +1,6 @@
#
# Config file for LM3S69XX.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
index 1eb8af5d6d..dfd68f5523 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/README b/c/src/lib/libbsp/arm/lpc24xx/README
index f5a42e11f1..47cc16150d 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/README
+++ b/c/src/lib/libbsp/arm/lpc24xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Development Board: QVGA Base Board from Embedded Artists
http://www.embeddedartists.com/products/uclinux/oem_lpc2478.php
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
index c14c00a974..79fc077493 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_ARM_LPC24XX_BSP_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/lpc17xx.h b/c/src/lib/libbsp/arm/lpc24xx/include/lpc17xx.h
index 4f57813280..6d1dd45a83 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/lpc17xx.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/lpc17xx.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LPC17XX_REGS_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/lpc24xx.h b/c/src/lib/libbsp/arm/lpc24xx/include/lpc24xx.h
index 2839790fb8..709b2e1a16 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/lpc24xx.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/lpc24xx.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_ARM_LPC24XX_LPC24XX_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
index 906ea1622a..29b234f62b 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_ARM_LPC24XX_START_CONFIG_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362.cfg
index 2a46836a84..d5fc413191 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362.cfg
@@ -1,7 +1,5 @@
#
# Config file for LPC2362.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800.cfg
index f439bc5bb0..a7e7ef34b8 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800.cfg
@@ -1,7 +1,5 @@
#
# Config file for TLI800.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
index 0bcc536287..09f46b5b55 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
@@ -1,8 +1,6 @@
#
# Config file for LPC24XX.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
index 5905a0a221..813fcb8cb6 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
@@ -1,8 +1,6 @@
#
# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_ram.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_ram.cfg
index 009b661134..a629a4f497 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_ram.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_ram.cfg
@@ -1,7 +1,5 @@
#
# Config file for LPC24XX (NCS).
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_ext.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_ext.cfg
index 009b661134..a629a4f497 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_ext.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_ext.cfg
@@ -1,7 +1,5 @@
#
# Config file for LPC24XX (NCS).
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int.cfg
index 009b661134..a629a4f497 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int.cfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int.cfg
@@ -1,7 +1,5 @@
#
# Config file for LPC24XX (NCS).
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc24xx/misc/restart.c b/c/src/lib/libbsp/arm/lpc24xx/misc/restart.c
index c37947855c..eb50353834 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/misc/restart.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/misc/restart.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c b/c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c
index b73181024e..fcd56eaf28 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/misc/system-clocks.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-dynamic.c b/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-dynamic.c
index 219aa3e37e..ac3b157014 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-dynamic.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-dynamic.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/start-config.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-static.c b/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-static.c
index b4d4566013..f8fa4eff6e 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-static.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-emc-static.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/start-config.h>
diff --git a/c/src/lib/libbsp/arm/lpc32xx/include/tm27.h b/c/src/lib/libbsp/arm/lpc32xx/include/tm27.h
index 6d508e9cd4..7c6ae6c1e6 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/include/tm27.h
+++ b/c/src/lib/libbsp/arm/lpc32xx/include/tm27.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc
index ed373827f4..2db07a9ed5 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc
@@ -1,8 +1,6 @@
#
# Config file for LPC32XX.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx.cfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx.cfg
index a5eb519cf1..343fddef67 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx.cfg
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx.cfg
@@ -1,7 +1,5 @@
#
# Config file for MZX application.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc32xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1.cfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1.cfg
index 043adf5be9..b3838ab904 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1.cfg
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1.cfg
@@ -1,8 +1,6 @@
#
# Config file for MZX stage-1 program.
#
-# $Id$
-#
CFLAGS_OPTIMIZE_V = -Os -g
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_2.cfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_2.cfg
index 600fc9c7c1..586ddbec9c 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_2.cfg
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_2.cfg
@@ -1,7 +1,5 @@
#
# Config file for MZX stage-2 program.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc32xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg
index 36e0d19b9d..5c5c56734e 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg
@@ -1,7 +1,5 @@
#
# Config file for Phycore LPC3250 board.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/lpc32xx.inc
diff --git a/c/src/lib/libbsp/arm/lpc32xx/misc/restart.c b/c/src/lib/libbsp/arm/lpc32xx/misc/restart.c
index 2abacf0e38..e81966ea41 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/misc/restart.c
+++ b/c/src/lib/libbsp/arm/lpc32xx/misc/restart.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/nds/README b/c/src/lib/libbsp/arm/nds/README
index 5236c96565..17205ce01c 100644
--- a/c/src/lib/libbsp/arm/nds/README
+++ b/c/src/lib/libbsp/arm/nds/README
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
This is the BSP for Nintendo DS.
Original authors:
diff --git a/c/src/lib/libbsp/arm/nds/block/block.c b/c/src/lib/libbsp/arm/nds/block/block.c
index de9c0f6ad6..9d534755d5 100644
--- a/c/src/lib/libbsp/arm/nds/block/block.c
+++ b/c/src/lib/libbsp/arm/nds/block/block.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/nds/console/console.c b/c/src/lib/libbsp/arm/nds/console/console.c
index 618935faed..0e80fd4347 100644
--- a/c/src/lib/libbsp/arm/nds/console/console.c
+++ b/c/src/lib/libbsp/arm/nds/console/console.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/nds/dswifi/common/source/spinlock.S b/c/src/lib/libbsp/arm/nds/dswifi/common/source/spinlock.S
index 024230337c..78f3ca08bc 100644
--- a/c/src/lib/libbsp/arm/nds/dswifi/common/source/spinlock.S
+++ b/c/src/lib/libbsp/arm/nds/dswifi/common/source/spinlock.S
@@ -1,4 +1,3 @@
-
.text
.code 32
diff --git a/c/src/lib/libbsp/arm/nds/fb/fb.c b/c/src/lib/libbsp/arm/nds/fb/fb.c
index 9e3d1013c9..26989bb673 100644
--- a/c/src/lib/libbsp/arm/nds/fb/fb.c
+++ b/c/src/lib/libbsp/arm/nds/fb/fb.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/arm/nds/include/bsp.h b/c/src/lib/libbsp/arm/nds/include/bsp.h
index 7b3ff5c9f6..cb30664353 100644
--- a/c/src/lib/libbsp/arm/nds/include/bsp.h
+++ b/c/src/lib/libbsp/arm/nds/include/bsp.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef __BSP_H_
diff --git a/c/src/lib/libbsp/arm/nds/include/my_ipc.h b/c/src/lib/libbsp/arm/nds/include/my_ipc.h
index f786b88575..14505738a1 100644
--- a/c/src/lib/libbsp/arm/nds/include/my_ipc.h
+++ b/c/src/lib/libbsp/arm/nds/include/my_ipc.h
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef _MYIPC_H_
diff --git a/c/src/lib/libbsp/arm/nds/include/types.h b/c/src/lib/libbsp/arm/nds/include/types.h
index 33149c7ab6..abcd99f9b8 100644
--- a/c/src/lib/libbsp/arm/nds/include/types.h
+++ b/c/src/lib/libbsp/arm/nds/include/types.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef BSP_NDS_TYPES_H_
diff --git a/c/src/lib/libbsp/arm/nds/irq/irq.c b/c/src/lib/libbsp/arm/nds/irq/irq.c
index 1222953b8f..1ffcd4d57e 100644
--- a/c/src/lib/libbsp/arm/nds/irq/irq.c
+++ b/c/src/lib/libbsp/arm/nds/irq/irq.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/gbfs.h b/c/src/lib/libbsp/arm/nds/libnds/include/gbfs.h
index 942e5d7a02..84fbae5dc5 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/gbfs.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/gbfs.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
access object in a GBFS file
Copyright 2002-2004 Damian Yerrick
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds.h
index 3a4eabded7..cf8d9e4606 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/audio.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/audio.h
index 58aa82ec35..9c0c2e4502 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/audio.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/audio.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
ARM7 audio control
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/serial.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/serial.h
index 75bede8e13..9814ecaec0 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/serial.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/serial.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
ARM7 serial control
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/touch.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/touch.h
index 3863adb586..91285d314d 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/touch.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm7/touch.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Microphone control for the ARM7
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
index 0ff895d351..5591bddd72 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/boxtest.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
-$Id$
-
BoxTest.h -- Code for performing hardware box test against viewing frustrum
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/cache.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/cache.h
index 949a45fb98..d2ba67158f 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/cache.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/cache.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
key input code -- provides slightly higher level input forming
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/console.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/console.h
index beb87d407b..c258401070 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/console.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/console.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
console functions
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/exceptions.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/exceptions.h
index 3ef154f549..1127e3ff4c 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/exceptions.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/exceptions.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/image.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/image.h
index 87a78c6052..b2a5d00821 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/image.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/image.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/input.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/input.h
index 149580ea27..c08eed1e5d 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/input.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/input.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
key input code -- provides slightly higher level input forming
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/math.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/math.h
index 9d5e74d147..f1296a19fc 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/math.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/math.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
math functions
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/ndsmotion.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/ndsmotion.h
index 322793c918..f3940f5f2f 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/ndsmotion.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/ndsmotion.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
DS Motion Card/DS Motion Pak functionality
Copyright (C) 2007
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/pcx.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/pcx.h
index 9dfa8b2659..f050224cd0 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/pcx.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/pcx.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/rumble.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/rumble.h
index 2010a8d1b2..0361052827 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/rumble.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/rumble.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/sound.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/sound.h
index 140d093ffc..96b63f4405 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/sound.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/sound.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Sound Functions
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/trig_lut.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/trig_lut.h
index c524cd0329..7d946bfafc 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/trig_lut.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/trig_lut.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Trig_lut.h provides access to external precompiled trig look up tables
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/video.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/video.h
index ff8725676e..9e910c621f 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/video.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/video.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Video registers and defines
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/videoGL.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/videoGL.h
index 32c495a56e..0f402b434e 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/videoGL.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/arm9/videoGL.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
videoGL.h -- Video API vaguely similar to OpenGL
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/bios.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/bios.h
index c439bf24df..0b91c4cbef 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/bios.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/bios.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
BIOS functions
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/card.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/card.h
index 0e4a19780e..7e82b2f693 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/card.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/card.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/dma.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/dma.h
index 637fe74fdd..e7b7f3ab7c 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/dma.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/dma.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Jason Rogers (dovoto)
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/interrupts.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/interrupts.h
index b5462926f5..5f31190fda 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/interrupts.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/interrupts.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Interrupt registers and vector pointers
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/ipc.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/ipc.h
index 6b74747a4a..968d6c2ea5 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/ipc.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/ipc.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Inter Processor Communication
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/jtypes.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/jtypes.h
index 1c64a5abe3..afd93c6d05 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/jtypes.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/jtypes.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
jtypes.h -- Common types (and a few useful macros)
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/registers_alt.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/registers_alt.h
index 1178f3f32f..1c9eb33993 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/registers_alt.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/registers_alt.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
index 3d22cd21e4..8e4e5b5920 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/system.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Power control, keys, and HV clock registers
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/include/nds/timers.h b/c/src/lib/libbsp/arm/nds/libnds/include/nds/timers.h
index 2ac29fc4c7..12f94b582a 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/include/nds/timers.h
+++ b/c/src/lib/libbsp/arm/nds/libnds/include/nds/timers.h
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/audio.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/audio.c
index 7a32b1b618..7fc380f9ef 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/audio.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/audio.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c
index 19e24d3393..b7024f3632 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/clock.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (Joat)
Jason Rogers (Dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/microphone.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/microphone.c
index df04527e48..bec98fdc22 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/microphone.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/microphone.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Microphone control for the ARM7
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/touch.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/touch.c
index 3a2a433523..f804839892 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/touch.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/touch.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Touch screen control for the ARM7
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/userSettings.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/userSettings.c
index 4aa7a8f7e8..ef2a09e2b3 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm7/userSettings.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm7/userSettings.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
index d88ffeddb5..2e2c2a27c8 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
-$Id$
-
BoxTest.c -- Code for performing hardware box test against viewing frustrum
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/console.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/console.c
index 6f03a9383b..bce4db32b7 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/console.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/console.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/dcache.S b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/dcache.S
index d4e93a1ff7..85f409b2be 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/dcache.S
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/dcache.S
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptionHandler.S b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptionHandler.S
index 9cd9320898..74711537eb 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptionHandler.S
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptionHandler.S
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptions.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptions.c
index a91f378bc5..94c2d7c19b 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptions.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/exceptions.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/gurumeditation.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/gurumeditation.c
index b58c5782a3..716fa89404 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/gurumeditation.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/gurumeditation.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/icache.S b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/icache.S
index 811486082d..19a89573ec 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/icache.S
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/icache.S
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c
index 81d96be51a..966841887d 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/keys.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/keys.c
index 1e0e4c4b64..8f71d96682 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/keys.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/keys.c
@@ -1,6 +1,4 @@
/*------------------------------------------------------------------------------
- $Id$
-
key input code -- provides slightly higher level input forming
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/ndsmotion.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/ndsmotion.c
index fead023ac7..5b3a3cc4d9 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/ndsmotion.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/ndsmotion.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
DS Motion Card/DS Motion Pak functionality
Copyright (C) 2007
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/pcx.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/pcx.c
index 0730757efc..292f70fb6c 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/pcx.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/pcx.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Jason Rogers (dovoto)
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/sound.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/sound.c
index 840195bb18..7f03f69f19 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/sound.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/sound.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Sound Functions
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/touch.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/touch.c
index 058daa77d1..9417d03577 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/touch.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/touch.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
touch screen input code
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/videoGL.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/videoGL.c
index c2161b4ec9..b1accf9d73 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/videoGL.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/videoGL.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Video API vaguely similar to OpenGL
Copyright (C) 2005
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/common/biosCalls.S b/c/src/lib/libbsp/arm/nds/libnds/source/common/biosCalls.S
index f86464df42..94e0bc908b 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/common/biosCalls.S
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/common/biosCalls.S
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/common/card.c b/c/src/lib/libbsp/arm/nds/libnds/source/common/card.c
index b474fed1ab..d47d5d04f5 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/common/card.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/common/card.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/common/gbfs.c b/c/src/lib/libbsp/arm/nds/libnds/source/common/gbfs.c
index f3a8a53d21..95fbc729a5 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/common/gbfs.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/common/gbfs.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
access object in a GBFS file
Copyright 2002-2005 Damian Yerrick
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/common/interruptDispatcher.S b/c/src/lib/libbsp/arm/nds/libnds/source/common/interruptDispatcher.S
index 45d1bfc1f7..927fa74e65 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/common/interruptDispatcher.S
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/common/interruptDispatcher.S
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/common/interrupts.c b/c/src/lib/libbsp/arm/nds/libnds/source/common/interrupts.c
index 426b976761..5c9805a865 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/common/interrupts.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/common/interrupts.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
Copyright (C) 2005
Dave Murphy (WinterMute)
diff --git a/c/src/lib/libbsp/arm/nds/make/custom/nds.cfg b/c/src/lib/libbsp/arm/nds/make/custom/nds.cfg
index c5c7c4bec4..9e4844d3ec 100644
--- a/c/src/lib/libbsp/arm/nds/make/custom/nds.cfg
+++ b/c/src/lib/libbsp/arm/nds/make/custom/nds.cfg
@@ -1,8 +1,6 @@
##
## Config file for Nintendo DS BSP.
##
-## $Id$
-##
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/nds/rtc/rtc.c b/c/src/lib/libbsp/arm/nds/rtc/rtc.c
index 8d23e86762..e35afd6e68 100644
--- a/c/src/lib/libbsp/arm/nds/rtc/rtc.c
+++ b/c/src/lib/libbsp/arm/nds/rtc/rtc.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/nds/sound/sound.c b/c/src/lib/libbsp/arm/nds/sound/sound.c
index 20bcbc4153..9e133be45a 100644
--- a/c/src/lib/libbsp/arm/nds/sound/sound.c
+++ b/c/src/lib/libbsp/arm/nds/sound/sound.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/arm/nds/sound/sound.h b/c/src/lib/libbsp/arm/nds/sound/sound.h
index 8622a6c6e7..536919623a 100644
--- a/c/src/lib/libbsp/arm/nds/sound/sound.h
+++ b/c/src/lib/libbsp/arm/nds/sound/sound.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef _SOUND_H_
diff --git a/c/src/lib/libbsp/arm/nds/startup/bspreset.c b/c/src/lib/libbsp/arm/nds/startup/bspreset.c
index 85966a7804..88c1661efd 100644
--- a/c/src/lib/libbsp/arm/nds/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/nds/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/nds/startup/bspstart.c b/c/src/lib/libbsp/arm/nds/startup/bspstart.c
index c385bc71f9..0fc67d374e 100644
--- a/c/src/lib/libbsp/arm/nds/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/nds/startup/bspstart.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/nds/timer/timer.c b/c/src/lib/libbsp/arm/nds/timer/timer.c
index e62fe6b795..73d7a7c310 100644
--- a/c/src/lib/libbsp/arm/nds/timer/timer.c
+++ b/c/src/lib/libbsp/arm/nds/timer/timer.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/nds/tools/bin2s.c b/c/src/lib/libbsp/arm/nds/tools/bin2s.c
index f344c8e3b6..9c58309ce8 100644
--- a/c/src/lib/libbsp/arm/nds/tools/bin2s.c
+++ b/c/src/lib/libbsp/arm/nds/tools/bin2s.c
@@ -1,6 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
-
bin2s: convert a binary file to a gcc asm-module
for gfx/foo.bin it'll write foo_bin (an array of char)
foo_bin_end, and foo_bin_len (an unsigned int)
diff --git a/c/src/lib/libbsp/arm/nds/tools/runtest b/c/src/lib/libbsp/arm/nds/tools/runtest
index f3cf5ef807..98bb559980 100755
--- a/c/src/lib/libbsp/arm/nds/tools/runtest
+++ b/c/src/lib/libbsp/arm/nds/tools/runtest
@@ -11,9 +11,6 @@
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
-#
-# $Id$
-#
# progname=`basename $0`
progname=${0##*/} # fast basename hack for ksh, bash
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/parser.c b/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
index 5be44a5c15..8d801ea2b2 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/reco.c b/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
index 2ebf3c89a4..08f4f8b36c 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
@@ -1,4 +1,3 @@
-
#include <nds.h>
#include "reco.h"
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
index 9e4cd16f57..d87e6e50fa 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
index f7016c78e7..c01d917886 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef _TOUCHSCREEN_H_
diff --git a/c/src/lib/libbsp/arm/nds/wifi/compat.c b/c/src/lib/libbsp/arm/nds/wifi/compat.c
index 1b6f4e0621..eb5046319d 100644
--- a/c/src/lib/libbsp/arm/nds/wifi/compat.c
+++ b/c/src/lib/libbsp/arm/nds/wifi/compat.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/arm/nds/wifi/compat.h b/c/src/lib/libbsp/arm/nds/wifi/compat.h
index bea3012506..6e97d230b2 100644
--- a/c/src/lib/libbsp/arm/nds/wifi/compat.h
+++ b/c/src/lib/libbsp/arm/nds/wifi/compat.h
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef COMPAT_H_
diff --git a/c/src/lib/libbsp/arm/nds/wifi/wifi.c b/c/src/lib/libbsp/arm/nds/wifi/wifi.c
index 013fd0fe4a..e674afb62a 100644
--- a/c/src/lib/libbsp/arm/nds/wifi/wifi.c
+++ b/c/src/lib/libbsp/arm/nds/wifi/wifi.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/rtl22xx/README b/c/src/lib/libbsp/arm/rtl22xx/README
index 9768a563ad..9405d63d82 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/README
+++ b/c/src/lib/libbsp/arm/rtl22xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
RTEMS BSP for Philips's ARM processor
This BSP is designed for the following Philips' ARM microprocessors:
diff --git a/c/src/lib/libbsp/arm/rtl22xx/console/lpc22xx_uart.h b/c/src/lib/libbsp/arm/rtl22xx/console/lpc22xx_uart.h
index a11833511b..440a318d7e 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/console/lpc22xx_uart.h
+++ b/c/src/lib/libbsp/arm/rtl22xx/console/lpc22xx_uart.h
@@ -1,7 +1,5 @@
/*
* Definitions for LPC22xx/LPC21xx
- *
- * $Id$
*/
#ifndef LPC22XX_UART_H
diff --git a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
index fdd11b1807..79fa99b39b 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg
index 513f5293fa..2f89f01713 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg
+++ b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg
@@ -1,8 +1,6 @@
#
# Config file for LPC22xx board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
index f2f54d4fcc..1bd44ec6ad 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
+++ b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
@@ -1,8 +1,6 @@
#
# Config file for LPC22xx board in Thumb mode
#
-# $Id$
-#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/arm/rtl22xx/start/start.S b/c/src/lib/libbsp/arm/rtl22xx/start/start.S
index fcf8c5c4af..16fd16602f 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/start/start.S
+++ b/c/src/lib/libbsp/arm/rtl22xx/start/start.S
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <bsp/linker-symbols.h>
diff --git a/c/src/lib/libbsp/arm/rtl22xx/startup/bspreset.c b/c/src/lib/libbsp/arm/rtl22xx/startup/bspreset.c
index 2c45241f68..195dc088ca 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/rtl22xx/startup/bspreset.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c b/c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c
index 1cc513c0c1..bf63ee38a9 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/rtl22xx/startup/bspstart.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/shared/comm/uart.c b/c/src/lib/libbsp/arm/shared/comm/uart.c
index a3f69a4d35..6015e0d11b 100644
--- a/c/src/lib/libbsp/arm/shared/comm/uart.c
+++ b/c/src/lib/libbsp/arm/shared/comm/uart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/shared/comm/uart.h b/c/src/lib/libbsp/arm/shared/comm/uart.h
index 93edf3eef8..4e6e1026e0 100644
--- a/c/src/lib/libbsp/arm/shared/comm/uart.h
+++ b/c/src/lib/libbsp/arm/shared/comm/uart.h
@@ -1,5 +1,4 @@
-
/*
* This software is Copyright (C) 1998 by T.sqware - all rights limited
* It is provided in to the public domain "as is", can be freely modified
diff --git a/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg b/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg
index 4addb16fa6..c70856b89c 100644
--- a/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg
+++ b/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg
@@ -1,8 +1,6 @@
#
# Config file for ARM smdk2410
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/arm/smdk2410/startup/bspreset.c b/c/src/lib/libbsp/arm/smdk2410/startup/bspreset.c
index d5c70dda56..dba227f969 100644
--- a/c/src/lib/libbsp/arm/smdk2410/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/smdk2410/startup/bspreset.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/arm/smdk2410/startup/memmap.c b/c/src/lib/libbsp/arm/smdk2410/startup/memmap.c
index ef8414a5f6..a1c21dc518 100644
--- a/c/src/lib/libbsp/arm/smdk2410/startup/memmap.c
+++ b/c/src/lib/libbsp/arm/smdk2410/startup/memmap.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libcpu/mmu.h>
diff --git a/c/src/lib/libbsp/avr/avrtest/README b/c/src/lib/libbsp/avr/avrtest/README
index 910f992492..ac097e4dbd 100644
--- a/c/src/lib/libbsp/avr/avrtest/README
+++ b/c/src/lib/libbsp/avr/avrtest/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to operate on the AVR Mega128 variants.
It has been run on AVRTEST and SIMULAVRXX simulators.
diff --git a/c/src/lib/libbsp/avr/avrtest/console/console-io.c b/c/src/lib/libbsp/avr/avrtest/console/console-io.c
index 792f249aa9..6ff29b2db0 100644
--- a/c/src/lib/libbsp/avr/avrtest/console/console-io.c
+++ b/c/src/lib/libbsp/avr/avrtest/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/avr/avrtest/include/bsp.h b/c/src/lib/libbsp/avr/avrtest/include/bsp.h
index 54ddfa033f..f46194fc99 100644
--- a/c/src/lib/libbsp/avr/avrtest/include/bsp.h
+++ b/c/src/lib/libbsp/avr/avrtest/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
index 4a2e23f059..e4857cd2ff 100644
--- a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
+++ b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest.cfg
@@ -1,8 +1,6 @@
#
# Config file for the AVR ATmega128 on avrtest Simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/avr/avrtest/start/start.S b/c/src/lib/libbsp/avr/avrtest/start/start.S
index eb9230a9c7..22853a26b3 100644
--- a/c/src/lib/libbsp/avr/avrtest/start/start.S
+++ b/c/src/lib/libbsp/avr/avrtest/start/start.S
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 3)
#error "GCC version >= 3.3 required"
diff --git a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
index 24b80e0942..fff75645b6 100644
--- a/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
+++ b/c/src/lib/libbsp/avr/avrtest/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x08000000;
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/README b/c/src/lib/libbsp/bfin/TLL6527M/README
index b6ce46629b..4a95fffdd0 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/README
+++ b/c/src/lib/libbsp/bfin/TLL6527M/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: TLL6527M
BOARD: TLL6527M
CPU FAMILY: Blackfin
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/console/console.c b/c/src/lib/libbsp/bfin/TLL6527M/console/console.c
index 93f607f927..6c45a57695 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/console/console.c
+++ b/c/src/lib/libbsp/bfin/TLL6527M/console/console.c
@@ -18,8 +18,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h b/c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h
index 9e25a272cd..c4a28c5e93 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h
+++ b/c/src/lib/libbsp/bfin/TLL6527M/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/include/cplb.h b/c/src/lib/libbsp/bfin/TLL6527M/include/cplb.h
index 2cac1a48e6..7c07a32820 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/include/cplb.h
+++ b/c/src/lib/libbsp/bfin/TLL6527M/include/cplb.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _CPLB_H
#define _CPLB_H
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h b/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
index 8e126bf1ba..33dd91f820 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
+++ b/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg b/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
index 7d8ae7d8bb..a7cef14bf5 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
+++ b/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
@@ -1,8 +1,6 @@
#
# Config file for Blackfin TLL6527M
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c b/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
index 618bd83e8b..fccff711a0 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
+++ b/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/times b/c/src/lib/libbsp/bfin/TLL6527M/times
index 47b1b85519..00393cf288 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/times
+++ b/c/src/lib/libbsp/bfin/TLL6527M/times
@@ -1,9 +1,6 @@
#
# Timing Test Suite Results for TLL6527M
#
-#
-# $Id$
-#
Board: TLL6527M
CPU: Blackfin 527
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/README b/c/src/lib/libbsp/bfin/bf537Stamp/README
index 08a119a7bd..36224fcc22 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/README
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: bf537Stamp
BOARD: ADZS-BF537-STAMP
CPU FAMILY: Blackfin
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c b/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c
index 24d5c4be4d..c844e8860f 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/console/console.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h b/c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h
index 2fe7c6f96f..9d96bb8b71 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/make/custom/bf537Stamp.cfg b/c/src/lib/libbsp/bfin/bf537Stamp/make/custom/bf537Stamp.cfg
index bc2f866c8a..daa6a551c2 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/make/custom/bf537Stamp.cfg
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/make/custom/bf537Stamp.cfg
@@ -1,8 +1,6 @@
#
# Config file for Blackfin bf537Stamp
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/network/networkconfig.c b/c/src/lib/libbsp/bfin/bf537Stamp/network/networkconfig.c
index 08f8a09927..a47af9df2a 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/network/networkconfig.c
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/network/networkconfig.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S b/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S
index 73e85aed78..f59fe69a00 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/start/start.S
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <libcpu/bf537.h>
#include <libcpu/sicRegs.h>
#include <libcpu/cecRegs.h>
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c b/c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c
index 696fd43297..3c31d84083 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds b/c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds
index b4102ee9f3..c1872e1515 100644
--- a/c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds
+++ b/c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
OUTPUT_FORMAT("elf32-bfin", "elf32-bfin",
"elf32-bfin")
diff --git a/c/src/lib/libbsp/bfin/eZKit533/README b/c/src/lib/libbsp/bfin/eZKit533/README
index 1b12db4a4d..bcb00f2a4d 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/README
+++ b/c/src/lib/libbsp/bfin/eZKit533/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: eZKit533
BOARD: ADSP-BF533 EzKit Lite
CPU FAMILY: Blackfin
diff --git a/c/src/lib/libbsp/bfin/eZKit533/console/console-io.c b/c/src/lib/libbsp/bfin/eZKit533/console/console-io.c
index bf996baa3c..225a11b96d 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/console/console-io.c
+++ b/c/src/lib/libbsp/bfin/eZKit533/console/console-io.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h b/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h
index 29427afb00..e4dc27ef52 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h
+++ b/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/eZKit533/include/cplb.h b/c/src/lib/libbsp/bfin/eZKit533/include/cplb.h
index 485c535bc7..9b108450a7 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/include/cplb.h
+++ b/c/src/lib/libbsp/bfin/eZKit533/include/cplb.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _CPLB_H
#define _CPLB_H
diff --git a/c/src/lib/libbsp/bfin/eZKit533/include/tm27.h b/c/src/lib/libbsp/bfin/eZKit533/include/tm27.h
index c9029ed53a..343b83543e 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/include/tm27.h
+++ b/c/src/lib/libbsp/bfin/eZKit533/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/bfin/eZKit533/make/custom/eZKit533.cfg b/c/src/lib/libbsp/bfin/eZKit533/make/custom/eZKit533.cfg
index 920ac480d1..4fe7d69de5 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/make/custom/eZKit533.cfg
+++ b/c/src/lib/libbsp/bfin/eZKit533/make/custom/eZKit533.cfg
@@ -1,8 +1,6 @@
#
# Config file for Blackfin eZKit533
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c b/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
index 62acf7fa7b..53528f70f9 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
+++ b/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/bfin/eZKit533/times b/c/src/lib/libbsp/bfin/eZKit533/times
index dfc3f5827f..4663da6faa 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/times
+++ b/c/src/lib/libbsp/bfin/eZKit533/times
@@ -1,9 +1,6 @@
#
# Timing Test Suite Results for the Ezkit533
#
-#
-# $Id$
-#
Board:
CPU: Blackfin 533
diff --git a/c/src/lib/libbsp/bfin/shared/start/start.S b/c/src/lib/libbsp/bfin/shared/start/start.S
index 5668b8d073..2ba4214fba 100644
--- a/c/src/lib/libbsp/bfin/shared/start/start.S
+++ b/c/src/lib/libbsp/bfin/shared/start/start.S
@@ -1,5 +1,4 @@
-
#include <rtems/bfin/bfin.h>
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am
index 197e665dce..cd700a07e0 100644
--- a/c/src/lib/libbsp/bsp.am
+++ b/c/src/lib/libbsp/bsp.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
## Explicitly set CPPASCOMPILE
# to be able to use it for compilation of *.S even if automake
# doesn't generate this variable. (automake-1.8.2+ only generates
diff --git a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c b/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
index 2cc6058435..24c0cfb5e6 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
+++ b/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S b/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
index 6623896e9e..a9816b8b1e 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
+++ b/c/src/lib/libbsp/h8300/h8sim/console/syscalls.S
@@ -1,8 +1,6 @@
/*
* System call support for simulator in gdb.
* Copied from newlib 1.16.0.
- *
- * $Id$
*/
;;;; libc/machine/h8300/setarch.h
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index cd01218f76..ce136294d6 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
index 35d470a5ab..5cfb1ed50e 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the H8 simulator in gdb
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
index 86c4eb9ece..cec951a4a5 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the H8 simulator in gdb compiled for SX
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/__main.c b/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
index 17a58c9a5f..13d1f016b9 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/__main.c
@@ -1,7 +1,5 @@
/*
* Copied from newlib 1.8.2
- *
- * $Id$
*/
typedef void (*pfunc) (void);
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
index e964453b4f..a611fad493 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
index 94284b87e8..b15662a271 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
index afaf16b1a6..a90a9641b5 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
+++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Ported by Rosimildo da Silva.
* ConnectTel,Inc.
* e-mail: rdasilva@connecttel.com
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
index e775760477..f3b8195ff3 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
+++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
@@ -31,8 +31,6 @@
*/
/*
- * $Id$
- *
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
* logic changed to use value from EEPROM. Autoconfiguration
diff --git a/c/src/lib/libbsp/i386/pc386/README b/c/src/lib/libbsp/i386/pc386/README
index 00f3263a99..f49f7420e4 100644
--- a/c/src/lib/libbsp/i386/pc386/README
+++ b/c/src/lib/libbsp/i386/pc386/README
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# This board support package works with a target PC
#
# Decisions to be made a link-edit time are:
diff --git a/c/src/lib/libbsp/i386/pc386/README.dec21140 b/c/src/lib/libbsp/i386/pc386/README.dec21140
index 5b6c479d9f..674f2624a1 100644
--- a/c/src/lib/libbsp/i386/pc386/README.dec21140
+++ b/c/src/lib/libbsp/i386/pc386/README.dec21140
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
The dec21140 network driver is found in libchip/networking.
diff --git a/c/src/lib/libbsp/i386/pc386/STATUS b/c/src/lib/libbsp/i386/pc386/STATUS
index d2a1960f72..c66877acdf 100644
--- a/c/src/lib/libbsp/i386/pc386/STATUS
+++ b/c/src/lib/libbsp/i386/pc386/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
There are a wide range of PC configurations. This BSP has been tested
on only a handful. There are configurations which do not yet work. The
diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
index 974a4ea86a..37b0408ba9 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/pc386/clock/todcfg.c b/c/src/lib/libbsp/i386/pc386/clock/todcfg.c
index 6a3b7e56ff..d954d26de8 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/todcfg.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/todcfg.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/conscfg.c b/c/src/lib/libbsp/i386/pc386/console/conscfg.c
index fdd768fa0b..09a8f9b688 100644
--- a/c/src/lib/libbsp/i386/pc386/console/conscfg.c
+++ b/c/src/lib/libbsp/i386/pc386/console/conscfg.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <unistd.h> /* write */
diff --git a/c/src/lib/libbsp/i386/pc386/console/console_control.c b/c/src/lib/libbsp/i386/pc386/console/console_control.c
index ea765744b1..dd058ce4fb 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console_control.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console_control.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
index bc6a171225..4da6159132 100644
--- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
+++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
@@ -5,8 +5,6 @@
* This module implements FB driver for "Bare VGA". It uses the
* routines for "bare hardware" found in vgainit.c.
*
- * $Id$
- *
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c b/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c
index 44a2f56e72..ad5a068948 100644
--- a/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c
+++ b/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/kd.h b/c/src/lib/libbsp/i386/pc386/console/kd.h
index 6e4a899fb9..6f10295f60 100644
--- a/c/src/lib/libbsp/i386/pc386/console/kd.h
+++ b/c/src/lib/libbsp/i386/pc386/console/kd.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* by: Rosimildo da Silva: rdasilva@connecttel.com
*
*
diff --git a/c/src/lib/libbsp/i386/pc386/console/keyboard.c b/c/src/lib/libbsp/i386/pc386/console/keyboard.c
index e776734f4f..271c5e3759 100644
--- a/c/src/lib/libbsp/i386/pc386/console/keyboard.c
+++ b/c/src/lib/libbsp/i386/pc386/console/keyboard.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Rosimildo da Silva: rdasilva@connecttel.com
*/
diff --git a/c/src/lib/libbsp/i386/pc386/console/keyboard.h b/c/src/lib/libbsp/i386/pc386/console/keyboard.h
index abbb5f6240..a5ad34691c 100644
--- a/c/src/lib/libbsp/i386/pc386/console/keyboard.h
+++ b/c/src/lib/libbsp/i386/pc386/console/keyboard.h
@@ -1,7 +1,5 @@
/*
* Submitted by: Rosimildo da Silva: rdasilva@connecttel.com
- *
- * $Id$
*/
#ifndef __RTEMS_KEYBOARD_H
diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
index ab5b3aa4e1..33bcf645ae 100644
--- a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
+++ b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
@@ -2,8 +2,6 @@
#define __paux_drv__
/***************************************************************************
*
- * $Id$
- *
* Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved.
*
* MODULE DESCRIPTION: Prototype routines for the paux driver.
diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
index aaef708a4e..d0af6b95dd 100644
--- a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
+++ b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
@@ -10,8 +10,6 @@
* C. Scott Ananian <cananian@alumni.princeton.edu> 1999-01-29.
*
* RTEMS port: by Rosimildo da Silva.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c b/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c
index fb08bafc9a..7558858622 100644
--- a/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c
+++ b/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/vgacons.c b/c/src/lib/libbsp/i386/pc386/console/vgacons.c
index da55d60ff5..9d78b02df8 100644
--- a/c/src/lib/libbsp/i386/pc386/console/vgacons.c
+++ b/c/src/lib/libbsp/i386/pc386/console/vgacons.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/vgacons.h b/c/src/lib/libbsp/i386/pc386/console/vgacons.h
index f7faf13f27..f88d065c59 100644
--- a/c/src/lib/libbsp/i386/pc386/console/vgacons.h
+++ b/c/src/lib/libbsp/i386/pc386/console/vgacons.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _VGACONS_H_
diff --git a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
index e78b100c1c..03f31f879b 100644
--- a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
+++ b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Id$
*/
.file "videoAsm.s"
diff --git a/c/src/lib/libbsp/i386/pc386/include/crt.h b/c/src/lib/libbsp/i386/pc386/include/crt.h
index 507d64e518..258fe1a001 100644
--- a/c/src/lib/libbsp/i386/pc386/include/crt.h
+++ b/c/src/lib/libbsp/i386/pc386/include/crt.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _CRT_H
diff --git a/c/src/lib/libbsp/i386/pc386/include/tm27.h b/c/src/lib/libbsp/i386/pc386/include/tm27.h
index bac6bebc2e..2ae7a94104 100644
--- a/c/src/lib/libbsp/i386/pc386/include/tm27.h
+++ b/c/src/lib/libbsp/i386/pc386/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
index 5f7a1fa970..3a9476ab1c 100644
--- a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
+++ b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
@@ -1,7 +1,5 @@
/*
* Information about the DP8390 Ethernet controller.
- *
- * $Id$
*/
#ifndef __BSP_WD80x3_h
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
index 4aa1d7a755..e827d8706c 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PC 386 BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
index df0fc15d10..45d4a6c9f3 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using an i386 Class CPU w/o FPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=i386dx
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg
index e62187b180..ec487acf84 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using an i486DX Class CPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=i486dx
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg
index 2607b2db46..ad6d94c657 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using a Pentium Class CPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=pentium
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg
index 0959a4c3c0..73e42cd4b9 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using a Pentium Class CPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=pentium
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg
index 7c0d85d22a..04f001f64a 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using a PentiumPro Class CPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=pentiumpro
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
index 68babd64a4..6804aee9a1 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a PC using a Pentium Class CPU
#
-# $Id$
-#
RTEMS_CPU_MODEL=pentium
diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
index 0498220061..6217e0a445 100644
--- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
+++ b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Both the ne2000 and the wd80x3 are based on the National Semiconductor
* 8390 chip, so there is a fair amount of overlap between the two
* drivers. It would be possible in principle to combine some code into
diff --git a/c/src/lib/libbsp/i386/pc386/start/start16.S b/c/src/lib/libbsp/i386/pc386/start/start16.S
index 1a36117b45..fd68753dfe 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start16.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start16.S
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c b/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c
index 07c23862da..8668d45467 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* #define BSP_GET_WORK_AREA_DEBUG */
diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspreset.c b/c/src/lib/libbsp/i386/pc386/startup/bspreset.c
index 527b13cf4b..eebde1facf 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspreset.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
index 8f24dd41cc..ace4303148 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
@@ -6,8 +6,6 @@
* + sections commented out marked with "XXX commented out --joel"
* + addition of m_hdr section
* + addition of FreeBSD sysctl sections
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index a806fe6871..46dab5f4e7 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/i386/pc386/times_i486dx b/c/src/lib/libbsp/i386/pc386/times_i486dx
index af6be9dfc4..20a72680c3 100644
--- a/c/src/lib/libbsp/i386/pc386/times_i486dx
+++ b/c/src/lib/libbsp/i386/pc386/times_i486dx
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the pc386 BSP using an i486DX
#
-# $Id$
-#
Board: PC/AT clone
CPU: Intel i486DX
diff --git a/c/src/lib/libbsp/i386/pc386/times_p5 b/c/src/lib/libbsp/i386/pc386/times_p5
index 12a6cf9675..fdaf7e9d2d 100644
--- a/c/src/lib/libbsp/i386/pc386/times_p5
+++ b/c/src/lib/libbsp/i386/pc386/times_p5
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the pc386 BSP using a Pentium
#
-# $Id$
-#
NOTE: To obtain the execution time in microseconds, divide the number of
cycles by the clock speed. For example, if rtems_semaphore create
diff --git a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
index ea66a7eb3d..92ce7a88cf 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
+++ b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
2-28-1995 GK
In order to provide more functionality to the boot rom code I changed
diff --git a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
index eb9263ec6b..00556411d9 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
+++ b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
@@ -1,4 +1,3 @@
-
/*
* Simplyfied version of original bin2boot
*/
diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
index 56d59124b3..6b40694dbb 100644
--- a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
+++ b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
@@ -7,8 +7,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
index 8234e38f9c..479eb3235e 100644
--- a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
index 2f52e379d2..228b99b3e5 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
index 724d815c69..578b0189d4 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
@@ -1,7 +1,5 @@
/*
* This is the gdb i386 remote debug stub from gdb 4.XX.
- *
- * $Id$
*/
/****************************************************************************
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
index 496afe9676..b396195bf5 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h
+++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (c) 2000 - Rosimildo da Silva. All Rights Reserved.
*
* MODULE DESCRIPTION:
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
index 79bdd250c9..aafb02a58f 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
@@ -15,9 +15,6 @@
*
****************************************************************************/
-/*
- * $Id$
- */
#include <stdio.h>
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
index e48e74cd81..e52cd51f54 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
@@ -12,9 +12,6 @@
*
****************************************************************************/
-/*
- * $Id$
- */
/* functions */
#ifdef __cplusplus
diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c
index e126540888..3c4d42a604 100644
--- a/c/src/lib/libbsp/i386/shared/comm/uart.c
+++ b/c/src/lib/libbsp/i386/shared/comm/uart.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/i386/shared/irq/idt.c b/c/src/lib/libbsp/i386/shared/irq/idt.c
index fa970c138e..5bcb333487 100644
--- a/c/src/lib/libbsp/i386/shared/irq/idt.c
+++ b/c/src/lib/libbsp/i386/shared/irq/idt.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/cpu.h>
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.c b/c/src/lib/libbsp/i386/shared/irq/irq.c
index 36580ccbc3..ac8ee9ae7c 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq.c
+++ b/c/src/lib/libbsp/i386/shared/irq/irq.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* so we can see _API_extensions_Run_postswitch */
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.h b/c/src/lib/libbsp/i386/shared/irq/irq.h
index 37d4a212fb..643962786b 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq.h
+++ b/c/src/lib/libbsp/i386/shared/irq/irq.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _IRQ_H_
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
index a0a00e944c..d07ae2cb6b 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.h b/c/src/lib/libbsp/i386/shared/irq/irq_asm.h
index cdacc14632..a2d9d16380 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.h
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IRQ_ASM_H__
#define __IRQ_ASM_H__
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_init.c b/c/src/lib/libbsp/i386/shared/irq/irq_init.c
index b2b9b92a78..ff06ce49d3 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_init.c
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_init.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/i386/shared/pci/pcibios.c b/c/src/lib/libbsp/i386/shared/pci/pcibios.c
index 626eb801f7..44b6633a9c 100644
--- a/c/src/lib/libbsp/i386/shared/pci/pcibios.c
+++ b/c/src/lib/libbsp/i386/shared/pci/pcibios.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/i386/shared/smp/README b/c/src/lib/libbsp/i386/shared/smp/README
index c0b63a32b5..df2e729456 100644
--- a/c/src/lib/libbsp/i386/shared/smp/README
+++ b/c/src/lib/libbsp/i386/shared/smp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The following files were developed by Erich Boleyn <erich@uruk.org>.
The original files were copied from http://www.uruk.org/mps/ and committed
into cvs as is. These files will be modified for RTEMS smp support,
diff --git a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
index 59af658127..dc82d3f883 100644
--- a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
+++ b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/apic.h>
diff --git a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
index 394f147438..7870420caa 100644
--- a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
+++ b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
@@ -49,8 +49,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _SMP_IMPS_H
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/README b/c/src/lib/libbsp/lm32/lm32_evr/README
index ff70b7fd7f..13712c91e0 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/README
+++ b/c/src/lib/libbsp/lm32/lm32_evr/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# The Lattice Mico32 port uses the system_config.h generated by the Mico
# System Builder to retrieve the properties of the peripherals.
#
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
index a7674f9866..d13d42fb92 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
+++ b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h b/c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h
index 99528913d6..b4183930f4 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h
+++ b/c/src/lib/libbsp/lm32/lm32_evr/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h b/c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h
index a10e11cab1..b94582d30b 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h
+++ b/c/src/lib/libbsp/lm32/lm32_evr/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/lm32/milkymist/README b/c/src/lib/libbsp/lm32/milkymist/README
index b44d3735c2..4c77d6256c 100644
--- a/c/src/lib/libbsp/lm32/milkymist/README
+++ b/c/src/lib/libbsp/lm32/milkymist/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Full RTEMS port to the Milkymist One. Supports Milkymist SoC 1.0.x.
Includes drivers for:
diff --git a/c/src/lib/libbsp/lm32/milkymist/include/bsp.h b/c/src/lib/libbsp/lm32/milkymist/include/bsp.h
index 940e280fa2..5dd2cb0e08 100644
--- a/c/src/lib/libbsp/lm32/milkymist/include/bsp.h
+++ b/c/src/lib/libbsp/lm32/milkymist/include/bsp.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/milkymist/include/system_conf.h b/c/src/lib/libbsp/lm32/milkymist/include/system_conf.h
index 022e85552b..3172db9532 100644
--- a/c/src/lib/libbsp/lm32/milkymist/include/system_conf.h
+++ b/c/src/lib/libbsp/lm32/milkymist/include/system_conf.h
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c b/c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c
index 202ff47c0d..0cffe0d0b2 100644
--- a/c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c
+++ b/c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/lm32/shared/clock/ckinit.c b/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
index 22bd484706..6914283ee1 100644
--- a/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/clock/clock.h b/c/src/lib/libbsp/lm32/shared/clock/clock.h
index d8f86175f9..ee1f63a7be 100644
--- a/c/src/lib/libbsp/lm32/shared/clock/clock.h
+++ b/c/src/lib/libbsp/lm32/shared/clock/clock.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/console/console.c b/c/src/lib/libbsp/lm32/shared/console/console.c
index 5c6a697fd6..e26d8da69a 100644
--- a/c/src/lib/libbsp/lm32/shared/console/console.c
+++ b/c/src/lib/libbsp/lm32/shared/console/console.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/console/uart.c b/c/src/lib/libbsp/lm32/shared/console/uart.c
index a35c17b9fd..7903b1927c 100644
--- a/c/src/lib/libbsp/lm32/shared/console/uart.c
+++ b/c/src/lib/libbsp/lm32/shared/console/uart.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/console/uart.h b/c/src/lib/libbsp/lm32/shared/console/uart.h
index 7c64646fdc..002ce14455 100644
--- a/c/src/lib/libbsp/lm32/shared/console/uart.h
+++ b/c/src/lib/libbsp/lm32/shared/console/uart.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/README b/c/src/lib/libbsp/lm32/shared/gdbstub/README
index 027d354435..bbd1f53a9d 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/README
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a thread-aware gdb stub for the lm32 architecture. It has to be
linked with the application, which should be debugged. The application has
to call 'lm32_gdb_stub_install' to setup the stub.
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h b/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
index bed4ffa5e4..17fe75b3ae 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h
@@ -10,8 +10,6 @@
* THE CONTRIBUTORS DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, WITH
* REGARD TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#ifndef _GDB_IF_H
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
index 06600972a2..448ee67764 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-debug.S
@@ -10,8 +10,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include "bspopts.h"
diff --git a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
index a4dc3f66f0..8ca1a91054 100644
--- a/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
+++ b/c/src/lib/libbsp/lm32/shared/gdbstub/lm32-stub.c
@@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
-/* $Id$ */
#include <bsp.h>
#include <string.h>
diff --git a/c/src/lib/libbsp/lm32/shared/include/irq.h b/c/src/lib/libbsp/lm32/shared/include/irq.h
index 784b0c0221..9eed0fb72e 100644
--- a/c/src/lib/libbsp/lm32/shared/include/irq.h
+++ b/c/src/lib/libbsp/lm32/shared/include/irq.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_LM32_IRQ_CONFIG_H
diff --git a/c/src/lib/libbsp/lm32/shared/irq/irq.c b/c/src/lib/libbsp/lm32/shared/irq/irq.c
index 20676b7125..92c1fd4087 100644
--- a/c/src/lib/libbsp/lm32/shared/irq/irq.c
+++ b/c/src/lib/libbsp/lm32/shared/irq/irq.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c b/c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c
index b467538122..48625809e6 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h b/c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h
index a13a0481ee..a7a324cada 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c b/c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c
index 5772a781a1..3eac5b6f1b 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h b/c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h
index 59eedb1e4b..9816f5a70f 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c b/c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c
index 3aad14074b..10b86e2848 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h b/c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h
index c4db361804..19e8f9a088 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_console/console.c b/c/src/lib/libbsp/lm32/shared/milkymist_console/console.c
index c945b356d0..1abde5f8c1 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_console/console.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_console/console.c
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c b/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c
index 2ebfe3526f..ba4da58c69 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h b/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h
index 1c966cd008..8f883678ed 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSPUART_H
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c b/c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c
index a51d17da1c..044b35a7c9 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h b/c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h
index dd4177d7a4..2bad1644a5 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c b/c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c
index 2efc08c458..06de020c5f 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h b/c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h
index f8d5532f84..dacaf10d8d 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef __MILKYMIST_FLASH_H_
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c b/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
index 9ea183149c..f7b9e5e948 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
* Copyright (c) 2011 Sebastien Bourdeauducq
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c b/c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c
index 5112897e4a..14216178f5 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h b/c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h
index f83f79e583..c1ac25781f 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c b/c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c
index 0a7f215cb8..8dd771fbde 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h b/c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h
index 9464ac92b6..601661f810 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c b/c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c
index 6ad1268d58..747903db8e 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h b/c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h
index 252a3ded45..91d2af9c5c 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c b/c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c
index ce1a2f50e1..76097eeb19 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h b/c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h
index 203a945e6d..02a492e9b3 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c b/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c
index 5624cd2c50..a2ec53446f 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis, France
* Copyright (C) 2011 Sebastien Bourdeauducq
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h b/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h
index 3cdde6838c..ecfcf91acb 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis, France
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h b/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h
index a9c8bd58b9..dc6991ff19 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c b/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c
index ae0df355ea..aed2eb422c 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c b/c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c
index 83acc43961..3df659a1d8 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
* Telecom SudParis
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h b/c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h
index 71f544e498..4cacab2020 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c b/c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c
index b057fc9582..97b2fad78b 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h
index 40362b3f3f..7e6507c90f 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h
index 7db2b33aca..30438e5a8d 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2012 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c
index d8dd4cc8ce..c0768fda89 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011, 2012 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h b/c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h
index 9799ad44c6..e6af2cf176 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c b/c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c
index 421419e77b..12e041d837 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h b/c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h
index 4929bbaca3..444a45fa63 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/milkymist_video/video.c b/c/src/lib/libbsp/lm32/shared/milkymist_video/video.c
index 6d06f91a99..c1e5a3d121 100644
--- a/c/src/lib/libbsp/lm32/shared/milkymist_video/video.c
+++ b/c/src/lib/libbsp/lm32/shared/milkymist_video/video.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* COPYRIGHT (c) 2010, 2011 Sebastien Bourdeauducq
*/
diff --git a/c/src/lib/libbsp/lm32/shared/start/start.S b/c/src/lib/libbsp/lm32/shared/start/start.S
index cd5cbe02ba..5b0f253e76 100644
--- a/c/src/lib/libbsp/lm32/shared/start/start.S
+++ b/c/src/lib/libbsp/lm32/shared/start/start.S
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/startup/bspstart.c b/c/src/lib/libbsp/lm32/shared/startup/bspstart.c
index e2b118a73d..2c3934d3f6 100644
--- a/c/src/lib/libbsp/lm32/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/lm32/shared/startup/bspstart.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/timer/timer.c b/c/src/lib/libbsp/lm32/shared/timer/timer.c
index 99ec69f5f1..d56394b893 100644
--- a/c/src/lib/libbsp/lm32/shared/timer/timer.c
+++ b/c/src/lib/libbsp/lm32/shared/timer/timer.c
@@ -16,8 +16,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/tsmac/dp83848phy.h b/c/src/lib/libbsp/lm32/shared/tsmac/dp83848phy.h
index 792130943f..7f61b88ea0 100644
--- a/c/src/lib/libbsp/lm32/shared/tsmac/dp83848phy.h
+++ b/c/src/lib/libbsp/lm32/shared/tsmac/dp83848phy.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c b/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c
index e9ef8a15da..b8be8be0de 100644
--- a/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c
+++ b/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.h b/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.h
index 1c7f063bb0..5d80698f36 100644
--- a/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.h
+++ b/c/src/lib/libbsp/lm32/shared/tsmac/tsmac.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/c/src/lib/libbsp/m32c/Makefile.am b/c/src/lib/libbsp/m32c/Makefile.am
index ede5014160..f504c03a19 100644
--- a/c/src/lib/libbsp/m32c/Makefile.am
+++ b/c/src/lib/libbsp/m32c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/m32c/configure.ac b/c/src/lib/libbsp/m32c/configure.ac
index 3f112ab370..7b8b537455 100644
--- a/c/src/lib/libbsp/m32c/configure.ac
+++ b/c/src/lib/libbsp/m32c/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m32c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
index 65ae609779..b3fe1b376a 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
+++ b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/README b/c/src/lib/libbsp/m32c/m32cbsp/README
index feba33cf12..10c0e20987 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/README
+++ b/c/src/lib/libbsp/m32c/m32cbsp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to operate on a variety of M16C and M32C variants.
It is expected that this BSP will also be able to support R8C variants.
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac b/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
index de2dcbdaec..0717a83d2d 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
+++ b/c/src/lib/libbsp/m32c/m32cbsp/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
index db6e6d5b7b..04fff4514a 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
index b4ee45b85b..f4cabac940 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
+++ b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S
@@ -1,8 +1,6 @@
/*
* System call support for simulator in gdb.
* Adapted from newlib 1.16.0.
- *
- * $Id$
*/
#define SYS_exit 1
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
index cd01218f76..ce136294d6 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
+++ b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
index 1e359381e1..cee695db7d 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
+++ b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the M32C GDB Simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
index 3d06862e1b..33192f5d25 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
index 4f75185111..15141f99b6 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
+++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x200000;
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
index 0982f76b98..5ce906c723 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
+++ b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c
@@ -4,9 +4,6 @@
*
* COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
- *
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32r/Makefile.am b/c/src/lib/libbsp/m32r/Makefile.am
index ede5014160..f504c03a19 100644
--- a/c/src/lib/libbsp/m32r/Makefile.am
+++ b/c/src/lib/libbsp/m32r/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/m32r/configure.ac b/c/src/lib/libbsp/m32r/configure.ac
index ee7d0c5ca9..a9f3fe0114 100644
--- a/c/src/lib/libbsp/m32r/configure.ac
+++ b/c/src/lib/libbsp/m32r/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m32r],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32r/m32rsim/Makefile.am b/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
index 06480ccd49..d360747774 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
+++ b/c/src/lib/libbsp/m32r/m32rsim/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m32r/m32rsim/configure.ac b/c/src/lib/libbsp/m32r/m32rsim/configure.ac
index 1871f262d1..43e5b9fe41 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/configure.ac
+++ b/c/src/lib/libbsp/m32r/m32rsim/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c b/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c
index 4a479991e7..aae9d106b9 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c
+++ b/c/src/lib/libbsp/m32r/m32rsim/console/console-io.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S b/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S
index 604d4d9cb3..caee247086 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S
+++ b/c/src/lib/libbsp/m32r/m32rsim/console/syscalls.S
@@ -1,8 +1,6 @@
/*
* System call support for simulator in gdb.
* Adapted from newlib 1.16.0.
- *
- * $Id$
*/
#define SYS_exit 1
diff --git a/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h b/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h
index f080c2a35e..728ad988fe 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h
+++ b/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h b/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
index 971636b3a0..34fb9396ac 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
+++ b/c/src/lib/libbsp/m32r/m32rsim/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg b/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg
index 31eafee888..7fca821565 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg
+++ b/c/src/lib/libbsp/m32r/m32rsim/make/custom/m32rsim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the M32C GDB Simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m32r/m32rsim/start/start.S b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
index aaf96e2abc..9b11389872 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/start/start.S
+++ b/c/src/lib/libbsp/m32r/m32rsim/start/start.S
@@ -1,7 +1,5 @@
/*
* From Newlib 1.16.0
- *
- * $Id$
*/
.text
diff --git a/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c b/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
index af288998c0..2f1902ff62 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
+++ b/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds b/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
index ef6a54c6be..a7a4430375 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
+++ b/c/src/lib/libbsp/m32r/m32rsim/startup/linkcmds
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Declare some sizes.
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x000000;
diff --git a/c/src/lib/libbsp/m68k/Makefile.am b/c/src/lib/libbsp/m68k/Makefile.am
index 4c98eb11d7..0461d01a27 100644
--- a/c/src/lib/libbsp/m68k/Makefile.am
+++ b/c/src/lib/libbsp/m68k/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/m68k/av5282/Makefile.am b/c/src/lib/libbsp/m68k/av5282/Makefile.am
index 7c1d52f69e..3c37eda2cf 100644
--- a/c/src/lib/libbsp/m68k/av5282/Makefile.am
+++ b/c/src/lib/libbsp/m68k/av5282/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/av5282/README b/c/src/lib/libbsp/m68k/av5282/README
index 9320e19de9..3f13b35f5b 100644
--- a/c/src/lib/libbsp/m68k/av5282/README
+++ b/c/src/lib/libbsp/m68k/av5282/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Description: Avnet MCF5282
============
CPU: MCF5282, 59MHz
diff --git a/c/src/lib/libbsp/m68k/av5282/clock/clock.c b/c/src/lib/libbsp/m68k/av5282/clock/clock.c
index d0afafefb6..3dded8adf1 100644
--- a/c/src/lib/libbsp/m68k/av5282/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/av5282/clock/clock.c
@@ -1,7 +1,5 @@
/*
* Use the last periodic interval timer (PIT3) as the system clock.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/av5282/configure.ac b/c/src/lib/libbsp/m68k/av5282/configure.ac
index e68edc04d2..5067057ffd 100644
--- a/c/src/lib/libbsp/m68k/av5282/configure.ac
+++ b/c/src/lib/libbsp/m68k/av5282/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-av5282],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/av5282/console/console.c b/c/src/lib/libbsp/m68k/av5282/console/console.c
index b726be9360..25f012237e 100644
--- a/c/src/lib/libbsp/m68k/av5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/av5282/console/console.c
@@ -2,8 +2,6 @@
* Multi UART console serial I/O.
*
* TO DO: Add DMA input/output
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/av5282/start/start.S b/c/src/lib/libbsp/m68k/av5282/start/start.S
index d0a1c242ab..66dc381a6a 100644
--- a/c/src/lib/libbsp/m68k/av5282/start/start.S
+++ b/c/src/lib/libbsp/m68k/av5282/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
index 7fdc62e979..4a80e05cc6 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/av5282/startup/linkcmds b/c/src/lib/libbsp/m68k/av5282/startup/linkcmds
index cd0ca1e561..089d3d4e9c 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/av5282/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
index 1a42c75e10..59fb269841 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
+++ b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
index b73e779bb4..fabfbe2405 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
+++ b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/configure.ac b/c/src/lib/libbsp/m68k/configure.ac
index be90dbf7b4..3944551897 100644
--- a/c/src/lib/libbsp/m68k/configure.ac
+++ b/c/src/lib/libbsp/m68k/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/csb360/Makefile.am b/c/src/lib/libbsp/m68k/csb360/Makefile.am
index a537907878..ca2047b524 100644
--- a/c/src/lib/libbsp/m68k/csb360/Makefile.am
+++ b/c/src/lib/libbsp/m68k/csb360/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/csb360/README b/c/src/lib/libbsp/m68k/csb360/README
index 94bd6191fa..6400067a42 100644
--- a/c/src/lib/libbsp/m68k/csb360/README
+++ b/c/src/lib/libbsp/m68k/csb360/README
@@ -3,9 +3,6 @@
#
# Copyright (C) 2004 by Cogent Computer Systems
# Author: Jay Monkman <jtm@lopingdog.com>
-#
-# $Id$
-#
BSP NAME: csb360
BOARD: Cogent CSB360
diff --git a/c/src/lib/libbsp/m68k/csb360/configure.ac b/c/src/lib/libbsp/m68k/csb360/configure.ac
index e14b1efc5b..57dce0d0f6 100644
--- a/c/src/lib/libbsp/m68k/csb360/configure.ac
+++ b/c/src/lib/libbsp/m68k/csb360/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/csb360/console/console-io.c b/c/src/lib/libbsp/m68k/csb360/console/console-io.c
index f1acb64298..78ffe7cf12 100644
--- a/c/src/lib/libbsp/m68k/csb360/console/console-io.c
+++ b/c/src/lib/libbsp/m68k/csb360/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/csb360/include/coverhd.h b/c/src/lib/libbsp/m68k/csb360/include/coverhd.h
index e102b5ddbf..3652d5fcd6 100644
--- a/c/src/lib/libbsp/m68k/csb360/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/csb360/include/coverhd.h
@@ -1,7 +1,5 @@
/*
* This file based on output of tmoverhd test.
- *
- * $Id$
*/
#ifndef __COVERHD_H__
diff --git a/c/src/lib/libbsp/m68k/csb360/include/tm27.h b/c/src/lib/libbsp/m68k/csb360/include/tm27.h
index 44886acafc..6dadf72164 100644
--- a/c/src/lib/libbsp/m68k/csb360/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/csb360/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/csb360/make/custom/csb360.cfg b/c/src/lib/libbsp/m68k/csb360/make/custom/csb360.cfg
index 5e447a70c5..dc8988d00a 100644
--- a/c/src/lib/libbsp/m68k/csb360/make/custom/csb360.cfg
+++ b/c/src/lib/libbsp/m68k/csb360/make/custom/csb360.cfg
@@ -3,8 +3,6 @@
#
# Author: Jay Monkman <jtm@lopingdog.com>
#
-# $Id$
-#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5272
diff --git a/c/src/lib/libbsp/m68k/csb360/network/network.c b/c/src/lib/libbsp/m68k/csb360/network/network.c
index af0a3df207..bb488b3118 100644
--- a/c/src/lib/libbsp/m68k/csb360/network/network.c
+++ b/c/src/lib/libbsp/m68k/csb360/network/network.c
@@ -20,8 +20,6 @@
* Modifications by Darlene Stewart <Darlene.Stewart@iit.nrc.ca>
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/csb360/start/start.S b/c/src/lib/libbsp/m68k/csb360/start/start.S
index 38020de31c..e03baa0dbc 100644
--- a/c/src/lib/libbsp/m68k/csb360/start/start.S
+++ b/c/src/lib/libbsp/m68k/csb360/start/start.S
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/csb360/startup/init5272.c b/c/src/lib/libbsp/m68k/csb360/startup/init5272.c
index c2f88f344d..5d5ed7c050 100644
--- a/c/src/lib/libbsp/m68k/csb360/startup/init5272.c
+++ b/c/src/lib/libbsp/m68k/csb360/startup/init5272.c
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/csb360/startup/linkcmds b/c/src/lib/libbsp/m68k/csb360/startup/linkcmds
index 8eaf63d082..27297e0210 100644
--- a/c/src/lib/libbsp/m68k/csb360/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/csb360/startup/linkcmds
@@ -4,8 +4,6 @@
*
* Copyright (C) 2004 Cogent Computer Systems
* Author: Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/csb360/times b/c/src/lib/libbsp/m68k/csb360/times
index 44244aa3c6..67d202b82f 100644
--- a/c/src/lib/libbsp/m68k/csb360/times
+++ b/c/src/lib/libbsp/m68k/csb360/times
@@ -1,7 +1,5 @@
#
# Timing Test Suite Results for the Cogent CSB360 MCF5272 BSP
-#
-# $Id$
#
#
diff --git a/c/src/lib/libbsp/m68k/gen68302/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/Makefile.am
index fe1a77cdfd..d36190c005 100644
--- a/c/src/lib/libbsp/m68k/gen68302/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68302/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/gen68302/README b/c/src/lib/libbsp/m68k/gen68302/README
index 8a1586ddad..81a079d276 100644
--- a/c/src/lib/libbsp/m68k/gen68302/README
+++ b/c/src/lib/libbsp/m68k/gen68302/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: gen68302
BOARD: proprietary (see below for relevant information)
BUS: none
diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
index 2115fd8f66..21ad062654 100644
--- a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h> /* for atexit() */
diff --git a/c/src/lib/libbsp/m68k/gen68302/configure.ac b/c/src/lib/libbsp/m68k/gen68302/configure.ac
index 6f0372aa85..e74424a803 100644
--- a/c/src/lib/libbsp/m68k/gen68302/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68302/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/gen68302/console/console.c b/c/src/lib/libbsp/m68k/gen68302/console/console.c
index 3d4ac030f5..36a913db89 100644
--- a/c/src/lib/libbsp/m68k/gen68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68302/console/console.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define GEN68302_INIT
diff --git a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
index 2e75297b09..6b3b397c29 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
index 2e04f38965..3535891688 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/gen68302/include/m302_int.h b/c/src/lib/libbsp/m68k/gen68302/include/m302_int.h
index 3c7f91c90a..a7a6279747 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/m302_int.h
+++ b/c/src/lib/libbsp/m68k/gen68302/include/m302_int.h
@@ -1,8 +1,6 @@
/*
* Implements the Motorola 68302 multi-protocol chip parameter
* definition header.
- *
- * $Id$
*/
#ifndef __M302_INT_h
diff --git a/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg b/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
index 259bde89f5..60bfed75dc 100644
--- a/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
+++ b/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
@@ -1,8 +1,6 @@
#
# Config file for a "generic 68302" BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/gen68302/network/network.c b/c/src/lib/libbsp/m68k/gen68302/network/network.c
index a959016c1d..a8f2c2e0e0 100644
--- a/c/src/lib/libbsp/m68k/gen68302/network/network.c
+++ b/c/src/lib/libbsp/m68k/gen68302/network/network.c
@@ -6,8 +6,6 @@
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*
- * $Id$
- *
* Modify for Motorola 68en320 Ethernet Controller
* CXR S.A. France - 2000/09/14 - franckj@cxr.fr
*/
diff --git a/c/src/lib/libbsp/m68k/gen68302/start/start.S b/c/src/lib/libbsp/m68k/gen68302/start/start.S
index 9df3198029..a566f34059 100644
--- a/c/src/lib/libbsp/m68k/gen68302/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68302/start/start.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
index d3c6c71185..adc9a62159 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
MEMORY
diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
index 7099bb670a..fe71e83a49 100644
--- a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S b/c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S
index 226cecf763..1fe3931310 100644
--- a/c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S
@@ -11,8 +11,6 @@
* occur during the measured time period.
*
* An external counter, Timer_interrupts, is incremented.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/gen68302/times b/c/src/lib/libbsp/m68k/gen68302/times
index dcb4aec1bd..a27ab166a2 100644
--- a/c/src/lib/libbsp/m68k/gen68302/times
+++ b/c/src/lib/libbsp/m68k/gen68302/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the generic 68302 BSP
#
-# $Id$
-#
NOTE: This BSP is used submitted and no information is currently available.
diff --git a/c/src/lib/libbsp/m68k/gen68340/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/Makefile.am
index 689ce53d02..a7f3150fce 100644
--- a/c/src/lib/libbsp/m68k/gen68340/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68340/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/gen68340/README b/c/src/lib/libbsp/m68k/gen68340/README
index 45993205e4..549ec71e35 100644
--- a/c/src/lib/libbsp/m68k/gen68340/README
+++ b/c/src/lib/libbsp/m68k/gen68340/README
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# This package requires a version of GCC that supports the `-mcpu32' option.
#
diff --git a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
index 2fb4afbad9..f19a7e7fbf 100644
--- a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c
@@ -11,8 +11,6 @@
* FRANCE
*
* e-mail: g_montel@yahoo.com
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68340/configure.ac b/c/src/lib/libbsp/m68k/gen68340/configure.ac
index b15ffe3ea4..408ab4df47 100644
--- a/c/src/lib/libbsp/m68k/gen68340/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68340/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/gen68340/console/console.c b/c/src/lib/libbsp/m68k/gen68340/console/console.c
index f92f1aba86..17d4ef4707 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68340/console/console.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <termios.h>
diff --git a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
index 823becc403..27a2e07197 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
+++ b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <termios.h>
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
index e0eb9a7337..e8b2c98f8c 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h
@@ -3,8 +3,6 @@
*
* Based on the `gen68360' board support package, and covered by the
* original distribution terms.
- *
- * $Id$
*/
/* bsp.h
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68340/include/coverhd.h
index 756b344568..ed1828a73a 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/coverhd.h
@@ -1,7 +1,5 @@
/*
* This file was machine-generated from the tmoverhd.exe output
- *
- * $Id$
*/
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE 4
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE 4
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
index 4850cd6691..a71ed8c7f3 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __m340timer_H__
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
index 410976eda3..b81ee62f5d 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __m340uart_H__
diff --git a/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg b/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
index a93e7c002e..5b6c40b1a3 100644
--- a/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
+++ b/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
@@ -1,8 +1,5 @@
#
# Config file for a "generic 68340" BSP
-#
-# $Id$
-#
RTEMS_CPU=m68k
diff --git a/c/src/lib/libbsp/m68k/gen68340/start/start.S b/c/src/lib/libbsp/m68k/gen68340/start/start.S
index 90710e1a9e..d4b1f740be 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start/start.S
@@ -21,8 +21,6 @@
* FRANCE
*
* e-mail: g_montel@yahoo.com
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
index 923c758e24..b3cf6755a9 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/init68340.c b/c/src/lib/libbsp/m68k/gen68340/startup/init68340.c
index b331ef3a59..ee30f415e9 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/init68340.c
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/init68340.c
@@ -8,8 +8,6 @@
* FRANCE
*
* e-mail: g_montel@yahoo.com
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68340/startup/linkcmds
index c713e7eb64..0ddc675b19 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/linkcmds
@@ -13,8 +13,6 @@
* FRANCE
*
* e-mail: g_montel@yahoo.com
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68340/timer/timer.c b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
index df4ce25ca4..0d6a4c0bf1 100644
--- a/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c
@@ -13,8 +13,6 @@
* FRANCE
*
* e-mail: g_montel@yahoo.com
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
index ae439ca6c0..710c16308f 100644
--- a/c/src/lib/libbsp/m68k/gen68360/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/gen68360/README b/c/src/lib/libbsp/m68k/gen68360/README
index c48fb20b84..bd07d92700 100644
--- a/c/src/lib/libbsp/m68k/gen68360/README
+++ b/c/src/lib/libbsp/m68k/gen68360/README
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# This package requires a version of GCC that supports the `-mcpu32' option.
#
diff --git a/c/src/lib/libbsp/m68k/gen68360/clock/clock.c b/c/src/lib/libbsp/m68k/gen68360/clock/clock.c
index 566afa3c2e..78deaf9cce 100644
--- a/c/src/lib/libbsp/m68k/gen68360/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/gen68360/clock/clock.c
@@ -9,8 +9,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/configure.ac b/c/src/lib/libbsp/m68k/gen68360/configure.ac
index 393bb6529b..3b9dca5532 100644
--- a/c/src/lib/libbsp/m68k/gen68360/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68360/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/gen68360/console/console.c b/c/src/lib/libbsp/m68k/gen68360/console/console.c
index 5353cb2a87..0c43317ef7 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68360/console/console.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <termios.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
index 4b5c8588f0..4de5a4f362 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
@@ -9,8 +9,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
/* bsp.h
diff --git a/c/src/lib/libbsp/m68k/gen68360/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68360/include/coverhd.h
index 74cf5675c4..b7fc6e5ce1 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/coverhd.h
@@ -1,7 +1,5 @@
/*
* This file was machine-generated from the tmoverhd.exe output
- *
- * $Id$
*/
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE 2
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE 2
diff --git a/c/src/lib/libbsp/m68k/gen68360/include/tm27.h b/c/src/lib/libbsp/m68k/gen68360/include/tm27.h
index 44886acafc..6dadf72164 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360.cfg b/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360.cfg
index cc6e431866..d2da2e6f42 100644
--- a/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360.cfg
+++ b/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360.cfg
@@ -1,8 +1,5 @@
#
# Config file for a "generic 68360" BSP
-#
-# $Id$
-#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=m68360
diff --git a/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg b/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg
index a8f6fd92f5..b1bf318560 100644
--- a/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg
+++ b/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a 68040 using the 68360 in companion mode
#
-# $Id$
-#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=m68040
diff --git a/c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg b/c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg
index ba6e860edf..c0b34093dd 100644
--- a/c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg
+++ b/c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg
@@ -1,8 +1,5 @@
#
# Config file for a "generic 68360" BSP
-#
-# $Id$
-#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=m68360
diff --git a/c/src/lib/libbsp/m68k/gen68360/network/network.c b/c/src/lib/libbsp/m68k/gen68360/network/network.c
index b8b9a38ba8..0279bbd09c 100644
--- a/c/src/lib/libbsp/m68k/gen68360/network/network.c
+++ b/c/src/lib/libbsp/m68k/gen68360/network/network.c
@@ -6,8 +6,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
#include <rtems/m68k/m68360.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/start/start.S b/c/src/lib/libbsp/m68k/gen68360/start/start.S
index 66f25d9284..0a189d7b45 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68360/start/start.S
@@ -19,8 +19,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c b/c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c
index e8c3385bf7..8e6b63ca7c 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c
@@ -6,8 +6,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c b/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c
index 207ab1abea..75a179342f 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c
@@ -6,8 +6,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
index 4dd7d2178a..a76ab96970 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
@@ -7,8 +7,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp
index 61f19bc6ff..48e38fdbc7 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom
index ada1411e9e..75beeafba1 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
index 2d79eccd6d..83244a2291 100644
--- a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
@@ -10,8 +10,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/Makefile.am b/c/src/lib/libbsp/m68k/genmcf548x/Makefile.am
index d020eb74c4..0cd50c21d4 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/Makefile.am
+++ b/c/src/lib/libbsp/m68k/genmcf548x/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/configure.ac b/c/src/lib/libbsp/m68k/genmcf548x/configure.ac
index c08987d713..410d7fb959 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/configure.ac
+++ b/c/src/lib/libbsp/m68k/genmcf548x/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-genmcf548x],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/make/custom/COBRA5475.cfg b/c/src/lib/libbsp/m68k/genmcf548x/make/custom/COBRA5475.cfg
index b93a42abe2..1c27ee9741 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/make/custom/COBRA5475.cfg
+++ b/c/src/lib/libbsp/m68k/genmcf548x/make/custom/COBRA5475.cfg
@@ -1,8 +1,6 @@
#
# Config file for COBRA5475 module
#
-# $Id$
-#
#
# All genmcf548x configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/make/custom/m5484FireEngine.cfg b/c/src/lib/libbsp/m68k/genmcf548x/make/custom/m5484FireEngine.cfg
index 0bee99c7de..7322a36c9f 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/make/custom/m5484FireEngine.cfg
+++ b/c/src/lib/libbsp/m68k/genmcf548x/make/custom/m5484FireEngine.cfg
@@ -1,8 +1,6 @@
#
# Config file for freescale's M5484FireEngine evaluation board
#
-# $Id$
-#
#
# All genmcf548x configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/m68k/idp/Makefile.am b/c/src/lib/libbsp/m68k/idp/Makefile.am
index c1979c3652..f13f028768 100644
--- a/c/src/lib/libbsp/m68k/idp/Makefile.am
+++ b/c/src/lib/libbsp/m68k/idp/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/idp/README b/c/src/lib/libbsp/m68k/idp/README
index f02ced80b9..5479acf383 100644
--- a/c/src/lib/libbsp/m68k/idp/README
+++ b/c/src/lib/libbsp/m68k/idp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This board support package has not been tested with multiprocessor
or the timing support. The uniprocessor IDP package was tested though
with a fairly large application (although bugs may exist). The
diff --git a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
index 9eec08b673..efc4aa58a2 100644
--- a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/idp/configure.ac b/c/src/lib/libbsp/m68k/idp/configure.ac
index 442fb5f406..bd12d3ca0f 100644
--- a/c/src/lib/libbsp/m68k/idp/configure.ac
+++ b/c/src/lib/libbsp/m68k/idp/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/idp/console/console.c b/c/src/lib/libbsp/m68k/idp/console/console.c
index 2709325d5d..dd41e70441 100644
--- a/c/src/lib/libbsp/m68k/idp/console/console.c
+++ b/c/src/lib/libbsp/m68k/idp/console/console.c
@@ -5,8 +5,6 @@
* Based off of the board support packages of RTEMS
*
* Updated to RTEMS 3.2.0 by Joel Sherrill.
- *
- * $Id$
*/
#define MIDP_INIT
diff --git a/c/src/lib/libbsp/m68k/idp/console/duart.c b/c/src/lib/libbsp/m68k/idp/console/duart.c
index 8e4304f880..d0a7d9af4d 100644
--- a/c/src/lib/libbsp/m68k/idp/console/duart.c
+++ b/c/src/lib/libbsp/m68k/idp/console/duart.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
/*#########################################################
#
# This code is a modified version of what you will find at the
diff --git a/c/src/lib/libbsp/m68k/idp/console/leds.c b/c/src/lib/libbsp/m68k/idp/console/leds.c
index 479b91efff..d2478c5d84 100644
--- a/c/src/lib/libbsp/m68k/idp/console/leds.c
+++ b/c/src/lib/libbsp/m68k/idp/console/leds.c
@@ -1,8 +1,6 @@
/*
* leds.c -- control the led's on a Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
- *
- * $Id$
*/
#include "leds.h"
diff --git a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
index de1f05bf09..3063af8335 100644
--- a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
+++ b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
@@ -1,8 +1,6 @@
/*
* mc68ec.c -- Low level support for the Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
- *
- * $Id$
*/
#include "leds.h"
diff --git a/c/src/lib/libbsp/m68k/idp/include/README b/c/src/lib/libbsp/m68k/idp/include/README
index 940cadb13d..165175f0a6 100644
--- a/c/src/lib/libbsp/m68k/idp/include/README
+++ b/c/src/lib/libbsp/m68k/idp/include/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The following files really should be made generic and allowed to
be shared between BSPs:
diff --git a/c/src/lib/libbsp/m68k/idp/include/bsp.h b/c/src/lib/libbsp/m68k/idp/include/bsp.h
index aace39c825..72795f99e2 100644
--- a/c/src/lib/libbsp/m68k/idp/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/idp/include/bsp.h
@@ -1,8 +1,6 @@
/* bsp.h
*
* This include file contains all Motorola 680x0 IDP board IO definitions.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/idp/include/leds.h b/c/src/lib/libbsp/m68k/idp/include/leds.h
index f2c3257dd4..79df8488d8 100644
--- a/c/src/lib/libbsp/m68k/idp/include/leds.h
+++ b/c/src/lib/libbsp/m68k/idp/include/leds.h
@@ -1,8 +1,6 @@
/*
* leds.c -- control the led's on a Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
- *
- * $Id$
*/
#ifndef __LEDS_H__
diff --git a/c/src/lib/libbsp/m68k/idp/make/custom/idp.cfg b/c/src/lib/libbsp/m68k/idp/make/custom/idp.cfg
index b4b2bdc644..937ce30f68 100644
--- a/c/src/lib/libbsp/m68k/idp/make/custom/idp.cfg
+++ b/c/src/lib/libbsp/m68k/idp/make/custom/idp.cfg
@@ -1,8 +1,6 @@
#
# Config file for the IDP BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/idp/startup/bspstart.c b/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
index 423564809d..8026e1f72c 100644
--- a/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/idp/startup/linkcmds b/c/src/lib/libbsp/m68k/idp/startup/linkcmds
index b6d74fcd71..247b48d28b 100644
--- a/c/src/lib/libbsp/m68k/idp/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/idp/startup/linkcmds
@@ -2,8 +2,6 @@
* for the idp.ld file. That file, it appears, was originally written by
* Rob Savoye. Other ideas came from Joel Sherrill for the RTEMS linkcmds
* file (this is basically a mixture of the two).
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timer.c b/c/src/lib/libbsp/m68k/idp/timer/timer.c
index 0e5786100a..ae1f4967ab 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/idp/timer/timer.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timerisr.S b/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
index 680fcd8ebc..9d58561d05 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/idp/timer/timerisr.S
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/idp/times b/c/src/lib/libbsp/m68k/idp/times
index 92864585f3..c457bd3fec 100644
--- a/c/src/lib/libbsp/m68k/idp/times
+++ b/c/src/lib/libbsp/m68k/idp/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the Motorola IDP BSP
#
-# $Id$
-#
NOTE: This BSP is used submitted and no information is currently available.
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am b/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am
index 54a027078b..56876c6f30 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac b/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
index a2975f98e0..969dbfea37 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
index 99789ada8c..07910abcf2 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <termios.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c
index 544753ca16..6699b381f4 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
index d4d77bf875..e7ce02d95c 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
index a418ee3006..074e05c589 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h
index e102b5ddbf..3652d5fcd6 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/coverhd.h
@@ -1,7 +1,5 @@
/*
* This file based on output of tmoverhd test.
- *
- * $Id$
*/
#ifndef __COVERHD_H__
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h
index b360b7d43c..518a2e1ea1 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __RTC_DS1307__
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h
index 2af92b5a8c..6e22d6b711 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __RTEMS__I2C_H__
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h
index 10c25bf36d..dc5053006f 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __I2CDRV_H__
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
index c5c593223c..0f9e791906 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __DRIVER__NVRAM_H__
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/tm27.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/tm27.h
index 44886acafc..6dadf72164 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg b/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg
index 9389f7b8f8..7d48dab74d 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg
@@ -3,8 +3,6 @@
#
# Author: Victor V. Vengerov <vvv@oktet.ru>
#
-# $Id$
-#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5206
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c b/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c
index 822e55f789..7d27dda7f9 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
index 49f1eed0c8..138bf434d8 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c b/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
index 5091fe498f..3820caea7b 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
index acc8e61f56..89e082520a 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
@@ -16,8 +16,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
index 0b3b2e67a9..8e01947561 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
@@ -16,8 +16,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c b/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
index 3074f718e4..6ea40f808a 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
@@ -24,8 +24,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c b/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
index 15f7374a09..49162a30f8 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am b/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am
index 0a5f8b2d7b..189a991ede 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
transform =
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac b/c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac
index aa6aabd6c7..d755f32a1b 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf52235/Makefile.am b/c/src/lib/libbsp/m68k/mcf52235/Makefile.am
index a37ac2b88b..7ef44e6ccb 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf52235/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mcf52235/README b/c/src/lib/libbsp/m68k/mcf52235/README
index bb11876f85..28a85a1c1f 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/README
+++ b/c/src/lib/libbsp/m68k/mcf52235/README
@@ -1,7 +1,3 @@
-#
-# $Id:
-#
-
Description: Motorola MCF52235EVB
============================================================================
CPU: MCF52235, 60MHz
diff --git a/c/src/lib/libbsp/m68k/mcf52235/clock/clock.c b/c/src/lib/libbsp/m68k/mcf52235/clock/clock.c
index 012cebf962..fd79dfefa9 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/mcf52235/clock/clock.c
@@ -1,7 +1,5 @@
/*
* Use the last periodic interval timer (PIT2) as the system clock.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf52235/configure.ac b/c/src/lib/libbsp/m68k/mcf52235/configure.ac
index 6008b84494..188a0db241 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf52235/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf52235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf52235/start/start.S b/c/src/lib/libbsp/m68k/mcf52235/start/start.S
index a08796f630..556142860b 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf52235/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mcf52235/startup/bspgetcpuclockspeed.c b/c/src/lib/libbsp/m68k/mcf52235/startup/bspgetcpuclockspeed.c
index 2455074b4a..b09d5f93ac 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/startup/bspgetcpuclockspeed.c
+++ b/c/src/lib/libbsp/m68k/mcf52235/startup/bspgetcpuclockspeed.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds
index ff13aaf4bd..f5fe3d0628 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf52235/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.e
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am b/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am
index 4a7082db96..1758c1a3f6 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/README b/c/src/lib/libbsp/m68k/mcf5225x/README
index dc3b92b117..a61b19ec6e 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/README
+++ b/c/src/lib/libbsp/m68k/mcf5225x/README
@@ -1,7 +1,3 @@
-#
-# $Id:
-#
-
Description: embed-it dpu
============================================================================
CPU: MCF52259, ??MHz
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c b/c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c
index a74853854f..4e1882838f 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/clock/clock.c
@@ -1,7 +1,5 @@
/*
* Use the last periodic interval timer (PIT2) as the system clock.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/configure.ac b/c/src/lib/libbsp/m68k/mcf5225x/configure.ac
index f048dd3a15..de2ccdd021 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5225x/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-dpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/console/console.c b/c/src/lib/libbsp/m68k/mcf5225x/console/console.c
index b545a78b97..1f81e40ce4 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/console/console.c
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c b/c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c
index 5d4be48031..6be249ab78 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
index 9f24087542..13a189f5d2 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/include/tm27.h b/c/src/lib/libbsp/m68k/mcf5225x/include/tm27.h
index 45e28ec1bf..f8fe447335 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mcf5225x/include/tm27.h
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/start/start.S b/c/src/lib/libbsp/m68k/mcf5225x/start/start.S
index 6addf50f8c..46b86c14cd 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5225x/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c b/c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c
index 1e9c25267e..ff8b4db7eb 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5225x/startup/bspstart.c
index 308d924037..6b927fc27e 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/startup/bspstart.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c b/c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c
index 6b6d201d1c..bff1446894 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c
@@ -6,8 +6,6 @@
* This is where the real hardware setup is done. A minimal stack
* has been provided by the start.S code. No normal C or RTEMS
* functions can be called from here.
- *
- * $Id$
*/
#include <stdint.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds
index 9ff55e5055..1eff44be7c 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.e
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c b/c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c
index dc22ca228e..2b7eb46d10 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mcf5225x/timer/timer.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5235/Makefile.am b/c/src/lib/libbsp/m68k/mcf5235/Makefile.am
index a1cbb4ce24..403b47f6b0 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf5235/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mcf5235/README b/c/src/lib/libbsp/m68k/mcf5235/README
index 0c2d066ee0..5fef7276ba 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/README
+++ b/c/src/lib/libbsp/m68k/mcf5235/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Description: Motorola MCF5235EVB
============
CPU: MCF5235, 150MHz
diff --git a/c/src/lib/libbsp/m68k/mcf5235/clock/clock.c b/c/src/lib/libbsp/m68k/mcf5235/clock/clock.c
index 5c3b6eaffa..c057796e59 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/clock/clock.c
@@ -1,7 +1,5 @@
/*
* Use the last periodic interval timer (PIT3) as the system clock.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5235/configure.ac b/c/src/lib/libbsp/m68k/mcf5235/configure.ac
index a806625dbc..82a578c1ea 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5235/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf5235/start/start.S b/c/src/lib/libbsp/m68k/mcf5235/start/start.S
index 1a8dd33674..585d8f2f39 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5235/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/bspgetcpuclockspeed.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspgetcpuclockspeed.c
index 1e89e232ac..688f9351f9 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspgetcpuclockspeed.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspgetcpuclockspeed.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
index aaeba2cb7c..3f64976ebf 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds
index 33743c4e62..8cb050309f 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
index 9ffc1edc4d..26eb9fd2e6 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
index 2bfd96acba..054d3f83ad 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5329/Makefile.am b/c/src/lib/libbsp/m68k/mcf5329/Makefile.am
index b242072731..cb23cb99aa 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mcf5329/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mcf5329/README b/c/src/lib/libbsp/m68k/mcf5329/README
index e757c5a08c..1ba8ac917d 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/README
+++ b/c/src/lib/libbsp/m68k/mcf5329/README
@@ -1,7 +1,3 @@
-#
-# $Id:
-#
-
Description: Motorola MCF5329EVB Zoom + (LogicPD)
============
CPU: MCF5329, 240MHz
diff --git a/c/src/lib/libbsp/m68k/mcf5329/clock/clock.c b/c/src/lib/libbsp/m68k/mcf5329/clock/clock.c
index 8817e7314e..a96e211898 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/clock/clock.c
@@ -1,8 +1,5 @@
-
/*
* Use the last periodic interval timer (PIT2) as the system clock.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5329/configure.ac b/c/src/lib/libbsp/m68k/mcf5329/configure.ac
index 74b96505de..abd82068ee 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5329/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf52235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg b/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
index 66f51de201..e68fd280f3 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mcf5329 BSP
#
-# $Id$
-#
RTEMS_CPU=m68k
diff --git a/c/src/lib/libbsp/m68k/mcf5329/network/network.c b/c/src/lib/libbsp/m68k/mcf5329/network/network.c
index 10e2cd545c..79e7fa98d5 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/network/network.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/network/network.c
@@ -1,4 +1,3 @@
-
/*
* RTEMS/TCPIP driver for MCF5329 Fast Ethernet Controller
*
diff --git a/c/src/lib/libbsp/m68k/mcf5329/start/start.S b/c/src/lib/libbsp/m68k/mcf5329/start/start.S
index 457808f0d9..3b4f2e2c08 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5329/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c
index 897741baec..2ad22ecbe2 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/cfinit.c b/c/src/lib/libbsp/m68k/mcf5329/startup/cfinit.c
index 1f6502f350..1fe9015449 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/cfinit.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/startup/cfinit.c
@@ -1,4 +1,3 @@
-
/*********************************************************************
* Initialisation Code for ColdFire MCF5329 Processor *
**********************************************************************
@@ -11,8 +10,6 @@
persons making use of this file must make the final evaluation
as to its suitability and correctness for a particular application.
- $Id$
-
*/
/* External reference frequency is 16.0000 MHz
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c b/c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c
index 149c99f341..718b433ecf 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c
@@ -1,4 +1,3 @@
-
/*
* This is where the real hardware setup is done. A minimal stack
* has been provided by the start.S code. No normal C or RTEMS
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds
index 04b542f92b..be687027d2 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.e
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash b/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash
index 7f7f9708c5..7137f5f06e 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash
+++ b/c/src/lib/libbsp/m68k/mcf5329/startup/linkcmdsflash
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.e
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mcf5329/timer/timer.c b/c/src/lib/libbsp/m68k/mcf5329/timer/timer.c
index 8ebf4a5583..495ba011ea 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/timer/timer.c
@@ -1,4 +1,3 @@
-
/*
* Timer Init
*
diff --git a/c/src/lib/libbsp/m68k/mrm332/Makefile.am b/c/src/lib/libbsp/m68k/mrm332/Makefile.am
index 2d9ec395ec..6b36feb8d9 100644
--- a/c/src/lib/libbsp/m68k/mrm332/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mrm332/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mrm332/README b/c/src/lib/libbsp/m68k/mrm332/README
index 3201db5d4c..a1d93e42b5 100644
--- a/c/src/lib/libbsp/m68k/mrm332/README
+++ b/c/src/lib/libbsp/m68k/mrm332/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Description: mrm332
============
CPU: MC68332 @16 or 25MHz
diff --git a/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c b/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
index 59b2259820..f3b9bb1c35 100644
--- a/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/configure.ac b/c/src/lib/libbsp/m68k/mrm332/configure.ac
index 2c7917aaf9..0826b486c6 100644
--- a/c/src/lib/libbsp/m68k/mrm332/configure.ac
+++ b/c/src/lib/libbsp/m68k/mrm332/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mrm332],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/console.c b/c/src/lib/libbsp/m68k/mrm332/console/console.c
index b885257357..1cbce59731 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/console.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/console.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/include/bsp.h b/c/src/lib/libbsp/m68k/mrm332/include/bsp.h
index 88d2e6c94a..c792c3695e 100644
--- a/c/src/lib/libbsp/m68k/mrm332/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mrm332/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mrm332/include/mrm332.h b/c/src/lib/libbsp/m68k/mrm332/include/mrm332.h
index 902668832c..58e5b2035a 100644
--- a/c/src/lib/libbsp/m68k/mrm332/include/mrm332.h
+++ b/c/src/lib/libbsp/m68k/mrm332/include/mrm332.h
@@ -1,6 +1,4 @@
/* mrm332.h
- *
- * $Id$
*/
#ifndef _MRM332_H_
diff --git a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332.cfg b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332.cfg
index 27d6ffd9df..a1be91bbbe 100644
--- a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332.cfg
+++ b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mrm332 BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/mrm332/misc/interr.c b/c/src/lib/libbsp/m68k/mrm332/misc/interr.c
index 717860f5f1..4b2a9f3131 100644
--- a/c/src/lib/libbsp/m68k/mrm332/misc/interr.c
+++ b/c/src/lib/libbsp/m68k/mrm332/misc/interr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c b/c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c
index 33178eb35c..d5ebfba001 100644
--- a/c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c
+++ b/c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c b/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
index b9e79e686e..acc4b83dc2 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/except_vect_332_ROM.S b/c/src/lib/libbsp/m68k/mrm332/startup/except_vect_332_ROM.S
index a40f694e22..6a2e6796c0 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/except_vect_332_ROM.S
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/except_vect_332_ROM.S
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
/* Exception Vector definitions follow */
/* !!! Warning !!! This table is not tested, and
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds b/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds
index d5f612458f..854cfe4be9 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
OUTPUT_ARCH(m68k)
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds_ROM b/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds_ROM
index d13181adf0..574e64c1ea 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds_ROM
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/linkcmds_ROM
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
OUTPUT_ARCH(m68k)
diff --git a/c/src/lib/libbsp/m68k/mrm332/timer/timer.c b/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
index 54a585d72a..26b7cab37c 100644
--- a/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mrm332/timer/timer.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mrm332/times b/c/src/lib/libbsp/m68k/mrm332/times
index 4022edaca4..ddece974b3 100644
--- a/c/src/lib/libbsp/m68k/mrm332/times
+++ b/c/src/lib/libbsp/m68k/mrm332/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the MRM332 BSP
#
-# $Id$
-#
NOTE: This BSP is user submitted and no information is currently available.
diff --git a/c/src/lib/libbsp/m68k/mvme136/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/Makefile.am
index 9390a5c571..a887fcccfe 100644
--- a/c/src/lib/libbsp/m68k/mvme136/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme136/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
index e305adeb57..6a46b55ed7 100644
--- a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/configure.ac b/c/src/lib/libbsp/m68k/mvme136/configure.ac
index 694c2c9d1b..67837e4ee7 100644
--- a/c/src/lib/libbsp/m68k/mvme136/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme136/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme136],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme136/console/console.c b/c/src/lib/libbsp/m68k/mvme136/console/console.c
index 3e5027cef1..1ab47e6d41 100644
--- a/c/src/lib/libbsp/m68k/mvme136/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme136/console/console.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
index 15d37cb4cb..4b10ecefd7 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
index c552ae1449..2214b6cd00 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/tm27.h b/c/src/lib/libbsp/m68k/mvme136/include/tm27.h
index 53a8c1e485..1e9abd2b67 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mvme136/make/custom/mvme136.cfg b/c/src/lib/libbsp/m68k/mvme136/make/custom/mvme136.cfg
index 3346504ed4..74cdd64c3e 100644
--- a/c/src/lib/libbsp/m68k/mvme136/make/custom/mvme136.cfg
+++ b/c/src/lib/libbsp/m68k/mvme136/make/custom/mvme136.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mvme136 BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
index 7430a73f87..c065b46f06 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
index 6d5885a974..debd185bda 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
index 6bb3044071..bcf453e5f8 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
index eeb8f0c53c..31f46ce343 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
index 601cedc7cf..3dbb106ef8 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
index 56eea977e4..0258b85752 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
index 2e949d548d..0f90431d7f 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
index 0793b04cf5..ce5da0f43a 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/btimer.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
index 0bc8ba8c4e..8251cb0b9f 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mvme136/times b/c/src/lib/libbsp/m68k/mvme136/times
index b5b2109554..527a3d299f 100644
--- a/c/src/lib/libbsp/m68k/mvme136/times
+++ b/c/src/lib/libbsp/m68k/mvme136/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the Motorola MVME136 BSP
#
-# $Id$
-#
Board: Motorola MVME136
CPU: Motorola MC68020 + MC68881 FPU
diff --git a/c/src/lib/libbsp/m68k/mvme147/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/Makefile.am
index 4328aaa422..a9464f0f3c 100644
--- a/c/src/lib/libbsp/m68k/mvme147/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme147/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mvme147/README b/c/src/lib/libbsp/m68k/mvme147/README
index b7952ad9cb..91f78e2be3 100644
--- a/c/src/lib/libbsp/m68k/mvme147/README
+++ b/c/src/lib/libbsp/m68k/mvme147/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Notes about the MVME147 bsp
MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
index cddf04d472..e40e5585dc 100644
--- a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
@@ -17,8 +17,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147/configure.ac b/c/src/lib/libbsp/m68k/mvme147/configure.ac
index f9786f56c5..f0b83a4cda 100644
--- a/c/src/lib/libbsp/m68k/mvme147/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme147/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme147/console/console.c b/c/src/lib/libbsp/m68k/mvme147/console/console.c
index 8b3b16f1b1..5af7b7cacd 100644
--- a/c/src/lib/libbsp/m68k/mvme147/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme147/console/console.c
@@ -13,8 +13,6 @@
* May 1996
*
* This file was taken from the DMV152 bsp
- *
- * $Id$
*/
#define M147_INIT
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
index 8ebbeffcfe..51c8d5907f 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
@@ -12,8 +12,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
index c552ae1449..2214b6cd00 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/tm27.h b/c/src/lib/libbsp/m68k/mvme147/include/tm27.h
index 79f197bfd7..fffc59b322 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mvme147/make/custom/mvme147.cfg b/c/src/lib/libbsp/m68k/mvme147/make/custom/mvme147.cfg
index 2cb6c37fd7..0ba9719815 100644
--- a/c/src/lib/libbsp/m68k/mvme147/make/custom/mvme147.cfg
+++ b/c/src/lib/libbsp/m68k/mvme147/make/custom/mvme147.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mvme147 BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
index 6c2b86d910..8457dd4c68 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
@@ -11,8 +11,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
index 46999c3715..ef8699863c 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
@@ -14,8 +14,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
index d6a45946da..6438e4d460 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
@@ -12,8 +12,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
index b0397eac35..53ea2ae6c8 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
@@ -9,8 +9,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <rtems/btimer.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S
index 2f93c005cc..418cf64108 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S
@@ -7,8 +7,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147/times b/c/src/lib/libbsp/m68k/mvme147/times
index d1bae93265..81622d8a8d 100644
--- a/c/src/lib/libbsp/m68k/mvme147/times
+++ b/c/src/lib/libbsp/m68k/mvme147/times
@@ -4,9 +4,6 @@
# MVME147 port for TNI - Telecom Bretagne
# by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
# May 1996
-#
-# $Id$
-#
Board: Motorola MVME147S
CPU: Motorola MC68030 + MC68882 FPU
diff --git a/c/src/lib/libbsp/m68k/mvme147s/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/Makefile.am
index 04d42d1a27..8ca16d547c 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme147s/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mvme147s/README b/c/src/lib/libbsp/m68k/mvme147s/README
index 132f214777..c191872f42 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/README
+++ b/c/src/lib/libbsp/m68k/mvme147s/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Notes about the MVME147S bsp
MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/configure.ac b/c/src/lib/libbsp/m68k/mvme147s/configure.ac
index 4950794194..d6c3b45e5b 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme147s/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147s],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
index 246e4e0126..1627457ddc 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
@@ -12,8 +12,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
index c552ae1449..2214b6cd00 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/tm27.h b/c/src/lib/libbsp/m68k/mvme147s/include/tm27.h
index 79f197bfd7..fffc59b322 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mvme147s/make/custom/mvme147s.cfg b/c/src/lib/libbsp/m68k/mvme147s/make/custom/mvme147s.cfg
index f1c9abde5d..e14de8d8eb 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/make/custom/mvme147s.cfg
+++ b/c/src/lib/libbsp/m68k/mvme147s/make/custom/mvme147s.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mvme147s BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
index 766dc55165..a982d934be 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
@@ -19,8 +19,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* June 1996
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
index 6b287edb47..d8cbcc86f6 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
@@ -23,8 +23,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* June 1996
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
index 6bb3044071..bcf453e5f8 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
index e929e6903b..156841db5b 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
@@ -13,8 +13,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* June 1996
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
index d8d7544b4c..d60513f63a 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
@@ -14,8 +14,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
index c4239f230c..5c30b23ca2 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
@@ -12,8 +12,6 @@
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mvme147s/times b/c/src/lib/libbsp/m68k/mvme147s/times
index d1bae93265..81622d8a8d 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/times
+++ b/c/src/lib/libbsp/m68k/mvme147s/times
@@ -4,9 +4,6 @@
# MVME147 port for TNI - Telecom Bretagne
# by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
# May 1996
-#
-# $Id$
-#
Board: Motorola MVME147S
CPU: Motorola MC68030 + MC68882 FPU
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
index 988245a1e1..5272bd4fc2 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mvme162/README b/c/src/lib/libbsp/m68k/mvme162/README
index a8c7798a07..4a73283010 100644
--- a/c/src/lib/libbsp/m68k/mvme162/README
+++ b/c/src/lib/libbsp/m68k/mvme162/README
@@ -8,8 +8,6 @@
-- Updated by Joel Sherrill (jsherril@redstone.army.mil) after
-- inclusion in the standard release.
--
--- $Id$
---
MVME162 Models
diff --git a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
index 6ebf28bcfa..8550a88212 100644
--- a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
@@ -20,8 +20,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/configure.ac b/c/src/lib/libbsp/m68k/mvme162/configure.ac
index 0d5cda0a1a..cae8993eec 100644
--- a/c/src/lib/libbsp/m68k/mvme162/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme162/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme162/console/console.c b/c/src/lib/libbsp/m68k/mvme162/console/console.c
index c5ce00ca7c..24e86513f2 100644
--- a/c/src/lib/libbsp/m68k/mvme162/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme162/console/console.c
@@ -14,8 +14,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#define M162_INIT
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/bsp.h b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
index 7dfd0fe1a2..ccbac9ecae 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
@@ -15,8 +15,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
index d21372c623..4d1ae64750 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/page_table.h b/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
index f434291de3..424f08e7c3 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This file was submitted by Eric Vaitl <vaitl@viasat.com> and
* supports page table initialization.
*
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/tm27.h b/c/src/lib/libbsp/m68k/mvme162/include/tm27.h
index 8a26f008fa..95f8c934f0 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
index a754945b34..d8a217f00d 100644
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
+++ b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mvme162 BSP
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
index ee83b356f8..81c398ec2e 100644
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
+++ b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
@@ -2,9 +2,6 @@
# Configuration file for a MVME162LX
#
# This is an MVME162 model with ...
-#
-# $Id$
-#
#
# All mvme162 configurations share the same base file, only the cpu model
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
index 07adb1e1a0..6ba44d6a71 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
@@ -14,8 +14,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
index 598344675f..c37b9ceab1 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
@@ -17,8 +17,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
index 6c67471ca6..862c2f6bc8 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
@@ -15,8 +15,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c b/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
index ed9bf7847e..3dbd05a56f 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This file was submitted by Eric Vaitl <vaitl@viasat.com>.
* The manipulation of the page table has a very positive impact on
* the performance of the MVME162.
diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/timer.c b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
index c7534bac4c..4662d37920 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
@@ -14,8 +14,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
index f6a008658f..9aed828496 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S
@@ -21,8 +21,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/times b/c/src/lib/libbsp/m68k/mvme162/times
index 7f37dc4176..ced4068875 100644
--- a/c/src/lib/libbsp/m68k/mvme162/times
+++ b/c/src/lib/libbsp/m68k/mvme162/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the Motorola MVME162 BSP
#
-# $Id$
-#
NOTE: This BSP is used submitted and no information is currently available.
diff --git a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c b/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
index bd7b379775..28c34ccaca 100644
--- a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
+++ b/c/src/lib/libbsp/m68k/mvme162/tod/tod.c
@@ -13,8 +13,6 @@
* This material is a part of the MVME162 Board Support Package
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am
index 71a248bf6c..d53b37ea54 100644
--- a/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
sload_SOURCES = sload.c
diff --git a/c/src/lib/libbsp/m68k/mvme162/tools/configure.ac b/c/src/lib/libbsp/m68k/mvme162/tools/configure.ac
index 188cb000e3..7b4e062215 100644
--- a/c/src/lib/libbsp/m68k/mvme162/tools/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme162/tools/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme162/tools/sload.c b/c/src/lib/libbsp/m68k/mvme162/tools/sload.c
index 86e5e4b1bb..2e73323e6a 100644
--- a/c/src/lib/libbsp/m68k/mvme162/tools/sload.c
+++ b/c/src/lib/libbsp/m68k/mvme162/tools/sload.c
@@ -15,8 +15,6 @@
* read/write mode for loading and in mmap mode for accessing MVME registers.
* See mvme162.h for #define's dependent on the MVME162 setup.
*
- * $Id$
- *
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/Makefile.am
index b6f76a66e3..0ba3aa269f 100644
--- a/c/src/lib/libbsp/m68k/mvme167/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme167/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/mvme167/README b/c/src/lib/libbsp/m68k/mvme167/README
index 379fd5ca2e..886ee7cc2c 100644
--- a/c/src/lib/libbsp/m68k/mvme167/README
+++ b/c/src/lib/libbsp/m68k/mvme167/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a README file for the MVME167 port of RTEMS 4.5.0.
Please send any comments, improvements, or bug reports to:
diff --git a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
index 6efdabf124..f14d55dc3f 100644
--- a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
@@ -22,8 +22,6 @@
*
* Modifications of respective RTEMS files:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/configure.ac b/c/src/lib/libbsp/m68k/mvme167/configure.ac
index 3872b1154e..d35952391d 100644
--- a/c/src/lib/libbsp/m68k/mvme167/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme167/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c b/c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c
index fb41ff8b96..65bf8d8180 100644
--- a/c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c
+++ b/c/src/lib/libbsp/m68k/mvme167/fatal/bspfatal.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
index 5c0ec6a3b0..9a3324a682 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
@@ -14,8 +14,6 @@
*
* Modifications of respective RTEMS file:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
index 23f59d9002..32617eb25d 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
index 416282c629..95af7cbbe2 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/score/interr.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/page_table.h b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
index eb463ab146..ec5d638bd9 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h
@@ -15,8 +15,6 @@
*
* Modifications of respective RTEMS files:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#ifndef __PAGE_TABLE_H
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/tm27.h b/c/src/lib/libbsp/m68k/mvme167/include/tm27.h
index 9351755b47..d0ce819d10 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/tm27.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg b/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
index cccecb3bb4..a56de0f244 100644
--- a/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
+++ b/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
@@ -1,8 +1,6 @@
#
# Config file for the mvme167 BSP
#
-# $Id$
-#
# THIS BSP USES ELF IMAGES. IT WILL NOT WORK WITH COFF UNLESS CHANGES
# ARE MADE TO THE LINKCMDS FILE.
diff --git a/c/src/lib/libbsp/m68k/mvme167/network/network.c b/c/src/lib/libbsp/m68k/mvme167/network/network.c
index 9810622aeb..07132cb915 100644
--- a/c/src/lib/libbsp/m68k/mvme167/network/network.c
+++ b/c/src/lib/libbsp/m68k/mvme167/network/network.c
@@ -1,6 +1,4 @@
/* network.c: An 82596 ethernet driver for rtems-bsd.
- *
- * $Id$
*/
#define KERNEL
diff --git a/c/src/lib/libbsp/m68k/mvme167/network/uti596.h b/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
index ac1d454da9..29e4fed299 100644
--- a/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
+++ b/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
@@ -1,10 +1,7 @@
-
/* uti596.h: Contains the defines and structures used by the uti596 driver */
/*
* EII: March 11: Created v. 0.0
- *
- * $Id$
*/
#ifndef UTI596_H
diff --git a/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
index 6303a41190..c4b36f4e63 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c
@@ -12,8 +12,6 @@
*
* Modifications of respective RTEMS files:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
index 7e934b5257..33594007a7 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c
@@ -14,8 +14,6 @@
*
* Modifications of respective RTEMS files:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme167/startup/linkcmds
index 2bb00544bf..9e80f1c67c 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/linkcmds
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* These are not really needed here */
diff --git a/c/src/lib/libbsp/m68k/mvme167/startup/page_table.c b/c/src/lib/libbsp/m68k/mvme167/startup/page_table.c
index 01d9731b9c..7197c3945a 100644
--- a/c/src/lib/libbsp/m68k/mvme167/startup/page_table.c
+++ b/c/src/lib/libbsp/m68k/mvme167/startup/page_table.c
@@ -41,8 +41,6 @@
* NOT enabled. If jumper J1-6 is removed, the instruction cache is not enabled.
*
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
index 55f14b1e23..ced4e88e69 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timer.c
@@ -26,8 +26,6 @@
*
* Modifications of respective RTEMS file:
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
index 878a906f34..384a4c5eb5 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
@@ -17,8 +17,6 @@
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
* Copyright (c) 1998, National Research Council of Canada
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/mvme167/times b/c/src/lib/libbsp/m68k/mvme167/times
index 0a42556be0..ae5a662811 100644
--- a/c/src/lib/libbsp/m68k/mvme167/times
+++ b/c/src/lib/libbsp/m68k/mvme167/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the MVME167
#
-# $Id$
-#
Board: MVME167
CPU: MC68040
diff --git a/c/src/lib/libbsp/m68k/ods68302/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/Makefile.am
index 3cd01c37e1..7c773205a1 100644
--- a/c/src/lib/libbsp/m68k/ods68302/Makefile.am
+++ b/c/src/lib/libbsp/m68k/ods68302/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/ods68302/README b/c/src/lib/libbsp/m68k/ods68302/README
index 59e36b0953..3c6a4c8108 100644
--- a/c/src/lib/libbsp/m68k/ods68302/README
+++ b/c/src/lib/libbsp/m68k/ods68302/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: ods68302
BOARD: proprietary (see below for relevant information)
BUS: none
diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
index 1f759ae7bc..dc222e86cc 100644
--- a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h> /* for atexit() */
diff --git a/c/src/lib/libbsp/m68k/ods68302/configure.ac b/c/src/lib/libbsp/m68k/ods68302/configure.ac
index e0ed45e34e..6a5cf234ba 100644
--- a/c/src/lib/libbsp/m68k/ods68302/configure.ac
+++ b/c/src/lib/libbsp/m68k/ods68302/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-ods68302],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/ods68302/console/console.c b/c/src/lib/libbsp/m68k/ods68302/console/console.c
index 83976a05a0..085629e3ae 100644
--- a/c/src/lib/libbsp/m68k/ods68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/ods68302/console/console.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define GEN68302_INIT
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/bare.h b/c/src/lib/libbsp/m68k/ods68302/include/bare.h
index 81352f4f3d..825acafc0a 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/bare.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/bare.h
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
Card Definition for a bare board.
This is an example file which actually builds a BSP for a 68302 card
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/bsp.h b/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
index 1e08d4f6a6..394c166d1c 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
index 1e874652ca..39af5152d5 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/crc.h b/c/src/lib/libbsp/m68k/ods68302/include/crc.h
index 1c5be55e32..ac0ffa5ba8 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/crc.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/crc.h
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
CRC 16 Calculate Interface
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/debugport.h b/c/src/lib/libbsp/m68k/ods68302/include/debugport.h
index 0ce0f66b94..c79f4aa2e4 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/debugport.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/debugport.h
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
Debug Port Support
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h b/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
index 4b8b72a328..bd0b13d5c4 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
M68302 Scc Polled Uart Support
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302.cfg b/c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302.cfg
index 82430f4d22..9feb5f81db 100644
--- a/c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302.cfg
+++ b/c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302.cfg
@@ -4,9 +4,6 @@
# Differs from the gen68302 by providing most of the boot code as C
# code. This allows separate board definitions to be based on C
# header files. The file is based on the VARIANT defined.
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S b/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
index 915621b8b5..6090dd2cb2 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Re-written the gen68302 start-up code.
*
* Uses gas syntax only, removed the OAR asm.h.
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/reset.S b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
index 8581089b05..481ebe4ca8 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/reset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Re-written the gen68302 start-up code.
*
* Uses gas syntax only, removed the OAR asm.h.
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c b/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c
index 58810fae00..8e1ff670f6 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c
@@ -27,8 +27,6 @@
section has been intialised and the bss section set to 0. This phase
performs any special card initialisation and then calls boot card.
- $Id$
-
*/
/*****************************************************************************/
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/crc.c b/c/src/lib/libbsp/m68k/ods68302/startup/crc.c
index 39a0b03e02..4170f9c57b 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/crc.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/crc.c
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
CRC 16 Calculation
This module calculates the CRC-16.
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c b/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
index 7ef16eb9a8..fcbdc99e86 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
@@ -2,8 +2,6 @@
/*
High Level Debug Port Functions
- $Id$
-
*/
/*****************************************************************************/
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c b/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
index 7a388e98d8..0ea119ce9a 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
Hooks for GDB
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/linkcmds b/c/src/lib/libbsp/m68k/ods68302/startup/linkcmds
index 1ebac13e03..5a15e9d4c0 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/linkcmds
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* MC68302 Linker command file
*
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c b/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
index d3211734e7..6065cfb1ac 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
M68302 SCC Polled Driver
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
index 5897076b3e..e82bb72504 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
@@ -103,8 +103,6 @@
* Host: Reply:
* $m0,10#2a +$00010203040506070809101112131415#42
*
- * $Id$
- *
****************************************************************************/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c b/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
index 2b318529e0..74d8f925bd 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
Memory check routines.
The production test is a destrucive full test.
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/trace.c b/c/src/lib/libbsp/m68k/ods68302/startup/trace.c
index 2c7613ceb7..46114eabc1 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/trace.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/trace.c
@@ -1,7 +1,5 @@
/*****************************************************************************/
/*
- $Id$
-
Trace Exception dumps a back trace to the debug serial port
*/
diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
index d8e60178ee..6fd480cc09 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S b/c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S
index 226cecf763..1fe3931310 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S
@@ -11,8 +11,6 @@
* occur during the measured time period.
*
* An external counter, Timer_interrupts, is incremented.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
index 4531900467..1ca3a31e57 100644
--- a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
+++ b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h b/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
index 35afa770cd..c3a34e1418 100644
--- a/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
+++ b/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
@@ -10,8 +10,6 @@
* THE CONTRIBUTORS DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, WITH
* REGARD TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#ifndef _GDB_IF_H
diff --git a/c/src/lib/libbsp/m68k/shared/m68000spurious.c b/c/src/lib/libbsp/m68k/shared/m68000spurious.c
index a178cf0cdc..09dc4e7162 100644
--- a/c/src/lib/libbsp/m68k/shared/m68000spurious.c
+++ b/c/src/lib/libbsp/m68k/shared/m68000spurious.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h b/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
index 31a3f9ccbd..eb564b035a 100644
--- a/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
+++ b/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id#
*/
#ifndef __MVME16xHW_h
diff --git a/c/src/lib/libbsp/m68k/shared/start.S b/c/src/lib/libbsp/m68k/shared/start.S
index 85910bb6e5..910fb9f14b 100644
--- a/c/src/lib/libbsp/m68k/shared/start.S
+++ b/c/src/lib/libbsp/m68k/shared/start.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/sim68000/Makefile.am b/c/src/lib/libbsp/m68k/sim68000/Makefile.am
index c8d5223fca..ba7d98df1b 100644
--- a/c/src/lib/libbsp/m68k/sim68000/Makefile.am
+++ b/c/src/lib/libbsp/m68k/sim68000/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/sim68000/README b/c/src/lib/libbsp/m68k/sim68000/README
index 5db6f31b18..4b082cb116 100644
--- a/c/src/lib/libbsp/m68k/sim68000/README
+++ b/c/src/lib/libbsp/m68k/sim68000/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP for the BSVC 68000 simulator. This is definitely under construction.
The initialization/setup script for BSVC is the part that likely needs
work. I have written the timer based on the timer sample included with
diff --git a/c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c b/c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c
index 1c15550a85..911cc4f91a 100644
--- a/c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c
+++ b/c/src/lib/libbsp/m68k/sim68000/clock/clockdrv.c
@@ -1,7 +1,5 @@
/*
* Instantiate the clock driver shell.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/sim68000/configure.ac b/c/src/lib/libbsp/m68k/sim68000/configure.ac
index a2a24fcb97..cde8a1827a 100644
--- a/c/src/lib/libbsp/m68k/sim68000/configure.ac
+++ b/c/src/lib/libbsp/m68k/sim68000/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/sim68000/console/conscfg.c b/c/src/lib/libbsp/m68k/sim68000/console/conscfg.c
index 0a878cc588..20fbc117de 100644
--- a/c/src/lib/libbsp/m68k/sim68000/console/conscfg.c
+++ b/c/src/lib/libbsp/m68k/sim68000/console/conscfg.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/sim68000/console/debugio.c b/c/src/lib/libbsp/m68k/sim68000/console/debugio.c
index b788114b05..594f7b2d8a 100644
--- a/c/src/lib/libbsp/m68k/sim68000/console/debugio.c
+++ b/c/src/lib/libbsp/m68k/sim68000/console/debugio.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <unistd.h> /* write */
diff --git a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
index 3d6b71cc84..aedbd4d52e 100644
--- a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __BSVC_SIM
diff --git a/c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg b/c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg
index 7f34886ff2..bb3354a4a8 100644
--- a/c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg
+++ b/c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg
@@ -1,8 +1,6 @@
#
# Config file for a BSVC m68k simulator
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg b/c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg
index 6694950245..939a1e1f04 100644
--- a/c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg
+++ b/c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for a simcpu32 in BSCV
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/m68k/sim68000/start/start.S b/c/src/lib/libbsp/m68k/sim68000/start/start.S
index 4085ee4144..70b7a3cc4c 100644
--- a/c/src/lib/libbsp/m68k/sim68000/start/start.S
+++ b/c/src/lib/libbsp/m68k/sim68000/start/start.S
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Re-written the gen68302 start-up code.
*
* Uses gas syntax only, removed the OAR asm.h.
diff --git a/c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c b/c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c
index 6b82cfceb3..a30da5cd4f 100644
--- a/c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c
+++ b/c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/sim68000/startup/linkcmds b/c/src/lib/libbsp/m68k/sim68000/startup/linkcmds
index b89980a8cf..eeae18b9e3 100644
--- a/c/src/lib/libbsp/m68k/sim68000/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/sim68000/startup/linkcmds
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* MC68302 Linker command file
*
*/
diff --git a/c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c b/c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
index 10fa03b9e3..7f4446a235 100644
--- a/c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
+++ b/c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/Makefile.am b/c/src/lib/libbsp/m68k/uC5282/Makefile.am
index 51c0c24f4f..6fe5787297 100644
--- a/c/src/lib/libbsp/m68k/uC5282/Makefile.am
+++ b/c/src/lib/libbsp/m68k/uC5282/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/m68k/uC5282/README b/c/src/lib/libbsp/m68k/uC5282/README
index 5609b0eb66..e237c695bc 100644
--- a/c/src/lib/libbsp/m68k/uC5282/README
+++ b/c/src/lib/libbsp/m68k/uC5282/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Description: Arcturus Networks uC DIMM ColdFire 5282
============
CPU: MCF5282, 64MHz
diff --git a/c/src/lib/libbsp/m68k/uC5282/TIMES b/c/src/lib/libbsp/m68k/uC5282/TIMES
index e70166cbc6..1ab0b99d69 100644
--- a/c/src/lib/libbsp/m68k/uC5282/TIMES
+++ b/c/src/lib/libbsp/m68k/uC5282/TIMES
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
TIMING TESTS 2005-01-28
========================
diff --git a/c/src/lib/libbsp/m68k/uC5282/clock/clock.c b/c/src/lib/libbsp/m68k/uC5282/clock/clock.c
index b8037d5372..7376b96cfd 100644
--- a/c/src/lib/libbsp/m68k/uC5282/clock/clock.c
+++ b/c/src/lib/libbsp/m68k/uC5282/clock/clock.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/configure.ac b/c/src/lib/libbsp/m68k/uC5282/configure.ac
index 78bf436172..a4202bbe46 100644
--- a/c/src/lib/libbsp/m68k/uC5282/configure.ac
+++ b/c/src/lib/libbsp/m68k/uC5282/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-uC5282],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg b/c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg
index d785a48142..caf93a8bf9 100644
--- a/c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg
+++ b/c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg
@@ -1,8 +1,6 @@
#
# Config file for the uC5282 BSP
#
-# $Id$
-#
RTEMS_CPU = m68k
RTEMS_CPU_MODEL = mcf5282
diff --git a/c/src/lib/libbsp/m68k/uC5282/start/start.S b/c/src/lib/libbsp/m68k/uC5282/start/start.S
index a8cdd49792..11873fdf19 100644
--- a/c/src/lib/libbsp/m68k/uC5282/start/start.S
+++ b/c/src/lib/libbsp/m68k/uC5282/start/start.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c
index 3f5698fb39..f8e0f8e469 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspreset.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspreset.c
index 13f430305b..24235bb687 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/bspreset.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
index 210c132f24..9e57494c5b 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds b/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds
index 47ea80d8d6..d7f810eaea 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/mips/Makefile.am b/c/src/lib/libbsp/mips/Makefile.am
index 2a614ac8cb..d294e842ec 100644
--- a/c/src/lib/libbsp/mips/Makefile.am
+++ b/c/src/lib/libbsp/mips/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/mips/configure.ac b/c/src/lib/libbsp/mips/configure.ac
index 0082adb8b6..c857921d2e 100644
--- a/c/src/lib/libbsp/mips/configure.ac
+++ b/c/src/lib/libbsp/mips/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-mips],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/mips/csb350/Makefile.am b/c/src/lib/libbsp/mips/csb350/Makefile.am
index e5671bf50f..a658307a40 100644
--- a/c/src/lib/libbsp/mips/csb350/Makefile.am
+++ b/c/src/lib/libbsp/mips/csb350/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c b/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c
index fc903f2e5e..16ac029c70 100644
--- a/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/csb350/clock/clockdrv.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/csb350/configure.ac b/c/src/lib/libbsp/mips/csb350/configure.ac
index 3eeb019226..6cc4781bf5 100644
--- a/c/src/lib/libbsp/mips/csb350/configure.ac
+++ b/c/src/lib/libbsp/mips/csb350/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-mips-csb350],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/mips/csb350/console/console-io.c b/c/src/lib/libbsp/mips/csb350/console/console-io.c
index 94d82acdc2..df4877ecb0 100644
--- a/c/src/lib/libbsp/mips/csb350/console/console-io.c
+++ b/c/src/lib/libbsp/mips/csb350/console/console-io.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/csb350/include/bsp.h b/c/src/lib/libbsp/mips/csb350/include/bsp.h
index 1f555216b0..34353b2b29 100644
--- a/c/src/lib/libbsp/mips/csb350/include/bsp.h
+++ b/c/src/lib/libbsp/mips/csb350/include/bsp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/csb350/include/irq.h b/c/src/lib/libbsp/mips/csb350/include/irq.h
index 2ab3fa7f47..eafb880575 100644
--- a/c/src/lib/libbsp/mips/csb350/include/irq.h
+++ b/c/src/lib/libbsp/mips/csb350/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_AU1X00_IRQ_H
diff --git a/c/src/lib/libbsp/mips/csb350/irq/vectorisrs.c b/c/src/lib/libbsp/mips/csb350/irq/vectorisrs.c
index c71652a5c5..1008238335 100644
--- a/c/src/lib/libbsp/mips/csb350/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/csb350/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg b/c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg
index 7b8c9eb651..516dc0bcb0 100644
--- a/c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg
+++ b/c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg
@@ -1,8 +1,6 @@
#
# Config file for the Cogent CSB350 board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/mips/csb350/network/network.c b/c/src/lib/libbsp/mips/csb350/network/network.c
index f31029962d..23fb9d30dd 100644
--- a/c/src/lib/libbsp/mips/csb350/network/network.c
+++ b/c/src/lib/libbsp/mips/csb350/network/network.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/csb350/start/start.S b/c/src/lib/libbsp/mips/csb350/start/start.S
index 899b5f54d7..0b612c8857 100644
--- a/c/src/lib/libbsp/mips/csb350/start/start.S
+++ b/c/src/lib/libbsp/mips/csb350/start/start.S
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/mips/csb350/startup/bspreset.c b/c/src/lib/libbsp/mips/csb350/startup/bspreset.c
index e17b1f41a8..1c106ce402 100644
--- a/c/src/lib/libbsp/mips/csb350/startup/bspreset.c
+++ b/c/src/lib/libbsp/mips/csb350/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libcpu/au1x00.h>
diff --git a/c/src/lib/libbsp/mips/csb350/startup/bspstart.c b/c/src/lib/libbsp/mips/csb350/startup/bspstart.c
index 37326f4333..9bec0b50d1 100644
--- a/c/src/lib/libbsp/mips/csb350/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/csb350/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/mips/csb350/startup/linkcmds b/c/src/lib/libbsp/mips/csb350/startup/linkcmds
index 3cbfe8a22b..bfa8e2f615 100644
--- a/c/src/lib/libbsp/mips/csb350/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/csb350/startup/linkcmds
@@ -1,7 +1,5 @@
/*
* Linker script for CSB350 AU1100 based board
- *
- * $Id$
*/
/* . = 0x80020000; */
diff --git a/c/src/lib/libbsp/mips/csb350/timer/timer.c b/c/src/lib/libbsp/mips/csb350/timer/timer.c
index 0fab478ed2..438a85598a 100644
--- a/c/src/lib/libbsp/mips/csb350/timer/timer.c
+++ b/c/src/lib/libbsp/mips/csb350/timer/timer.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
index 1f27e45682..5bb48e35fd 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/genmongoosev/README b/c/src/lib/libbsp/mips/genmongoosev/README
index dc6481bb45..97db696554 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/README
+++ b/c/src/lib/libbsp/mips/genmongoosev/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP supporting the on-CPU capabilities of the Synova Mongoose-V.
This BSP assumes that basic HW initialization is performed by
PMON.
diff --git a/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c b/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
index 058f79f967..bf61d033ef 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/genmongoosev/configure.ac b/c/src/lib/libbsp/mips/genmongoosev/configure.ac
index b1b61dc356..3e3c9febf4 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/configure.ac
+++ b/c/src/lib/libbsp/mips/genmongoosev/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-mips-genmongoosev],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c b/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
index f312fb3068..94dadf50cc 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <unistd.h> /* write */
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
index 39268003e7..3d4a28a834 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/irq.h b/c/src/lib/libbsp/mips/genmongoosev/include/irq.h
index 0b4e789e82..ba8000937d 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/irq.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_MONGOOSEV_IRQ_H
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/lr33000.h b/c/src/lib/libbsp/mips/genmongoosev/include/lr33000.h
index 3ce45a5674..348cfe8887 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/lr33000.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/lr33000.h
@@ -1,6 +1,5 @@
/* lr33000.h - LSI LR33000 CPU header */
-/* $Id$ */
/*
modification history
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/lr333x0.h b/c/src/lib/libbsp/mips/genmongoosev/include/lr333x0.h
index ef0a44ebaf..17ada5d3d1 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/lr333x0.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/lr333x0.h
@@ -1,6 +1,5 @@
/* lr333x0.h - LSI LR333x0 CPU header */
-/* $Id$ */
#ifndef __INClr333x0h
#define __INClr333x0h
diff --git a/c/src/lib/libbsp/mips/genmongoosev/irq/vectorisrs.c b/c/src/lib/libbsp/mips/genmongoosev/irq/vectorisrs.c
index 531806a2e0..70d3bbd532 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/genmongoosev/make/custom/genmongoosev.cfg b/c/src/lib/libbsp/mips/genmongoosev/make/custom/genmongoosev.cfg
index 7a7e277454..e2e1bd4e0c 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/make/custom/genmongoosev.cfg
+++ b/c/src/lib/libbsp/mips/genmongoosev/make/custom/genmongoosev.cfg
@@ -1,8 +1,6 @@
#
# Config file for "generic" Mongoose-V board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
index f1f4278ca0..cd927eac08 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c b/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
index e4b11b4426..a01e83ad92 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds b/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds
index b115e92f9e..a851b06e22 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds
@@ -1,8 +1,6 @@
/*
* Linker script for Mongoose-V prototyping board.
* See README for address map details.
- *
- * $Id$
*/
/* . = 0x80020000; */
diff --git a/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c b/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
index 9285597f6e..9d018fc568 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/Makefile.am b/c/src/lib/libbsp/mips/hurricane/Makefile.am
index 9b67d34115..0c021b398b 100644
--- a/c/src/lib/libbsp/mips/hurricane/Makefile.am
+++ b/c/src/lib/libbsp/mips/hurricane/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
index 1d6cc81ec8..9dbbe6a944 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
+++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.S b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
index d94bd1b300..0542de0cdc 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.S
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
#include <iregdef.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.h b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
index 2f79e083b7..048074f6f0 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.h
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
extern void mips_set_timer( uint32_t timer_clock_interval );
diff --git a/c/src/lib/libbsp/mips/hurricane/console/console.c b/c/src/lib/libbsp/mips/hurricane/console/console.c
index f850cc12d9..8208259b6b 100644
--- a/c/src/lib/libbsp/mips/hurricane/console/console.c
+++ b/c/src/lib/libbsp/mips/hurricane/console/console.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/include/bsp.h b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
index 1527669aef..a7ae7d5284 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/bsp.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
index 3741329573..ce1e8ed859 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/mips/hurricane/include/irq.h b/c/src/lib/libbsp/mips/hurricane/include/irq.h
index 2047c37978..e052eb1353 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/irq.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_XXX_IRQ_H
diff --git a/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c b/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
index c0c4b85bad..493edf943c 100644
--- a/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/start/start.S b/c/src/lib/libbsp/mips/hurricane/start/start.S
index f4d2a5b15a..0e24995edf 100644
--- a/c/src/lib/libbsp/mips/hurricane/start/start.S
+++ b/c/src/lib/libbsp/mips/hurricane/start/start.S
@@ -28,9 +28,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
**
**************************************************************************/
-/*
- * $Id$
- */
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
index cd14225468..de9752bb03 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
index 5e81f5517f..27518d0ad0 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems/mips/idtcpu.h>
extern void resettlb( int i );
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/usc.S b/c/src/lib/libbsp/mips/hurricane/startup/usc.S
index a9d1a98eed..eb07a7730d 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/usc.S
+++ b/c/src/lib/libbsp/mips/hurricane/startup/usc.S
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/times b/c/src/lib/libbsp/mips/hurricane/times
index a84750df78..ac027e20d8 100644
--- a/c/src/lib/libbsp/mips/hurricane/times
+++ b/c/src/lib/libbsp/mips/hurricane/times
@@ -3,9 +3,6 @@
#
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
-#
-# $Id$
-#
NOTE: To obtain the execution time in microseconds, divide the number of
cycles by the clock speed. For example, if rtems_semaphore create
diff --git a/c/src/lib/libbsp/mips/jmr3904/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/Makefile.am
index 540c123215..d001411a5f 100644
--- a/c/src/lib/libbsp/mips/jmr3904/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/jmr3904/README b/c/src/lib/libbsp/mips/jmr3904/README
index 446d6af50e..9fc4a235d7 100644
--- a/c/src/lib/libbsp/mips/jmr3904/README
+++ b/c/src/lib/libbsp/mips/jmr3904/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Simple BSP for the TX3904 simulator built into gdb.
Simulator Invocation
diff --git a/c/src/lib/libbsp/mips/jmr3904/clock/clockdrv.c b/c/src/lib/libbsp/mips/jmr3904/clock/clockdrv.c
index 51dcf723a6..6133885d48 100644
--- a/c/src/lib/libbsp/mips/jmr3904/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/jmr3904/clock/clockdrv.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/jmr3904/configure.ac b/c/src/lib/libbsp/mips/jmr3904/configure.ac
index 8b170b8a4f..8e7ae089a7 100644
--- a/c/src/lib/libbsp/mips/jmr3904/configure.ac
+++ b/c/src/lib/libbsp/mips/jmr3904/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/mips/jmr3904/console/console-io.c b/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
index 9a77473abd..763e11bf98 100644
--- a/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
+++ b/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
index 5b718624ee..705161530e 100644
--- a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
+++ b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/jmr3904/include/irq.h b/c/src/lib/libbsp/mips/jmr3904/include/irq.h
index 0459cba8d5..92bb6e78e4 100644
--- a/c/src/lib/libbsp/mips/jmr3904/include/irq.h
+++ b/c/src/lib/libbsp/mips/jmr3904/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_JMR3904_IRQ_H
diff --git a/c/src/lib/libbsp/mips/jmr3904/irq/vectorisrs.c b/c/src/lib/libbsp/mips/jmr3904/irq/vectorisrs.c
index 20b019b865..fbf4ee0abe 100644
--- a/c/src/lib/libbsp/mips/jmr3904/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/jmr3904/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
index bf900fb126..7468d9ad44 100644
--- a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
+++ b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
@@ -1,8 +1,6 @@
#
# Config file for the jmr3904 board which has a simulator in gdb
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c b/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
index aba8d43309..fb6ea3f2b8 100644
--- a/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/jmr3904/startup/linkcmds b/c/src/lib/libbsp/mips/jmr3904/startup/linkcmds
index 9cb6608f1f..026be09d6c 100644
--- a/c/src/lib/libbsp/mips/jmr3904/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/jmr3904/startup/linkcmds
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Based on jmr3904app-dram.ld from newlib 1.8.2
*/
diff --git a/c/src/lib/libbsp/mips/jmr3904/timer/timer.c b/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
index d0bfb5a06e..7126d1e968 100644
--- a/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
+++ b/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am
index baaa1a7f8c..9ba4343231 100644
--- a/c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
transform =
diff --git a/c/src/lib/libbsp/mips/jmr3904/tools/configure.ac b/c/src/lib/libbsp/mips/jmr3904/tools/configure.ac
index 19e291d13d..85b17e0cd0 100644
--- a/c/src/lib/libbsp/mips/jmr3904/tools/configure.ac
+++ b/c/src/lib/libbsp/mips/jmr3904/tools/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in b/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in
index a6b615a3e2..54a47009b7 100644
--- a/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in
+++ b/c/src/lib/libbsp/mips/jmr3904/tools/runtest.in
@@ -11,9 +11,6 @@
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
-#
-# $Id$
-#
# progname=`basename $0`
progname=${0##*/} # fast basename hack for ksh, bash
diff --git a/c/src/lib/libbsp/mips/malta/STATUS b/c/src/lib/libbsp/mips/malta/STATUS
index 494709c055..44e8f7cdc4 100644
--- a/c/src/lib/libbsp/mips/malta/STATUS
+++ b/c/src/lib/libbsp/mips/malta/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id: STATUS,v 1.3 2012/02/17 19:41:51 joel Exp $
-#
-
17 Februrary 2011
XXX
diff --git a/c/src/lib/libbsp/mips/rbtx4925/Makefile.am b/c/src/lib/libbsp/mips/rbtx4925/Makefile.am
index fe53813f12..8d692880d0 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/Makefile.am
+++ b/c/src/lib/libbsp/mips/rbtx4925/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/rbtx4925/clock/clockdrv.c b/c/src/lib/libbsp/mips/rbtx4925/clock/clockdrv.c
index 4d3d9acc19..1f3813b3c9 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/rbtx4925/clock/clockdrv.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4925/console/console-io.c b/c/src/lib/libbsp/mips/rbtx4925/console/console-io.c
index 99a4bb4218..f5c29fecab 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/console/console-io.c
+++ b/c/src/lib/libbsp/mips/rbtx4925/console/console-io.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
index 4b15d4f0fd..d50ce8660f 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/rbtx4925/include/irq.h b/c/src/lib/libbsp/mips/rbtx4925/include/irq.h
index a56b145baf..5a69f62dff 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/include/irq.h
+++ b/c/src/lib/libbsp/mips/rbtx4925/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_TX4925_IRQ_H
diff --git a/c/src/lib/libbsp/mips/rbtx4925/irq/vectorisrs.c b/c/src/lib/libbsp/mips/rbtx4925/irq/vectorisrs.c
index 3fff60ebd8..bbb2d832a4 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/rbtx4925/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4925/start/start.S b/c/src/lib/libbsp/mips/rbtx4925/start/start.S
index 1d2570e827..5833c548eb 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/start/start.S
+++ b/c/src/lib/libbsp/mips/rbtx4925/start/start.S
@@ -20,8 +20,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- $Id$
-*/
/*************************************************************************
**
diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c b/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c
index 99cc20194b..de979a1293 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4938/Makefile.am b/c/src/lib/libbsp/mips/rbtx4938/Makefile.am
index fe53813f12..8d692880d0 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/Makefile.am
+++ b/c/src/lib/libbsp/mips/rbtx4938/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/rbtx4938/clock/clockdrv.c b/c/src/lib/libbsp/mips/rbtx4938/clock/clockdrv.c
index 8152716cd4..501ce5756a 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/rbtx4938/clock/clockdrv.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4938/clock/yamon_api.h b/c/src/lib/libbsp/mips/rbtx4938/clock/yamon_api.h
index 3a4a6b7698..529cf16a3f 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/clock/yamon_api.h
+++ b/c/src/lib/libbsp/mips/rbtx4938/clock/yamon_api.h
@@ -1,4 +1,3 @@
-
/************************************************************************
*
* yamon_api.h
diff --git a/c/src/lib/libbsp/mips/rbtx4938/console/console-io.c b/c/src/lib/libbsp/mips/rbtx4938/console/console-io.c
index f74c6b22e9..77bdbe0491 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/console/console-io.c
+++ b/c/src/lib/libbsp/mips/rbtx4938/console/console-io.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/mips/rbtx4938/console/yamon_api.h b/c/src/lib/libbsp/mips/rbtx4938/console/yamon_api.h
index 3a4a6b7698..529cf16a3f 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/console/yamon_api.h
+++ b/c/src/lib/libbsp/mips/rbtx4938/console/yamon_api.h
@@ -1,4 +1,3 @@
-
/************************************************************************
*
* yamon_api.h
diff --git a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
index 5e8e6caebf..7459973353 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/rbtx4938/include/irq.h b/c/src/lib/libbsp/mips/rbtx4938/include/irq.h
index 1739b0cd05..6f9610f15e 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/include/irq.h
+++ b/c/src/lib/libbsp/mips/rbtx4938/include/irq.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_MIPS_TX4938_IRQ_H
diff --git a/c/src/lib/libbsp/mips/rbtx4938/irq/vectorisrs.c b/c/src/lib/libbsp/mips/rbtx4938/irq/vectorisrs.c
index 872dd00a59..cf379c54a0 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/rbtx4938/irq/vectorisrs.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4938/start/start.S b/c/src/lib/libbsp/mips/rbtx4938/start/start.S
index 3ac6da43ab..cb8cf46523 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/start/start.S
+++ b/c/src/lib/libbsp/mips/rbtx4938/start/start.S
@@ -20,8 +20,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- $Id$
-*/
/*************************************************************************
**
diff --git a/c/src/lib/libbsp/mips/rbtx4938/startup/bspstart.c b/c/src/lib/libbsp/mips/rbtx4938/startup/bspstart.c
index e4a4926686..0b6eb18ff9 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/rbtx4938/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/shared/clock/clockdrv.c b/c/src/lib/libbsp/mips/shared/clock/clockdrv.c
index f5ae23cc32..2e11c1f015 100644
--- a/c/src/lib/libbsp/mips/shared/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/shared/clock/clockdrv.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: clockdrv.c,v 1.2 2012/02/06 14:17:28 jennifer Exp $
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/shared/clock/mips_timer.S b/c/src/lib/libbsp/mips/shared/clock/mips_timer.S
index 3ff3ad13ef..2e9ff1ea26 100644
--- a/c/src/lib/libbsp/mips/shared/clock/mips_timer.S
+++ b/c/src/lib/libbsp/mips/shared/clock/mips_timer.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id: mips_timer.S,v 1.1 2011/12/09 18:06:08 joel Exp $
*/
/* @(#)clock.S 08/20/96 1.2 */
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/README b/c/src/lib/libbsp/mips/shared/gdbstub/README
index 4565377f84..e61d0f0aa5 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/README
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
/*****************************************************/
Debugged this stub against the MongooseV bsp. Relies on putting break
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/gdb_if.h b/c/src/lib/libbsp/mips/shared/gdbstub/gdb_if.h
index e7bd72d615..db5e711678 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/gdb_if.h
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/gdb_if.h
@@ -10,8 +10,6 @@
* THE CONTRIBUTORS DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, WITH
* REGARD TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#ifndef _GDB_IF_H
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
index a0de4ac7a9..8f7278ca40 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
@@ -11,8 +11,6 @@
REGARD TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- $Id$
-
********************************************************************************
*
* r46kstub.c -- target debugging stub for the IDT R4600 Orion processor
diff --git a/c/src/lib/libbsp/mips/shared/irq/exception.S b/c/src/lib/libbsp/mips/shared/irq/exception.S
index 9d67eb5c6f..f95dec253b 100644
--- a/c/src/lib/libbsp/mips/shared/irq/exception.S
+++ b/c/src/lib/libbsp/mips/shared/irq/exception.S
@@ -29,8 +29,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/i8259.h b/c/src/lib/libbsp/mips/shared/irq/i8259.h
index 7fd2a61d6b..db4d5fa87f 100644
--- a/c/src/lib/libbsp/mips/shared/irq/i8259.h
+++ b/c/src/lib/libbsp/mips/shared/irq/i8259.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: i8259.h,v 1.1 2012/02/06 14:19:07 jennifer Exp $
*/
#ifndef I8259_H
diff --git a/c/src/lib/libbsp/mips/shared/irq/interruptmask.c b/c/src/lib/libbsp/mips/shared/irq/interruptmask.c
index f4e384180b..fe0c2ec674 100644
--- a/c/src/lib/libbsp/mips/shared/irq/interruptmask.c
+++ b/c/src/lib/libbsp/mips/shared/irq/interruptmask.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c b/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c
index 72f270c50b..9320a55137 100644
--- a/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c
+++ b/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/irq.c b/c/src/lib/libbsp/mips/shared/irq/irq.c
index e2db163b1f..a3053964ab 100644
--- a/c/src/lib/libbsp/mips/shared/irq/irq.c
+++ b/c/src/lib/libbsp/mips/shared/irq/irq.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/mips/shared/irq/maxvectors.c b/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
index 17f7a25ec7..d7c80f8343 100644
--- a/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
+++ b/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c b/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c
index 475527e941..91ecf33b73 100644
--- a/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c
+++ b/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/startup/idtmem.S b/c/src/lib/libbsp/mips/shared/startup/idtmem.S
index 4dde9b5716..ed51e67362 100644
--- a/c/src/lib/libbsp/mips/shared/startup/idtmem.S
+++ b/c/src/lib/libbsp/mips/shared/startup/idtmem.S
@@ -20,8 +20,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- $Id$
-
*/
/************************************************************************
diff --git a/c/src/lib/libbsp/nios2/Makefile.am b/c/src/lib/libbsp/nios2/Makefile.am
index e60a8966ac..140d76ee20 100644
--- a/c/src/lib/libbsp/nios2/Makefile.am
+++ b/c/src/lib/libbsp/nios2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/nios2/README b/c/src/lib/libbsp/nios2/README
index d427bb2266..68a721c0df 100644
--- a/c/src/lib/libbsp/nios2/README
+++ b/c/src/lib/libbsp/nios2/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Goal is to have BSPs build almost completely automatically from a template
# and information that comes from SOPC Builder as a .PTF file. Most of the
# code will go to a shared/ BSP directory.
diff --git a/c/src/lib/libbsp/nios2/configure.ac b/c/src/lib/libbsp/nios2/configure.ac
index 9e4ffcafdb..c7cac07e0f 100644
--- a/c/src/lib/libbsp/nios2/configure.ac
+++ b/c/src/lib/libbsp/nios2/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am b/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am
index 8fa60851e8..1094826b55 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am
+++ b/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/clock/clock.c b/c/src/lib/libbsp/nios2/nios2_iss/clock/clock.c
index 4b450d2b6d..d5be1fcea3 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/clock/clock.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/clock/clock.c
@@ -2,8 +2,6 @@
* Use SYS_CLK as system clock
*
* Copyright (c) 2005-2006 Kolja Waschk, rtemsdev/ixo.de
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/configure.ac b/c/src/lib/libbsp/nios2/nios2_iss/configure.ac
index c27304fa54..c038715f52 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/configure.ac
+++ b/c/src/lib/libbsp/nios2/nios2_iss/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-nios2-nios2_iss],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/console/console.c b/c/src/lib/libbsp/nios2/nios2_iss/console/console.c
index 27e9b2d2ed..bed95f1f64 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/console/console.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/console/console.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h b/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h
index 7f1e247e17..3efd580928 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h
+++ b/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/start/crtnn.s b/c/src/lib/libbsp/nios2/nios2_iss/start/crtnn.s
index f54148f402..8f3cad1ff4 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/start/crtnn.s
+++ b/c/src/lib/libbsp/nios2/nios2_iss/start/crtnn.s
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* Can't use the original crtn.asm from Altera because it doesn't
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/start/start.S b/c/src/lib/libbsp/nios2/nios2_iss/start/start.S
index 532c12616e..7bee2a2366 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/start/start.S
+++ b/c/src/lib/libbsp/nios2/nios2_iss/start/start.S
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
.section .entry
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c b/c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c
index aa7a65be1c..7419f83c4a 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <sys/cdefs.h>
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/startup/main.c b/c/src/lib/libbsp/nios2/nios2_iss/startup/main.c
index 4e28f28fe2..b4e35fc3e1 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/startup/main.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/startup/main.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/startup/setvec.c b/c/src/lib/libbsp/nios2/nios2_iss/startup/setvec.c
index c6750794a3..01b318793f 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/startup/setvec.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/startup/setvec.c
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c b/c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c
index b9e6cfb3aa..4e361093a8 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c
+++ b/c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define TIMER_WRAPS_AFTER_1MS 0
diff --git a/c/src/lib/libbsp/nios2/nios2_iss/times b/c/src/lib/libbsp/nios2/nios2_iss/times
index 2ac0b9ee22..d5615e4191 100644
--- a/c/src/lib/libbsp/nios2/nios2_iss/times
+++ b/c/src/lib/libbsp/nios2/nios2_iss/times
@@ -3,9 +3,6 @@
#
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
-#
-# $Id$
-#
Board:
CPU: include coprocessor if applicable
diff --git a/c/src/lib/libbsp/no_cpu/Makefile.am b/c/src/lib/libbsp/no_cpu/Makefile.am
index e60a8966ac..140d76ee20 100644
--- a/c/src/lib/libbsp/no_cpu/Makefile.am
+++ b/c/src/lib/libbsp/no_cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/no_cpu/configure.ac b/c/src/lib/libbsp/no_cpu/configure.ac
index afe7e53b22..46998fe54d 100644
--- a/c/src/lib/libbsp/no_cpu/configure.ac
+++ b/c/src/lib/libbsp/no_cpu/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-no_cpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
index 2a7958b134..4a29945724 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/README b/c/src/lib/libbsp/no_cpu/no_bsp/README
index 8ed80e29f8..1b24d84c9a 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/README
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# This is a sample hardware description file for a BSP. This comment
# block does not have to appear in a real one. The intention of this
# file is to provide a central place to look when searching for
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
index d7bfcb4af6..f3bc386a80 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac
index dd05b7d2ab..801a3513d6 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-no_cpu-no_bsp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c b/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
index 50f05230cf..c108c0482d 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
index c137ab4978..96e248d615 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg b/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
index 424dd8cebe..8c98f8b5cf 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
@@ -1,8 +1,6 @@
#
# Configuration file for the "no_bsp" board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
index 444c1e4d87..5de6aedf0c 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
index fc3b3ba062..172d0ba8ec 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
@@ -27,8 +27,6 @@ XXX: FIX THE COMMENTS BELOW WHEN THE CPU IS KNOWN
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
index c002acc389..78ddb75155 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
index c5f47933a4..7d450d6298 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
index 76b4369311..97caf9d110 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
index 9f7e198ef1..e887b5bae9 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
MEMORY
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
index deb2b13a7f..6c3c94f958 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
index 8877c2e3f3..80d9031a2e 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
index 907582f400..f48ed2e28c 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/times b/c/src/lib/libbsp/no_cpu/no_bsp/times
index 2ac0b9ee22..d5615e4191 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/times
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/times
@@ -3,9 +3,6 @@
#
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
-#
-# $Id$
-#
Board:
CPU: include coprocessor if applicable
diff --git a/c/src/lib/libbsp/powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/Makefile.am
index 31e5a6024f..03a7b31c32 100644
--- a/c/src/lib/libbsp/powerpc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/powerpc/beatnik/Makefile.am b/c/src/lib/libbsp/powerpc/beatnik/Makefile.am
index 7f2688f21f..f6a63ec473 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/beatnik/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
CLEANFILES =
diff --git a/c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c b/c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c
index 204fafecd9..de19f3194e 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Interrupt driver + dispatcher for the discovery host controller */
/* Author: T. Straumann, 2005-2007
diff --git a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c
index 29499597f8..38727d4d3c 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/marvell/discovery.c b/c/src/lib/libbsp/powerpc/beatnik/marvell/discovery.c
index 81bbf7b4e0..801d2c99d1 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/marvell/discovery.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/marvell/discovery.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Acknowledgements:
* Valuable information was obtained from the following drivers
diff --git a/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c b/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c
index 8cafdebf03..d70c6a9653 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Driver for discovery timers and watchdog */
/*
diff --git a/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.h b/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.h
index f1a83d6bc1..4a68971d13 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.h
@@ -1,6 +1,5 @@
#ifndef BSP_GT_TIMER_H
#define BSP_GT_TIMER_H
-/* $Id$ */
/* Support for hardware timers in the discovery bridge */
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
index 66c9d3d3d2..eb970e465b 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
#define RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_rtems.c b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_rtems.c
index 306c2abc05..b36629b106 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_rtems.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_rtems.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "if_xxx_rtems.c"
#include <bsp/early_enet_link_status.h>
#include <bsp/if_em_pub.h>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h b/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h
index 8988f88a5c..8ea849efb1 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
#define RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_rtems.c b/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_rtems.c
index 069e0d9a89..deacc3b029 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_rtems.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_rtems.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Author: T. Straumann <strauman@slac.stanford.edu>; see ../../LICENSE */
#include "rtemscompat.h"
#include "gtethreg.h"
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/if_mve_pub.h b/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/if_mve_pub.h
index 876c3fefdf..0a84310d72 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/if_mve_pub.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/if_mve_pub.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef RTEMS_BSDNET_IF_MVE_PUBLIC_SYMBOLS_H
#define RTEMS_BSDNET_IF_MVE_PUBLIC_SYMBOLS_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/mv643xx_eth.c b/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/mv643xx_eth.c
index 812961ebc2..8c1fd74319 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/mv643xx_eth.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_mve/mv643xx_eth.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* RTEMS driver for the mv643xx gigabit ethernet chip */
/* Acknowledgement:
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c b/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c
index 2ad437bd72..ef9447dc1c 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include <rtemscompat.h>
/* Template for driver task, setup and attach routines. To be instantiated
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_attach.c b/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_attach.c
index 0f29a2c557..30329d90b3 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_attach.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_attach.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* BSP specific wrapper for rtems_bsdnet_attach(). This wrapper
* dispatches to the correct driver attach routine depending on
* the board type, boot parameters, link status etc.
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_bsdnet_attach.h b/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_bsdnet_attach.h
index fa7d16b5b5..a12e9e2c86 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_bsdnet_attach.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/support/bsp_bsdnet_attach.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef BSP_BSDNET_ATTACH_INFO_H
#define BSP_BSDNET_ATTACH_INFO_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/support/early_enet_link_status.h b/c/src/lib/libbsp/powerpc/beatnik/network/support/early_enet_link_status.h
index 7a6543c281..74160a3b84 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/support/early_enet_link_status.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/support/early_enet_link_status.h
@@ -1,4 +1,3 @@
-/*$Id$*/
#ifndef BSP_EARLY_ENET_LINK_STATUS_H
#define BSP_EARLY_ENET_LINK_STATUS_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/support/early_link_status.c b/c/src/lib/libbsp/powerpc/beatnik/network/support/early_link_status.c
index be76cdeaa0..271f970212 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/network/support/early_link_status.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/support/early_link_status.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include <rtems.h>
#include <bsp/early_enet_link_status.h>
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c b/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c
index 5e6ae745e4..27ac90bd9d 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* PCI configuration space access */
/*
@@ -25,8 +23,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Till Straumann, <strauman@slac.stanford.edu>, 1/2002
* - separated bridge detection code out of this file
*/
diff --git a/c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c b/c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c
index 93746e6d0e..91dc013c1f 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* remap the zero-based PCI IO spaces of both hoses to a single
* address space
*
diff --git a/c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c b/c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c
index cb25c5b7e4..101b86bb69 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Adjust a PCI bus range's I/O address space by adding an offset */
/*
diff --git a/c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c b/c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c
index a91d456cf8..bc5c5ead02 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include <rtems.h>
#include <bsp.h>
#include <rtems/libi2c.h>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/tod/todcfg.c b/c/src/lib/libbsp/powerpc/beatnik/tod/todcfg.c
index 10f123b27f..784f5a0aab 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/tod/todcfg.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/beatnik/vme/VMEConfig.h
index 5d3364473e..b3bcceee4a 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/vme/VMEConfig.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_CONFIG_H
#define RTEMS_BSP_VME_CONFIG_H
-/* $Id$ */
/* BSP specific address space configuration parameters */
diff --git a/c/src/lib/libbsp/powerpc/beatnik/vme/vme_dma.c b/c/src/lib/libbsp/powerpc/beatnik/vme/vme_dma.c
index 368bf4c844..29ba3e6bfe 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/vme/vme_dma.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/vme/vme_dma.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Setup/glue to attach VME DMA driver to the beatnik BSP */
/*
diff --git a/c/src/lib/libbsp/powerpc/beatnik/vme/vmeconfig.c b/c/src/lib/libbsp/powerpc/beatnik/vme/vmeconfig.c
index 577ef8011b..383cfc4e96 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/vme/vmeconfig.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/vme/vmeconfig.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Standard VME bridge configuration for MVME5500, MVME6100 */
/*
diff --git a/c/src/lib/libbsp/powerpc/configure.ac b/c/src/lib/libbsp/powerpc/configure.ac
index d8d75fc143..88d2126acd 100644
--- a/c/src/lib/libbsp/powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/ep1a/configure.ac b/c/src/lib/libbsp/powerpc/ep1a/configure.ac
index b4dbb99d17..61539e4d72 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/configure.ac
+++ b/c/src/lib/libbsp/powerpc/ep1a/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-ep1a],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/alloc360.c b/c/src/lib/libbsp/powerpc/ep1a/console/alloc360.c
index 57e887fe7d..c6ee9009c3 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/alloc360.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/alloc360.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/config.c b/c/src/lib/libbsp/powerpc/ep1a/console/config.c
index 57066b7121..ba7013b6e4 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/config.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/config.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libchip/serial.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/console.h b/c/src/lib/libbsp/powerpc/ep1a/console/console.h
index 5dbda53733..8017d3dd96 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/console.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/console.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/ringbuf.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/init68360.c b/c/src/lib/libbsp/powerpc/ep1a/console/init68360.c
index 976439f324..4c48ed5ce8 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/init68360.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/init68360.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/m68360.h b/c/src/lib/libbsp/powerpc/ep1a/console/m68360.h
index eee2c69285..3246e40246 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/m68360.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/m68360.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __MC68360_h
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/mc68360_scc.c b/c/src/lib/libbsp/powerpc/ep1a/console/mc68360_scc.c
index 7fc8eb2f81..a59b956e7e 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/mc68360_scc.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/mc68360_scc.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
index 378d291981..fdd55c6ed5 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.h b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.h
index 0d8e63d180..c67488c3b3 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __NS16550_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/printk_support.c b/c/src/lib/libbsp/powerpc/ep1a/console/printk_support.c
index 441fa19a07..7e8febdd2d 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/printk_support.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/printk_support.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/include/bsp.h b/c/src/lib/libbsp/powerpc/ep1a/include/bsp.h
index 845fd173c9..dd6955555f 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/include/bsp.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h b/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
index 4ccda63257..93525c7a03 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/ep1a/irq/irq_init.c b/c/src/lib/libbsp/powerpc/ep1a/irq/irq_init.c
index c5ddbc2ab2..4472f7c7e4 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/irq/irq_init.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c b/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c
index 07bba6fc30..8a26d3a20a 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/irq/openpic_xxx_irq.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/pci/no_host_bridge.c b/c/src/lib/libbsp/powerpc/ep1a/pci/no_host_bridge.c
index a4cb0d2e3a..dda3f15565 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/pci/no_host_bridge.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/pci/no_host_bridge.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
index 4930d82bb3..7d2ae9feda 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
diff --git a/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
index 2fade79e0c..a704c15b94 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_CONFIG_H
#define RTEMS_BSP_VME_CONFIG_H
-/* $Id$ */
/* BSP specific address space configuration parameters */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
index cb32aef4a9..a1cf57df4a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README.IceCube b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
index 76a5712984..975adf0be2 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
+++ b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
IceCube is the nickname for the FreeScale MPC5200LITE evaluation board
which seems to be the basis for boards from a number of other vendors.
The most complete and up to date information will be found on the
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_ata.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_ata.c
index 30b3d77af5..6b5bea197e 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_ata.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_ata.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_0.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_0.c
index a9cb6572db..dea2412394 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_0.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_0.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_1.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_1.c
index 7cf505b98f..d9635b0607 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_1.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_crc16_dp_1.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c
index 18f7a92e58..38c0759b6f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_bd.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_bd.c
index dfd9fa51c1..6335b96c02 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_bd.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_bd.c
@@ -1,5 +1,4 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_0.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_0.c
index 6f78ecf8a8..9ad82fd16f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_0.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_0.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c
index f6e986640b..1b6c5da20a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_2.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_2.c
index 5064e2fad2..adeda49352 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_2.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_2.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c
index 29264b9d7d..7f13b41faa 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_0.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_0.c
index 18e0e6d1a4..ab309bf805 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_0.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_0.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_1.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_1.c
index a7b98eb4bb..742261b81e 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_1.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_bd_1.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c
index ae2a2d18b5..83a71cc90b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c
index 1cb9e2b1db..341873b3bb 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_lpc.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_lpc.c
index 28cad412b9..eff8a27fb6 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_lpc.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_lpc.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_rx.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_rx.c
index 73b5669589..ecf017d2a9 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_rx.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_rx.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_tx.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_tx.c
index ddcc5d3056..4b13319f23 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_tx.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_pci_tx.c
@@ -1,4 +1,3 @@
-
/*
* Generated by GUI, one per configured tasks.
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/configure.ac b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
index d0cb78670c..97d04cf1b4 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-gen5200],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
index 7e1f274e05..e3320b05aa 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_GEN52XX_U_BOOT_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg
index bc80861ed8..d6e556a183 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg
@@ -1,8 +1,6 @@
#
# Config file for customer specific MPC5200 board
#
-# $Id$
-#
#
# All GEN5200 configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg
index 0dc3eef4f8..81941fe0dc 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg
@@ -1,7 +1,5 @@
#
# Config file for Direct Prototyping Data Processing (DP2) board.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
index 8ef3fe749a..6ebbaa42aa 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
@@ -1,8 +1,6 @@
#
# Shared base config file for GEN5200 BSPs
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg
index 7a55aa8266..c53040e1b3 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg
@@ -3,9 +3,6 @@
#
# NOTE: This is the same as the Embedded Planets EP5200C and
# possibly other MPC5200 boards.
-#
-# $Id$
-#
#
# All GEN5200 configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg
index 64b0ebe1ff..d86814ab66 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg
@@ -1,9 +1,6 @@
#
# Config file for MicroSys PM520 Module (based on MPC5200)
# on carrier board CR825
-#
-# $Id$
-#
#
# All GEN5200 configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg
index 9af206a259..e16e2e1886 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg
@@ -1,9 +1,6 @@
#
# Config file for MicroSys PM520 Module (based on MPC5200)
# on carrier board ZE30
-#
-# $Id$
-#
#
# All GEN5200 configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspreset.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspreset.c
index f1546dfd25..bd8e75f0eb 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspreset.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspreset.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/uboot_support.c b/c/src/lib/libbsp/powerpc/gen5200/startup/uboot_support.c
index 09597ba027..311f41eeda 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/uboot_support.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/uboot_support.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdint.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
index 29a77bd431..7a42ebcbd3 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
index 0f6875de82..1f529ae707 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
+++ b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SPI:
In master mode SCS (SPI_D) cannot be used as GPIO[31]. Unfortunately this pin
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
index 14c755c8c1..71be4b9eca 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
+++ b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8349eamds
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: gen83xx
BOARD: Freescale MPC8349 board MPC8349EAMDS
BUS: PCI (unused)
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
index ee76369778..f4e5a3d8d6 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-gen83xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c b/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
index 9a8ebd3342..7a98b9ee45 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/bspIo.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
index 0ed7cf8d1e..9b30d0fd74 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
@@ -17,9 +17,6 @@
| this file contains the low level MPC83xx I2C driver parameters |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx_i2cdrv.h>
#include <libchip/i2c-2b-eeprom.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
index 147abf5f59..b8bcec7121 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
@@ -17,9 +17,6 @@
| this file contains board specific definitions |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h b/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
index e1feb6f2b0..c97059b2c4 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/hwreg_vals.h
@@ -17,9 +17,6 @@
| this file contains board specific definitions |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef __GEN83xx_HWREG_VALS_h
#define __GEN83xx_HWREG_VALS_h
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h b/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
index 7186d46fc3..8d4f0d17a8 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/irq.h
@@ -17,9 +17,6 @@
| this file declares constants of the interrupt controller |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef GEN83xx_IRQ_IRQ_H
#define GEN83xx_IRQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h b/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
index 5f5ef786b3..f5ad2af63c 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/tm27.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h b/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
index fee7e81d33..4dad6fd158 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
index 2e92df68e5..54a528e26b 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/u-boot-config.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_GEN83XX_U_BOOT_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c b/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
index 2828e6c176..553eb44968 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c
@@ -17,9 +17,6 @@
| this file integrates the IPIC irq controller |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
index bb704af5ba..ff59e3db0c 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
@@ -1,8 +1,6 @@
#
# Shared base config file for GEN83xx BSPs
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
#
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
index 81205d8e9d..8f2ac1829d 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
@@ -1,8 +1,6 @@
#
# Config file for customer specific MPC8349 board
#
-# $Id$
-#
#
# All GEN83xx configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
index d75f8e8667..b58c60a92a 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
@@ -1,8 +1,6 @@
#
# Config file for freescale's MPC8349EAMDS evaluation board
#
-# $Id$
-#
#
# All GEN83xx configurations share the same base file, only a few
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/network/network.c b/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
index fa78fd7edb..81f70735d3 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/network/network.c
@@ -18,9 +18,6 @@
| of the network interface driver |
\*===============================================================*/
-/*
- * $Id$
- */
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c b/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
index c0df52ee25..8665bb0a68 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c
@@ -18,9 +18,6 @@
| and board-specific functions |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx_spidrv.h>
#include <bsp/irq.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/start/start.S b/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
index 6059379c7a..8d2640e6da 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
+++ b/c/src/lib/libbsp/powerpc/gen83xx/start/start.S
@@ -16,7 +16,6 @@
+-----------------------------------------------------------------+
| this file contains the startup assembly code |
\*===============================================================*/
-/* $Id$ */
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
index 2319549c5a..fa4edf6f93 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspreset.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
index 92e2fb3c4e..9149c7bf2a 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libchip/serial.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
index f7da7d2dba..0cffc24273 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/cpuinit.c
@@ -20,9 +20,6 @@
| this file contains the code to initialize the cpu |
\*===============================================================*/
-/*
- * $Id$
- */
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
index f9b0412ed8..d32b76338b 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
@@ -20,9 +20,6 @@
| this file places the mpc83xx registers into a special section |
\*===============================================================*/
-/*
- * $Id$
- */
#include <mpc83xx/mpc83xx.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
index 579fb79556..9a2c4db941 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdint.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am b/c/src/lib/libbsp/powerpc/haleakala/Makefile.am
index fdd633149f..0e7687fcb6 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/haleakala/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/haleakala/README b/c/src/lib/libbsp/powerpc/haleakala/README
index a17e582721..115ae63fb1 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/README
+++ b/c/src/lib/libbsp/powerpc/haleakala/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
# Adapted from Virtex BSP
BSP NAME: Haleakala
diff --git a/c/src/lib/libbsp/powerpc/haleakala/configure.ac b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
index 025050737d..25e5db34c7 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/configure.ac
+++ b/c/src/lib/libbsp/powerpc/haleakala/configure.ac
@@ -1,6 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-haleakala],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
diff --git a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
index a2ea623157..2efc046053 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
@@ -29,8 +29,6 @@
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
*
- * $Id$
- *
* derived from "helas403/dlentry.S":
*
* Further changes to derive for the PPC405CR/GP/GPr/EX/EXr
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
index 80e0964787..f0f6010839 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
@@ -40,8 +40,6 @@
*
*
*
- * $Id$
- *
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
index f39d324eaa..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c b/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
index 3964f2f230..7715c99f36 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/haleakala/irq/irq.c
@@ -6,8 +6,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Middleware support for PPC405 by M.Hamel ADInstruments Ltd 2008
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
index 0447c51e8f..d984a7ab7e 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
@@ -55,8 +55,6 @@
*
* Further modified for the PPC405EX Haleakala board by
* Michael Hamel ADInstruments Ltd May 2008
- *
- * $Id$
*/
#include <string.h>
#include <fcntl.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds b/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
index 50b80c0d3e..788a347485 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds
@@ -7,8 +7,6 @@
* Modifications for gen405 by Dennis Ehlin
* Modifications for virtex by Keith, Greg, and Bob
* Modifications for 405GP/EX by Michael Hamel
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am
index 0134f33946..da6a311c04 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/README b/c/src/lib/libbsp/powerpc/mbx8xx/README
index ac8043baa9..3d10f6709d 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/README
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a README file for the MBX860/MBX821 port of RTEMS 4.5.0
Please send any comments, improvements, or bug reports to:
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c b/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c
index bbc9d2bc54..0063425eae 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c
@@ -10,8 +10,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
index 9d1e197fcd..10260ceb4f 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-mbx8xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/8xx_immap.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/8xx_immap.h
index 3e9f981b31..98258d49be 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/8xx_immap.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/8xx_immap.h
@@ -1,4 +1,3 @@
-
/*
* MPC8xx Internal Memory Map
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
index 3a5ba7628b..3d4180a399 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
index 252842b1f9..1e0d14a8b8 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
@@ -1,4 +1,3 @@
-
/*
* MPC8xx Communication Processor Module.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
index b55e0e5b60..b3271c078a 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/mbx.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/mbx.h
index 97df2fb954..266f985348 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/mbx.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/mbx.h
@@ -1,4 +1,3 @@
-
/*
* A collection of structures, addresses, and values associated with
* the Motorola MBX boards. This was originally created for the
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c
index c5aad4dacb..f1260eca9b 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h
index c589e83ad8..3ddb779271 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_MBX8XX_IRQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/network/network.c b/c/src/lib/libbsp/powerpc/mbx8xx/network/network.c
index ff040975a0..5a10d7bb11 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/network/network.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/network/network.c
@@ -20,8 +20,6 @@
* Modifications by Darlene Stewart <Darlene.Stewart@iit.nrc.ca>
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
index 2e8fdad2bc..c4e9638953 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
@@ -14,8 +14,6 @@
*
* Modifications for MBX860:
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds b/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
index 85b0b133b5..54e728e913 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
@@ -1,8 +1,6 @@
/*
* This file contains directives for the GNU linker that are specific
* to the MBX860-2 board.
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx821 b/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx821
index 53e6b133a9..54e7951f7d 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx821
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx821
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the MBX821-001
#
-# $Id$
-#
Board: MBX821
CPU: MPC821
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx860 b/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx860
index d99737f9a1..55d2b5b2c3 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx860
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/times-mbx860
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the MBX860-002
#
-# $Id$
-#
Board: MBX860
CPU: MPC860
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am
index e2292c9069..9a3206d36f 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = .
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README b/c/src/lib/libbsp/powerpc/motorola_powerpc/README
index f6ffb8428d..5bd1011dbd 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: MCP750
BOARD: MCP750 from motorola
BUS: PCI
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.MVME2100 b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.MVME2100
index ced74e7026..6b06eb0f4f 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.MVME2100
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.MVME2100
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The MVME2100 is a Motorola VMEbus board which is similar to the other
Motorola PowerPC boards supported by this BSP. But it does not support
the Motorola CPU Configuration Register. This makes it impossible to
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.OTHERBOARDS b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.OTHERBOARDS
index 29d50292d6..52dbe60793 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.OTHERBOARDS
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.OTHERBOARDS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to support multiple Motorola PowerPC boards. The
following extract from some email from Eric Valette should provide
the basic information required to use this BSP on other models.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.dec21140 b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.dec21140
index 5b6c479d9f..674f2624a1 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.dec21140
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.dec21140
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
The dec21140 network driver is found in libchip/networking.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am
index a2f1e55302..dd832f07f4 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
## NOTE: This Makefile.am does not apply RTEMS's compilation rules.
AUTOMAKE_OPTIONS = no-exeext
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
index d159fc1c23..1debc3a7ba 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-motorola_powerpc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h
index f1e7fd5ff5..d150e1552b 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
index 7e6304e567..fc8f14463f 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
index b47c53282f..fc775d1e24 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
@@ -1,8 +1,6 @@
#
# Config file for Motorola MCP750 -- a MPC750 CompactPCI board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
index 6fad6c3862..2411501fbb 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
@@ -1,8 +1,6 @@
#
# Config file for Motorola MTX603e -- a MPC603e ATX form factor board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
index 8a7214c7ac..93e14ab0f8 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
@@ -1,8 +1,6 @@
#
# Config file for Motorola MVME2100 -- a MPC8240 VMEBus board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
index d84ec4ada2..d7dac3a11f 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 604 based mvme2307
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
index ff0543d82b..cef17e5acf 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 604 based mvme2307
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
index 3c767d8420..392276797c 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 604 based mvme2307
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am
index ddd81381ec..7a5730a9d6 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
## NOTE: This Makefile.am does not apply RTEMS's compilation rules.
ACLOCAL_AMFLAGS = -I ../../../../aclocal
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp750 b/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp750
index af4db3bb64..2099edfd86 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp750
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mcp750
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for this BSP on the MCP750
#
-# $Id$
-#
Thanks to Eric Valette <valette@crf.canon.fr> for running the timing
tests and reporting this information.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme2307 b/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme2307
index 1bf3fbe064..6e4677de8a 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme2307
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/times.mvme2307
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for this BSP on the MVME2307
#
-# $Id$
-#
Thanks to Jay Kulpinski (jskulpin@eng01.gdds.com) for providing these
times.
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
index 9e55382290..24b07978ab 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/bsp.h
index d6cb305a07..0a55cb2361 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/bsp.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_MPC55XXEVB_BSP_H
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xx-config.h b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xx-config.h
index 93d212f807..11dd5b04dd 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xx-config.h
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xx-config.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_MPC55XXEVB_MPC55XX_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/if_smc.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/if_smc.c
index 50c910bbf0..05f512e78b 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/if_smc.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/if_smc.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <bsp.h>
#ifdef HAS_SMC91111M
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
index 758c78ed69..3ec27b59fb 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c
index 66cfa17f14..405d2d0f93 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <mpc55xx/mpc55xx.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/exc-vector-base.S b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/exc-vector-base.S
index 072fcecfbb..644b7a8f86 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/exc-vector-base.S
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/exc-vector-base.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/reset.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/reset.c
index e0318fc573..a0a1350962 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/reset.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/reset.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdbool.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs-cal.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs-cal.c
index 5095252a38..479d2fd03f 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs-cal.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs-cal.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: ebi-cal-cs-config.c,v 1.1 2011/08/31 16:03:09 sh Exp $
*/
#include <bsp/mpc55xx-config.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs.c
index 0f4e6184e4..819c21e7cc 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-ebi-cs.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: ebi-cs-config.c,v 1.1 2011/08/31 16:03:09 sh Exp $
*/
#include <bsp/mpc55xx-config.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
index f198eaf2ec..e86c3e5f4f 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: siu-pcr-config.c,v 1.1 2011/08/31 16:03:10 sh Exp $
*/
#include <bsp/mpc55xx-config.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-flash.S b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-flash.S
index a6ed92eda7..9a304d5c89 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-flash.S
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-flash.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: flash.S,v 1.2 2011/08/31 15:50:30 sh Exp $
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am b/c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am
index aa1ead9ab6..cf4f4d2380 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/README b/c/src/lib/libbsp/powerpc/mpc8260ads/README
index 8fb1cf8271..e430a04247 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/README
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: mpc8260ads
BOARD: Motorola MPC8260 ADS Evaluation board
BUS: N/A
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/clock/p_clock.c b/c/src/lib/libbsp/powerpc/mpc8260ads/clock/p_clock.c
index 0e6ce3c709..5fa7511363 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/clock/p_clock.c
@@ -10,8 +10,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac b/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
index cc57360b9e..dda5286e14 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-mpc8260ads],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
index ce587d68d2..e16a2b3292 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
index 38ba12a8d9..50deb5e73f 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c
index f626d773f1..1999555da6 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h
index 0e1fc24301..e8b8aada1a 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
index bfb6ab2362..d316ab6dde 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
@@ -1,8 +1,6 @@
#
# Config file for MPC8260 based Motorola ADS board
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
index c579d5c9f0..607468d9f3 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IF_HDLCSUBR_H
#define __IF_HDLCSUBR_H
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/network/network.c b/c/src/lib/libbsp/powerpc/mpc8260ads/network/network.c
index 81a73eea5a..e6997b2c79 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/network/network.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/network/network.c
@@ -22,8 +22,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
#include <bsp/irq.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S b/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
index d238634cc1..4fdc21cea9 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
@@ -1,7 +1,5 @@
/* start.S
*
- * $Id$
- *
* Modified for the Motorola PQII ADS board by
* Andy Dachs <a.dachs@sstl.co.uk> 23-11-00.
* Surrey Satellite Technology Limited
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
index e6b0e60f6b..26581ad4ca 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
@@ -31,8 +31,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/cpuinit.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/cpuinit.c
index 28d7790fc6..c56ec69362 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/cpuinit.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/cpuinit.c
@@ -2,8 +2,6 @@
* cpuinit.c - this file contains functions for initializing the CPU
*
* Written by Jay Monkman (jmonkman@frasca.com)
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds
index ca9d47d3cd..444420a87c 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds
@@ -1,8 +1,6 @@
/*
* This file contains directives for the GNU linker which are specific
* to the MPC8260ADS Board
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/times b/c/src/lib/libbsp/powerpc/mpc8260ads/times
index f898344dc2..a789de8822 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/times
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/times
@@ -1,9 +1,6 @@
#
# Timing Test Suite Results for the mpc8260ads BSP
#
-#
-# $Id$
-#
# Testing not complete.
# DO NOT BELIEVE THESE RESULTS
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/Makefile.am b/c/src/lib/libbsp/powerpc/mvme3100/Makefile.am
index f214f88755..e411c7a199 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mvme3100/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/configure.ac b/c/src/lib/libbsp/powerpc/mvme3100/configure.ac
index e671a70149..aeda9537c7 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mvme3100/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-mvme3100],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/flash/flashcfg.c b/c/src/lib/libbsp/powerpc/mvme3100/flash/flashcfg.c
index 7da2be2079..106d5c2a67 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/flash/flashcfg.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/flash/flashcfg.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* BSP-specific bits of flash programmer support */
/*
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c b/c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c
index ce0b834a1c..fd579fc30c 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Register i2c bus driver & devices */
/*
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
index b9310cea09..636945c878 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mvme3100/include/bsp.h
@@ -8,8 +8,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Adapted for the mvme3100 BSP by T. Straumann, 2007.
- *
- * $Id$
*/
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h b/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h
index be8ab9f624..1b521df9a2 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/mvme3100/irq/irq.h
@@ -16,8 +16,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Adapted for the mvme3100 BSP by T. Straumann, 2007.
- *
- * $Id$
*/
#ifndef BSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/irq/irq_init.c b/c/src/lib/libbsp/powerpc/mvme3100/irq/irq_init.c
index 24eedccab9..dcdb4cc84c 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/irq/irq_init.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c b/c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c
index 92e2244171..a1f6f2d3f3 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* PCI Initialization */
/*
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/start/start.S b/c/src/lib/libbsp/powerpc/mvme3100/start/start.S
index 2c44867a30..38d3810eae 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/start/start.S
+++ b/c/src/lib/libbsp/powerpc/mvme3100/start/start.S
@@ -9,8 +9,6 @@
*
* Modified for mvme3100 by T. Straumann, 2007.
*
- * $Id$
- *
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
index 22ef652c69..91741b17e2 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
@@ -15,8 +15,6 @@
* Modifications Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
*
* Modified for mvme3100 by T. Straumann
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c b/c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c
index 5cd26d7749..6b2b7017a9 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Miscellaneous small BSP routines; reboot, board CSR, ... */
/*
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/tod/todcfg.c b/c/src/lib/libbsp/powerpc/mvme3100/tod/todcfg.c
index 7d29377c21..2deb783e37 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/tod/todcfg.c
@@ -6,8 +6,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Modified for mvme3100 by T. Straumann, 2007
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/mvme3100/vme/VMEConfig.h
index 4c7d9b076c..0d0186dcab 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/mvme3100/vme/VMEConfig.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_CONFIG_H
#define RTEMS_BSP_VME_CONFIG_H
-/* $Id$ */
/* mvme3100 BSP specific address space configuration parameters */
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h b/c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h
index 69b2ba0a42..1377e6f607 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef __GT64260TWSI_h
#define __GT64260TWSI_h
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c b/c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c
index 30b5ed5ccd..14d14447ab 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution.
*
* To read information of the EEPROM via the I2C
- *
- * $Id$
*/
#include <rtems/bspIo.h> /* printk */
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/README b/c/src/lib/libbsp/powerpc/mvme5500/README
index 4c3145e868..135090bc35 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/README
+++ b/c/src/lib/libbsp/powerpc/mvme5500/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Please reference README.booting for the boot/load process.
For the priority setting of the Interrupt Requests (IRQs), please
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h b/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
index d98cdd1ba8..c12e74c10f 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h b/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h
index 3ec00a8dcf..a0a35ad64b 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h
@@ -22,8 +22,6 @@
* - Discovery GT64260 interrupt controller instead of 8259.
* - Added support for software IRQ priority levels.
* - modified to optimize the IRQ latency and handling
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_MVME5500_IRQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
index 7ef78ee700..b4727bce80 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
+++ b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 7455 based mvme5500
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h b/c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h
index 71a59af787..d9081ccb53 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h
@@ -1,5 +1,4 @@
/* $NetBSD: GT64260ethreg.h,v 1.2 2003/03/17 16:41:16 matt Exp $ */
-/* $Id$ */
/*
* Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/start/start.S b/c/src/lib/libbsp/powerpc/mvme5500/start/start.S
index 21ec7f03ac..13d897be56 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/start/start.S
+++ b/c/src/lib/libbsp/powerpc/mvme5500/start/start.S
@@ -10,8 +10,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c
index d57809c287..518a43cdc8 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c
@@ -1,4 +1,3 @@
-
#define FLAG_MAND 1
#define FLAG_NOUSE 2 /* dont put into the commandline at all */
#define FLAG_CLRBP 4 /* field needs to be cleared for bootp */
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
index 0e6c4cde1f..259935ef80 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
@@ -20,8 +20,6 @@
* Modified to support the MVME5500 board.
* Also, the settings of L1, L2, and L3 caches is not necessary here.
* (C) by Brookhaven National Lab., S. Kate Feng <feng1@bnl.gov>, 2003-2009
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c b/c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c
index fe0b9734f9..1f05d9c9d6 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h b/c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h
index 8cbc9e17f1..7cd816e818 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h
@@ -1,6 +1,5 @@
#ifndef BSP_EXCEPTION_HANDLER_H
#define BSP_EXCEPTION_HANDLER_H
-/* $Id$ */
/* A slightly improved exception 'default' exception handler for RTEMS / SVGM */
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c b/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
index b76d997fbe..ba46564158 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Authorship
* ----------
diff --git a/c/src/lib/libbsp/powerpc/psim/Makefile.am b/c/src/lib/libbsp/powerpc/psim/Makefile.am
index c02edb90a8..a99f23ee2a 100644
--- a/c/src/lib/libbsp/powerpc/psim/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/psim/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/psim/README b/c/src/lib/libbsp/powerpc/psim/README
index d0d6d5fa57..8fcf8ee33e 100644
--- a/c/src/lib/libbsp/powerpc/psim/README
+++ b/c/src/lib/libbsp/powerpc/psim/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: psim
BOARD: PowerPC Simulator
BUS: N/A
diff --git a/c/src/lib/libbsp/powerpc/psim/configure.ac b/c/src/lib/libbsp/powerpc/psim/configure.ac
index a25872879d..85d88783d7 100644
--- a/c/src/lib/libbsp/powerpc/psim/configure.ac
+++ b/c/src/lib/libbsp/powerpc/psim/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-psim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/psim/console/console-io.c b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
index ab6dd90062..6470a7f30f 100644
--- a/c/src/lib/libbsp/powerpc/psim/console/console-io.c
+++ b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/console/consupp.S b/c/src/lib/libbsp/powerpc/psim/console/consupp.S
index b2d1da2aa7..bb9e834fc6 100644
--- a/c/src/lib/libbsp/powerpc/psim/console/consupp.S
+++ b/c/src/lib/libbsp/powerpc/psim/console/consupp.S
@@ -13,8 +13,6 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
- *
- * $Id$
*/
#include "ppc-asm.h"
diff --git a/c/src/lib/libbsp/powerpc/psim/include/bsp.h b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
index 1150b80ffd..a90aecb77a 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/bsp.h
@@ -25,8 +25,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
index f39d324eaa..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/psim/include/psim.h b/c/src/lib/libbsp/powerpc/psim/include/psim.h
index e74331771c..e7b6fa7578 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/psim.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/psim.h
@@ -1,8 +1,6 @@
/*
* PSIM addresses and constants based upon the configuration
* of devices used in the script provided by RTEMS.
- *
- * $Id$
*/
#ifndef __PSIM_h
diff --git a/c/src/lib/libbsp/powerpc/psim/include/tm27.h b/c/src/lib/libbsp/powerpc/psim/include/tm27.h
index d98cdd1ba8..c12e74c10f 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/psim/irq/irq.h b/c/src/lib/libbsp/powerpc/psim/irq/irq.h
index 21b97be3da..4d92f23b40 100644
--- a/c/src/lib/libbsp/powerpc/psim/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/psim/irq/irq.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c b/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
index 9068a7248c..27f5cdd19b 100644
--- a/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
index 605a433605..459abbcf8a 100644
--- a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
+++ b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 60x simulator - psim
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/psim/network/if_sim.c b/c/src/lib/libbsp/powerpc/psim/network/if_sim.c
index d46d4892d0..12d617d8a2 100644
--- a/c/src/lib/libbsp/powerpc/psim/network/if_sim.c
+++ b/c/src/lib/libbsp/powerpc/psim/network/if_sim.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Trivial driver for PSIM's emulated ethernet device 'hw_ethtap'.
*
* NOTE: At the time of this writing (2009/1) 'hw_ethtap' requires
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/README b/c/src/lib/libbsp/powerpc/psim/shmsupp/README
index f355851c74..ba2d67752f 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/README
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This shared memory driver support code works with a modified version
of the PowerPC Simulator. The modifications are not yet merged
into the mainsteam distribution.
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
index 444c1e4d87..5de6aedf0c 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/addrconv.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
index 0ff2a3599b..51cf888fb8 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/getcfg.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
index 12209fb1a2..5ce2e82a2e 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c
index 18f83828d6..68e816a25d 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/start/start.S b/c/src/lib/libbsp/powerpc/psim/start/start.S
index 0e2967698a..4d4c16ae95 100644
--- a/c/src/lib/libbsp/powerpc/psim/start/start.S
+++ b/c/src/lib/libbsp/powerpc/psim/start/start.S
@@ -13,8 +13,6 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
index d6fba2e6f5..29cbb7635c 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
index f313375440..07dae94fc9 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/psim_registers.c b/c/src/lib/libbsp/powerpc/psim/startup/psim_registers.c
index f3de59b3c5..894f1de4a5 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/psim_registers.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/psim_registers.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/README b/c/src/lib/libbsp/powerpc/psim/vectors/README
index 4081ae2525..02ab163dfd 100644
--- a/c/src/lib/libbsp/powerpc/psim/vectors/README
+++ b/c/src/lib/libbsp/powerpc/psim/vectors/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The location of the vectors file object is critical.
From the comments at the head of vectors.s:
diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/align_h.S b/c/src/lib/libbsp/powerpc/psim/vectors/align_h.S
index b1bcfb1566..deec4e1484 100644
--- a/c/src/lib/libbsp/powerpc/psim/vectors/align_h.S
+++ b/c/src/lib/libbsp/powerpc/psim/vectors/align_h.S
@@ -39,8 +39,6 @@
* software without specific, written prior permission.
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/Makefile.am b/c/src/lib/libbsp/powerpc/qemuppc/Makefile.am
index 945a723f45..0dce1cdff6 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/qemuppc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/README b/c/src/lib/libbsp/powerpc/qemuppc/README
index de4f231b7b..0bfc73996d 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/README
+++ b/c/src/lib/libbsp/powerpc/qemuppc/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This BSP is designed to operate on the PPC simulator provided by qemu.
We are using the Courverture Project's qemu source tree.
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/configure.ac b/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
index 3c86f35a60..063b4766f9 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/console/console-io.c b/c/src/lib/libbsp/powerpc/qemuppc/console/console-io.c
index c67bc0dab4..8c3682433d 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/console/console-io.c
+++ b/c/src/lib/libbsp/powerpc/qemuppc/console/console-io.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/include/bsp.h b/c/src/lib/libbsp/powerpc/qemuppc/include/bsp.h
index 62e6a457bb..9632bf9052 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/qemuppc/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg b/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
index 5ae4a85ba2..177f88fe86 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
+++ b/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
@@ -1,8 +1,6 @@
#
# Config file for the PowerPC 60x simulator in Qemu
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c b/c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c
index 43dbef49b9..c0549def00 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/qemuppc/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c b/c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c
index 5a12f747b7..f43972aee6 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c
+++ b/c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
static void
__outb(int port, unsigned char v)
{
diff --git a/c/src/lib/libbsp/powerpc/qoriq/Makefile.am b/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
index d89e821958..cc9c8b4a6e 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c b/c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c
index d7c7ad7e14..31672c76ab 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/configure.ac b/c/src/lib/libbsp/powerpc/qoriq/configure.ac
index 8bd7523c6f..7b82c1dd53 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/configure.ac
+++ b/c/src/lib/libbsp/powerpc/qoriq/configure.ac
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-powerpc-qoriq],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs])
diff --git a/c/src/lib/libbsp/powerpc/qoriq/console/console-config.c b/c/src/lib/libbsp/powerpc/qoriq/console/console-config.c
index b14c6bdd63..3947a27aba 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/console/console-config.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/console/console-config.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-master.c b/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-master.c
index f956a52f4b..3f78997e55 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-master.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-master.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <sys/stat.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-slave.c b/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-slave.c
index c9bdcf4f01..e4f71542d3 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-slave.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/console/uart-bridge-slave.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/bsp.h b/c/src/lib/libbsp/powerpc/qoriq/include/bsp.h
index fd4853dfef..47f9e52099 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/bsp.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_BSP_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/intercom.h b/c/src/lib/libbsp/powerpc/qoriq/include/intercom.h
index 15964169f8..bd165d9a93 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/intercom.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/intercom.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_INTERCOM_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/irq.h b/c/src/lib/libbsp/powerpc/qoriq/include/irq.h
index 248bc2b8fb..e4c138a157 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/irq.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/irq.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/mmu.h b/c/src/lib/libbsp/powerpc/qoriq/include/mmu.h
index 92a241d87d..27eb681ab8 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/mmu.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/mmu.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_MMU_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h b/c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h
index 36c5c20362..644128a609 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/qoriq.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_QORIQ_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/tm27.h b/c/src/lib/libbsp/powerpc/qoriq/include/tm27.h
index bc38d5f559..87f885fb4e 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/tm27.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
index f2c1d6a6ec..3bf38e734d 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/uart-bridge.h b/c/src/lib/libbsp/powerpc/qoriq/include/uart-bridge.h
index af59fc9a7a..ada3b2c827 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/uart-bridge.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/uart-bridge.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_QORIQ_UART_BRIDGE_H
diff --git a/c/src/lib/libbsp/powerpc/qoriq/irq/irq.c b/c/src/lib/libbsp/powerpc/qoriq/irq/irq.c
index da5ecc96a8..d6b18ef0d9 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/irq/irq.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
index 03a64dc162..fb401f7a9f 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
@@ -1,8 +1,6 @@
#
# Shared base config file for QorIQ BSPs
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/qoriq/network/network.c b/c/src/lib/libbsp/powerpc/qoriq/network/network.c
index db04809429..76c9cfacff 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/network/network.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/network/network.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define __INSIDE_RTEMS_BSD_TCPIP_STACK__ 1
diff --git a/c/src/lib/libbsp/powerpc/qoriq/rtc/rtc-config.c b/c/src/lib/libbsp/powerpc/qoriq/rtc/rtc-config.c
index 4e9cac1ea5..52c450e867 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/rtc/rtc-config.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/rtc/rtc-config.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libchip/rtc.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom-mpci.c b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom-mpci.c
index 8dfb81d427..aad6d1ab3c 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom-mpci.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom-mpci.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom.c b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom.c
index e1420997ba..f65b432ff4 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/intercom.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/lock.S b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/lock.S
index d41a59fdd0..eaef991f98 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/shmsupp/lock.S
+++ b/c/src/lib/libbsp/powerpc/qoriq/shmsupp/lock.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/start/start.S b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
index 59be1c23f8..463e6b28aa 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/start/start.S
+++ b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/bsppredriverhook.c b/c/src/lib/libbsp/powerpc/qoriq/startup/bsppredriverhook.c
index 80084b78bf..dddd3e2bf5 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/bsppredriverhook.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/bsppredriverhook.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/bspreset.c b/c/src/lib/libbsp/powerpc/qoriq/startup/bspreset.c
index 24c2c5291f..fdbcdf6590 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/bspreset.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/bspreset.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdbool.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
index 0a7cd3a5dc..99c3243d81 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c
index 6f3ab103ef..676b8b9f57 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-config.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-tlb1.S b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-tlb1.S
index 390b5474b6..fc6459b14f 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-tlb1.S
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu-tlb1.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu.c b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu.c
index 485ef5b243..5b4cc1536e 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/mmu.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/mmu.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/mmu.h>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/timer/timer.c b/c/src/lib/libbsp/powerpc/qoriq/timer/timer.c
index eaf163ac61..65be57c081 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/timer/timer.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/btimer.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/Makefile.am
index 3a6b0704df..264a30c7bf 100644
--- a/c/src/lib/libbsp/powerpc/score603e/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/score603e/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
index efc30b6e18..cab81cc185 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
index 2f08d5f265..4c59f1d0b2 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
index 0905ad7ce9..76f4b29813 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/README b/c/src/lib/libbsp/powerpc/score603e/README
index f1217a2b6d..1caa2bdafb 100644
--- a/c/src/lib/libbsp/powerpc/score603e/README
+++ b/c/src/lib/libbsp/powerpc/score603e/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: score603e
BOARD: VISTA SCORE 603e Generation II and beyond
BUS: N/A
diff --git a/c/src/lib/libbsp/powerpc/score603e/configure.ac b/c/src/lib/libbsp/powerpc/score603e/configure.ac
index e7ffcdf2c2..feedd0a799 100644
--- a/c/src/lib/libbsp/powerpc/score603e/configure.ac
+++ b/c/src/lib/libbsp/powerpc/score603e/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-ep1a],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
index c826b4e20c..ba94edc581 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
index 0b578363c6..2b1dae9692 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __85c30_H
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/console.c b/c/src/lib/libbsp/powerpc/score603e/console/console.c
index 392aa4a608..c69b7f78bc 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/console.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/console.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h b/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
index 2e43693b40..affa3d69fb 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __CONSOLEBSP_H
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
index efb49b901c..a6ee9a417b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include "consolebsp.h"
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
index 7855235066..c977510e64 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
index 9b6ac15a37..acb6faf3e2 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __SCORE_GENERATION_2_h
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/tm27.h b/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
index 4b8a0db1ed..10e07ce755 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
index b1520ff8c7..eb7bee45b5 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
index f82efb8d30..956dc26dda 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq.h b/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
index 761156623f..06392843ac 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef BSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
index 29ac764f84..995f51cb5b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/no_pic.c b/c/src/lib/libbsp/powerpc/score603e/irq/no_pic.c
index f0cc12db6f..0fcfc5b383 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/no_pic.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/no_pic.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/make/custom/score603e.cfg b/c/src/lib/libbsp/powerpc/score603e/make/custom/score603e.cfg
index 6ee9530d1e..7b03438673 100644
--- a/c/src/lib/libbsp/powerpc/score603e/make/custom/score603e.cfg
+++ b/c/src/lib/libbsp/powerpc/score603e/make/custom/score603e.cfg
@@ -4,8 +4,6 @@
#
# + Vista SCORE 603e
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/score603e/start/start.S b/c/src/lib/libbsp/powerpc/score603e/start/start.S
index 1671bcc456..c67e59875b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/start/start.S
+++ b/c/src/lib/libbsp/powerpc/score603e/start/start.S
@@ -13,8 +13,6 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
- *
- * $Id$
*/
#include "ppc-asm.h"
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
index 117e3bc06b..d921d61dc0 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
index 2d9980fe5e..9eaa6c7f52 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
index f3598a8982..94974c20af 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
index 9d39030c63..07483c2d71 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/timer/timer.c b/c/src/lib/libbsp/powerpc/score603e/timer/timer.c
index 8fcdb97c15..684be5496e 100644
--- a/c/src/lib/libbsp/powerpc/score603e/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/score603e/timer/timer.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <assert.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c b/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
index 3c2becd30b..0555b6c341 100644
--- a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
+++ b/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
index b678913012..cfe9a48d99 100644
--- a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_CONFIG_H
#define RTEMS_BSP_VME_CONFIG_H
-/* $Id$ */
/* BSP specific address space configuration parameters */
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/README b/c/src/lib/libbsp/powerpc/shared/bootloader/README
index b4984e190f..23af0c9a9e 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/README
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The code in this directory has been taken WITH PERMISSION from
Gabriel Paubert, paubert@iram.es. The main reason for having
a separate bootloader for PreP compliant firmware is that the
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h b/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
index d5dfdb8928..f0be3a52b3 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _PPC_BOOTLDR_H
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c b/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
index 6104055f71..add316ec5d 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*****************************************************************************
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S b/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
index bd89613a2a..f457a14a64 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* If the symbol __BOOT__ is defined, a slightly different version is
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S b/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S
index ea1c6c7383..68e1169d6b 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/exception.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* This is an improved version of the TLB interrupt handling code from
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/head.S b/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
index f768a3661c..8bfcccf2fd 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c b/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c
index 4182760737..5b1f54cd3f 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/lib.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
void* memset(void *p, int c, unsigned int n)
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c b/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c
index 25bc240b92..5bd61dffea 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/misc.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c b/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
index 319570d7cb..9dca6ed6ae 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* This code is a crude memory manager for early boot for LinuxPPC.
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c b/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c
index 3fc4c5e104..2c08499c40 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <sys/types.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.c b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.c
index 2eb7c1b777..9d7efe6afc 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.c
@@ -10,8 +10,6 @@
* - added minCompression parameter to deflateInit2
* - added Z_PACKET_FLUSH (see zlib.h for details)
* - added inflateIncomp
- *
- * $Id$
*/
/*+++++*/
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
index cce54696dc..f778b3dcd5 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/zlib.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
diff --git a/c/src/lib/libbsp/powerpc/shared/clock/p_clock.c b/c/src/lib/libbsp/powerpc/shared/clock/p_clock.c
index 1400665bbe..25213a9bbd 100644
--- a/c/src/lib/libbsp/powerpc/shared/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/shared/clock/p_clock.c
@@ -10,8 +10,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/bspreset.c b/c/src/lib/libbsp/powerpc/shared/console/bspreset.c
index 706121d6b6..2b47458965 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/bspreset.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/bspreset.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include "console.inl"
#include <rtems/bspIo.h>
#include <libcpu/stackTrace.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/console.c b/c/src/lib/libbsp/powerpc/shared/console/console.c
index b386f58969..ab64c0812e 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/console.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/console.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/console.inl b/c/src/lib/libbsp/powerpc/shared/console/console.inl
index 142bdd18ce..1e300ef01a 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/console.inl
+++ b/c/src/lib/libbsp/powerpc/shared/console/console.inl
@@ -1,11 +1,8 @@
-
/* inline routines for console i/o
*
* The purpose of this file is to provide generic inline functions,
* i.e. not using hardcoded base addresses. These are provided by
* the BSP header.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h b/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
index 5f609da291..7ccdcb9f9d 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
+++ b/c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __CONSOLE_IO_H
diff --git a/c/src/lib/libbsp/powerpc/shared/console/inch.c b/c/src/lib/libbsp/powerpc/shared/console/inch.c
index 54abc0bae3..c72c5e8623 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/inch.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/inch.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/keyboard.h b/c/src/lib/libbsp/powerpc/shared/console/keyboard.h
index d8ce1a3c17..1c39fbbf4f 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/keyboard.h
+++ b/c/src/lib/libbsp/powerpc/shared/console/keyboard.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LINUX_KEYBOARD_H
diff --git a/c/src/lib/libbsp/powerpc/shared/console/polled_io.c b/c/src/lib/libbsp/powerpc/shared/console/polled_io.c
index c486b1e127..501d8394fe 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/polled_io.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/polled_io.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/uart.c b/c/src/lib/libbsp/powerpc/shared/console/uart.c
index 81cada4062..1079af12ac 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/uart.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/uart.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/console/uart.h b/c/src/lib/libbsp/powerpc/shared/console/uart.h
index 405d2ea637..b7539b5b7b 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/uart.h
+++ b/c/src/lib/libbsp/powerpc/shared/console/uart.h
@@ -1,5 +1,4 @@
-
/*
* This software is Copyright (C) 1998 by T.sqware - all rights limited
* It is provided in to the public domain "as is", can be freely modified
diff --git a/c/src/lib/libbsp/powerpc/shared/flash/flash.c b/c/src/lib/libbsp/powerpc/shared/flash/flash.c
index 1e7a036b61..ebd38cfaed 100644
--- a/c/src/lib/libbsp/powerpc/shared/flash/flash.c
+++ b/c/src/lib/libbsp/powerpc/shared/flash/flash.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Trivial Flash Programmer */
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2006 */
diff --git a/c/src/lib/libbsp/powerpc/shared/flash/flashPgm.h b/c/src/lib/libbsp/powerpc/shared/flash/flashPgm.h
index aae35966e5..7c6d7e1880 100644
--- a/c/src/lib/libbsp/powerpc/shared/flash/flashPgm.h
+++ b/c/src/lib/libbsp/powerpc/shared/flash/flashPgm.h
@@ -1,6 +1,5 @@
#ifndef BSP_FLASH_PGM_API_H
#define BSP_FLASH_PGM_API_H
-/* $Id$ */
/* Trivial Flash Programmer */
diff --git a/c/src/lib/libbsp/powerpc/shared/flash/flashPgmPvt.h b/c/src/lib/libbsp/powerpc/shared/flash/flashPgmPvt.h
index c035a08ef2..52825d0c5a 100644
--- a/c/src/lib/libbsp/powerpc/shared/flash/flashPgmPvt.h
+++ b/c/src/lib/libbsp/powerpc/shared/flash/flashPgmPvt.h
@@ -1,7 +1,6 @@
#ifndef FLASH_GLUE_INTERFACE_H
#define FLASH_GLUE_INTERFACE_H
-/* $Id$ */
/* Trivial flash programmer (for restrictions see below) */
diff --git a/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c b/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c
index 5430fbb412..9c0be50d7f 100644
--- a/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c
+++ b/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Trivial driver for 16-bit intel flash present on the
* MVME5500/MVME6100 boards.
diff --git a/c/src/lib/libbsp/powerpc/shared/flash/spansionFlash.c b/c/src/lib/libbsp/powerpc/shared/flash/spansionFlash.c
index 37aee0867b..06f6f8548e 100644
--- a/c/src/lib/libbsp/powerpc/shared/flash/spansionFlash.c
+++ b/c/src/lib/libbsp/powerpc/shared/flash/spansionFlash.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Trivial driver for spansion flash present on the
* MVME3100 board.
diff --git a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
index c5b51559e7..87c9532728 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_SHARED_LINKER_SYMBOLS_H
diff --git a/c/src/lib/libbsp/powerpc/shared/include/nvram.h b/c/src/lib/libbsp/powerpc/shared/include/nvram.h
index 6d8a8bc0a9..f579544336 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/nvram.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/nvram.h
@@ -2,8 +2,6 @@
* PreP compliant NVRAM access
*
* This file can be found in motorla or IBP PPC site.
- *
- * $Id$
*/
#ifndef _PPC_NVRAM_H
diff --git a/c/src/lib/libbsp/powerpc/shared/include/start.h b/c/src/lib/libbsp/powerpc/shared/include/start.h
index 18574e4ba9..bb1d412a2e 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/start.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/start.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_SHARED_START_H
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
index 19e25e6b98..69ac7b4531 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
@@ -1,4 +1,3 @@
-
/*
* This file contains the implementation of the function described in irq.h
* related to Intel 8259 Programmable Interrupt controller.
@@ -8,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/irq.h b/c/src/lib/libbsp/powerpc/shared/irq/irq.h
index 75a155e483..9b507df118 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/shared/irq/irq.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef BSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
index 8d05d02f4b..2a91ef1fd8 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/io.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
index 6551ad47e3..880840e19f 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
index c51003a53a..5f93baf9dc 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
index 10e390ea64..cc627ed78d 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
index 51621d3298..31fc84685f 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* MotLoad VPD format */
/*
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.h b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.h
index 61b633f38a..23e49ac9f0 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.h
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.h
@@ -1,6 +1,5 @@
#ifndef PPC_MOTLOAD_VPD_H
#define PPC_MOTLOAD_VPD_H
-/* $Id$ */
/* MotLoad VPD format */
diff --git a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
index 0475f4ea41..e1b14fd6a1 100644
--- a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
+++ b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h
index 90888e139d..7353c8851b 100644
--- a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h
+++ b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.h
@@ -30,8 +30,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_OPENPIC_H
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c b/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
index 69b2c277c6..fc2127ee30 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
+++ b/c/src/lib/libbsp/powerpc/shared/pci/detect_raven_bridge.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <libcpu/io.h>
#include <libcpu/spr.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/generic_clear_hberrs.c b/c/src/lib/libbsp/powerpc/shared/pci/generic_clear_hberrs.c
index eb297dca45..058f179c8d 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/generic_clear_hberrs.c
+++ b/c/src/lib/libbsp/powerpc/shared/pci/generic_clear_hberrs.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <libcpu/io.h>
#include <libcpu/spr.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/pci.c b/c/src/lib/libbsp/powerpc/shared/pci/pci.c
index 9b09f82b79..db5a4861c9 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/pci.c
+++ b/c/src/lib/libbsp/powerpc/shared/pci/pci.c
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Till Straumann, <strauman@slac.stanford.edu>, 1/2002
* - separated bridge detection code out of this file
*/
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/pci.h b/c/src/lib/libbsp/powerpc/shared/pci/pci.h
index 95ab36ee22..8b4ce85f94 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/pci.h
+++ b/c/src/lib/libbsp/powerpc/shared/pci/pci.h
@@ -11,8 +11,6 @@
* PCI Local Bus Specification
* PCI to PCI Bridge Specification
* PCI System Design Guide
- *
- * $Id$
*/
#ifndef BSP_POWERPC_PCI_H
diff --git a/c/src/lib/libbsp/powerpc/shared/pci/pcifinddevice.c b/c/src/lib/libbsp/powerpc/shared/pci/pcifinddevice.c
index d4c6018fb4..782eaba5b1 100644
--- a/c/src/lib/libbsp/powerpc/shared/pci/pcifinddevice.c
+++ b/c/src/lib/libbsp/powerpc/shared/pci/pcifinddevice.c
@@ -1,8 +1,5 @@
-
/* find a particular PCI device
* (we assume, the firmware configured the PCI bus[es] for us)
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/pnp.h b/c/src/lib/libbsp/powerpc/shared/residual/pnp.h
index beebba1b5f..203a1a46d3 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/pnp.h
+++ b/c/src/lib/libbsp/powerpc/shared/residual/pnp.h
@@ -14,9 +14,6 @@
/* For enum's: if given in hex then they are bit significant, i.e. */
/* only one bit is on for each enum */
-/*
- * $Id$
- */
#ifndef _PNP_
#define _PNP_
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.c b/c/src/lib/libbsp/powerpc/shared/residual/residual.c
index aaf62ebb1d..437470bb72 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/residual.c
+++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.h b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
index 114778e706..3c6ae3739d 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/residual.h
+++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
@@ -10,9 +10,6 @@
/* i.e. only one bit is on for each enum */
/* Reserved fields must be filled with zeros. */
-/*
- * $Id$
- */
#ifndef _RESIDUAL_
#define _RESIDUAL_
diff --git a/c/src/lib/libbsp/powerpc/shared/showbats.c b/c/src/lib/libbsp/powerpc/shared/showbats.c
index b09e6f555c..9b23cc784a 100644
--- a/c/src/lib/libbsp/powerpc/shared/showbats.c
+++ b/c/src/lib/libbsp/powerpc/shared/showbats.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S b/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
index 4ff5364ae7..97c4a342a3 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
+++ b/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/src/memcpy.c b/c/src/lib/libbsp/powerpc/shared/src/memcpy.c
index e527b4262e..e4ac29221c 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/memcpy.c
+++ b/c/src/lib/libbsp/powerpc/shared/src/memcpy.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/start/preload.S b/c/src/lib/libbsp/powerpc/shared/start/preload.S
index b0a6bc9edd..d8b47dfd2d 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/preload.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/preload.S
@@ -1,8 +1,6 @@
/*
* Mini-loader for the SVGM BSP.
*
- * $Id$
- *
* Author: Till Straumann, 10/2001 <strauman@slac.stanford.edu>
*
* Some ideas are borrowed from the powerpc/shared/bootloader
diff --git a/c/src/lib/libbsp/powerpc/shared/start/start.S b/c/src/lib/libbsp/powerpc/shared/start/start.S
index 5f0f4e5f9a..bbb37c0f96 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/start.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/start.S
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S b/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S
index 407e988896..07b17a48af 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S
@@ -4,8 +4,6 @@
*
* This file contains the entry point vector needed by some bootloaders
* derived from "vectors.S"
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspgetworkarea.c b/c/src/lib/libbsp/powerpc/shared/startup/bspgetworkarea.c
index aabf3555e8..174cf68df1 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspgetworkarea.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* #define BSP_GET_WORK_AREA_DEBUG */
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspidle.c b/c/src/lib/libbsp/powerpc/shared/startup/bspidle.c
index 7132dc4260..8b7145c799 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspidle.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspidle.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
index 0d345e0b28..3f5b220324 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
@@ -13,8 +13,6 @@
*
* Modified to support the MCP750.
* Modifications Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/panic.c b/c/src/lib/libbsp/powerpc/shared/startup/panic.c
index 7845bec735..f3080671f1 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/panic.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/panic.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <bsp.h>
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_activate.c b/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_activate.c
index ed06fe26b9..616be0bfb0 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_activate.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_activate.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include <rtems.h>
#include <libcpu/pte121.h>
#include <libcpu/bat.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_setup.c b/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_setup.c
index 6e5c4bf886..8a2a15e3f5 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_setup.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/pgtbl_setup.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include <rtems.h>
#include <libcpu/mmu.h>
#include <libcpu/page.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/ppc_idle.c b/c/src/lib/libbsp/powerpc/shared/startup/ppc_idle.c
index f6d07774fc..44ae87311c 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/ppc_idle.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/ppc_idle.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* ppc_idle.c
*
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
index 7763612840..fd2f9c62b1 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
@@ -11,8 +11,6 @@
*
* Modified to support the MCP750.
* Modifications Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/probeMemEnd.c b/c/src/lib/libbsp/powerpc/shared/startup/probeMemEnd.c
index 11828d291b..20214c12bc 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/probeMemEnd.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/probeMemEnd.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include <rtems.h>
#include <libcpu/spr.h>
#include <libcpu/cpuIdent.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c b/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
index e60357c8be..35ce1f4f06 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* sbrk.c
*
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/zerobss.c b/c/src/lib/libbsp/powerpc/shared/startup/zerobss.c
index 63a4aefb26..652dbb9d05 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/zerobss.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/zerobss.c
@@ -10,8 +10,6 @@
*
* Modified to support the MCP750.
* Modifications Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/tod/todcfg.c b/c/src/lib/libbsp/powerpc/shared/tod/todcfg.c
index 2abfddfe0a..fc69d71073 100644
--- a/c/src/lib/libbsp/powerpc/shared/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/shared/tod/todcfg.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/uboot_dump_bdinfo.c b/c/src/lib/libbsp/powerpc/shared/uboot_dump_bdinfo.c
index b138daabdc..36727b914c 100644
--- a/c/src/lib/libbsp/powerpc/shared/uboot_dump_bdinfo.c
+++ b/c/src/lib/libbsp/powerpc/shared/uboot_dump_bdinfo.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/powerpc/shared/uboot_getenv.c b/c/src/lib/libbsp/powerpc/shared/uboot_getenv.c
index e57b0d1f8d..73b265a72f 100644
--- a/c/src/lib/libbsp/powerpc/shared/uboot_getenv.c
+++ b/c/src/lib/libbsp/powerpc/shared/uboot_getenv.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdint.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
index 963fb90453..dfdf25d214 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_CONFIG_H
#define RTEMS_BSP_VME_CONFIG_H
-/* $Id$ */
/* BSP specific address space configuration parameters */
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c b/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
index 09e9aa838a..5036cb17d1 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
+++ b/c/src/lib/libbsp/powerpc/shared/vme/vme_universe.c
@@ -1,5 +1,3 @@
-/*$Id$*/
-
/* Implementation of the VME.h and VMEDMA.h APIs for the BSP using the
* vmeUniverse/vmeTsi148 drivers
*
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c b/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
index b7c91333c9..d5cdfd3c21 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
+++ b/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Default VME bridge configuration - note that this file
* is independent of the bridge driver/chip
*/
diff --git a/c/src/lib/libbsp/powerpc/ss555/Makefile.am b/c/src/lib/libbsp/powerpc/ss555/Makefile.am
index 8758be6d53..3dc3f63466 100644
--- a/c/src/lib/libbsp/powerpc/ss555/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/ss555/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/ss555/README b/c/src/lib/libbsp/powerpc/ss555/README
index 9768e06356..d4b020ba19 100644
--- a/c/src/lib/libbsp/powerpc/ss555/README
+++ b/c/src/lib/libbsp/powerpc/ss555/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a README file for the Intec SS555 of RTEMS 4.6.0
The SS555 port was sponsored by Defence Research and Development
diff --git a/c/src/lib/libbsp/powerpc/ss555/clock/p_clock.c b/c/src/lib/libbsp/powerpc/ss555/clock/p_clock.c
index fc1609749f..eab45a54cc 100644
--- a/c/src/lib/libbsp/powerpc/ss555/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/ss555/clock/p_clock.c
@@ -15,8 +15,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/ss555/configure.ac b/c/src/lib/libbsp/powerpc/ss555/configure.ac
index afb044c86b..59fcc87379 100644
--- a/c/src/lib/libbsp/powerpc/ss555/configure.ac
+++ b/c/src/lib/libbsp/powerpc/ss555/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-mbx5xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
index 9d1c60eb99..ae8bbce7da 100644
--- a/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/ss555/include/bsp.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/ss555/include/tm27.h b/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
index 32b41fdf54..a92bf32488 100644
--- a/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/ss555/irq/irq.h b/c/src/lib/libbsp/powerpc/ss555/irq/irq.h
index 9a1b20946c..10a8ed48ea 100644
--- a/c/src/lib/libbsp/powerpc/ss555/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/ss555/irq/irq.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_POWERPC_SS555_IRQ_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
index a28335600d..22ae7fba0b 100644
--- a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
+++ b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
@@ -6,9 +6,6 @@
# Config file for a PowerPC MPC860-based MBX821-001 card.
# Config file for a PowerPC 403 based helas403 card
# Config file for MPC860 based Ethernet Comm Board
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
index df2c17dc57..ba825fc118 100644
--- a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
@@ -19,8 +19,6 @@
*
* Modifications for MBX860:
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
diff --git a/c/src/lib/libbsp/powerpc/ss555/startup/linkcmds b/c/src/lib/libbsp/powerpc/ss555/startup/linkcmds
index efdc5bb70a..f32140497e 100644
--- a/c/src/lib/libbsp/powerpc/ss555/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/ss555/startup/linkcmds
@@ -16,8 +16,6 @@
* Debugging mode is chosen when the RTEMS_DEBUG symbol is defined. The
* RTEMS_DEBUG symbol is defined in the bsp_specs file whenever make(1) is
* invoked with VARIANT=DEBUG.
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
diff --git a/c/src/lib/libbsp/powerpc/ss555/startup/tm27supp.c b/c/src/lib/libbsp/powerpc/ss555/startup/tm27supp.c
index b8cdbd8dc6..4c1660ff70 100644
--- a/c/src/lib/libbsp/powerpc/ss555/startup/tm27supp.c
+++ b/c/src/lib/libbsp/powerpc/ss555/startup/tm27supp.c
@@ -1,7 +1,5 @@
/*
* Support routines for TM27
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/ss555/times b/c/src/lib/libbsp/powerpc/ss555/times
index 6cc16daceb..3052df9295 100644
--- a/c/src/lib/libbsp/powerpc/ss555/times
+++ b/c/src/lib/libbsp/powerpc/ss555/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the Intec SS555
#
-# $Id$
-#
Board: SS555
CPU: MPC555
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index e0f08b4dc7..6a7ffca541 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/README b/c/src/lib/libbsp/powerpc/tqm8xx/README
index 261932c3c5..51ab064e76 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/README
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a README file for the tqm8xx BSP
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
index 0e46563e43..8e871c22db 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
@@ -10,8 +10,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
index 38cb34f6e8..32957af55e 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-tqm8xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
index c286db906b..312bed2a87 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
@@ -44,8 +44,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
index 548d5a91db..36ee87df2a 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
@@ -33,8 +33,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
index 5b472f05c7..0d0f5b4478 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
index 6d58721f77..288cc32c52 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
@@ -46,8 +46,6 @@
* Modifications by Darlene Stewart <Darlene.Stewart@iit.nrc.ca>
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
index 8bb4aeb72a..a98eae064b 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
@@ -43,8 +43,6 @@
* Modifications by Darlene Stewart <Darlene.Stewart@iit.nrc.ca>
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
index b7a59acb16..372cd12d43 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
@@ -16,8 +16,6 @@
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
index 9eba18839e..153a8ce639 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
@@ -16,8 +16,6 @@
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S b/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
index 950730dc5c..6a9cf3edbb 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
@@ -17,7 +17,6 @@
| this file contains the startup assembly code |
| it is based on the gen83xx BSP |
\*===============================================================*/
-/* $Id$ */
#include <libcpu/powerpc-utility.h>
#include <rtems/powerpc/cache.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c b/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
index 21cd564b7f..6b3a7cf1c0 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
@@ -27,8 +27,6 @@
*
* this is derived from "timer.c" available in the m68k/gen68360 BSP
* adapted by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/virtex/Makefile.am b/c/src/lib/libbsp/powerpc/virtex/Makefile.am
index 148e003415..6faa494fb6 100644
--- a/c/src/lib/libbsp/powerpc/virtex/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/virtex/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/virtex/README b/c/src/lib/libbsp/powerpc/virtex/README
index 9092af511a..fa81a7859a 100644
--- a/c/src/lib/libbsp/powerpc/virtex/README
+++ b/c/src/lib/libbsp/powerpc/virtex/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
# Adapted from vitex BSP
BSP NAME: Virtex
diff --git a/c/src/lib/libbsp/powerpc/virtex/configure.ac b/c/src/lib/libbsp/powerpc/virtex/configure.ac
index f65f56d918..33819cc86b 100644
--- a/c/src/lib/libbsp/powerpc/virtex/configure.ac
+++ b/c/src/lib/libbsp/powerpc/virtex/configure.ac
@@ -1,6 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-virtex],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
diff --git a/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
index d587e0de69..06af553fc2 100644
--- a/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
@@ -29,8 +29,6 @@
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
*
- * $Id$
- *
* derived from "helas403/dlentry.S":
* Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
*/
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
index 148674454d..c5bb631d3f 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
@@ -36,8 +36,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
index f39d324eaa..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/xparameters_dflt.h b/c/src/lib/libbsp/powerpc/virtex/include/xparameters_dflt.h
index ca136c2525..b31cb26fe8 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/xparameters_dflt.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/xparameters_dflt.h
@@ -1,4 +1,3 @@
-
/*******************************************************************
*
* CAUTION: This file is automatically generated by libgen.
diff --git a/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg b/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
index eca1213d37..0283bd020e 100644
--- a/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
+++ b/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
@@ -1,8 +1,6 @@
#
# Config file for a generic PowerPC 405 based card
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
index e05e1443b3..843dddd972 100644
--- a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
@@ -52,8 +52,6 @@
* On-Line Applications Research Corporation (OAR).
*
* Modifications for PPC405GP by Dennis Ehlin
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/powerpc/virtex/startup/linkcmds b/c/src/lib/libbsp/powerpc/virtex/startup/linkcmds
index ad82ca7aeb..0ca293d71b 100644
--- a/c/src/lib/libbsp/powerpc/virtex/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/virtex/startup/linkcmds
@@ -6,8 +6,6 @@
*
* Modifications for gen405 by Dennis Ehlin
* Modifications for virtex by Keith, Greg, and Bob
- *
- * $Id$
*/
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
diff --git a/c/src/lib/libbsp/powerpc/virtex4/Makefile.am b/c/src/lib/libbsp/powerpc/virtex4/Makefile.am
index d6ae5d3350..adce2972f5 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/virtex4/Makefile.am
@@ -1,8 +1,4 @@
-##
-## $Id: $
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/virtex4/clock/clock.c b/c/src/lib/libbsp/powerpc/virtex4/clock/clock.c
index ef41b3d9da..7617720d45 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/virtex4/clock/clock.c
@@ -33,8 +33,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Modifications for PPC405GP by Dennis Ehlin
- *
- * $Id: clock.c 63 2011-04-26 00:23:51Z claus $
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/virtex4/configure.ac b/c/src/lib/libbsp/powerpc/virtex4/configure.ac
index 8f865816d0..5d8a4671db 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/configure.ac
+++ b/c/src/lib/libbsp/powerpc/virtex4/configure.ac
@@ -1,6 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id: $
AC_PREREQ(2.68)
AC_INIT([rtems-c-src-lib-libbsp-powerpc-virtex4],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
index 1ae242abec..cb45b66e1b 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
@@ -36,8 +36,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id: bsp.h 63 2011-04-26 00:23:51Z claus $
- *
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
index 50d9606cef..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: coverhd.h 63 2011-04-26 00:23:51Z claus $
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/virtex5/Makefile.am b/c/src/lib/libbsp/powerpc/virtex5/Makefile.am
index 5952497008..31d39878cb 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/virtex5/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id: $
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/powerpc/virtex5/configure.ac b/c/src/lib/libbsp/powerpc/virtex5/configure.ac
index 7abff1b817..a62738de28 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/configure.ac
+++ b/c/src/lib/libbsp/powerpc/virtex5/configure.ac
@@ -1,6 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id: $
AC_PREREQ(2.68)
AC_INIT([rtems-c-src-lib-libbsp-powerpc-virtex5],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
index 1ae242abec..cb45b66e1b 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
@@ -36,8 +36,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id: bsp.h 63 2011-04-26 00:23:51Z claus $
- *
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
index 50d9606cef..025488c730 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id: coverhd.h 63 2011-04-26 00:23:51Z claus $
*/
/*
diff --git a/c/src/lib/libbsp/sh/Makefile.am b/c/src/lib/libbsp/sh/Makefile.am
index cf5212b2c0..33c5db1613 100644
--- a/c/src/lib/libbsp/sh/Makefile.am
+++ b/c/src/lib/libbsp/sh/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/sh/configure.ac b/c/src/lib/libbsp/sh/configure.ac
index 96eea71f92..ca901dd673 100644
--- a/c/src/lib/libbsp/sh/configure.ac
+++ b/c/src/lib/libbsp/sh/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.am b/c/src/lib/libbsp/sh/gensh1/Makefile.am
index ed6e50c488..15583546dd 100644
--- a/c/src/lib/libbsp/sh/gensh1/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sh/gensh1/README b/c/src/lib/libbsp/sh/gensh1/README
index ce465b16a2..6165403cb4 100644
--- a/c/src/lib/libbsp/sh/gensh1/README
+++ b/c/src/lib/libbsp/sh/gensh1/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
diff --git a/c/src/lib/libbsp/sh/gensh1/configure.ac b/c/src/lib/libbsp/sh/gensh1/configure.ac
index 10c3c394af..93c8b56400 100644
--- a/c/src/lib/libbsp/sh/gensh1/configure.ac
+++ b/c/src/lib/libbsp/sh/gensh1/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sh-gensh1],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
index 39e5d6cb57..e1c28f0539 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
index 4dbdaf18fe..b4874f5178 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
@@ -35,8 +35,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1.cfg b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1.cfg
index 5bc4fa58aa..4f80115721 100644
--- a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1.cfg
+++ b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1.cfg
@@ -5,8 +5,6 @@
#
# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/gensh1/start/start.S b/c/src/lib/libbsp/sh/gensh1/start/start.S
index 38e3ab37f9..f5a52a19af 100644
--- a/c/src/lib/libbsp/sh/gensh1/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh1/start/start.S
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sh/gensh1/startup/linkcmds b/c/src/lib/libbsp/sh/gensh1/startup/linkcmds
index 02554b55bb..90715b234e 100644
--- a/c/src/lib/libbsp/sh/gensh1/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/gensh1/startup/linkcmds
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
OUTPUT_ARCH(sh)
diff --git a/c/src/lib/libbsp/sh/gensh1/times b/c/src/lib/libbsp/sh/gensh1/times
index 8820913932..1ab4e43335 100644
--- a/c/src/lib/libbsp/sh/gensh1/times
+++ b/c/src/lib/libbsp/sh/gensh1/times
@@ -5,8 +5,6 @@
#
# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
-# $Id$
-#
Board: Diesner OktagonSH/AMOS-2.1
CPU: Hitachi SH 7032
diff --git a/c/src/lib/libbsp/sh/gensh2/Makefile.am b/c/src/lib/libbsp/sh/gensh2/Makefile.am
index bc54b0a17d..6339206624 100644
--- a/c/src/lib/libbsp/sh/gensh2/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sh/gensh2/README b/c/src/lib/libbsp/sh/gensh2/README
index c05974f4cb..eceb272853 100644
--- a/c/src/lib/libbsp/sh/gensh2/README
+++ b/c/src/lib/libbsp/sh/gensh2/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
# Adapted by: John Mills (jmills@tga.com)
# Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl)
diff --git a/c/src/lib/libbsp/sh/gensh2/README.EVB7045F b/c/src/lib/libbsp/sh/gensh2/README.EVB7045F
index f459b0ec39..813cd6b816 100644
--- a/c/src/lib/libbsp/sh/gensh2/README.EVB7045F
+++ b/c/src/lib/libbsp/sh/gensh2/README.EVB7045F
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Author: Radzislaw Galler (rgaller@et.put.poznan.pl)
#
diff --git a/c/src/lib/libbsp/sh/gensh2/configure.ac b/c/src/lib/libbsp/sh/gensh2/configure.ac
index 8d9d75073d..71c2d0b8b9 100644
--- a/c/src/lib/libbsp/sh/gensh2/configure.ac
+++ b/c/src/lib/libbsp/sh/gensh2/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sh-gensh2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sh/gensh2/console/config.c b/c/src/lib/libbsp/sh/gensh2/console/config.c
index 7a0095fa94..e45183abd8 100644
--- a/c/src/lib/libbsp/sh/gensh2/console/config.c
+++ b/c/src/lib/libbsp/sh/gensh2/console/config.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
index d111744083..400bf455d7 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
@@ -29,8 +29,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
index 07ef0765f9..3145f09a76 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
@@ -36,8 +36,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg
index 659a49c50d..00d0fbf837 100644
--- a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg
+++ b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2.cfg
@@ -5,8 +5,6 @@
#
# Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.S b/c/src/lib/libbsp/sh/gensh2/start/start.S
index e3e23192b0..c00206f13d 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.S
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c
index c0f1d70ab4..8cf9725b3b 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c
+++ b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c
@@ -33,8 +33,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
index 098b04cf07..be04e23faa 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
@@ -35,8 +35,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
OUTPUT_ARCH(sh)
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
index ec711a932e..1d75185354 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
@@ -35,8 +35,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
OUTPUT_FORMAT("coff-sh")
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
index 1bf5be7120..b734437d5c 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
@@ -35,8 +35,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
OUTPUT_FORMAT("coff-sh")
diff --git a/c/src/lib/libbsp/sh/gensh4/Makefile.am b/c/src/lib/libbsp/sh/gensh4/Makefile.am
index b73a2da227..70b667b2c7 100644
--- a/c/src/lib/libbsp/sh/gensh4/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sh/gensh4/README b/c/src/lib/libbsp/sh/gensh4/README
index ae87b2b81a..13e719d72f 100644
--- a/c/src/lib/libbsp/sh/gensh4/README
+++ b/c/src/lib/libbsp/sh/gensh4/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Author: Alexandra Kossovsky <sasha@oktet.ru>
# Victor Vengerov <vvv@oktet.ru>
# OKTET Ltd, http://www.oktet.ru
diff --git a/c/src/lib/libbsp/sh/gensh4/configure.ac b/c/src/lib/libbsp/sh/gensh4/configure.ac
index 307bcf8b95..0365e1141f 100644
--- a/c/src/lib/libbsp/sh/gensh4/configure.ac
+++ b/c/src/lib/libbsp/sh/gensh4/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sh-gensh4],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sh/gensh4/console/console.c b/c/src/lib/libbsp/sh/gensh4/console/console.c
index 58c4e7f3ca..700568932b 100644
--- a/c/src/lib/libbsp/sh/gensh4/console/console.c
+++ b/c/src/lib/libbsp/sh/gensh4/console/console.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c b/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c
index 2563e64251..f0007ee9a5 100644
--- a/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c
+++ b/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#include "rtems/score/sh7750_regs.h"
diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
index 1c1a52dd6f..317e3fc80a 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
@@ -33,8 +33,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sh/gensh4/include/sdram.h b/c/src/lib/libbsp/sh/gensh4/include/sdram.h
index abf72f94e0..c9d15772c8 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/sdram.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/sdram.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __SDRAM_H__
diff --git a/c/src/lib/libbsp/sh/gensh4/include/tm27.h b/c/src/lib/libbsp/sh/gensh4/include/tm27.h
index e4e7dc24b4..cb97bdc788 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/tm27.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sh/gensh4/make/custom/gensh4.cfg b/c/src/lib/libbsp/sh/gensh4/make/custom/gensh4.cfg
index 60cc963897..dd1a9f7341 100644
--- a/c/src/lib/libbsp/sh/gensh4/make/custom/gensh4.cfg
+++ b/c/src/lib/libbsp/sh/gensh4/make/custom/gensh4.cfg
@@ -5,9 +5,6 @@
#
# Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
# Author: Victor V. Vengerov <vvv@oktet.ru>
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/gensh4/start/start.S b/c/src/lib/libbsp/sh/gensh4/start/start.S
index 96d4190f2d..ceea1b09fa 100644
--- a/c/src/lib/libbsp/sh/gensh4/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh4/start/start.S
@@ -32,8 +32,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds
index 5c6a371648..2546bf290f 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom
index 3dcddfa3eb..a5cd939181 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom
+++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram
index 7a36454f10..68c3b1a3cc 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram
+++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sh/gensh4/times b/c/src/lib/libbsp/sh/gensh4/times
index 644f7d0596..0f2c3724cd 100644
--- a/c/src/lib/libbsp/sh/gensh4/times
+++ b/c/src/lib/libbsp/sh/gensh4/times
@@ -1,8 +1,6 @@
#
# Timing Test Suite Results for the SH-4 BSP
#
-# $Id$
-#
Board: SH-4 based
CPU: SH-4
diff --git a/c/src/lib/libbsp/sh/shared/bsphwinit.c b/c/src/lib/libbsp/sh/shared/bsphwinit.c
index fd17dc3e7e..d8d95050c0 100644
--- a/c/src/lib/libbsp/sh/shared/bsphwinit.c
+++ b/c/src/lib/libbsp/sh/shared/bsphwinit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
void bsp_hw_init( void )
diff --git a/c/src/lib/libbsp/sh/shared/bspstart.c b/c/src/lib/libbsp/sh/shared/bspstart.c
index 8fa18717c6..c43c9cb5fd 100644
--- a/c/src/lib/libbsp/sh/shared/bspstart.c
+++ b/c/src/lib/libbsp/sh/shared/bspstart.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/shared/console.c b/c/src/lib/libbsp/sh/shared/console.c
index 1bde1a8981..21abd01634 100644
--- a/c/src/lib/libbsp/sh/shared/console.c
+++ b/c/src/lib/libbsp/sh/shared/console.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/shared/setvec.c b/c/src/lib/libbsp/sh/shared/setvec.c
index c658ae7fba..5916ed2754 100644
--- a/c/src/lib/libbsp/sh/shared/setvec.c
+++ b/c/src/lib/libbsp/sh/shared/setvec.c
@@ -32,8 +32,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am
index 85c8e07401..bc039bbeb5 100644
--- a/c/src/lib/libbsp/sh/shsim/Makefile.am
+++ b/c/src/lib/libbsp/sh/shsim/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sh/shsim/README b/c/src/lib/libbsp/sh/shsim/README
index ffe63489ab..866fedafa2 100644
--- a/c/src/lib/libbsp/sh/shsim/README
+++ b/c/src/lib/libbsp/sh/shsim/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Simple BSP for the SH simulator built into gdb.
Simulator Invocation
diff --git a/c/src/lib/libbsp/sh/shsim/configure.ac b/c/src/lib/libbsp/sh/shsim/configure.ac
index 7da50c9190..c1198dd48c 100644
--- a/c/src/lib/libbsp/sh/shsim/configure.ac
+++ b/c/src/lib/libbsp/sh/shsim/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sh-shsim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sh/shsim/include/bsp.h b/c/src/lib/libbsp/sh/shsim/include/bsp.h
index fc8e780adc..2dc39a5a9a 100644
--- a/c/src/lib/libbsp/sh/shsim/include/bsp.h
+++ b/c/src/lib/libbsp/sh/shsim/include/bsp.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
index 4a319ab4e2..86dc10893b 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
@@ -2,9 +2,6 @@
# simsh1.cfg
#
# default configuration for gdb-simulation of Hitachi sh1 processors
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
index 9860dafce6..bf18cc6af0 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
@@ -2,9 +2,6 @@
# simsh2.cfg
#
# default configuration for gdb-simulation of Hitachi sh2 processors
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
index c3eb199e89..84f06e2b6b 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
@@ -1,8 +1,6 @@
#
# Config file for the sh simulator in gdb as SH2E
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
index 7ef555afb2..9245a85e7f 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
@@ -1,8 +1,6 @@
#
# Config file for the sh simulator in gdb
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sh/shsim/start/start.S b/c/src/lib/libbsp/sh/shsim/start/start.S
index 786a83c15f..52c9e07bfb 100644
--- a/c/src/lib/libbsp/sh/shsim/start/start.S
+++ b/c/src/lib/libbsp/sh/shsim/start/start.S
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sh/shsim/startup/linkcmds b/c/src/lib/libbsp/sh/shsim/startup/linkcmds
index c49d0e3946..70437f4681 100644
--- a/c/src/lib/libbsp/sh/shsim/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/shsim/startup/linkcmds
@@ -15,8 +15,6 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
OUTPUT_ARCH(sh)
diff --git a/c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim b/c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim
index 5e7f7ec285..9e5c86f923 100644
--- a/c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim
+++ b/c/src/lib/libbsp/sh/shsim/startup/linkcmds.sim
@@ -15,8 +15,6 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
OUTPUT_ARCH(sh)
diff --git a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
index 74944eb8fa..a383ac8587 100644
--- a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
+++ b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sh/shsim/trap34/console-support.S b/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
index 3aef9c7e24..63f72f794b 100644
--- a/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
+++ b/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
@@ -1,7 +1,5 @@
/*
* newlib-1.8.2/newlib/libc/sys/sh/trap.S
- *
- * $Id$
*/
.text
.global ___trap34
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 8276de8d13..189b463cc0 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -45,8 +45,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bspclean.c b/c/src/lib/libbsp/shared/bspclean.c
index 6636dfb577..a037e5a20b 100644
--- a/c/src/lib/libbsp/shared/bspclean.c
+++ b/c/src/lib/libbsp/shared/bspclean.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bspgetworkarea.c b/c/src/lib/libbsp/shared/bspgetworkarea.c
index f7f7f36bea..a2ad2e93ce 100644
--- a/c/src/lib/libbsp/shared/bspgetworkarea.c
+++ b/c/src/lib/libbsp/shared/bspgetworkarea.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* #define BSP_GET_WORK_AREA_DEBUG */
diff --git a/c/src/lib/libbsp/shared/bspinit.c b/c/src/lib/libbsp/shared/bspinit.c
index 3245bc32ab..b617b5cb3d 100644
--- a/c/src/lib/libbsp/shared/bspinit.c
+++ b/c/src/lib/libbsp/shared/bspinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index 05fdaa7ca8..90ba6132b1 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -1,8 +1,6 @@
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bsppost.c b/c/src/lib/libbsp/shared/bsppost.c
index bc0959314c..ec5e57ddf3 100644
--- a/c/src/lib/libbsp/shared/bsppost.c
+++ b/c/src/lib/libbsp/shared/bsppost.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <fcntl.h>
diff --git a/c/src/lib/libbsp/shared/bsppredriverhook.c b/c/src/lib/libbsp/shared/bsppredriverhook.c
index 29461092f0..4cc3e0a05c 100644
--- a/c/src/lib/libbsp/shared/bsppredriverhook.c
+++ b/c/src/lib/libbsp/shared/bsppredriverhook.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/shared/bsppretaskinghook.c b/c/src/lib/libbsp/shared/bsppretaskinghook.c
index a1331100cb..c0d69de520 100644
--- a/c/src/lib/libbsp/shared/bsppretaskinghook.c
+++ b/c/src/lib/libbsp/shared/bsppretaskinghook.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/shared/bspreset.c b/c/src/lib/libbsp/shared/bspreset.c
index f2cf27829e..3ffc85bef4 100644
--- a/c/src/lib/libbsp/shared/bspreset.c
+++ b/c/src/lib/libbsp/shared/bspreset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bspreset_fatal.c b/c/src/lib/libbsp/shared/bspreset_fatal.c
index fc85968295..54f64868e2 100644
--- a/c/src/lib/libbsp/shared/bspreset_fatal.c
+++ b/c/src/lib/libbsp/shared/bspreset_fatal.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bspreset_loop.c b/c/src/lib/libbsp/shared/bspreset_loop.c
index e3e9029ee6..b491d4b77d 100644
--- a/c/src/lib/libbsp/shared/bspreset_loop.c
+++ b/c/src/lib/libbsp/shared/bspreset_loop.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/bspstart.c b/c/src/lib/libbsp/shared/bspstart.c
index 3671a59c40..81eb6dbf94 100644
--- a/c/src/lib/libbsp/shared/bspstart.c
+++ b/c/src/lib/libbsp/shared/bspstart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/clock_driver_simidle.c b/c/src/lib/libbsp/shared/clock_driver_simidle.c
index 39a82c08ff..6e43fdb2b7 100644
--- a/c/src/lib/libbsp/shared/clock_driver_simidle.c
+++ b/c/src/lib/libbsp/shared/clock_driver_simidle.c
@@ -3,8 +3,6 @@
*
* Since there is no clock source on the simulator, we fake
* it with a special IDLE task.
- *
- * $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.h b/c/src/lib/libbsp/shared/clockdrv_shell.h
index a4e7ffbc96..ce96922569 100644
--- a/c/src/lib/libbsp/shared/clockdrv_shell.h
+++ b/c/src/lib/libbsp/shared/clockdrv_shell.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c
index efcdd15b9f..22d2b3afe1 100644
--- a/c/src/lib/libbsp/shared/console-polled.c
+++ b/c/src/lib/libbsp/shared/console-polled.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c
index 740ad47133..b3c3d75f27 100644
--- a/c/src/lib/libbsp/shared/console.c
+++ b/c/src/lib/libbsp/shared/console.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/console_control.c b/c/src/lib/libbsp/shared/console_control.c
index 151091e94c..4212ff30bd 100644
--- a/c/src/lib/libbsp/shared/console_control.c
+++ b/c/src/lib/libbsp/shared/console_control.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/console_private.h b/c/src/lib/libbsp/shared/console_private.h
index 6ce4c4537f..90cc6f2e08 100644
--- a/c/src/lib/libbsp/shared/console_private.h
+++ b/c/src/lib/libbsp/shared/console_private.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _PC386_CONSOLE_PRIVATE_h
diff --git a/c/src/lib/libbsp/shared/console_read.c b/c/src/lib/libbsp/shared/console_read.c
index 3c7a7ea280..d32bc0a796 100644
--- a/c/src/lib/libbsp/shared/console_read.c
+++ b/c/src/lib/libbsp/shared/console_read.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/console_select.c b/c/src/lib/libbsp/shared/console_select.c
index 77b03a3f58..8578a5ddf7 100644
--- a/c/src/lib/libbsp/shared/console_select.c
+++ b/c/src/lib/libbsp/shared/console_select.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/console_write.c b/c/src/lib/libbsp/shared/console_write.c
index a34d4dcb31..133923360f 100644
--- a/c/src/lib/libbsp/shared/console_write.c
+++ b/c/src/lib/libbsp/shared/console_write.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/dummy_printk_support.c b/c/src/lib/libbsp/shared/dummy_printk_support.c
index 4045cf5a84..0630faeba4 100644
--- a/c/src/lib/libbsp/shared/dummy_printk_support.c
+++ b/c/src/lib/libbsp/shared/dummy_printk_support.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/shared/gnatinstallhandler.c b/c/src/lib/libbsp/shared/gnatinstallhandler.c
index 4e5e3416b3..cc4738e30f 100644
--- a/c/src/lib/libbsp/shared/gnatinstallhandler.c
+++ b/c/src/lib/libbsp/shared/gnatinstallhandler.c
@@ -8,8 +8,6 @@
* handlers that map them onto POSIX signals so they can be
* propagated to the GNAT run-time. See the sparc/erc32 BSP
* for an example.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/shared/include/bootcard.h b/c/src/lib/libbsp/shared/include/bootcard.h
index 33f4883362..41aad1ac85 100644
--- a/c/src/lib/libbsp/shared/include/bootcard.h
+++ b/c/src/lib/libbsp/shared/include/bootcard.h
@@ -16,8 +16,6 @@
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
diff --git a/c/src/lib/libbsp/shared/include/coverhd.h b/c/src/lib/libbsp/shared/include/coverhd.h
index ad92a7e06e..67fc5305f3 100644
--- a/c/src/lib/libbsp/shared/include/coverhd.h
+++ b/c/src/lib/libbsp/shared/include/coverhd.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/shared/include/tm27.h b/c/src/lib/libbsp/shared/include/tm27.h
index 399f2472ae..b01c2beb0f 100644
--- a/c/src/lib/libbsp/shared/include/tm27.h
+++ b/c/src/lib/libbsp/shared/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/shared/include/u-boot.h b/c/src/lib/libbsp/shared/include/u-boot.h
index 3f79952392..b2427dcfc1 100644
--- a/c/src/lib/libbsp/shared/include/u-boot.h
+++ b/c/src/lib/libbsp/shared/include/u-boot.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBBSP_SHARED_U_BOOT_H
diff --git a/c/src/lib/libbsp/shared/include/utility.h b/c/src/lib/libbsp/shared/include/utility.h
index 88b0e9a11c..ca514e5b78 100644
--- a/c/src/lib/libbsp/shared/include/utility.h
+++ b/c/src/lib/libbsp/shared/include/utility.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBCPU_SHARED_UTILITY_H
diff --git a/c/src/lib/libbsp/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c
index 2bd2f721d0..f26ebd15dc 100644
--- a/c/src/lib/libbsp/shared/sbrk.c
+++ b/c/src/lib/libbsp/shared/sbrk.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/setvec.c b/c/src/lib/libbsp/shared/setvec.c
index dda3c91b53..46eba1e222 100644
--- a/c/src/lib/libbsp/shared/setvec.c
+++ b/c/src/lib/libbsp/shared/setvec.c
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c b/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c
index 1c548223d9..8c4dcf75c1 100644
--- a/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c
+++ b/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
void rtems_bsp_delay( int usec );
diff --git a/c/src/lib/libbsp/shared/smp/getcpuid.c b/c/src/lib/libbsp/shared/smp/getcpuid.c
index 6eb65b9ef6..c1806c8916 100644
--- a/c/src/lib/libbsp/shared/smp/getcpuid.c
+++ b/c/src/lib/libbsp/shared/smp/getcpuid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
int bsp_smp_processor_id(void)
diff --git a/c/src/lib/libbsp/shared/smp/smp_stub.c b/c/src/lib/libbsp/shared/smp/smp_stub.c
index 653e4e037a..c5d57f4b99 100644
--- a/c/src/lib/libbsp/shared/smp/smp_stub.c
+++ b/c/src/lib/libbsp/shared/smp/smp_stub.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c b/c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c
index 65c2605213..cc88a719fd 100644
--- a/c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c
+++ b/c/src/lib/libbsp/shared/src/bsp-uboot-board-info.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/u-boot.h>
diff --git a/c/src/lib/libbsp/shared/timerstub.c b/c/src/lib/libbsp/shared/timerstub.c
index 919f3fa2af..50e3e4429b 100644
--- a/c/src/lib/libbsp/shared/timerstub.c
+++ b/c/src/lib/libbsp/shared/timerstub.c
@@ -4,9 +4,6 @@
*
* COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
- *
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/shared/tod.c b/c/src/lib/libbsp/shared/tod.c
index 21534f91af..1ef995ba44 100644
--- a/c/src/lib/libbsp/shared/tod.c
+++ b/c/src/lib/libbsp/shared/tod.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/shared/tod.h b/c/src/lib/libbsp/shared/tod.h
index 25a5a39283..f8b33855f9 100644
--- a/c/src/lib/libbsp/shared/tod.h
+++ b/c/src/lib/libbsp/shared/tod.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef TOD_H
diff --git a/c/src/lib/libbsp/shared/umon/README b/c/src/lib/libbsp/shared/umon/README
index a37f801a72..aa8b0b972c 100644
--- a/c/src/lib/libbsp/shared/umon/README
+++ b/c/src/lib/libbsp/shared/umon/README
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Fernando Nicodemos <fgnicodemos@terra.com.br>
# from NCB - Sistemas Embarcados Ltda. (Brazil)
#
diff --git a/c/src/lib/libbsp/shared/umon/cli.h b/c/src/lib/libbsp/shared/umon/cli.h
index 31adda5d3a..0cf2bb1833 100644
--- a/c/src/lib/libbsp/shared/umon/cli.h
+++ b/c/src/lib/libbsp/shared/umon/cli.h
@@ -29,8 +29,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#ifndef _cli_h
diff --git a/c/src/lib/libbsp/shared/umon/monlib.c b/c/src/lib/libbsp/shared/umon/monlib.c
index 252acbba90..74770906c1 100644
--- a/c/src/lib/libbsp/shared/umon/monlib.c
+++ b/c/src/lib/libbsp/shared/umon/monlib.c
@@ -41,8 +41,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#include <umon/monlib.h>
diff --git a/c/src/lib/libbsp/shared/umon/monlib.h b/c/src/lib/libbsp/shared/umon/monlib.h
index c4acd81439..bc87c20815 100644
--- a/c/src/lib/libbsp/shared/umon/monlib.h
+++ b/c/src/lib/libbsp/shared/umon/monlib.h
@@ -30,8 +30,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#ifndef _MONLIB_H_
diff --git a/c/src/lib/libbsp/shared/umon/tfs.h b/c/src/lib/libbsp/shared/umon/tfs.h
index 8ccc57ac70..d84f859a66 100644
--- a/c/src/lib/libbsp/shared/umon/tfs.h
+++ b/c/src/lib/libbsp/shared/umon/tfs.h
@@ -30,8 +30,6 @@
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
* standards and to eliminate C++ style comments.
- *
- * $Id$
*/
#ifndef _tfs_h
diff --git a/c/src/lib/libbsp/shared/umon/tfsDriver.c b/c/src/lib/libbsp/shared/umon/tfsDriver.c
index df29e253f4..426d9baee7 100644
--- a/c/src/lib/libbsp/shared/umon/tfsDriver.c
+++ b/c/src/lib/libbsp/shared/umon/tfsDriver.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/shared/umon/umon.h b/c/src/lib/libbsp/shared/umon/umon.h
index d690d5f92f..4e49e8bb58 100644
--- a/c/src/lib/libbsp/shared/umon/umon.h
+++ b/c/src/lib/libbsp/shared/umon/umon.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __rtems_umon_h
diff --git a/c/src/lib/libbsp/shared/umon/umoncons.c b/c/src/lib/libbsp/shared/umon/umoncons.c
index 6fff5c0981..daf9aebd6b 100644
--- a/c/src/lib/libbsp/shared/umon/umoncons.c
+++ b/c/src/lib/libbsp/shared/umon/umoncons.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/umon.h>
diff --git a/c/src/lib/libbsp/shared/umon/umonrtemsglue.c b/c/src/lib/libbsp/shared/umon/umonrtemsglue.c
index 3d4e245b4c..4909af1775 100644
--- a/c/src/lib/libbsp/shared/umon/umonrtemsglue.c
+++ b/c/src/lib/libbsp/shared/umon/umonrtemsglue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/umon.h>
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/README.porting b/c/src/lib/libbsp/shared/vmeUniverse/README.porting
index e0144806a3..6873f5b1d6 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/README.porting
+++ b/c/src/lib/libbsp/shared/vmeUniverse/README.porting
@@ -1,7 +1,4 @@
#
-# $Id$
-#
-#
NOTE: (T.S, 2007/1) The information in this file is outdated
(but some portions may still be useful). Some more information
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/VME.h b/c/src/lib/libbsp/shared/vmeUniverse/VME.h
index 886994bad4..775fd36ca2 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/VME.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/VME.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_BSP_VME_API_H
#define RTEMS_BSP_VME_API_H
-/* $Id$ */
/* SVGM et al. BSP's VME support */
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/VMEDMA.h b/c/src/lib/libbsp/shared/vmeUniverse/VMEDMA.h
index 6e2fc94f17..85f6ad7d75 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/VMEDMA.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/VMEDMA.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#ifndef BSP_VME_DMA_H
#define BSP_VME_DMA_H
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.c b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.c
index ad1fc861c4..6234399e55 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.c
+++ b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* bspVmeDmaList.c:
* implementation of generic parts of the 'linked-list VME DMA' API.
*/
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.h b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.h
index 25b1e9d16b..37d7f8bb1c 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaList.h
@@ -1,7 +1,6 @@
#ifndef BSP_VME_DMA_LIST_H
#define BSP_VME_DMA_LIST_H
-/* $Id$ */
/* The bspVmeDmaList utility implements part of the API defined by
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaListP.h b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaListP.h
index e32d1cd09c..579d48e274 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaListP.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/bspVmeDmaListP.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#ifndef BSP_VME_DMA_LIST_P_H
#define BSP_VME_DMA_LIST_P_H
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c
index f3930b051b..be277ff0bc 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Driver for the Tundra Tsi148 pci-vme bridge */
/*
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
index 0eb703b60b..b2df80001d 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef VME_TSI148_DRIVER_H
#define VME_TSI148_DRIVER_H
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148DMA.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148DMA.h
index addb315178..21eeea2dbd 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148DMA.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148DMA.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef VME_TSI148_DMA_H
#define VME_TSI148_DMA_H
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c
index ef2403f4f8..309ec00f7b 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Driver for the Tundra Universe II pci-vme bridge */
/*
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
index 179f2648d7..fd30694b91 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef VME_UNIVERSE_UTIL_H
#define VME_UNIVERSE_UTIL_H
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverseDMA.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverseDMA.h
index 03ff3d147f..f720c0d662 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverseDMA.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverseDMA.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef VME_UNIVERSE_DMA_H
#define VME_UNIVERSE_DMA_H
diff --git a/c/src/lib/libbsp/sparc/Makefile.am b/c/src/lib/libbsp/sparc/Makefile.am
index 2b9909c910..67bb6b68e1 100644
--- a/c/src/lib/libbsp/sparc/Makefile.am
+++ b/c/src/lib/libbsp/sparc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/sparc/configure.ac b/c/src/lib/libbsp/sparc/configure.ac
index 796784b2ce..8369695750 100644
--- a/c/src/lib/libbsp/sparc/configure.ac
+++ b/c/src/lib/libbsp/sparc/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc/erc32/Makefile.am b/c/src/lib/libbsp/sparc/erc32/Makefile.am
index 615a3e098a..ddb8d94c3b 100644
--- a/c/src/lib/libbsp/sparc/erc32/Makefile.am
+++ b/c/src/lib/libbsp/sparc/erc32/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sparc/erc32/README b/c/src/lib/libbsp/sparc/erc32/README
index 93f19bb383..248f14f26a 100644
--- a/c/src/lib/libbsp/sparc/erc32/README
+++ b/c/src/lib/libbsp/sparc/erc32/README
@@ -1,8 +1,6 @@
#
# Description of SIS as related to this BSP
#
-# $Id$
-#
BSP NAME: sis
BOARD: any based on the European Space Agency's ERC32
diff --git a/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
index 9987de285b..66c1f274fc 100644
--- a/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
@@ -20,8 +20,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/configure.ac b/c/src/lib/libbsp/sparc/erc32/configure.ac
index 124d65bdd9..96cac6c97a 100644
--- a/c/src/lib/libbsp/sparc/erc32/configure.ac
+++ b/c/src/lib/libbsp/sparc/erc32/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc/erc32/console/debugputs.c b/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
index 67037e397e..8d4b47f2e8 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/debugputs.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/console/erc32_console.c b/c/src/lib/libbsp/sparc/erc32/console/erc32_console.c
index 2d93f539a0..b21f6624c2 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/erc32_console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/erc32_console.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <unistd.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c b/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
index 55313646c3..31f81b7c3e 100644
--- a/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
+++ b/c/src/lib/libbsp/sparc/erc32/erc32sonic/erc32sonic.c
@@ -5,8 +5,6 @@
*
* 1) SVME/DMV-171 Single Board Computer Documentation Package, #805905,
* DY 4 Systems Inc., Kanata, Ontario, September, 1996.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
index 48683a94f9..ebab714975 100644
--- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
+++ b/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
@@ -2,8 +2,6 @@
*
* Support for gnat/rtems interrupts and exception handling.
* Jiri Gaisler, ESA/ESTEC, 17-02-1999.
- *
- * $Id$
*/
void __gnat_install_handler_common( int, int );
diff --git a/c/src/lib/libbsp/sparc/erc32/include/erc32.h b/c/src/lib/libbsp/sparc/erc32/include/erc32.h
index 2795dcb13b..41e7360fc0 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/erc32.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/erc32.h
@@ -31,8 +31,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#ifndef _INCLUDE_ERC32_h
diff --git a/c/src/lib/libbsp/sparc/erc32/include/tm27.h b/c/src/lib/libbsp/sparc/erc32/include/tm27.h
index d59af6bcd8..cfd6a16e44 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/tm27.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg b/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
index cefc924c41..3879d3dc73 100644
--- a/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
+++ b/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
@@ -1,9 +1,6 @@
#
# Config file for the European Space Agency ERC32
# a V7 SPARC processor derived from the Cypress 601/602 set.
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sparc/erc32/make/custom/sis.cfg b/c/src/lib/libbsp/sparc/erc32/make/custom/sis.cfg
index d9fd24b23d..1f14475f50 100644
--- a/c/src/lib/libbsp/sparc/erc32/make/custom/sis.cfg
+++ b/c/src/lib/libbsp/sparc/erc32/make/custom/sis.cfg
@@ -1,7 +1,5 @@
#
# Configuration file for the SPARC/ERC32 Simulator SIS
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/erc32.cfg
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S b/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
index eb140ad05e..2c96af5ac6 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
+++ b/c/src/lib/libbsp/sparc/erc32/startup/boardinit.S
@@ -2,8 +2,6 @@
* boardinit.s
*
* Initialise various ERC32 registers
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c b/c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c
index ca143c3a6b..1f38d8a593 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspidle.c b/c/src/lib/libbsp/sparc/erc32/startup/bspidle.c
index 0e92e3d9d6..dfffcf7cd7 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspidle.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspidle.c
@@ -14,8 +14,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c b/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
index f3d4e3fbc5..b59bbde1d1 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
index 3df235ac6c..d82cae63f9 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
/* Default values, can be overridden */
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
index 3a7601d012..7c76c2347f 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
@@ -26,8 +26,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/spurious.c b/c/src/lib/libbsp/sparc/erc32/startup/spurious.c
index 7563a9fb61..bbf6cca780 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/spurious.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/spurious.c
@@ -11,8 +11,6 @@
* COPYRIGHT (c) 1995. European Space Agency.
*
* This terms of the RTEMS license apply to this file.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/timer/timer.c b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
index fe8b95ae02..f1eeb47c15 100644
--- a/c/src/lib/libbsp/sparc/erc32/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
@@ -16,8 +16,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/erc32/times b/c/src/lib/libbsp/sparc/erc32/times
index 1b04728a25..07e1ab41fc 100644
--- a/c/src/lib/libbsp/sparc/erc32/times
+++ b/c/src/lib/libbsp/sparc/erc32/times
@@ -2,9 +2,6 @@
# Timing Test Suite Results for the SPARC Instruction Simulator BSP
#
# NOTE: The ERC32 is derived from the Cypress 601/602 chip set.
-#
-# $Id$
-#
Board: SPARC Instruction Simulator v1.8
CPU: include coprocessor if applicable
diff --git a/c/src/lib/libbsp/sparc/leon2/Makefile.am b/c/src/lib/libbsp/sparc/leon2/Makefile.am
index c2310bc726..71e19f2c8c 100644
--- a/c/src/lib/libbsp/sparc/leon2/Makefile.am
+++ b/c/src/lib/libbsp/sparc/leon2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id: Makefile.am,v 1.26 2011/03/16 20:05:24 joel Exp
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sparc/leon2/README b/c/src/lib/libbsp/sparc/leon2/README
index 93f19bb383..248f14f26a 100644
--- a/c/src/lib/libbsp/sparc/leon2/README
+++ b/c/src/lib/libbsp/sparc/leon2/README
@@ -1,8 +1,6 @@
#
# Description of SIS as related to this BSP
#
-# $Id$
-#
BSP NAME: sis
BOARD: any based on the European Space Agency's ERC32
diff --git a/c/src/lib/libbsp/sparc/leon2/clock/ckinit.c b/c/src/lib/libbsp/sparc/leon2/clock/ckinit.c
index 6bd7918aaa..13aac0bfef 100644
--- a/c/src/lib/libbsp/sparc/leon2/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc/leon2/clock/ckinit.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/configure.ac b/c/src/lib/libbsp/sparc/leon2/configure.ac
index 00b597fcf3..95a1cd04cb 100644
--- a/c/src/lib/libbsp/sparc/leon2/configure.ac
+++ b/c/src/lib/libbsp/sparc/leon2/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-leon2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc/leon2/console/console.c b/c/src/lib/libbsp/sparc/leon2/console/console.c
index 91a1daa739..e10fae82c4 100644
--- a/c/src/lib/libbsp/sparc/leon2/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon2/console/console.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/console/debugputs.c b/c/src/lib/libbsp/sparc/leon2/console/debugputs.c
index ffd489b4a6..452cf0a6b9 100644
--- a/c/src/lib/libbsp/sparc/leon2/console/debugputs.c
+++ b/c/src/lib/libbsp/sparc/leon2/console/debugputs.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
index 552dc85ea7..4fe9320cff 100644
--- a/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
+++ b/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
@@ -2,8 +2,6 @@
*
* Support for gnat/rtems interrupts and exception handling.
* Jiri Gaisler, ESA/ESTEC, 17-02-1999.
- *
- * $Id$
*/
void __gnat_install_handler_common (int t1, int t2);
diff --git a/c/src/lib/libbsp/sparc/leon2/include/cchip.h b/c/src/lib/libbsp/sparc/leon2/include/cchip.h
index 5136f9452c..216d3fb939 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/cchip.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/cchip.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef __CCHIP_H__
#define __CCHIP_H__
diff --git a/c/src/lib/libbsp/sparc/leon2/include/leon.h b/c/src/lib/libbsp/sparc/leon2/include/leon.h
index 1e4bff2cb5..8aab12d036 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/leon.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/leon.h
@@ -28,8 +28,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#ifndef _INCLUDE_LEON_h
diff --git a/c/src/lib/libbsp/sparc/leon2/include/rasta.h b/c/src/lib/libbsp/sparc/leon2/include/rasta.h
index 751ec3eb8e..123cb22579 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/rasta.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/rasta.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef __RASTA_H__
#define __RASTA_H__
diff --git a/c/src/lib/libbsp/sparc/leon2/include/tm27.h b/c/src/lib/libbsp/sparc/leon2/include/tm27.h
index dd47db72bb..8e8e43c19b 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/tm27.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sparc/leon2/leon_open_eth/leon_open_eth.c b/c/src/lib/libbsp/sparc/leon2/leon_open_eth/leon_open_eth.c
index aab451fad5..e08a7c8954 100644
--- a/c/src/lib/libbsp/sparc/leon2/leon_open_eth/leon_open_eth.c
+++ b/c/src/lib/libbsp/sparc/leon2/leon_open_eth/leon_open_eth.c
@@ -1,7 +1,5 @@
/*
* LEON2 Opencores Ethernet MAC Configuration Information
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon2/leon_smc91111/leon_smc91111.c b/c/src/lib/libbsp/sparc/leon2/leon_smc91111/leon_smc91111.c
index b459edd7b8..bbdd07279a 100644
--- a/c/src/lib/libbsp/sparc/leon2/leon_smc91111/leon_smc91111.c
+++ b/c/src/lib/libbsp/sparc/leon2/leon_smc91111/leon_smc91111.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
index c2e6446967..de5a8262b4 100644
--- a/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
+++ b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg
@@ -1,8 +1,6 @@
#
# Config file for the LEON2 SPARC processor.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sparc/leon2/pci/pci.c b/c/src/lib/libbsp/sparc/leon2/pci/pci.c
index 7dc66cdfed..fcd28c507c 100644
--- a/c/src/lib/libbsp/sparc/leon2/pci/pci.c
+++ b/c/src/lib/libbsp/sparc/leon2/pci/pci.c
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Till Straumann, <strauman@slac.stanford.edu>, 1/2002
* - separated bridge detection code out of this file
*
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/bspidle.c b/c/src/lib/libbsp/sparc/leon2/startup/bspidle.c
index 7c1a8c5588..54108c3020 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/bspidle.c
+++ b/c/src/lib/libbsp/sparc/leon2/startup/bspidle.c
@@ -14,8 +14,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/bspstart.c b/c/src/lib/libbsp/sparc/leon2/startup/bspstart.c
index f182121629..0fbb969ea5 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/leon2/startup/bspstart.c
@@ -15,8 +15,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/linkcmds b/c/src/lib/libbsp/sparc/leon2/startup/linkcmds
index d4993f0588..bee29a29b3 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/leon2/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
/* Default values, can be overridden */
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/setvec.c b/c/src/lib/libbsp/sparc/leon2/startup/setvec.c
index c7b8af6616..d5f69ee0b6 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/leon2/startup/setvec.c
@@ -26,8 +26,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/spurious.c b/c/src/lib/libbsp/sparc/leon2/startup/spurious.c
index d745aab0f7..c4bdf79af3 100644
--- a/c/src/lib/libbsp/sparc/leon2/startup/spurious.c
+++ b/c/src/lib/libbsp/sparc/leon2/startup/spurious.c
@@ -11,8 +11,6 @@
* COPYRIGHT (c) 1995. European Space Agency.
*
* This terms of the RTEMS license apply to this file.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon2/timer/timer.c b/c/src/lib/libbsp/sparc/leon2/timer/timer.c
index 8987350302..999b21e741 100644
--- a/c/src/lib/libbsp/sparc/leon2/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/leon2/timer/timer.c
@@ -15,8 +15,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon2/times b/c/src/lib/libbsp/sparc/leon2/times
index 1b04728a25..07e1ab41fc 100644
--- a/c/src/lib/libbsp/sparc/leon2/times
+++ b/c/src/lib/libbsp/sparc/leon2/times
@@ -2,9 +2,6 @@
# Timing Test Suite Results for the SPARC Instruction Simulator BSP
#
# NOTE: The ERC32 is derived from the Cypress 601/602 chip set.
-#
-# $Id$
-#
Board: SPARC Instruction Simulator v1.8
CPU: include coprocessor if applicable
diff --git a/c/src/lib/libbsp/sparc/leon3/Makefile.am b/c/src/lib/libbsp/sparc/leon3/Makefile.am
index f3153f1071..4c7d194318 100644
--- a/c/src/lib/libbsp/sparc/leon3/Makefile.am
+++ b/c/src/lib/libbsp/sparc/leon3/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id: Makefile.am,v 1.30 2011/03/16 20:05:26 joel Exp
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sparc/leon3/README b/c/src/lib/libbsp/sparc/leon3/README
index 244a0377bb..898a196610 100644
--- a/c/src/lib/libbsp/sparc/leon3/README
+++ b/c/src/lib/libbsp/sparc/leon3/README
@@ -1,8 +1,6 @@
#
# LEON3 BSP README
#
-# $Id$
-#
#
#
diff --git a/c/src/lib/libbsp/sparc/leon3/amba/amba.c b/c/src/lib/libbsp/sparc/leon3/amba/amba.c
index 60281f346d..63d35bc9e5 100644
--- a/c/src/lib/libbsp/sparc/leon3/amba/amba.c
+++ b/c/src/lib/libbsp/sparc/leon3/amba/amba.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/configure.ac b/c/src/lib/libbsp/sparc/leon3/configure.ac
index 3f2d445e92..c11860035e 100644
--- a/c/src/lib/libbsp/sparc/leon3/configure.ac
+++ b/c/src/lib/libbsp/sparc/leon3/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-leon3],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c
index 552dc85ea7..4fe9320cff 100644
--- a/c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c
+++ b/c/src/lib/libbsp/sparc/leon3/gnatsupp/gnatsupp.c
@@ -2,8 +2,6 @@
*
* Support for gnat/rtems interrupts and exception handling.
* Jiri Gaisler, ESA/ESTEC, 17-02-1999.
- *
- * $Id$
*/
void __gnat_install_handler_common (int t1, int t2);
diff --git a/c/src/lib/libbsp/sparc/leon3/include/amba.h b/c/src/lib/libbsp/sparc/leon3/include/amba.h
index 32b4a4244b..a0479331c1 100644
--- a/c/src/lib/libbsp/sparc/leon3/include/amba.h
+++ b/c/src/lib/libbsp/sparc/leon3/include/amba.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AMBA_H__
diff --git a/c/src/lib/libbsp/sparc/leon3/include/leon.h b/c/src/lib/libbsp/sparc/leon3/include/leon.h
index da752b284d..32d228e045 100644
--- a/c/src/lib/libbsp/sparc/leon3/include/leon.h
+++ b/c/src/lib/libbsp/sparc/leon3/include/leon.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _INCLUDE_LEON_h
diff --git a/c/src/lib/libbsp/sparc/leon3/include/tm27.h b/c/src/lib/libbsp/sparc/leon3/include/tm27.h
index dd47db72bb..8e8e43c19b 100644
--- a/c/src/lib/libbsp/sparc/leon3/include/tm27.h
+++ b/c/src/lib/libbsp/sparc/leon3/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c b/c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c
index a6bb848dbb..963264edab 100644
--- a/c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c
+++ b/c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
index 72cddffb27..ee053e0ba5 100644
--- a/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
+++ b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
@@ -1,8 +1,6 @@
#
# Config file for the LEON3 SPARC processor.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/README b/c/src/lib/libbsp/sparc/leon3/shmsupp/README
index 80e24e5382..9ad11538b7 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/README
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This should describe how to use SHM in a multiprocessor LEON3
configuration.
diff --git a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c b/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
index 26ee78810f..5678fd4962 100644
--- a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
+++ b/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
int bsp_smp_processor_id(void)
diff --git a/c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c b/c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c
index 702f77b96f..1f371bf8ad 100644
--- a/c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c
+++ b/c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S b/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
index 24be8c0cb0..99c9d1f1af 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
+++ b/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
@@ -9,9 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
index 50fa5e52b8..f53f5812f9 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
index d4993f0588..bee29a29b3 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
/* Default values, can be overridden */
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/setvec.c b/c/src/lib/libbsp/sparc/leon3/startup/setvec.c
index c7b8af6616..d5f69ee0b6 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/setvec.c
@@ -26,8 +26,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/spurious.c b/c/src/lib/libbsp/sparc/leon3/startup/spurious.c
index a0e11c4003..f060e284ca 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/spurious.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/spurious.c
@@ -15,8 +15,6 @@
* Gaisler Research.
*
* This terms of the RTEMS license apply to this file.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/timer/timer.c b/c/src/lib/libbsp/sparc/leon3/timer/timer.c
index f747dd64d8..92c2b68b17 100644
--- a/c/src/lib/libbsp/sparc/leon3/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/leon3/timer/timer.c
@@ -15,8 +15,6 @@
*
* LEON modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc/leon3/times b/c/src/lib/libbsp/sparc/leon3/times
index 1b04728a25..07e1ab41fc 100644
--- a/c/src/lib/libbsp/sparc/leon3/times
+++ b/c/src/lib/libbsp/sparc/leon3/times
@@ -2,9 +2,6 @@
# Timing Test Suite Results for the SPARC Instruction Simulator BSP
#
# NOTE: The ERC32 is derived from the Cypress 601/602 chip set.
-#
-# $Id$
-#
Board: SPARC Instruction Simulator v1.8
CPU: include coprocessor if applicable
diff --git a/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c b/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
index 1157807616..d22d840882 100644
--- a/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
+++ b/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
@@ -15,8 +15,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc/shared/can/grcan_rasta.c b/c/src/lib/libbsp/sparc/shared/can/grcan_rasta.c
index 7fad48e16e..5f7257a472 100644
--- a/c/src/lib/libbsp/sparc/shared/can/grcan_rasta.c
+++ b/c/src/lib/libbsp/sparc/shared/can/grcan_rasta.c
@@ -1,4 +1,3 @@
-
#include <rasta.h>
/* PCI frequency */
diff --git a/c/src/lib/libbsp/sparc/shared/can/occan_pci.c b/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
index b27beb11c5..a1fecc52dc 100644
--- a/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
+++ b/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
@@ -1,4 +1,3 @@
-
/* PCI cannot do byte accesses to addresses aligned byte wise
* Use alternative reg map.
*/
diff --git a/c/src/lib/libbsp/sparc/shared/include/ambapp.h b/c/src/lib/libbsp/sparc/shared/include/ambapp.h
index 5eb3f2ae0e..a22c5d020f 100644
--- a/c/src/lib/libbsp/sparc/shared/include/ambapp.h
+++ b/c/src/lib/libbsp/sparc/shared/include/ambapp.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AMBAPP_H__
diff --git a/c/src/lib/libbsp/sparc/shared/include/debug_defs.h b/c/src/lib/libbsp/sparc/shared/include/debug_defs.h
index 2adea2af54..fd71e7ad7c 100644
--- a/c/src/lib/libbsp/sparc/shared/include/debug_defs.h
+++ b/c/src/lib/libbsp/sparc/shared/include/debug_defs.h
@@ -1,4 +1,3 @@
-
#ifndef __DEBUG_DEFS_H__
#define __DEBUG_DEFS_H__
diff --git a/c/src/lib/libbsp/sparc/shared/include/grcan_rasta.h b/c/src/lib/libbsp/sparc/shared/include/grcan_rasta.h
index 20a2fac252..193cb3683c 100644
--- a/c/src/lib/libbsp/sparc/shared/include/grcan_rasta.h
+++ b/c/src/lib/libbsp/sparc/shared/include/grcan_rasta.h
@@ -1,4 +1,3 @@
-
#ifndef __GRCAN_RASTA_H__
#define __GRCAN_RASTA_H__
diff --git a/c/src/lib/libbsp/sparc/shared/irq_asm.S b/c/src/lib/libbsp/sparc/shared/irq_asm.S
index 22c36b4905..9f425b59ad 100644
--- a/c/src/lib/libbsp/sparc/shared/irq_asm.S
+++ b/c/src/lib/libbsp/sparc/shared/irq_asm.S
@@ -17,8 +17,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc/shared/pci/pcifinddevice.c b/c/src/lib/libbsp/sparc/shared/pci/pcifinddevice.c
index 0047d07784..a5c1cc9e61 100644
--- a/c/src/lib/libbsp/sparc/shared/pci/pcifinddevice.c
+++ b/c/src/lib/libbsp/sparc/shared/pci/pcifinddevice.c
@@ -1,4 +1,3 @@
-
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2001 */
/* find a particular PCI device
diff --git a/c/src/lib/libbsp/sparc/shared/start.S b/c/src/lib/libbsp/sparc/shared/start.S
index baed307b86..a9284f8eeb 100644
--- a/c/src/lib/libbsp/sparc/shared/start.S
+++ b/c/src/lib/libbsp/sparc/shared/start.S
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base b/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base
index 0bba2baca5..1bbb77374e 100644
--- a/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base
+++ b/c/src/lib/libbsp/sparc/shared/startup/linkcmds.base
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
OUTPUT_ARCH(sparc)
diff --git a/c/src/lib/libbsp/sparc/shared/uart/apbuart_pci.c b/c/src/lib/libbsp/sparc/shared/uart/apbuart_pci.c
index fce1197e8c..63cac35178 100644
--- a/c/src/lib/libbsp/sparc/shared/uart/apbuart_pci.c
+++ b/c/src/lib/libbsp/sparc/shared/uart/apbuart_pci.c
@@ -1,4 +1,3 @@
-
#undef DEBUG
/* Set registered device name */
diff --git a/c/src/lib/libbsp/sparc/shared/uart/apbuart_rasta.c b/c/src/lib/libbsp/sparc/shared/uart/apbuart_rasta.c
index 3196bbb202..349a9c59ca 100644
--- a/c/src/lib/libbsp/sparc/shared/uart/apbuart_rasta.c
+++ b/c/src/lib/libbsp/sparc/shared/uart/apbuart_rasta.c
@@ -1,4 +1,3 @@
-
#undef DEBUG
/* Set registered device name */
diff --git a/c/src/lib/libbsp/sparc64/Makefile.am b/c/src/lib/libbsp/sparc64/Makefile.am
index 2a614ac8cb..d294e842ec 100644
--- a/c/src/lib/libbsp/sparc64/Makefile.am
+++ b/c/src/lib/libbsp/sparc64/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory
diff --git a/c/src/lib/libbsp/sparc64/configure.ac b/c/src/lib/libbsp/sparc64/configure.ac
index bd48500347..4c9b7607eb 100644
--- a/c/src/lib/libbsp/sparc64/configure.ac
+++ b/c/src/lib/libbsp/sparc64/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc64],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc64/niagara/Makefile.am b/c/src/lib/libbsp/sparc64/niagara/Makefile.am
index 099591ae7d..089649d0e6 100644
--- a/c/src/lib/libbsp/sparc64/niagara/Makefile.am
+++ b/c/src/lib/libbsp/sparc64/niagara/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sparc64/niagara/README b/c/src/lib/libbsp/sparc64/niagara/README
index de25743c59..ea393587cf 100644
--- a/c/src/lib/libbsp/sparc64/niagara/README
+++ b/c/src/lib/libbsp/sparc64/niagara/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: niagara
BOARD:
BUS: n/a
diff --git a/c/src/lib/libbsp/sparc64/niagara/configure.ac b/c/src/lib/libbsp/sparc64/niagara/configure.ac
index 24ca41500d..47d89e958a 100644
--- a/c/src/lib/libbsp/sparc64/niagara/configure.ac
+++ b/c/src/lib/libbsp/sparc64/niagara/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc64-sun4v],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
index 5a55a89e03..6a2c83e6e2 100644
--- a/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
+++ b/c/src/lib/libbsp/sparc64/niagara/include/bsp.h
@@ -14,8 +14,6 @@
* Ported to Simics Niagara version of SPARC64
* Niagara modifications of respective RTEMS file: COPYRIGHT (c) 2010.
* Eugen Leontie.
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sparc64/niagara/include/tm27.h b/c/src/lib/libbsp/sparc64/niagara/include/tm27.h
index 971636b3a0..34fb9396ac 100644
--- a/c/src/lib/libbsp/sparc64/niagara/include/tm27.h
+++ b/c/src/lib/libbsp/sparc64/niagara/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg b/c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg
index 7534c9067d..187e1faf8a 100644
--- a/c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg
+++ b/c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg
@@ -1,8 +1,6 @@
#
# Config file for the Niagara SPARC64 processor.
#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sparc64
diff --git a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
index 311de0d30a..b5b6820473 100644
--- a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
@@ -11,8 +11,6 @@
*
* This code defines start code specific to the sun4v BSP
*
- * $Id$
- *
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/asm/asm.S b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
index e6cbc4bb35..e4b4f2a277 100644
--- a/c/src/lib/libbsp/sparc64/shared/asm/asm.S
+++ b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
@@ -4,8 +4,6 @@
*
* The license and distribution terms for this file may be found in the file
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
index 18eb66a172..1b1e514b32 100644
--- a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
index 4e52984b41..ec815727f7 100644
--- a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
+++ b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
index 508bf85cb0..f4cb9dc1eb 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and replaces
* the necessary defines in-line
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
index 71da6c31e8..2bbc490636 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and printf.h.
* Adds asm.h (rtems bsp). Adds ofw_read() and ofw_stdin variable. Uses
* printk instead of puts for error messages.
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
index 8831da12bf..d6770c093d 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and memstr.h.
*
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
index 9fd537cf6b..ad6d1b7284 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
@@ -31,8 +31,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Remove strncpy() and atoi()
*
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h b/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
index 7c3e2353d5..8e502c0c58 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Move BALLOC_MAX_SIZE from
* asm.h to here.
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
index 42d8469238..f063ad7d09 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
@@ -28,8 +28,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to switch to using printk rather than printf,
* and to remove portions of the HelenOS bootstrap process that are
* unnecessary on RTEMS. The removed code is elided with #if 0 ... #endif
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
index e534dc72ec..318b4dc305 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
@@ -33,8 +33,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and printf.h.
* Removes write().
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
index 0d5a89db44..e2ba6261e8 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
@@ -28,8 +28,6 @@
#
/*
- * $Id$
- *
* This code is originally in asm.S. This is the only function used from that
* file, so it has been relocated to this new file ofw.S which is not actually
* located in the HelenOS code base.
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S b/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
index 35fe1034bc..f8fa1c6a24 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
@@ -27,8 +27,6 @@
#
/*
- * $Id$
- *
* This file originally is sparc64/src/sun4u/start.S
* A lot of changes are made to the code, because we only need the relevant
* portions for taking over the D- and I-MMUs.
diff --git a/c/src/lib/libbsp/sparc64/shared/include/asm.h b/c/src/lib/libbsp/sparc64/shared/include/asm.h
index dbc8ec1699..6694b22ed0 100644
--- a/c/src/lib/libbsp/sparc64/shared/include/asm.h
+++ b/c/src/lib/libbsp/sparc64/shared/include/asm.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/include/traptable.h b/c/src/lib/libbsp/sparc64/shared/include/traptable.h
index bf353dc22e..282c47670b 100644
--- a/c/src/lib/libbsp/sparc64/shared/include/traptable.h
+++ b/c/src/lib/libbsp/sparc64/shared/include/traptable.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* This file can be included by assembly code */
diff --git a/c/src/lib/libbsp/sparc64/shared/start/start.S b/c/src/lib/libbsp/sparc64/shared/start/start.S
index 69186e81b5..ca85d69bb9 100644
--- a/c/src/lib/libbsp/sparc64/shared/start/start.S
+++ b/c/src/lib/libbsp/sparc64/shared/start/start.S
@@ -39,8 +39,6 @@
* Modifications for the RTEMS executive are
* COPYRIGHT (c) 2010 Gedare Bloom.
* COPYRIGHT (c) 2010 Eugen Leontie.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/start/trap_table.S b/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
index eb33ec09f6..2ef381b7c4 100644
--- a/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
+++ b/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
@@ -10,8 +10,6 @@
* http://www.rtems.com/license/LICENSE.
*
* This code defines the space for the trap table used by sun4u.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c b/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
index 7bef613f9c..84f5777573 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c b/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
index c835486308..273d784d29 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c b/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
index 9277bb10a8..5c13ab2ffa 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/linkcmds b/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
index 6269940c2f..57d7c262d6 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
index 7c2c9709ad..21c8f4a735 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc64/usiii/Makefile.am b/c/src/lib/libbsp/sparc64/usiii/Makefile.am
index 2a25510886..6c169e0e64 100644
--- a/c/src/lib/libbsp/sparc64/usiii/Makefile.am
+++ b/c/src/lib/libbsp/sparc64/usiii/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/sparc64/usiii/README b/c/src/lib/libbsp/sparc64/usiii/README
index 48514dc8d0..83c6b68b22 100644
--- a/c/src/lib/libbsp/sparc64/usiii/README
+++ b/c/src/lib/libbsp/sparc64/usiii/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
BSP NAME: usiii
BOARD:
BUS: n/a
diff --git a/c/src/lib/libbsp/sparc64/usiii/configure.ac b/c/src/lib/libbsp/sparc64/usiii/configure.ac
index a67c57028f..fcb5814242 100644
--- a/c/src/lib/libbsp/sparc64/usiii/configure.ac
+++ b/c/src/lib/libbsp/sparc64/usiii/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc64-sun4u],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
index e622b3a62b..31768df339 100644
--- a/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
+++ b/c/src/lib/libbsp/sparc64/usiii/include/bsp.h
@@ -16,8 +16,6 @@
* COPYRIGHT (c) 2010.
* Eugen Leontie
* Gedare Bloom
- *
- * $Id$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/sparc64/usiii/include/tm27.h b/c/src/lib/libbsp/sparc64/usiii/include/tm27.h
index 971636b3a0..34fb9396ac 100644
--- a/c/src/lib/libbsp/sparc64/usiii/include/tm27.h
+++ b/c/src/lib/libbsp/sparc64/usiii/include/tm27.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg b/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg
index 956826618c..66ab315171 100644
--- a/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg
+++ b/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg
@@ -1,9 +1,6 @@
#
# Config file for the UltraSparc III, IV SPARC64 processors.
# TODO: currently configured and tested only for ultrasparc3
-#
-# $Id$
-#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sparc64
diff --git a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
index 78807ae71f..9e918de2c7 100644
--- a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/Makefile.am b/c/src/lib/libcpu/Makefile.am
index 1e983949f0..7d3a43e4f6 100644
--- a/c/src/lib/libcpu/Makefile.am
+++ b/c/src/lib/libcpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include_libcpudir = $(includedir)/libcpu
EXTRA_DIST =
diff --git a/c/src/lib/libcpu/README b/c/src/lib/libcpu/README
index 21d0dee7cb..42aaf0e33d 100644
--- a/c/src/lib/libcpu/README
+++ b/c/src/lib/libcpu/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the README file for libcpu.
This directory contains reusable libraries which are CPU dependent but not
diff --git a/c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c b/c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c
index 72f0f03b50..b1a291327a 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c
+++ b/c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
#include <rtems/libio.h>
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200.h
index 4c28da85ad..4631c85334 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_dbgu.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_dbgu.h
index 54e093d3ab..35554fb293 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_dbgu.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_dbgu.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AT91RM9200_DBGU_H__
#define __AT91RM9200_DBGU_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_emac.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_emac.h
index 66aad6f763..52c8f5a24c 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_emac.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_emac.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AT91RM9200_EMAC_H__
#define __AT91RM9200_EMAC_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_gpio.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_gpio.h
index 353d4af121..56eb3380ed 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_gpio.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_gpio.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef AT91RM9200_GPIO_H
#define AT91RM9200_GPIO_H
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_mem.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_mem.h
index 761c46d276..bb84439026 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_mem.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_mem.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef AT91RM9200_MEM_H
#define AT91RM9200_MEM_H
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_pmc.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_pmc.h
index 38e20ee219..6a9ed9cea8 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_pmc.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_pmc.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AT91RM9200_PMC_H__
#define __AT91RM9200_PMC_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_usart.h b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_usart.h
index defb9e74e6..9c22ece230 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_usart.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/at91rm9200_usart.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AT91RM9200_USART_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/include/bits.h b/c/src/lib/libcpu/arm/at91rm9200/include/bits.h
index 099698d569..e3d5bbcad3 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/include/bits.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/include/bits.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __BITS_H__
#define __BITS_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/irq/irq.c b/c/src/lib/libcpu/arm/at91rm9200/irq/irq.c
index 6af0ad0274..8ef677529c 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/irq/irq.c
+++ b/c/src/lib/libcpu/arm/at91rm9200/irq/irq.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/at91rm9200/irq/irq.h b/c/src/lib/libcpu/arm/at91rm9200/irq/irq.h
index 8fbf611507..da6301ff18 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/irq/irq.h
+++ b/c/src/lib/libcpu/arm/at91rm9200/irq/irq.h
@@ -8,9 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef __IRQ_H__
diff --git a/c/src/lib/libcpu/arm/at91rm9200/pmc/pmc.c b/c/src/lib/libcpu/arm/at91rm9200/pmc/pmc.c
index 48879281bb..5ab6161ae4 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/pmc/pmc.c
+++ b/c/src/lib/libcpu/arm/at91rm9200/pmc/pmc.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/at91rm9200/timer/timer.c b/c/src/lib/libcpu/arm/at91rm9200/timer/timer.c
index d214236878..14e724be7e 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/timer/timer.c
+++ b/c/src/lib/libcpu/arm/at91rm9200/timer/timer.c
@@ -17,8 +17,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/at91rm9200/usart/usart.c b/c/src/lib/libcpu/arm/at91rm9200/usart/usart.c
index 1fd035a37c..2a4737c3a8 100644
--- a/c/src/lib/libcpu/arm/at91rm9200/usart/usart.c
+++ b/c/src/lib/libcpu/arm/at91rm9200/usart/usart.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h b/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
index 8c08697ba2..578b7a2bd8 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
+++ b/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LPC22XX_H__
#define __LPC22XX_H__
diff --git a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_asm.S b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_asm.S
index f64b5551fd..6076631c25 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_asm.S
+++ b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_asm.S
@@ -6,9 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#define __asm__
diff --git a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
index 9c15883bac..50106bfb72 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
+++ b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
@@ -4,9 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#include <irq.h>
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/lpc22xx/irq/irq.c b/c/src/lib/libcpu/arm/lpc22xx/irq/irq.c
index 63763600ab..acb25dce81 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/irq/irq.c
+++ b/c/src/lib/libcpu/arm/lpc22xx/irq/irq.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/lpc22xx/irq/irq.h b/c/src/lib/libcpu/arm/lpc22xx/irq/irq.h
index d9feffe0bd..3ffd74ce76 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/irq/irq.h
+++ b/c/src/lib/libcpu/arm/lpc22xx/irq/irq.h
@@ -8,9 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef __IRQ_H__
diff --git a/c/src/lib/libcpu/arm/lpc22xx/timer/timer.c b/c/src/lib/libcpu/arm/lpc22xx/timer/timer.c
index efd773b381..ab1ed407f8 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/timer/timer.c
+++ b/c/src/lib/libcpu/arm/lpc22xx/timer/timer.c
@@ -17,8 +17,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h b/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
index b0ca4e9586..7eeca96675 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
+++ b/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __MC9328MXL_H__
#define __MC9328MXL_H__
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.c b/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.c
index 497c2dc93f..a7e5b670d2 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.c
+++ b/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.h b/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.h
index 378df2c7f2..e77c0ed91e 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.h
+++ b/c/src/lib/libcpu/arm/mc9328mxl/irq/irq.h
@@ -8,9 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef __IRQ_H__
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c b/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
index d9225a7f60..a4abdd9a9f 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
+++ b/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
@@ -18,8 +18,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c b/c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c
index f4014abcd3..4440076df8 100644
--- a/c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c
+++ b/c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/pxa255/include/ffuart.h b/c/src/lib/libcpu/arm/pxa255/include/ffuart.h
index 6ca5879987..4f3042072f 100644
--- a/c/src/lib/libcpu/arm/pxa255/include/ffuart.h
+++ b/c/src/lib/libcpu/arm/pxa255/include/ffuart.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __FFUART_H__
diff --git a/c/src/lib/libcpu/arm/pxa255/include/pxa255.h b/c/src/lib/libcpu/arm/pxa255/include/pxa255.h
index beb63874ec..c005c54e4c 100644
--- a/c/src/lib/libcpu/arm/pxa255/include/pxa255.h
+++ b/c/src/lib/libcpu/arm/pxa255/include/pxa255.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __PXA_255_H__
diff --git a/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_asm.S b/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_asm.S
index 17d5e47f1d..adcc55a870 100644
--- a/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_asm.S
+++ b/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_asm.S
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define __asm__
diff --git a/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_init.c b/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_init.c
index 42bdf396a1..1ea72c4980 100644
--- a/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_init.c
+++ b/c/src/lib/libcpu/arm/pxa255/irq/bsp_irq_init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <irq.h>
diff --git a/c/src/lib/libcpu/arm/pxa255/irq/irq.c b/c/src/lib/libcpu/arm/pxa255/irq/irq.c
index 8a6d07420d..214fb3c745 100644
--- a/c/src/lib/libcpu/arm/pxa255/irq/irq.c
+++ b/c/src/lib/libcpu/arm/pxa255/irq/irq.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/pxa255/irq/irq.h b/c/src/lib/libcpu/arm/pxa255/irq/irq.h
index ddb8b70115..6f640ac04d 100644
--- a/c/src/lib/libcpu/arm/pxa255/irq/irq.h
+++ b/c/src/lib/libcpu/arm/pxa255/irq/irq.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IRQ_H__
diff --git a/c/src/lib/libcpu/arm/pxa255/pmc/pmc.c b/c/src/lib/libcpu/arm/pxa255/pmc/pmc.c
index 559f6fe579..4fb4d2e593 100644
--- a/c/src/lib/libcpu/arm/pxa255/pmc/pmc.c
+++ b/c/src/lib/libcpu/arm/pxa255/pmc/pmc.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/pxa255/timer/timer.c b/c/src/lib/libcpu/arm/pxa255/timer/timer.c
index d174d4756f..5619446dd9 100644
--- a/c/src/lib/libcpu/arm/pxa255/timer/timer.c
+++ b/c/src/lib/libcpu/arm/pxa255/timer/timer.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c b/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c
index 58ab6c9b81..9aa97935cc 100644
--- a/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c
+++ b/c/src/lib/libcpu/arm/s3c24xx/irq/irq.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/arm/s3c24xx/timer/timer.c b/c/src/lib/libcpu/arm/s3c24xx/timer/timer.c
index 72c0026198..8db2904e22 100644
--- a/c/src/lib/libcpu/arm/s3c24xx/timer/timer.c
+++ b/c/src/lib/libcpu/arm/s3c24xx/timer/timer.c
@@ -15,8 +15,6 @@
*
* It is important that the timer start/stop overhead be determined
* when porting or modifying this code.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/arm/shared/arm920/mmu.c b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
index a9f90a8fa6..f472b031ff 100644
--- a/c/src/lib/libcpu/arm/shared/arm920/mmu.c
+++ b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
@@ -3,8 +3,6 @@
*
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
#include <libcpu/mmu.h>
#include <libcpu/arm-cp15.h>
diff --git a/c/src/lib/libcpu/arm/shared/include/cache_.h b/c/src/lib/libcpu/arm/shared/include/cache_.h
index b78dee6490..1949e86ed1 100644
--- a/c/src/lib/libcpu/arm/shared/include/cache_.h
+++ b/c/src/lib/libcpu/arm/shared/include/cache_.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBCPU_ARM_CACHE__H
diff --git a/c/src/lib/libcpu/arm/shared/include/mmu.h b/c/src/lib/libcpu/arm/shared/include/mmu.h
index d298a93e2b..c2ed62ed62 100644
--- a/c/src/lib/libcpu/arm/shared/include/mmu.h
+++ b/c/src/lib/libcpu/arm/shared/include/mmu.h
@@ -3,8 +3,6 @@
*
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
#ifndef __MMU_H__
#define __MMU_H__
diff --git a/c/src/lib/libcpu/bfin/README b/c/src/lib/libcpu/bfin/README
index d2176a2c94..da0d642edd 100644
--- a/c/src/lib/libcpu/bfin/README
+++ b/c/src/lib/libcpu/bfin/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This hierarchy contains support routines for the Analog Devices
Blackfin family of processors.
diff --git a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h b/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
index 460fd388bd..9ffcb78748 100644
--- a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
+++ b/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#ifndef _BF52X_H_
diff --git a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
index 32f9b2401e..e6db762645 100644
--- a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
+++ b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
index 2e9c269318..df54a52191 100644
--- a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
+++ b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#ifndef _BFIN_INTERRUPT_H_
diff --git a/c/src/lib/libcpu/bfin/cache/cache.c b/c/src/lib/libcpu/bfin/cache/cache.c
index 2184ef9c5f..4ac67545e2 100644
--- a/c/src/lib/libcpu/bfin/cache/cache.c
+++ b/c/src/lib/libcpu/bfin/cache/cache.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/cache/cache_.h b/c/src/lib/libcpu/bfin/cache/cache_.h
index fc7dd810fc..dc5183744f 100644
--- a/c/src/lib/libcpu/bfin/cache/cache_.h
+++ b/c/src/lib/libcpu/bfin/cache/cache_.h
@@ -1,7 +1,5 @@
/*
* Blackfin Cache Manager Support
- *
- * $Id$
*/
#ifndef _cache__h_
diff --git a/c/src/lib/libcpu/bfin/clock/clock.c b/c/src/lib/libcpu/bfin/clock/clock.c
index 17df3246b1..530e5bad48 100644
--- a/c/src/lib/libcpu/bfin/clock/clock.c
+++ b/c/src/lib/libcpu/bfin/clock/clock.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/clock/rtc.c b/c/src/lib/libcpu/bfin/clock/rtc.c
index 07ec729532..7032fe3387 100644
--- a/c/src/lib/libcpu/bfin/clock/rtc.c
+++ b/c/src/lib/libcpu/bfin/clock/rtc.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/clock/tod.h b/c/src/lib/libcpu/bfin/clock/tod.h
index 6c4f8b39ce..2d785d4e12 100644
--- a/c/src/lib/libcpu/bfin/clock/tod.h
+++ b/c/src/lib/libcpu/bfin/clock/tod.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/include/bf533.h b/c/src/lib/libcpu/bfin/include/bf533.h
index 77bb1f310c..a04b55b9a4 100644
--- a/c/src/lib/libcpu/bfin/include/bf533.h
+++ b/c/src/lib/libcpu/bfin/include/bf533.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _bf533_h_
diff --git a/c/src/lib/libcpu/bfin/include/bf537.h b/c/src/lib/libcpu/bfin/include/bf537.h
index d348928896..046c72e54e 100644
--- a/c/src/lib/libcpu/bfin/include/bf537.h
+++ b/c/src/lib/libcpu/bfin/include/bf537.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _bf537_h_
diff --git a/c/src/lib/libcpu/bfin/include/cecRegs.h b/c/src/lib/libcpu/bfin/include/cecRegs.h
index 58916735fe..bd557b4f2a 100644
--- a/c/src/lib/libcpu/bfin/include/cecRegs.h
+++ b/c/src/lib/libcpu/bfin/include/cecRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _cecRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h b/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
index 393720f4dd..e24cd74b4b 100644
--- a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
+++ b/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _coreTimerRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/dmaRegs.h b/c/src/lib/libcpu/bfin/include/dmaRegs.h
index 0fc62019d8..00579e09f7 100644
--- a/c/src/lib/libcpu/bfin/include/dmaRegs.h
+++ b/c/src/lib/libcpu/bfin/include/dmaRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _dmaRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ebiuRegs.h b/c/src/lib/libcpu/bfin/include/ebiuRegs.h
index 5b07822fbd..97b744a89a 100644
--- a/c/src/lib/libcpu/bfin/include/ebiuRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ebiuRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _ebiuRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ethernetRegs.h b/c/src/lib/libcpu/bfin/include/ethernetRegs.h
index dc4b3fbc8f..63db6dd608 100644
--- a/c/src/lib/libcpu/bfin/include/ethernetRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ethernetRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _ethernetRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/gpioRegs.h b/c/src/lib/libcpu/bfin/include/gpioRegs.h
index 19db75ea7a..fc940ee84e 100644
--- a/c/src/lib/libcpu/bfin/include/gpioRegs.h
+++ b/c/src/lib/libcpu/bfin/include/gpioRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _gpioRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/memoryRegs.h b/c/src/lib/libcpu/bfin/include/memoryRegs.h
index 616d0381fc..4688f5dfb6 100644
--- a/c/src/lib/libcpu/bfin/include/memoryRegs.h
+++ b/c/src/lib/libcpu/bfin/include/memoryRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _memoryRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/mmuRegs.h b/c/src/lib/libcpu/bfin/include/mmuRegs.h
index c15ddf9159..45069e681a 100644
--- a/c/src/lib/libcpu/bfin/include/mmuRegs.h
+++ b/c/src/lib/libcpu/bfin/include/mmuRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _mmuRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ppiRegs.h b/c/src/lib/libcpu/bfin/include/ppiRegs.h
index 0b7fdd28a4..0d865edd20 100644
--- a/c/src/lib/libcpu/bfin/include/ppiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ppiRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _ppiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/rtcRegs.h b/c/src/lib/libcpu/bfin/include/rtcRegs.h
index f71372a9f4..d4ae79010c 100644
--- a/c/src/lib/libcpu/bfin/include/rtcRegs.h
+++ b/c/src/lib/libcpu/bfin/include/rtcRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _rtcRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/sicRegs.h b/c/src/lib/libcpu/bfin/include/sicRegs.h
index 0c52622318..0e8af05260 100644
--- a/c/src/lib/libcpu/bfin/include/sicRegs.h
+++ b/c/src/lib/libcpu/bfin/include/sicRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sicRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/spiRegs.h b/c/src/lib/libcpu/bfin/include/spiRegs.h
index 5cf06af8cf..51ed43e9f2 100644
--- a/c/src/lib/libcpu/bfin/include/spiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/spiRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _spiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/sportRegs.h b/c/src/lib/libcpu/bfin/include/sportRegs.h
index fd7770ad46..bf38c36901 100644
--- a/c/src/lib/libcpu/bfin/include/sportRegs.h
+++ b/c/src/lib/libcpu/bfin/include/sportRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sportRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/timerRegs.h b/c/src/lib/libcpu/bfin/include/timerRegs.h
index db7e13fbcb..12a102801a 100644
--- a/c/src/lib/libcpu/bfin/include/timerRegs.h
+++ b/c/src/lib/libcpu/bfin/include/timerRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _timerRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/twiRegs.h b/c/src/lib/libcpu/bfin/include/twiRegs.h
index a5df911908..7266b25d9c 100644
--- a/c/src/lib/libcpu/bfin/include/twiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/twiRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _twiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/uartRegs.h b/c/src/lib/libcpu/bfin/include/uartRegs.h
index d921b17723..95161a31c6 100644
--- a/c/src/lib/libcpu/bfin/include/uartRegs.h
+++ b/c/src/lib/libcpu/bfin/include/uartRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _uartRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/wdogRegs.h b/c/src/lib/libcpu/bfin/include/wdogRegs.h
index f56073276c..2ac3e948ca 100644
--- a/c/src/lib/libcpu/bfin/include/wdogRegs.h
+++ b/c/src/lib/libcpu/bfin/include/wdogRegs.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _wdogRegs_h_
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.c b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
index b8e353b048..e6863eb0a2 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.c
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
index bf12258268..af273dc959 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.h
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _interrupt_h_
diff --git a/c/src/lib/libcpu/bfin/mmu/mmu.c b/c/src/lib/libcpu/bfin/mmu/mmu.c
index 7cfd13958d..c6472515a5 100644
--- a/c/src/lib/libcpu/bfin/mmu/mmu.c
+++ b/c/src/lib/libcpu/bfin/mmu/mmu.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/mmu/mmu.h b/c/src/lib/libcpu/bfin/mmu/mmu.h
index 5ccf57aaa7..423a1c0c6c 100644
--- a/c/src/lib/libcpu/bfin/mmu/mmu.h
+++ b/c/src/lib/libcpu/bfin/mmu/mmu.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.c b/c/src/lib/libcpu/bfin/network/ethernet.c
index d981f156ff..8637e98b8c 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.c
+++ b/c/src/lib/libcpu/bfin/network/ethernet.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.h b/c/src/lib/libcpu/bfin/network/ethernet.h
index 0c019bc976..25907367e8 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.h
+++ b/c/src/lib/libcpu/bfin/network/ethernet.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _ethernet_h_
diff --git a/c/src/lib/libcpu/bfin/serial/spi.c b/c/src/lib/libcpu/bfin/serial/spi.c
index c78867b296..cbcf64a888 100644
--- a/c/src/lib/libcpu/bfin/serial/spi.c
+++ b/c/src/lib/libcpu/bfin/serial/spi.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/bfin/serial/spi.h b/c/src/lib/libcpu/bfin/serial/spi.h
index 63609a3ccb..41ae024514 100644
--- a/c/src/lib/libcpu/bfin/serial/spi.h
+++ b/c/src/lib/libcpu/bfin/serial/spi.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _spi_h
diff --git a/c/src/lib/libcpu/bfin/serial/twi.c b/c/src/lib/libcpu/bfin/serial/twi.c
index 63b4a0999e..22c0948600 100644
--- a/c/src/lib/libcpu/bfin/serial/twi.c
+++ b/c/src/lib/libcpu/bfin/serial/twi.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/serial/twi.h b/c/src/lib/libcpu/bfin/serial/twi.h
index 7754ca8a33..b6ad70a808 100644
--- a/c/src/lib/libcpu/bfin/serial/twi.h
+++ b/c/src/lib/libcpu/bfin/serial/twi.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _twi_h_
diff --git a/c/src/lib/libcpu/bfin/serial/uart.c b/c/src/lib/libcpu/bfin/serial/uart.c
index 4fb810437b..3747425741 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.c
+++ b/c/src/lib/libcpu/bfin/serial/uart.c
@@ -8,9 +8,6 @@
* http://www.rtems.com/license/LICENSE.
*/
-/*
- * $Id$
- */
#include <rtems.h>
#include <rtems/libio.h>
diff --git a/c/src/lib/libcpu/bfin/serial/uart.h b/c/src/lib/libcpu/bfin/serial/uart.h
index dee3c29804..c3b05c4895 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.h
+++ b/c/src/lib/libcpu/bfin/serial/uart.h
@@ -9,9 +9,6 @@
* http://www.rtems.com/license/LICENSE.
*/
-/*
- * $Id$
- */
#ifndef _UART_H_
#define _UART_H_
diff --git a/c/src/lib/libcpu/bfin/timer/timer.c b/c/src/lib/libcpu/bfin/timer/timer.c
index 7c66f15cbd..d86c58cb5b 100644
--- a/c/src/lib/libcpu/bfin/timer/timer.c
+++ b/c/src/lib/libcpu/bfin/timer/timer.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/i386/byteorder.h b/c/src/lib/libcpu/i386/byteorder.h
index 1e8c7dabe1..533827faa9 100644
--- a/c/src/lib/libcpu/i386/byteorder.h
+++ b/c/src/lib/libcpu/i386/byteorder.h
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_BYTEORDER_H
diff --git a/c/src/lib/libcpu/i386/cache.c b/c/src/lib/libcpu/i386/cache.c
index 3b55810916..9e51a4cb8d 100644
--- a/c/src/lib/libcpu/i386/cache.c
+++ b/c/src/lib/libcpu/i386/cache.c
@@ -1,7 +1,5 @@
/*
* Cache Management Support Routines for the i386
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/i386/cpu.h b/c/src/lib/libcpu/i386/cpu.h
index 494e166040..a14ed4630f 100644
--- a/c/src/lib/libcpu/i386/cpu.h
+++ b/c/src/lib/libcpu/i386/cpu.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_i386_CPU_H
diff --git a/c/src/lib/libcpu/i386/cpuModel.S b/c/src/lib/libcpu/i386/cpuModel.S
index 8245fd86a2..f651b9c61a 100644
--- a/c/src/lib/libcpu/i386/cpuModel.S
+++ b/c/src/lib/libcpu/i386/cpuModel.S
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/i386/cpuModel.h b/c/src/lib/libcpu/i386/cpuModel.h
index 0e92c22d28..83e2f21310 100644
--- a/c/src/lib/libcpu/i386/cpuModel.h
+++ b/c/src/lib/libcpu/i386/cpuModel.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef libcpu_cpuModel_h
diff --git a/c/src/lib/libcpu/i386/displayCpu.c b/c/src/lib/libcpu/i386/displayCpu.c
index b2b2369b15..716acec54c 100644
--- a/c/src/lib/libcpu/i386/displayCpu.c
+++ b/c/src/lib/libcpu/i386/displayCpu.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/i386/idtr.S b/c/src/lib/libcpu/i386/idtr.S
index 125b545b96..71816af68b 100644
--- a/c/src/lib/libcpu/i386/idtr.S
+++ b/c/src/lib/libcpu/i386/idtr.S
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c
index 724c8037ae..91552106e4 100644
--- a/c/src/lib/libcpu/i386/page.c
+++ b/c/src/lib/libcpu/i386/page.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* page.c :- This file contains implementation of C function to
* Instanciate paging. More detailled information
* can be found on Intel site and more precisely in
diff --git a/c/src/lib/libcpu/lm32/shared/cache/cache_.h b/c/src/lib/libcpu/lm32/shared/cache/cache_.h
index cf9503ae4c..7309825870 100644
--- a/c/src/lib/libcpu/lm32/shared/cache/cache_.h
+++ b/c/src/lib/libcpu/lm32/shared/cache/cache_.h
@@ -1,7 +1,5 @@
/*
* LM32 Cache Manager Support
- *
- * $Id$
*/
#ifndef __LM32_CACHE_h
diff --git a/c/src/lib/libcpu/lm32/shared/misc/memcpy.c b/c/src/lib/libcpu/lm32/shared/misc/memcpy.c
index 868b736930..5c5762d8cc 100644
--- a/c/src/lib/libcpu/lm32/shared/misc/memcpy.c
+++ b/c/src/lib/libcpu/lm32/shared/misc/memcpy.c
@@ -5,8 +5,6 @@
*
* The routine is placed in this source directory to ensure that it
* is picked up by all applications.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/README b/c/src/lib/libcpu/m68k/m68040/fpsp/README
index 9952cc270e..9917fd4fd8 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/README
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
M68040FPSP -- Motorola 68040 floating point support package
-----------------------------------------------------------
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S b/c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S
index 0cdc10e34e..081ed58899 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// bindec.sa 3.4 1/3/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S b/c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S
index 0c4b6e606f..fb726917b3 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// binstr.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S b/c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S
index 17de21b1df..afb8daa07b 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// bugfix.sa 3.2 1/31/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S b/c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S
index 5f39738d0e..55f43e48a1 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// decbin.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S b/c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S
index 7fde4078b3..dcd64ecd0a 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// do_func.sa 3.4 2/18/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S b/c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S
index fa50b40c59..60dcfe9712 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// gen_except.sa 3.7 1/16/92
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S b/c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S
index 85d742b13a..6eb4171cfe 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// get_op.sa 3.6 5/19/92
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S b/c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S
index 8497bc0b1e..abbc96cf37 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// kernel_ex.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S b/c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S
index 690315eeca..ba2f011ff3 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// res_func.sa 3.9 7/29/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/round.S b/c/src/lib/libcpu/m68k/m68040/fpsp/round.S
index 00dbb6ba62..e233fee682 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/round.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/round.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// round.sa 3.4 7/29/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_fpsp.c b/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_fpsp.c
index b43574c2d8..9a237e7534 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_fpsp.c
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_fpsp.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems/system.h>
/*
#include <rtems/score/isr.h>
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S b/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S
index e80f544dd4..05712481f7 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// skeleton.sa 3.2 4/26/91
//
@@ -36,7 +35,6 @@
// The copyright notice above does not evidence any
// actual or intended publication of such source code.
-// $Id$
//
// Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.dk)
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S
index 361f76fc2a..3b8eec0b1f 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// sacos.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S
index 9d4d34c653..0913abd715 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// sasin.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/satan.S b/c/src/lib/libcpu/m68k/m68040/fpsp/satan.S
index 504954740a..3bf34c5fb6 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/satan.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/satan.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// satan.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S b/c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S
index e0ebd1ed96..50b870df84 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// satanh.sa 3.3 12/19/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/scale.S b/c/src/lib/libcpu/m68k/m68040/fpsp/scale.S
index 43cb7256a3..c323ce239c 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/scale.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/scale.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// scale.sa 3.3 7/30/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S b/c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S
index 7226615936..ab35c60ecd 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// scosh.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/setox.S b/c/src/lib/libcpu/m68k/m68040/fpsp/setox.S
index a11186a32c..ee0745ccbe 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/setox.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/setox.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// setox.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
index 514a433bb9..d48064c4a7 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// sgetem.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sint.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sint.S
index 6f1dfd1af1..577622d28a 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sint.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sint.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// sint.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S b/c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S
index 610d6be18f..af80b580f6 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// slog2.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S b/c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S
index 8f61565996..4e870121f4 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// slogn.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S b/c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S
index 000adcf8cd..77b691b8d3 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// smovecr.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S b/c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S
index 1a148f90d8..d43fe0125d 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// srem_mod.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S b/c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S
index f4e76aba36..a37931e2b1 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// ssin.sa 3.3 7/29/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S b/c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S
index 41c813f0d6..d0d42c0519 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// ssinh.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/stan.S b/c/src/lib/libcpu/m68k/m68040/fpsp/stan.S
index dcfb7a66c7..e0bc8dae17 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/stan.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/stan.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// stan.sa 3.3 7/29/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S b/c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S
index f71b987063..12ea768d2a 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// stanh.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S
index 67bd145e41..df71d32228 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// sto_res.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S b/c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S
index 45833e0801..02d8397321 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// stwotox.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S b/c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S
index b3caf1e9d7..7930e82c4b 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// tbldo.sa 3.1 12/10/90
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/util.S b/c/src/lib/libcpu/m68k/m68040/fpsp/util.S
index c0090d6a58..83de767567 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/util.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/util.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// util.sa 3.7 7/29/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S
index 1ff35457fd..069daa1c07 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_bsun.sa 3.3 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S
index b176419160..1ccc3211bc 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_fline.sa 3.3 1/10/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S
index 589f21fb75..55913da956 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_operr.sa 3.5 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S
index 3e282ef8de..0010b2415b 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_ovfl.sa 3.5 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S
index dd3b6eb565..f4a1739c3e 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_snan.sa 3.3 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S
index 77a67af270..954853bb42 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_store.sa 3.2 1/24/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S
index fa13a46ce8..0b9bc48d6e 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_unfl.sa 3.4 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S
index 5673f97c16..046e8d7ff5 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_unimp.sa 3.3 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
index 222872c653..7bee482339 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
@@ -1,5 +1,4 @@
//
-// $Id$
//
// x_unsupp.sa 3.3 7/1/91
//
diff --git a/c/src/lib/libcpu/m68k/mcf5206/clock/ckinit.c b/c/src/lib/libcpu/m68k/mcf5206/clock/ckinit.c
index 4c18c4dd69..3704b3b5ea 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/clock/ckinit.c
+++ b/c/src/lib/libcpu/m68k/mcf5206/clock/ckinit.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c b/c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c
index 15773d0350..27f2278525 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c
+++ b/c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5206/timer/timer.c b/c/src/lib/libcpu/m68k/mcf5206/timer/timer.c
index 0ab8653708..19137362f9 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/timer/timer.c
+++ b/c/src/lib/libcpu/m68k/mcf5206/timer/timer.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S b/c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S
index 8e6a49b477..5bb889552d 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S
+++ b/c/src/lib/libcpu/m68k/mcf5206/timer/timerisr.S
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5223x/cache/cachepd.c b/c/src/lib/libcpu/m68k/mcf5223x/cache/cachepd.c
index 28da66b85c..1d69eb1404 100644
--- a/c/src/lib/libcpu/m68k/mcf5223x/cache/cachepd.c
+++ b/c/src/lib/libcpu/m68k/mcf5223x/cache/cachepd.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5235/cache/cachepd.c b/c/src/lib/libcpu/m68k/mcf5235/cache/cachepd.c
index 507c9fcd66..310e3c7663 100644
--- a/c/src/lib/libcpu/m68k/mcf5235/cache/cachepd.c
+++ b/c/src/lib/libcpu/m68k/mcf5235/cache/cachepd.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/shared/cache/cache.c b/c/src/lib/libcpu/m68k/shared/cache/cache.c
index 06b2fe6b13..5039ea59ed 100644
--- a/c/src/lib/libcpu/m68k/shared/cache/cache.c
+++ b/c/src/lib/libcpu/m68k/shared/cache/cache.c
@@ -1,7 +1,5 @@
/*
* Cache Management Support Routines for the MC68040
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/shared/misc/m68kidle.c b/c/src/lib/libcpu/m68k/shared/misc/m68kidle.c
index 05e52dbb07..c32ba166b5 100644
--- a/c/src/lib/libcpu/m68k/shared/misc/m68kidle.c
+++ b/c/src/lib/libcpu/m68k/shared/misc/m68kidle.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/mips/au1x00/include/au1x00.h b/c/src/lib/libcpu/mips/au1x00/include/au1x00.h
index ce84e9803a..2421505d23 100644
--- a/c/src/lib/libcpu/mips/au1x00/include/au1x00.h
+++ b/c/src/lib/libcpu/mips/au1x00/include/au1x00.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __AU1X00_H__
diff --git a/c/src/lib/libcpu/mips/au1x00/vectorisrs/vectorisrs.c b/c/src/lib/libcpu/mips/au1x00/vectorisrs/vectorisrs.c
index 7eb1ae1240..7383adae66 100644
--- a/c/src/lib/libcpu/mips/au1x00/vectorisrs/vectorisrs.c
+++ b/c/src/lib/libcpu/mips/au1x00/vectorisrs/vectorisrs.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/clock/ckinit.c b/c/src/lib/libcpu/mips/clock/ckinit.c
index 54ab69d1e0..ec17f9a2f2 100644
--- a/c/src/lib/libcpu/mips/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips/clock/ckinit.c
@@ -1,4 +1,3 @@
-
/* ckinit.c
*
* This file contains the clock driver initialization for the IDT 4650.
@@ -26,8 +25,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/mips/clock/clock.S b/c/src/lib/libcpu/mips/clock/clock.S
index de62337faa..2e9ff1ea26 100644
--- a/c/src/lib/libcpu/mips/clock/clock.S
+++ b/c/src/lib/libcpu/mips/clock/clock.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
/* @(#)clock.S 08/20/96 1.2 */
diff --git a/c/src/lib/libcpu/mips/clock/clock.h b/c/src/lib/libcpu/mips/clock/clock.h
index b349d298e3..7b2fc9244f 100644
--- a/c/src/lib/libcpu/mips/clock/clock.h
+++ b/c/src/lib/libcpu/mips/clock/clock.h
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
/* @(#)clock.h 08/20/96 1.2 */
diff --git a/c/src/lib/libcpu/mips/mongoosev/README b/c/src/lib/libcpu/mips/mongoosev/README
index 76a8a7529e..61d0fc6cf4 100644
--- a/c/src/lib/libcpu/mips/mongoosev/README
+++ b/c/src/lib/libcpu/mips/mongoosev/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The Synova Mongoose-V is a radiation hardened derivative of the
LSI 33K with on-CPU peripherals.
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
index d7fb5ece7b..51ecacdc49 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
index 03de44c8a9..7e8b53e0ec 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MG5UART_H_
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart_reg.c b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart_reg.c
index 316896665a..d2467c5339 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart_reg.c
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart_reg.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/mongoosev/include/mongoose-v.h b/c/src/lib/libcpu/mips/mongoosev/include/mongoose-v.h
index 8ad030e5f4..6481ae7c68 100644
--- a/c/src/lib/libcpu/mips/mongoosev/include/mongoose-v.h
+++ b/c/src/lib/libcpu/mips/mongoosev/include/mongoose-v.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __MONGOOSEV_h
diff --git a/c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c b/c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c
index 421f95da58..f54bacc140 100644
--- a/c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c
+++ b/c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c b/c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c
index 12f44efe36..681cd85531 100644
--- a/c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c
+++ b/c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h b/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
index 9982ac2c2c..f2fcd96b9b 100644
--- a/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
+++ b/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __RM5231_h
diff --git a/c/src/lib/libcpu/mips/shared/cache/cache.c b/c/src/lib/libcpu/mips/shared/cache/cache.c
index 9af01feffd..384e7c8c19 100644
--- a/c/src/lib/libcpu/mips/shared/cache/cache.c
+++ b/c/src/lib/libcpu/mips/shared/cache/cache.c
@@ -1,7 +1,5 @@
/*
* Cache Management Support Routines for the MIPS
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c b/c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c
index eba9f61bca..9380a26f37 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c
+++ b/c/src/lib/libcpu/mips/shared/interrupts/installisrentries.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <rtems/mips/idtcpu.h>
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/interruptmask.c b/c/src/lib/libcpu/mips/shared/interrupts/interruptmask.c
index 27be57b46b..9f2b679a77 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/interruptmask.c
+++ b/c/src/lib/libcpu/mips/shared/interrupts/interruptmask.c
@@ -1,7 +1,3 @@
-/*
- * $Id: interruptmask.c,v 1.0 2006/04/04 05:18:49
- */
-
#include <rtems.h>
/*
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
index 6c1f4a1637..540278a79e 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
+++ b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.h b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.h
index 9f5bd276b9..7e8a29fb61 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.h
+++ b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _ISR_ENTRIES_H
diff --git a/c/src/lib/libcpu/mips/timer/gettime.S b/c/src/lib/libcpu/mips/timer/gettime.S
index 62cbe7cf7d..2661dfee33 100644
--- a/c/src/lib/libcpu/mips/timer/gettime.S
+++ b/c/src/lib/libcpu/mips/timer/gettime.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
/* @(#)gettime.S 08/20/96 1.2 */
diff --git a/c/src/lib/libcpu/mips/timer/timer.c b/c/src/lib/libcpu/mips/timer/timer.c
index a8a7aacc21..69378ea84f 100644
--- a/c/src/lib/libcpu/mips/timer/timer.c
+++ b/c/src/lib/libcpu/mips/timer/timer.c
@@ -33,8 +33,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/mips/tx39/include/tx3904.h b/c/src/lib/libcpu/mips/tx39/include/tx3904.h
index c55a3222ea..d9e6b95ab8 100644
--- a/c/src/lib/libcpu/mips/tx39/include/tx3904.h
+++ b/c/src/lib/libcpu/mips/tx39/include/tx3904.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __TX3904_h
diff --git a/c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c b/c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c
index a5b4e182eb..280553363f 100644
--- a/c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c
+++ b/c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c
@@ -1,7 +1,5 @@
/*
* TX3904 Interrupt Vectoring
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/mips/tx49/include/tx4925.h b/c/src/lib/libcpu/mips/tx49/include/tx4925.h
index 925da94fef..f2a60b2873 100644
--- a/c/src/lib/libcpu/mips/tx49/include/tx4925.h
+++ b/c/src/lib/libcpu/mips/tx49/include/tx4925.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __TX4925_h
diff --git a/c/src/lib/libcpu/mips/tx49/include/tx4938.h b/c/src/lib/libcpu/mips/tx49/include/tx4938.h
index 07733075f4..709c7c576b 100644
--- a/c/src/lib/libcpu/mips/tx49/include/tx4938.h
+++ b/c/src/lib/libcpu/mips/tx49/include/tx4938.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __TX4938_h
diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README
index 820deb1b2f..c5dd8ed58e 100644
--- a/c/src/lib/libcpu/powerpc/README
+++ b/c/src/lib/libcpu/powerpc/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This hierarchy contains support routines for some of
the varied and quite numerous PowerPC processors
available from IBM and Motorola.
diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac
index 71593c6418..79cc583334 100644
--- a/c/src/lib/libcpu/powerpc/configure.ac
+++ b/c/src/lib/libcpu/powerpc/configure.ac
@@ -1,11 +1,4 @@
# Process this file with autoconf to produce a configure script.
-#
-# @file
-#
-# @ingroup mpc55xx_config
-#
-# @brief Configure script of LibCPU for PowerPC.
-#
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/lib/libcpu/powerpc/e500/mmu/e500_mmu.h b/c/src/lib/libcpu/powerpc/e500/mmu/e500_mmu.h
index 286cd65bd4..84920e0d14 100644
--- a/c/src/lib/libcpu/powerpc/e500/mmu/e500_mmu.h
+++ b/c/src/lib/libcpu/powerpc/e500/mmu/e500_mmu.h
@@ -1,6 +1,5 @@
#ifndef RTEMS_E500_MMU_DRIVER_H
#define RTEMS_E500_MMU_DRIVER_H
-/* $Id$ */
/*
* Routines to manipulate e500 TLBs; TLB0 (fixed 4k page size)
diff --git a/c/src/lib/libcpu/powerpc/e500/mmu/mmu.c b/c/src/lib/libcpu/powerpc/e500/mmu/mmu.c
index 7fbfa6e5f5..a972a65261 100644
--- a/c/src/lib/libcpu/powerpc/e500/mmu/mmu.c
+++ b/c/src/lib/libcpu/powerpc/e500/mmu/mmu.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Routines to manipulate e500 TLBs; TLB0 (fixed 4k page size)
* is not very useful so we mostly focus on TLB1 (variable page size).
diff --git a/c/src/lib/libcpu/powerpc/mpc505/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc505/timer/timer.c
index b8f0c7e28b..b353be440c 100644
--- a/c/src/lib/libcpu/powerpc/mpc505/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc505/timer/timer.c
@@ -10,8 +10,6 @@
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c b/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c
index 67098923ff..d8f6c41423 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* Include order is important */
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
index acf753c3fe..a43140d700 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
index 6446dec4f7..cec0316b25 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBCPU_POWERPC_MPC55XX_REG_DEFS_H
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/regs.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/regs.h
index a5043f1882..109d85bd7a 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/regs.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/regs.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef LIBCPU_POWERPC_MPC55XX_REGS_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/README b/c/src/lib/libcpu/powerpc/mpc5xx/README
index 47b9a7b9be..54d6985649 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/README
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Various non-BSP-dependent support routines.
timer - Support for the RTEMS timer tick, using the Programmable
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c
index 00f3d27040..edb7919180 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c
@@ -37,8 +37,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c b/c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c
index 1ea1ee285f..f3e7ff081e 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c
@@ -36,8 +36,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
index 01d4339002..8d3006e09d 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_RAW_EXCEPTION_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h b/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
index d30b86f8ec..4d4e8e5cf2 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MPC5XX_CONSOLE_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
index b6b82b06a0..cd831b2a4d 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
@@ -51,8 +51,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MPC5XX_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c
index ca8db42f6f..87750295d6 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h
index e7525f4cba..87d8b7381a 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_IRQ_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S
index 70ee1459f5..33d6e3c9c4 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S
@@ -20,8 +20,6 @@
* Till Straumann <strauman@slac.stanford.edu>, 2003/7:
* - store isr nesting level in _ISR_Nest_level rather than
* SPRG0 - RTEMS relies on that variable.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c
index ac1dffafd8..c625e088cb 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c
index f16c5b3c39..69056755d7 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/timer/timer.c
@@ -44,8 +44,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S
index 7dc3434c57..35d2f23a30 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S
@@ -11,8 +11,6 @@
* Derived from libbsp/powerpc/mbx8xx/vectors/vectors.S,
*
* (c) 1999, Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
index 17cd79a87e..217c41d7ef 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_VECTORS_H
#define _LIBCPU_VECTORS_H
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c
index 08e48667ee..275e4862c5 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors_init.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/bspIo.h>
#include <libcpu/vectors.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup.c b/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup.c
index 0b7403af5f..0eba0b7c9e 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Altivec support for RTEMS; vector register context management. */
/*
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup_asm.S b/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup_asm.S
index 0500c99692..6b78c0b5eb 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup_asm.S
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/altivec/vec_sup_asm.S
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifdef __ALTIVEC__
/* Altivec support for RTEMS; vector register context management. */
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c
index afb75c79e4..01b72aa477 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c
@@ -15,8 +15,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
index f631526310..15e3839b80 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
@@ -15,8 +15,6 @@
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
- *
- * $Id$
*/
#ifndef _LIBCPU_C_CLOCK_H
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
index 34fc13092e..538bbaf8ca 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
@@ -1,8 +1,6 @@
/*
* asm_utils.s
*
- * $Id$
- *
* Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
*
* This file contains the low-level support for moving exception
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c
index 65dc92a754..6c7e93b9f0 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libcpu/bat.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h
index f8cbe13d2c..e542eff4e4 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_BAT_H
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
index 645e9d7509..e1996af03d 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
@@ -1,8 +1,6 @@
/*
* mmuAsm.S
*
- * $Id$
- *
* Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
*
* This file contains the low-level support for various MMU
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
index f11727f62e..fe1000a319 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Trivial page table setup for RTEMS
* Purpose: allow write protection of text/ro-data
*/
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.h b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.h
index fef2f0b269..a07e063f03 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.h
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.h
@@ -1,6 +1,5 @@
#ifndef _LIBCPU_PTE121_H
#define _LIBCPU_PTE121_H
-/* $Id$ */
/*
* Authorship
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
index 9c09872bab..1167c60c47 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/README b/c/src/lib/libcpu/powerpc/mpc8260/README
index 5853ac444d..a5ab97157d 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/README
+++ b/c/src/lib/libcpu/powerpc/mpc8260/README
@@ -1,5 +1,3 @@
-#
-# $Id$
# Modified from mpc860 version by A. Dachs, 28-4-00
Various non BSP dependant support routines.
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c b/c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c
index b7a69f5eb4..1ae1dbedce 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c
@@ -46,8 +46,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/cpm/brg.c b/c/src/lib/libcpu/powerpc/mpc8260/cpm/brg.c
index 2439ec6b6f..6a8fd963c4 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/cpm/brg.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/cpm/brg.c
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/include/console.h b/c/src/lib/libcpu/powerpc/mpc8260/include/console.h
index 2ad1120d3e..049cef6d89 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/include/console.h
+++ b/c/src/lib/libcpu/powerpc/mpc8260/include/console.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _MPC8260_CONSOLE_H
#define _MPC8260_CONSOLE_H
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
index 65655aa6fb..9349f39fdc 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
@@ -43,8 +43,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h b/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
index 86f9b550c5..591b362197 100644
--- a/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _MPC83XX_MPC83XX_H
#define _MPC83XX_MPC83XX_H
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/README b/c/src/lib/libcpu/powerpc/mpc8xx/README
index 99877ab6bf..3d852d0785 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/README
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Various non BSP dependant support routines.
clock - Uses the MPC860/MPC821 PIT (Programmable interval timer) to
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
index 78cc703010..428ece0479 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
@@ -31,8 +31,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c b/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c
index 7efbc7918c..b9d791f4e8 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c
@@ -40,8 +40,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/include/console.h b/c/src/lib/libcpu/powerpc/mpc8xx/include/console.h
index 618ecf081e..eea561e7eb 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/include/console.h
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/include/console.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _MPC8XX_CONSOLE_H
#define _MPC8XX_CONSOLE_H
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
index b0bacfafb7..a8ae84f80d 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
@@ -38,8 +38,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/new-exceptions/asm_utils.S
index bf2c5f528a..d50eb8ee99 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/asm_utils.S
@@ -1,8 +1,6 @@
/*
* asm_utils.s
*
- * $Id$
- *
* Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
*
* This file contains the low-level support for moving exception
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c
index 58059d7e74..39c3048e50 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h
index 39fbbf76fc..1fc574dbe5 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef IRQ_SHARED_IRQ_C_GLUE_H
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c
index 943ce49e55..dd52c7f1fd 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c
index 905a644898..e061f5bb7c 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_alignment.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_alignment.c
index 781fd3a8e9..fc144e3e24 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_alignment.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_alignment.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
index b2d2a38fa2..3165d6b625 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
index 260270dfba..22b9f602ee 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/vectors.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c
index c2e93dca49..b7d4299c22 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/vectors.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c
index 58c6dee8d2..25d6b26faa 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c
index 7ff0e5c575..1f0d32646b 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
index 1b1695d101..9aa56d1c13 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c
index 20569e63d1..ed415817f1 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h
index a4df91e56b..8eda3a1aaa 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* DO NOT INTRODUCE #ifdef <cpu_flavor> in this file */
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
index 9761adbc2b..1a346091eb 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be found in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
index e2f6d903c1..3568a0eb10 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
@@ -1,4 +1,3 @@
-
/* cpu_asm.s 1.1 - 95/12/04
*
* This file contains the assembly code for the PowerPC implementation
@@ -29,8 +28,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/README b/c/src/lib/libcpu/powerpc/ppc403/README
index 528506d3dd..2d3931148b 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/README
+++ b/c/src/lib/libcpu/powerpc/ppc403/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Various non BSP dependant support routines.
clock - Uses the 403 PIT (Programmable interval timer) to
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
index c807bbadcd..d684f12c38 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
@@ -34,8 +34,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock_4xx.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock_4xx.c
index 4b887d18ce..5ec6a5fff4 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock_4xx.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock_4xx.c
@@ -35,8 +35,6 @@
* Modifications for PPC405GP by Dennis Ehlin
*
* Further modifications for PPC405GP/EX by Michael Hamel
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console.c b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
index fdba1ec751..58d0138398 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
@@ -45,8 +45,6 @@
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console405.c b/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
index ef8ff2db15..f7972aae5e 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
@@ -48,8 +48,6 @@
* On-Line Applications Research Corporation (OAR).
*
* Modifications for PPC405GP by Dennis Ehlin
- *
- * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/lib/libcpu/powerpc/ppc403/include/ppc405ex.h b/c/src/lib/libcpu/powerpc/ppc403/include/ppc405ex.h
index e1d1b67409..5a4a653dd1 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/include/ppc405ex.h
+++ b/c/src/lib/libcpu/powerpc/ppc403/include/ppc405ex.h
@@ -1,4 +1,3 @@
-
/*
Constants for manipulating system registers of PPC 405EX in C
diff --git a/c/src/lib/libcpu/powerpc/ppc403/include/ppc405gp.h b/c/src/lib/libcpu/powerpc/ppc403/include/ppc405gp.h
index 792f32193f..8c7c9f1d83 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/include/ppc405gp.h
+++ b/c/src/lib/libcpu/powerpc/ppc403/include/ppc405gp.h
@@ -1,5 +1,4 @@
-
/* SDRAM DCRs */
enum {
SDRAM0_BESR0 = 0,
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
index 4280673109..2dade0ff73 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
@@ -34,8 +34,6 @@
*
* Further mods for PPC405EX/EXr by Michael Hamel
*
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/README b/c/src/lib/libcpu/powerpc/ppc403/vectors/README
index 4081ae2525..02ab163dfd 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/README
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The location of the vectors file object is critical.
From the comments at the head of vectors.s:
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
index 00383fb44c..1fdc75ae8b 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _RTEMS_POWERPC_CACHE_H
#define _RTEMS_POWERPC_CACHE_H
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
index 565534fcd8..4ebd034f21 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
@@ -34,8 +34,6 @@
*
* Note:
* This file is included by both C and assembler code ( -DASM )
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
index 092fbf93ec..b242084fb5 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
@@ -37,8 +37,6 @@
*
* Note:
* This file is included by both C and assembler code ( -DASM )
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/powerpc/shared/include/byteorder.h b/c/src/lib/libcpu/powerpc/shared/include/byteorder.h
index b2851b2ec4..f683c572c3 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/byteorder.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/byteorder.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_BYTEORDER_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c
index 2c671c6c74..448cf628c5 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c
@@ -10,8 +10,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <libcpu/cpuIdent.h>
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
index d37a6ee50d..8087767a91 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_CPUIDENT_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/io.h b/c/src/lib/libcpu/powerpc/shared/include/io.h
index 11ff7ccf06..ebc405dcd8 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/io.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/io.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_IO_H
#define _LIBCPU_IO_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/mmu.h b/c/src/lib/libcpu/powerpc/shared/include/mmu.h
index 70bd2237ae..f97895dba0 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/mmu.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/mmu.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_MMU_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/page.h b/c/src/lib/libcpu/powerpc/shared/include/page.h
index 109f577327..fe0ffd14b8 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/page.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/page.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_PAGE_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/pgtable.h b/c/src/lib/libcpu/powerpc/shared/include/pgtable.h
index 205a547b81..78d4d0e127 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/pgtable.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/pgtable.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _LIBCPU_PGTABLE_H
diff --git a/c/src/lib/libcpu/powerpc/shared/include/spr.h b/c/src/lib/libcpu/powerpc/shared/include/spr.h
index a5e70c4c2e..7071962106 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/spr.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/spr.h
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
diff --git a/c/src/lib/libcpu/powerpc/shared/src/cache_.h b/c/src/lib/libcpu/powerpc/shared/src/cache_.h
index f1470b54be..da643d686a 100644
--- a/c/src/lib/libcpu/powerpc/shared/src/cache_.h
+++ b/c/src/lib/libcpu/powerpc/shared/src/cache_.h
@@ -10,8 +10,6 @@
* Cache Management Support Routines for the MC68040
* Modified for MPC8260 Andy Dachs <a.dachs@sstl.co.uk>
* Surrey Satellite Technology Limited (SSTL), 2001
- *
- * $Id$
*/
#ifndef LIBCPU_POWERPC_CACHE_H
diff --git a/c/src/lib/libcpu/sh/sh7032/clock/ckinit.c b/c/src/lib/libcpu/sh/sh7032/clock/ckinit.c
index 24159c4ffa..24afa90552 100644
--- a/c/src/lib/libcpu/sh/sh7032/clock/ckinit.c
+++ b/c/src/lib/libcpu/sh/sh7032/clock/ckinit.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7032/delay/delay.c b/c/src/lib/libcpu/sh/sh7032/delay/delay.c
index 26f2c4f7f6..1b261e227f 100644
--- a/c/src/lib/libcpu/sh/sh7032/delay/delay.c
+++ b/c/src/lib/libcpu/sh/sh7032/delay/delay.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/sh/sh7032/include/iosh7032.h b/c/src/lib/libcpu/sh/sh7032/include/iosh7032.h
index f1cb23da5f..d93765d9ea 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/iosh7032.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/iosh7032.h
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IOSH7030_H
diff --git a/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h b/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
index 426670158b..61684dbce3 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __CPU_ISPS_H
diff --git a/c/src/lib/libcpu/sh/sh7032/include/sci.h b/c/src/lib/libcpu/sh/sh7032/include/sci.h
index a42e8e7145..593843cc94 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/sci.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/sci.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh_sci_h
diff --git a/c/src/lib/libcpu/sh/sh7032/include/sh7_pfc.h b/c/src/lib/libcpu/sh/sh7032/include/sh7_pfc.h
index 89f76c7e20..8913b8a9e0 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/sh7_pfc.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/sh7_pfc.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh7_pfc_h
diff --git a/c/src/lib/libcpu/sh/sh7032/include/sh7_sci.h b/c/src/lib/libcpu/sh/sh7032/include/sh7_sci.h
index 590617f4e6..aef1b49249 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/sh7_sci.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/sh7_sci.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh7_sci_h
diff --git a/c/src/lib/libcpu/sh/sh7032/sci/sci.c b/c/src/lib/libcpu/sh/sh7032/sci/sci.c
index d5de4f4f43..1720ef1d78 100644
--- a/c/src/lib/libcpu/sh/sh7032/sci/sci.c
+++ b/c/src/lib/libcpu/sh/sh7032/sci/sci.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c
index 89d7cb19b2..1c14cc0b2d 100644
--- a/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c
+++ b/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c
@@ -22,8 +22,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
/*
diff --git a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
index 84b00a9456..61f0b11fd9 100644
--- a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
+++ b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/sh/sh7032/timer/timer.c b/c/src/lib/libcpu/sh/sh7032/timer/timer.c
index 1a245d52a3..db9e5d1353 100644
--- a/c/src/lib/libcpu/sh/sh7032/timer/timer.c
+++ b/c/src/lib/libcpu/sh/sh7032/timer/timer.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7045/clock/ckinit.c b/c/src/lib/libcpu/sh/sh7045/clock/ckinit.c
index 4eac63679f..ab5a08f4dd 100644
--- a/c/src/lib/libcpu/sh/sh7045/clock/ckinit.c
+++ b/c/src/lib/libcpu/sh/sh7045/clock/ckinit.c
@@ -29,8 +29,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7045/include/io_types.h b/c/src/lib/libcpu/sh/sh7045/include/io_types.h
index 3a873e0d6b..9d929750cc 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/io_types.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/io_types.h
@@ -26,8 +26,6 @@
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
*
- * $Id$
- *
*
************************************************************************/
diff --git a/c/src/lib/libcpu/sh/sh7045/include/iosh7045.h b/c/src/lib/libcpu/sh/sh7045/include/iosh7045.h
index 76e5c25fe5..4649f2e4ec 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/iosh7045.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/iosh7045.h
@@ -37,8 +37,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef __IOSH7045_H
diff --git a/c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h b/c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h
index c9bf946419..ddbd8be42f 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h
@@ -30,8 +30,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef __CPU_ISPS_H
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sci.h b/c/src/lib/libcpu/sh/sh7045/include/sci.h
index 5802734601..eb5ac755c6 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sci.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sci.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh_sci_h
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sci_termios.h b/c/src/lib/libcpu/sh/sh7045/include/sci_termios.h
index e17a855bf1..2846585f8c 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sci_termios.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sci_termios.h
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _SH_SCI_TERMIOS_H_
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sh7_pfc.h b/c/src/lib/libcpu/sh/sh7045/include/sh7_pfc.h
index 51a5f4de34..9490f2da71 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sh7_pfc.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sh7_pfc.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh7_pfc_h
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sh7_sci.h b/c/src/lib/libcpu/sh/sh7045/include/sh7_sci.h
index 0d554a0f80..6b6a99fc93 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sh7_sci.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sh7_sci.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _sh7_sci_h
diff --git a/c/src/lib/libcpu/sh/sh7045/sci/sci.c b/c/src/lib/libcpu/sh/sh7045/sci/sci.c
index 57bd149519..ab4839d59c 100644
--- a/c/src/lib/libcpu/sh/sh7045/sci/sci.c
+++ b/c/src/lib/libcpu/sh/sh7045/sci/sci.c
@@ -35,8 +35,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c b/c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c
index e81817634a..061249339b 100644
--- a/c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c
+++ b/c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
index a13e9dad51..d141a2ded6 100644
--- a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
+++ b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c b/c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c
index a2126ecd70..66735437e0 100644
--- a/c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c
+++ b/c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c
@@ -35,8 +35,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/sh/sh7045/timer/timer.c b/c/src/lib/libcpu/sh/sh7045/timer/timer.c
index 6ba477db18..e3f9549691 100644
--- a/c/src/lib/libcpu/sh/sh7045/timer/timer.c
+++ b/c/src/lib/libcpu/sh/sh7045/timer/timer.c
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7750/clock/ckinit.c b/c/src/lib/libcpu/sh/sh7750/clock/ckinit.c
index a6872bec6f..dd61b34294 100644
--- a/c/src/lib/libcpu/sh/sh7750/clock/ckinit.c
+++ b/c/src/lib/libcpu/sh/sh7750/clock/ckinit.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h
index c586348ebf..206a3657bf 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h
@@ -37,8 +37,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef __IOSH7750_H
diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ipl.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ipl.h
index f59d575cbe..95358f5aa8 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ipl.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ipl.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IPL_DRIVER_h
diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
index 93e14f6ce7..fca53083bc 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
@@ -34,8 +34,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#ifndef __CPU_ISPS_H
diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh4_regs.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh4_regs.h
index 184d1f2d91..3fc11ab7e6 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh4_regs.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh4_regs.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __SH4_REGS_H__
diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h
index d3ccf75d77..edeae341b2 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __SH7750_REGS_H__
diff --git a/c/src/lib/libcpu/sh/sh7750/sci/console.c b/c/src/lib/libcpu/sh/sh7750/sci/console.c
index e68feebcbd..7cff086972 100644
--- a/c/src/lib/libcpu/sh/sh7750/sci/console.c
+++ b/c/src/lib/libcpu/sh/sh7750/sci/console.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <termios.h>
diff --git a/c/src/lib/libcpu/sh/sh7750/sci/sh4uart.c b/c/src/lib/libcpu/sh/sh7750/sci/sh4uart.c
index 8114d5143a..8400a20dd4 100644
--- a/c/src/lib/libcpu/sh/sh7750/sci/sh4uart.c
+++ b/c/src/lib/libcpu/sh/sh7750/sci/sh4uart.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c
index eea55f44ad..fcc867f493 100644
--- a/c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c
+++ b/c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c b/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
index d84751fa28..18065e044a 100644
--- a/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
+++ b/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
@@ -33,8 +33,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/sh/sh7750/timer/timer.c b/c/src/lib/libcpu/sh/sh7750/timer/timer.c
index 7d73c3e21f..aefa3b0734 100644
--- a/c/src/lib/libcpu/sh/sh7750/timer/timer.c
+++ b/c/src/lib/libcpu/sh/sh7750/timer/timer.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c b/c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c
index 3c908309a5..678e23c09a 100644
--- a/c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c
+++ b/c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c b/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c
index c487f43445..577eef0492 100644
--- a/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c
+++ b/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c
@@ -25,8 +25,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Modified to reflect dummy isp entries for GDB SH simulator by Joel.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/shared/include/cache.h b/c/src/lib/libcpu/shared/include/cache.h
index b02ff8def7..a15332b976 100644
--- a/c/src/lib/libcpu/shared/include/cache.h
+++ b/c/src/lib/libcpu/shared/include/cache.h
@@ -16,8 +16,6 @@
*
* The API for the RTEMS Cache Manager can be found in
* c/src/exec/rtems/include/rtems/rtems/cache.h
- *
- * $Id$
*/
#ifndef __LIBCPU_CACHE_h
diff --git a/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c b/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
index ea49803c10..36999edc35 100644
--- a/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
+++ b/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/shared/src/no_cache.c b/c/src/lib/libcpu/shared/src/no_cache.c
index 3285ae74b8..3f869fcd60 100644
--- a/c/src/lib/libcpu/shared/src/no_cache.c
+++ b/c/src/lib/libcpu/shared/src/no_cache.c
@@ -1,7 +1,5 @@
/*
* STUB Cache Management Support Routines
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sparc/cache/cache.c b/c/src/lib/libcpu/sparc/cache/cache.c
index 84ce17191a..aae7284bb3 100644
--- a/c/src/lib/libcpu/sparc/cache/cache.c
+++ b/c/src/lib/libcpu/sparc/cache/cache.c
@@ -1,7 +1,5 @@
/*
* Cache Management Support Routines for the SPARC
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sparc/reg_win/window.S b/c/src/lib/libcpu/sparc/reg_win/window.S
index e28774d74e..dffac6af92 100644
--- a/c/src/lib/libcpu/sparc/reg_win/window.S
+++ b/c/src/lib/libcpu/sparc/reg_win/window.S
@@ -19,8 +19,6 @@
* COPYRIGHT (c) 1995. European Space Agency.
*
* This terms of the RTEMS license apply to this file.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/sparc/syscall/syscall.h b/c/src/lib/libcpu/sparc/syscall/syscall.h
index 272234f9f2..9af3560267 100644
--- a/c/src/lib/libcpu/sparc/syscall/syscall.h
+++ b/c/src/lib/libcpu/sparc/syscall/syscall.h
@@ -1,4 +1,3 @@
-
#define SYS_exit 1
#define SYS_irqdis 2
#define SYS_irqen 3
diff --git a/c/src/lib/libcpu/sparc64/shared/cache/cache.c b/c/src/lib/libcpu/sparc64/shared/cache/cache.c
index 901b6121c4..63b6bb1cc6 100644
--- a/c/src/lib/libcpu/sparc64/shared/cache/cache.c
+++ b/c/src/lib/libcpu/sparc64/shared/cache/cache.c
@@ -1,7 +1,5 @@
/*
* Cache Management Support Routines for the SPARC 64
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c b/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c
index 973dc725d0..52275f46cc 100644
--- a/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c
+++ b/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/sparc64/shared/score/cpu.c b/c/src/lib/libcpu/sparc64/shared/score/cpu.c
index 6425776a2d..eae3c99fcc 100644
--- a/c/src/lib/libcpu/sparc64/shared/score/cpu.c
+++ b/c/src/lib/libcpu/sparc64/shared/score/cpu.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
index 9e93eff188..b477a6e416 100644
--- a/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
+++ b/c/src/lib/libcpu/sparc64/shared/score/interrupt.S
@@ -21,8 +21,6 @@
* Ported to Niagara and UltraSPARC III (US3) implementations of the SPARC-v9.
* Niagara and US3 modifications of respective RTEMS file:
* COPYRIGHT (c) 2010. Gedare Bloom.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.h b/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.h
index 272234f9f2..9af3560267 100644
--- a/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.h
+++ b/c/src/lib/libcpu/sparc64/shared/syscall/sparc64-syscall.h
@@ -1,4 +1,3 @@
-
#define SYS_exit 1
#define SYS_irqdis 2
#define SYS_irqen 3
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index b7b78423b4..46c06b47cc 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_libchipdir = $(includedir)/libchip
diff --git a/c/src/libchip/flash/am29lv160.c b/c/src/libchip/flash/am29lv160.c
index 0e07f2b849..6bbcb36845 100644
--- a/c/src/libchip/flash/am29lv160.c
+++ b/c/src/libchip/flash/am29lv160.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
* Copyright 2007 Chris Johns (chrisj@rtems.org)
diff --git a/c/src/libchip/flash/am29lv160.h b/c/src/libchip/flash/am29lv160.h
index 65ffd37d91..49d8e248ac 100644
--- a/c/src/libchip/flash/am29lv160.h
+++ b/c/src/libchip/flash/am29lv160.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
* Copyright 2007 Chris Johns (chrisj@rtems.org)
diff --git a/c/src/libchip/i2c/i2c-2b-eeprom.c b/c/src/libchip/i2c/i2c-2b-eeprom.c
index 904470a1d5..4a8b5fdb9c 100644
--- a/c/src/libchip/i2c/i2c-2b-eeprom.c
+++ b/c/src/libchip/i2c/i2c-2b-eeprom.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Trivial i2c driver for reading "2-byte eeproms".
* On 'open' the read-pointer is reset to 0, subsequent
* read operations slurp data from there...
diff --git a/c/src/libchip/i2c/i2c-2b-eeprom.h b/c/src/libchip/i2c/i2c-2b-eeprom.h
index 1457a380b5..93730d1e3b 100644
--- a/c/src/libchip/i2c/i2c-2b-eeprom.h
+++ b/c/src/libchip/i2c/i2c-2b-eeprom.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef I2C_2B_EEPROM_DRIVER_H
#define I2C_2B_EEPROM_DRIVER_H
diff --git a/c/src/libchip/i2c/i2c-ds1621.c b/c/src/libchip/i2c/i2c-ds1621.c
index 3615ea3b63..51f64de679 100644
--- a/c/src/libchip/i2c/i2c-ds1621.c
+++ b/c/src/libchip/i2c/i2c-ds1621.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Trivial i2c driver for the maxim DS1621 temperature sensor;
* just implements reading constant conversions with 8-bit
* resolution.
diff --git a/c/src/libchip/i2c/i2c-ds1621.h b/c/src/libchip/i2c/i2c-ds1621.h
index 247d762cab..64df69f465 100644
--- a/c/src/libchip/i2c/i2c-ds1621.h
+++ b/c/src/libchip/i2c/i2c-ds1621.h
@@ -1,4 +1,3 @@
-/* $Id$ */
#ifndef I2C_DS_1621_DRIVER_H
#define I2C_DS_1621_DRIVER_H
diff --git a/c/src/libchip/ide/ata.c b/c/src/libchip/ide/ata.c
index b23163a6ed..245d6d6f15 100644
--- a/c/src/libchip/ide/ata.c
+++ b/c/src/libchip/ide/ata.c
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <errno.h>
#include <rtems/chain.h>
diff --git a/c/src/libchip/ide/ata.h b/c/src/libchip/ide/ata.h
index 1c3036a7d5..8787e6a819 100644
--- a/c/src/libchip/ide/ata.h
+++ b/c/src/libchip/ide/ata.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __ATA_H__
#define __ATA_H__
diff --git a/c/src/libchip/ide/ata_internal.h b/c/src/libchip/ide/ata_internal.h
index 3958e9f6bf..3eea2d1dd4 100644
--- a/c/src/libchip/ide/ata_internal.h
+++ b/c/src/libchip/ide/ata_internal.h
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef __ATA_INTERNAL_H__
#define __ATA_INTERNAL_H__
diff --git a/c/src/libchip/ide/ata_util.c b/c/src/libchip/ide/ata_util.c
index 2ce518d4b5..ce7893a54f 100644
--- a/c/src/libchip/ide/ata_util.c
+++ b/c/src/libchip/ide/ata_util.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include "ata_internal.h"
diff --git a/c/src/libchip/ide/ide_controller.c b/c/src/libchip/ide/ide_controller.c
index e9840023c5..f7e0c685bf 100644
--- a/c/src/libchip/ide/ide_controller.c
+++ b/c/src/libchip/ide/ide_controller.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#define IDE_CONTROLLER_TRACE 0
diff --git a/c/src/libchip/ide/ide_ctrl.h b/c/src/libchip/ide/ide_ctrl.h
index fc010f8536..55be605626 100644
--- a/c/src/libchip/ide/ide_ctrl.h
+++ b/c/src/libchip/ide/ide_ctrl.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IDE_CTRL_H__
#define __IDE_CTRL_H__
diff --git a/c/src/libchip/ide/ide_ctrl_cfg.h b/c/src/libchip/ide/ide_ctrl_cfg.h
index d7865698f9..815dd8ae51 100644
--- a/c/src/libchip/ide/ide_ctrl_cfg.h
+++ b/c/src/libchip/ide/ide_ctrl_cfg.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IDE_CTRL_CFG_H__
#define __IDE_CTRL_CFG_H__
diff --git a/c/src/libchip/ide/ide_ctrl_io.h b/c/src/libchip/ide/ide_ctrl_io.h
index fac071369c..bcd95d320d 100644
--- a/c/src/libchip/ide/ide_ctrl_io.h
+++ b/c/src/libchip/ide/ide_ctrl_io.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __IDE_CTRL_IO_H__
#define __IDE_CTRL_IO_H__
diff --git a/c/src/libchip/network/README b/c/src/libchip/network/README
index fd5853ef16..ecb996e65f 100644
--- a/c/src/libchip/network/README
+++ b/c/src/libchip/network/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the network interface controller portion of the libchip library.
This directory contains the source code for reusable TCP/IP network driver
support code. Each driver has its own configuration table and its
diff --git a/c/src/libchip/network/README.cs8900 b/c/src/libchip/network/README.cs8900
index b9bf2dcebd..ecd575230f 100644
--- a/c/src/libchip/network/README.cs8900
+++ b/c/src/libchip/network/README.cs8900
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Target Support
==============
diff --git a/c/src/libchip/network/README.dec21140 b/c/src/libchip/network/README.dec21140
index c0548a93ee..f07bec7a36 100644
--- a/c/src/libchip/network/README.dec21140
+++ b/c/src/libchip/network/README.dec21140
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This TULIP driver can be used on BSPs that support PCI bus.
It can handle any DEC21140 and DEC21143 based Ethernet controller
diff --git a/c/src/libchip/network/README.i82586 b/c/src/libchip/network/README.i82586
index 01c6522d9c..a0990367ef 100644
--- a/c/src/libchip/network/README.i82586
+++ b/c/src/libchip/network/README.i82586
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
TBD
diff --git a/c/src/libchip/network/README.open_eth b/c/src/libchip/network/README.open_eth
index c96d2e5ab7..af9d8882cf 100644
--- a/c/src/libchip/network/README.open_eth
+++ b/c/src/libchip/network/README.open_eth
@@ -1,4 +1,3 @@
-
Driver for opencores ethernet MAC - README
------------------------------------------
diff --git a/c/src/libchip/network/README.sonic b/c/src/libchip/network/README.sonic
index e10d538373..b2478b5571 100644
--- a/c/src/libchip/network/README.sonic
+++ b/c/src/libchip/network/README.sonic
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This SONIC driver does not make any attempt to support the SONIC chip
in any of the following modes:
@@ -30,8 +26,6 @@ the 4.6 release series so the code is included here.
*
* 1) SVME/DMV-171 Single Board Computer Documentation Package, #805905,
* DY 4 Systems Inc., Kanata, Ontario, September, 1996.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/libchip/network/dec21140.c b/c/src/libchip/network/dec21140.c
index a70ba00792..21bbdd4192 100644
--- a/c/src/libchip/network/dec21140.c
+++ b/c/src/libchip/network/dec21140.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* ------------------------------------------------------------------------
* [22.05.2000,StWi/CWA] added support for the DEC/Intel 21143 chip
*
diff --git a/c/src/libchip/network/greth.c b/c/src/libchip/network/greth.c
index 9682fa3887..03db517679 100644
--- a/c/src/libchip/network/greth.c
+++ b/c/src/libchip/network/greth.c
@@ -6,8 +6,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* 2007-09-07, Ported GBIT support from 4.6.5
*/
diff --git a/c/src/libchip/network/greth.h b/c/src/libchip/network/greth.h
index 4a7447d792..6a68675706 100644
--- a/c/src/libchip/network/greth.h
+++ b/c/src/libchip/network/greth.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/libchip/network/smc91111.c b/c/src/libchip/network/smc91111.c
index 864587a169..1216ba6197 100644
--- a/c/src/libchip/network/smc91111.c
+++ b/c/src/libchip/network/smc91111.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <errno.h>
diff --git a/c/src/libchip/network/smc91111.h b/c/src/libchip/network/smc91111.h
index cdaeb5c68d..7ec83716d0 100644
--- a/c/src/libchip/network/smc91111.h
+++ b/c/src/libchip/network/smc91111.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _SMC91111_H_
#define _SMC91111_H_
diff --git a/c/src/libchip/network/smc91111config.h b/c/src/libchip/network/smc91111config.h
index 2dec10694c..8340ca23bb 100644
--- a/c/src/libchip/network/smc91111config.h
+++ b/c/src/libchip/network/smc91111config.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _SMC91111_CONFIG_H_
#define _SMC91111_CONFIG_H_
diff --git a/c/src/libchip/network/smc91111exp.h b/c/src/libchip/network/smc91111exp.h
index 2ab62c1417..11feaab0d9 100644
--- a/c/src/libchip/network/smc91111exp.h
+++ b/c/src/libchip/network/smc91111exp.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _SMC91111_EXP_H_
#define _SMC91111_EXP_H_
diff --git a/c/src/libchip/network/sonic.c b/c/src/libchip/network/sonic.c
index d9007570ba..183dfb405d 100644
--- a/c/src/libchip/network/sonic.c
+++ b/c/src/libchip/network/sonic.c
@@ -21,8 +21,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* This driver was originally written and tested on a DY-4 DMV177,
* which had a 100 Mhz PPC603e.
*
diff --git a/c/src/libchip/network/sonic.h b/c/src/libchip/network/sonic.h
index c3faf73f28..a1b341ffba 100644
--- a/c/src/libchip/network/sonic.h
+++ b/c/src/libchip/network/sonic.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _SONIC_DP83932_
diff --git a/c/src/libchip/rtc/README.ds1643 b/c/src/libchip/rtc/README.ds1643
index 4fab5b62c6..a3a38605c8 100644
--- a/c/src/libchip/rtc/README.ds1643
+++ b/c/src/libchip/rtc/README.ds1643
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The Mostek M48T08 is compatible with the Dallas Semiconductor DS1643. Please
use that driver.
diff --git a/c/src/libchip/rtc/README.icm7170 b/c/src/libchip/rtc/README.icm7170
index de2199339d..d4ecff570f 100644
--- a/c/src/libchip/rtc/README.icm7170
+++ b/c/src/libchip/rtc/README.icm7170
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/rtc/README.m48t08 b/c/src/libchip/rtc/README.m48t08
index d792d7957e..25c032e85e 100644
--- a/c/src/libchip/rtc/README.m48t08
+++ b/c/src/libchip/rtc/README.m48t08
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/rtc/README.m48t18 b/c/src/libchip/rtc/README.m48t18
index 85fe918f23..0925c62115 100644
--- a/c/src/libchip/rtc/README.m48t18
+++ b/c/src/libchip/rtc/README.m48t18
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
This is supported by the m48t08 driver.
diff --git a/c/src/libchip/rtc/README.mc146818a b/c/src/libchip/rtc/README.mc146818a
index 674e7f6212..e9a9c86447 100644
--- a/c/src/libchip/rtc/README.mc146818a
+++ b/c/src/libchip/rtc/README.mc146818a
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
This is supported by the mc146818a driver.
diff --git a/c/src/libchip/rtc/STATUS b/c/src/libchip/rtc/STATUS
index e95a924ae9..a6d5c41cd5 100644
--- a/c/src/libchip/rtc/STATUS
+++ b/c/src/libchip/rtc/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
General
=======
diff --git a/c/src/libchip/rtc/ds1375-rtc.h b/c/src/libchip/rtc/ds1375-rtc.h
index 06c1892303..a5be96293f 100644
--- a/c/src/libchip/rtc/ds1375-rtc.h
+++ b/c/src/libchip/rtc/ds1375-rtc.h
@@ -1,6 +1,5 @@
#ifndef DS1375_I2C_RTC_H
#define DS1375_I2C_RTC_H
-/* $Id$ */
/* Driver for the Maxim 1375 i2c RTC (TOD only; very simple...) */
diff --git a/c/src/libchip/rtc/ds1375.c b/c/src/libchip/rtc/ds1375.c
index b4234c49b9..d3a669f9d9 100644
--- a/c/src/libchip/rtc/ds1375.c
+++ b/c/src/libchip/rtc/ds1375.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Driver for the Maxim 1375 i2c RTC (TOD only; very simple...) */
/*
diff --git a/c/src/libchip/rtc/icm7170.c b/c/src/libchip/rtc/icm7170.c
index 4b4ebbed92..93ea7cb257 100644
--- a/c/src/libchip/rtc/icm7170.c
+++ b/c/src/libchip/rtc/icm7170.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/rtc/icm7170.h b/c/src/libchip/rtc/icm7170.h
index 743cb89b04..cb150aaf9f 100644
--- a/c/src/libchip/rtc/icm7170.h
+++ b/c/src/libchip/rtc/icm7170.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LIBCHIP_ICM7170_h
diff --git a/c/src/libchip/rtc/icm7170_reg.c b/c/src/libchip/rtc/icm7170_reg.c
index 7172354e9a..378dd7a261 100644
--- a/c/src/libchip/rtc/icm7170_reg.c
+++ b/c/src/libchip/rtc/icm7170_reg.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/rtc/icm7170_reg2.c b/c/src/libchip/rtc/icm7170_reg2.c
index 7131423605..ac8a9103e2 100644
--- a/c/src/libchip/rtc/icm7170_reg2.c
+++ b/c/src/libchip/rtc/icm7170_reg2.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _ICM7170_MULTIPLIER 2
diff --git a/c/src/libchip/rtc/icm7170_reg4.c b/c/src/libchip/rtc/icm7170_reg4.c
index 784c176509..cd1c837589 100644
--- a/c/src/libchip/rtc/icm7170_reg4.c
+++ b/c/src/libchip/rtc/icm7170_reg4.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _ICM7170_MULTIPLIER 4
diff --git a/c/src/libchip/rtc/icm7170_reg8.c b/c/src/libchip/rtc/icm7170_reg8.c
index 92c3960fb0..a23983e851 100644
--- a/c/src/libchip/rtc/icm7170_reg8.c
+++ b/c/src/libchip/rtc/icm7170_reg8.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _ICM7170_MULTIPLIER 8
diff --git a/c/src/libchip/rtc/m48t08.c b/c/src/libchip/rtc/m48t08.c
index 128f8c775a..bb97fe648e 100644
--- a/c/src/libchip/rtc/m48t08.c
+++ b/c/src/libchip/rtc/m48t08.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/rtc/m48t08.h b/c/src/libchip/rtc/m48t08.h
index 026a38dea2..8616280038 100644
--- a/c/src/libchip/rtc/m48t08.h
+++ b/c/src/libchip/rtc/m48t08.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LIBCHIP_M48T08_h
diff --git a/c/src/libchip/rtc/m48t08_reg.c b/c/src/libchip/rtc/m48t08_reg.c
index d27877132b..42d45d717c 100644
--- a/c/src/libchip/rtc/m48t08_reg.c
+++ b/c/src/libchip/rtc/m48t08_reg.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/rtc/m48t08_reg2.c b/c/src/libchip/rtc/m48t08_reg2.c
index f8c2cad2f3..f9b3757e09 100644
--- a/c/src/libchip/rtc/m48t08_reg2.c
+++ b/c/src/libchip/rtc/m48t08_reg2.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _M48T08_MULTIPLIER 2
diff --git a/c/src/libchip/rtc/m48t08_reg4.c b/c/src/libchip/rtc/m48t08_reg4.c
index 57c45c2238..e4295dbb4a 100644
--- a/c/src/libchip/rtc/m48t08_reg4.c
+++ b/c/src/libchip/rtc/m48t08_reg4.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _M48T08_MULTIPLIER 4
diff --git a/c/src/libchip/rtc/m48t08_reg8.c b/c/src/libchip/rtc/m48t08_reg8.c
index 44ac347b1a..5e26084ce2 100644
--- a/c/src/libchip/rtc/m48t08_reg8.c
+++ b/c/src/libchip/rtc/m48t08_reg8.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _M48T08_MULTIPLIER 8
diff --git a/c/src/libchip/rtc/mc146818a.c b/c/src/libchip/rtc/mc146818a.c
index a96e29a86a..4b8bf6abb2 100644
--- a/c/src/libchip/rtc/mc146818a.c
+++ b/c/src/libchip/rtc/mc146818a.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
#include <libchip/rtc.h>
diff --git a/c/src/libchip/rtc/mc146818a.h b/c/src/libchip/rtc/mc146818a.h
index 6af8fc2d04..28964510e5 100644
--- a/c/src/libchip/rtc/mc146818a.h
+++ b/c/src/libchip/rtc/mc146818a.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LIBCHIP_MC146818A_h
diff --git a/c/src/libchip/rtc/mc146818a_ioreg.c b/c/src/libchip/rtc/mc146818a_ioreg.c
index 4258749d7e..942c0949e3 100644
--- a/c/src/libchip/rtc/mc146818a_ioreg.c
+++ b/c/src/libchip/rtc/mc146818a_ioreg.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h
index a8547d9775..d29e76b70d 100644
--- a/c/src/libchip/rtc/rtc.h
+++ b/c/src/libchip/rtc/rtc.h
@@ -7,9 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- *
- * $Id$
*/
#ifndef __LIBCHIP_RTC_h
diff --git a/c/src/libchip/rtc/rtcprobe.c b/c/src/libchip/rtc/rtcprobe.c
index bb51fc15ef..e402a75d16 100644
--- a/c/src/libchip/rtc/rtcprobe.c
+++ b/c/src/libchip/rtc/rtcprobe.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/README b/c/src/libchip/serial/README
index 3a1013b45b..59bb9e90fa 100644
--- a/c/src/libchip/serial/README
+++ b/c/src/libchip/serial/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the serial controller portion of the libchip library. This
directory contains the source code for reusable console driver
support code. Each individual driver is configured using the
diff --git a/c/src/libchip/serial/README.mc68681 b/c/src/libchip/serial/README.mc68681
index 240faf759b..e0966d0e10 100644
--- a/c/src/libchip/serial/README.mc68681
+++ b/c/src/libchip/serial/README.mc68681
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/serial/README.ns16550 b/c/src/libchip/serial/README.ns16550
index 9b49d6794b..f42a6a12a9 100644
--- a/c/src/libchip/serial/README.ns16550
+++ b/c/src/libchip/serial/README.ns16550
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Status
======
diff --git a/c/src/libchip/serial/README.xr88681 b/c/src/libchip/serial/README.xr88681
index 37364aaec6..89b661143f 100644
--- a/c/src/libchip/serial/README.xr88681
+++ b/c/src/libchip/serial/README.xr88681
@@ -1,6 +1,2 @@
-#
-# $Id$
-#
-
The Exar XR88681 is an enhanced version of the Motorola MC68681 and is
supported by the mc68681 driver.
diff --git a/c/src/libchip/serial/README.z85c30 b/c/src/libchip/serial/README.z85c30
index 4442b5ef40..f6e0b8cb11 100644
--- a/c/src/libchip/serial/README.z85c30
+++ b/c/src/libchip/serial/README.z85c30
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/serial/STATUS b/c/src/libchip/serial/STATUS
index f9874d9a9e..243b1a9de5 100644
--- a/c/src/libchip/serial/STATUS
+++ b/c/src/libchip/serial/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
General
=======
diff --git a/c/src/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c
index 47781c2157..58dfa0d413 100644
--- a/c/src/libchip/serial/mc68681.c
+++ b/c/src/libchip/serial/mc68681.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/mc68681.h b/c/src/libchip/serial/mc68681.h
index a945777e0b..c8cfee4340 100644
--- a/c/src/libchip/serial/mc68681.h
+++ b/c/src/libchip/serial/mc68681.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MC68681_H_
diff --git a/c/src/libchip/serial/mc68681_baud.c b/c/src/libchip/serial/mc68681_baud.c
index 621bf978c0..a27e6c95f6 100644
--- a/c/src/libchip/serial/mc68681_baud.c
+++ b/c/src/libchip/serial/mc68681_baud.c
@@ -1,7 +1,5 @@
/*
* MC68681 Default Baud Rate Table
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/mc68681_p.h b/c/src/libchip/serial/mc68681_p.h
index 209196c2fc..0ad67ef971 100644
--- a/c/src/libchip/serial/mc68681_p.h
+++ b/c/src/libchip/serial/mc68681_p.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MC68681_P_H_
diff --git a/c/src/libchip/serial/mc68681_reg.c b/c/src/libchip/serial/mc68681_reg.c
index a503a1304b..cd11be289f 100644
--- a/c/src/libchip/serial/mc68681_reg.c
+++ b/c/src/libchip/serial/mc68681_reg.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/mc68681_reg2.c b/c/src/libchip/serial/mc68681_reg2.c
index fa7944b373..72d789e5d8 100644
--- a/c/src/libchip/serial/mc68681_reg2.c
+++ b/c/src/libchip/serial/mc68681_reg2.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _MC68681_MULTIPLIER 2
diff --git a/c/src/libchip/serial/mc68681_reg4.c b/c/src/libchip/serial/mc68681_reg4.c
index 134473300d..4111e3f082 100644
--- a/c/src/libchip/serial/mc68681_reg4.c
+++ b/c/src/libchip/serial/mc68681_reg4.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _MC68681_MULTIPLIER 4
diff --git a/c/src/libchip/serial/mc68681_reg8.c b/c/src/libchip/serial/mc68681_reg8.c
index 69574c759f..f8228b3302 100644
--- a/c/src/libchip/serial/mc68681_reg8.c
+++ b/c/src/libchip/serial/mc68681_reg8.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _MC68681_MULTIPLIER 8
diff --git a/c/src/libchip/serial/ns16550.c b/c/src/libchip/serial/ns16550.c
index 6bd2ccffb1..a8fdf983c7 100644
--- a/c/src/libchip/serial/ns16550.c
+++ b/c/src/libchip/serial/ns16550.c
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/libchip/serial/ns16550.h b/c/src/libchip/serial/ns16550.h
index c61c59dac3..7a987a05a9 100644
--- a/c/src/libchip/serial/ns16550.h
+++ b/c/src/libchip/serial/ns16550.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _NS16550_H_
diff --git a/c/src/libchip/serial/ns16550_p.h b/c/src/libchip/serial/ns16550_p.h
index 920023ca64..be99cf1475 100644
--- a/c/src/libchip/serial/ns16550_p.h
+++ b/c/src/libchip/serial/ns16550_p.h
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _NS16550_P_H_
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index 5648af7fb0..7fe1da4f3e 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __LIBCHIP_SERIAL_h
diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c
index 5ce4d7ca40..7f8d392452 100644
--- a/c/src/libchip/serial/serprobe.c
+++ b/c/src/libchip/serial/serprobe.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>
diff --git a/c/src/libchip/serial/sersupp.h b/c/src/libchip/serial/sersupp.h
index ee078eabe2..6d24d25b61 100644
--- a/c/src/libchip/serial/sersupp.h
+++ b/c/src/libchip/serial/sersupp.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef __LIBCHIP_SERIAL_SUPPORT_h
#define __LIBCHIP_SERIAL_SUPPORT_h
diff --git a/c/src/libchip/serial/z85c30.c b/c/src/libchip/serial/z85c30.c
index f5ebde84f6..59aa45b224 100644
--- a/c/src/libchip/serial/z85c30.c
+++ b/c/src/libchip/serial/z85c30.c
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/z85c30_p.h b/c/src/libchip/serial/z85c30_p.h
index e649f0cf5a..a2b6db7ea4 100644
--- a/c/src/libchip/serial/z85c30_p.h
+++ b/c/src/libchip/serial/z85c30_p.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __Z85C30_P_H
diff --git a/c/src/libchip/serial/z85c30_reg.c b/c/src/libchip/serial/z85c30_reg.c
index a4aa14ea04..055660eff3 100644
--- a/c/src/libchip/serial/z85c30_reg.c
+++ b/c/src/libchip/serial/z85c30_reg.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/README b/c/src/libchip/shmdr/README
index 5ed9e861b0..ac28f05bc3 100644
--- a/c/src/libchip/shmdr/README
+++ b/c/src/libchip/shmdr/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The mpci.h file provided in here is too simple for an MPCI with
multiple ways to get to a node.
diff --git a/c/src/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c
index 3bda767933..5510fe8a1f 100644
--- a/c/src/libchip/shmdr/addlq.c
+++ b/c/src/libchip/shmdr/addlq.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c
index bcfa9eda59..3e0837a99d 100644
--- a/c/src/libchip/shmdr/cnvpkt.c
+++ b/c/src/libchip/shmdr/cnvpkt.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c
index 76980d4c30..7c7113c155 100644
--- a/c/src/libchip/shmdr/dump.c
+++ b/c/src/libchip/shmdr/dump.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c
index 141f33f735..4322e81b28 100644
--- a/c/src/libchip/shmdr/fatal.c
+++ b/c/src/libchip/shmdr/fatal.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c
index 337b3a78de..e73291af41 100644
--- a/c/src/libchip/shmdr/getlq.c
+++ b/c/src/libchip/shmdr/getlq.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c
index 9124ee4df3..00867cdc5c 100644
--- a/c/src/libchip/shmdr/getpkt.c
+++ b/c/src/libchip/shmdr/getpkt.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c
index cf1d33f76a..86c1adb835 100644
--- a/c/src/libchip/shmdr/init.c
+++ b/c/src/libchip/shmdr/init.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define _SHM_INIT
diff --git a/c/src/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c
index ee7047b2e6..2468f305ea 100644
--- a/c/src/libchip/shmdr/initlq.c
+++ b/c/src/libchip/shmdr/initlq.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c
index 721c977209..c0ff3e9587 100644
--- a/c/src/libchip/shmdr/intr.c
+++ b/c/src/libchip/shmdr/intr.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h
index efeb931f34..459ccafc2e 100644
--- a/c/src/libchip/shmdr/mpci.h
+++ b/c/src/libchip/shmdr/mpci.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __SHM_MPCI_h
diff --git a/c/src/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c
index cdeb6626de..01a122d6c0 100644
--- a/c/src/libchip/shmdr/mpisr.c
+++ b/c/src/libchip/shmdr/mpisr.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c
index aec9cfe7ff..9d89396ed5 100644
--- a/c/src/libchip/shmdr/poll.c
+++ b/c/src/libchip/shmdr/poll.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c
index fbbb36ed3b..31720d7a78 100644
--- a/c/src/libchip/shmdr/receive.c
+++ b/c/src/libchip/shmdr/receive.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c
index c4dcc1dc40..1f374d3f8a 100644
--- a/c/src/libchip/shmdr/retpkt.c
+++ b/c/src/libchip/shmdr/retpkt.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c
index d28c6bfeb3..66562ee5dc 100644
--- a/c/src/libchip/shmdr/send.c
+++ b/c/src/libchip/shmdr/send.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h
index 8d9d9d182a..58202a9d18 100644
--- a/c/src/libchip/shmdr/shm_driver.h
+++ b/c/src/libchip/shmdr/shm_driver.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __SHM_h
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index ba7f5240cf..ffc369ca09 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../aclocal
include $(top_srcdir)/../automake/compile.am
diff --git a/c/src/librtems++/README b/c/src/librtems++/README
index 65b0eb980e..93080d7f33 100644
--- a/c/src/librtems++/README
+++ b/c/src/librtems++/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
RTEMS C++ Library
=================
diff --git a/c/src/librtems++/configure.ac b/c/src/librtems++/configure.ac
index 801ee0bb1a..63654d5c7c 100644
--- a/c/src/librtems++/configure.ac
+++ b/c/src/librtems++/configure.ac
@@ -1,6 +1,5 @@
## Process this file with autoconf to produce a configure script.
##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++])
diff --git a/c/src/librtems++/include/rtems++/rtemsEvent.h b/c/src/librtems++/include/rtems++/rtemsEvent.h
index cba99f11df..c01334423e 100644
--- a/c/src/librtems++/include/rtems++/rtemsEvent.h
+++ b/c/src/librtems++/include/rtems++/rtemsEvent.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsInterrupt.h b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
index 93d4195bf2..c56f10504c 100644
--- a/c/src/librtems++/include/rtems++/rtemsInterrupt.h
+++ b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h
index 97dc22c3b2..49e2cc23fb 100644
--- a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h
+++ b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsSemaphore.h b/c/src/librtems++/include/rtems++/rtemsSemaphore.h
index 8d6e29a125..1266062613 100644
--- a/c/src/librtems++/include/rtems++/rtemsSemaphore.h
+++ b/c/src/librtems++/include/rtems++/rtemsSemaphore.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsStatusCode.h b/c/src/librtems++/include/rtems++/rtemsStatusCode.h
index d7f600536c..c911272b33 100644
--- a/c/src/librtems++/include/rtems++/rtemsStatusCode.h
+++ b/c/src/librtems++/include/rtems++/rtemsStatusCode.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsTask.h b/c/src/librtems++/include/rtems++/rtemsTask.h
index 6b54db035b..c062c03293 100644
--- a/c/src/librtems++/include/rtems++/rtemsTask.h
+++ b/c/src/librtems++/include/rtems++/rtemsTask.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsTaskMode.h b/c/src/librtems++/include/rtems++/rtemsTaskMode.h
index 13588477cc..19507369d0 100644
--- a/c/src/librtems++/include/rtems++/rtemsTaskMode.h
+++ b/c/src/librtems++/include/rtems++/rtemsTaskMode.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/include/rtems++/rtemsTimer.h b/c/src/librtems++/include/rtems++/rtemsTimer.h
index f188a41150..b9ce766e79 100644
--- a/c/src/librtems++/include/rtems++/rtemsTimer.h
+++ b/c/src/librtems++/include/rtems++/rtemsTimer.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsEvent.cc b/c/src/librtems++/src/rtemsEvent.cc
index 34bcbfb828..823d0aaa2e 100644
--- a/c/src/librtems++/src/rtemsEvent.cc
+++ b/c/src/librtems++/src/rtemsEvent.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsInterrupt.cc b/c/src/librtems++/src/rtemsInterrupt.cc
index f6026ee266..6ce8b3f864 100644
--- a/c/src/librtems++/src/rtemsInterrupt.cc
+++ b/c/src/librtems++/src/rtemsInterrupt.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsMessageQueue.cc b/c/src/librtems++/src/rtemsMessageQueue.cc
index 31c13a507f..9072f12f0e 100644
--- a/c/src/librtems++/src/rtemsMessageQueue.cc
+++ b/c/src/librtems++/src/rtemsMessageQueue.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsSemaphore.cc b/c/src/librtems++/src/rtemsSemaphore.cc
index 788aef54b7..a46c6026a7 100644
--- a/c/src/librtems++/src/rtemsSemaphore.cc
+++ b/c/src/librtems++/src/rtemsSemaphore.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsStatusCode.cc b/c/src/librtems++/src/rtemsStatusCode.cc
index a2db105577..1c23ff57ae 100644
--- a/c/src/librtems++/src/rtemsStatusCode.cc
+++ b/c/src/librtems++/src/rtemsStatusCode.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsTask.cc b/c/src/librtems++/src/rtemsTask.cc
index 15f87761b7..744304b32f 100644
--- a/c/src/librtems++/src/rtemsTask.cc
+++ b/c/src/librtems++/src/rtemsTask.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/librtems++/src/rtemsTimer.cc b/c/src/librtems++/src/rtemsTimer.cc
index 3ba560c981..c65047ddf0 100644
--- a/c/src/librtems++/src/rtemsTimer.cc
+++ b/c/src/librtems++/src/rtemsTimer.cc
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am
index c9e6f79538..d0383df8ed 100644
--- a/c/src/make/Makefile.am
+++ b/c/src/make/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
CLEANFILES =
diff --git a/c/src/make/README b/c/src/make/README
index 4ee7d1be4c..64589698ce 100644
--- a/c/src/make/README
+++ b/c/src/make/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
make/README
This file describes the layout and conventions of the application
diff --git a/c/src/make/aclocal/rtems-flags.m4 b/c/src/make/aclocal/rtems-flags.m4
index 8e034e52c2..57e63aa80d 100644
--- a/c/src/make/aclocal/rtems-flags.m4
+++ b/c/src/make/aclocal/rtems-flags.m4
@@ -1,4 +1,3 @@
-## $Id$
##
## Some hacks to set up RTEMS_*FLAGS
## Internal macro, not supposed to be explictly used in configure.ac's
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index 93a5457085..9ad6c85339 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -1,7 +1,5 @@
#
# Shared compiler for all GNU tools configurations
-#
-# $Id$
#
##
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index dac051376f..1517c68a99 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
##
## This script configures the configuration files below make/
diff --git a/c/src/make/custom/default.cfg.in b/c/src/make/custom/default.cfg.in
index 9b3e1dc970..e69de29bb2 100644
--- a/c/src/make/custom/default.cfg.in
+++ b/c/src/make/custom/default.cfg.in
@@ -1,4 +0,0 @@
-#
-# $Id$
-#
-
diff --git a/c/src/make/directory.cfg b/c/src/make/directory.cfg
index 61f392dff0..83ea0ecde3 100644
--- a/c/src/make/directory.cfg
+++ b/c/src/make/directory.cfg
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# make/directory.cfg
#
# Make(1) configuration file include'd by all directory-level Makefile's.
diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in
index aece16ddbd..270d3f104d 100644
--- a/c/src/make/host.cfg.in
+++ b/c/src/make/host.cfg.in
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# OS-specific configuration
#
# Derived from rtems/c/make/os/*.cfg in previous RTEMS version.
diff --git a/c/src/make/leaf.cfg b/c/src/make/leaf.cfg
index 84bce09976..dd0defe576 100644
--- a/c/src/make/leaf.cfg
+++ b/c/src/make/leaf.cfg
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# make/leaf.cfg
#
# Make(1) configuration file include'd by all leaf-node Makefiles
diff --git a/c/src/make/lib.cfg b/c/src/make/lib.cfg
index 47afd3e93e..c4a2c679d5 100644
--- a/c/src/make/lib.cfg
+++ b/c/src/make/lib.cfg
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# make/lib.cfg
#
# Make(1) configuration file include'd by all "library" Makefile
diff --git a/c/src/make/target.cfg.in b/c/src/make/target.cfg.in
index 550f3dff4a..63e91591c5 100644
--- a/c/src/make/target.cfg.in
+++ b/c/src/make/target.cfg.in
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# Target specific settings.
#
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index 55b549e7fa..66c81546c2 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
diff --git a/c/src/support/version.c b/c/src/support/version.c
index 6f70e882af..f19d8c5398 100644
--- a/c/src/support/version.c
+++ b/c/src/support/version.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 1841ac3f8f..b6760dd859 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -1,6 +1,4 @@
##
-## $Id$
-##
## build and install "glommed" librtemsbsp.a
##
diff --git a/configure.ac b/configure.ac
index dc971d1b33..42573f9c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/contrib/mingw/README b/contrib/mingw/README
index 31efa88c49..e2b872d8a2 100644
--- a/contrib/mingw/README
+++ b/contrib/mingw/README
@@ -1,4 +1,3 @@
-
Copyright (C) 2006-2007 Chris Johns, Sydney, Australia <chrisj@rtems.org>
This program is free software; you can redistribute it and/or modify
diff --git a/contrib/mingw/ba-wrap.sh b/contrib/mingw/ba-wrap.sh
index be73196659..be73196659 100644..100755
--- a/contrib/mingw/ba-wrap.sh
+++ b/contrib/mingw/ba-wrap.sh
diff --git a/contrib/mingw/build-autotools.sh b/contrib/mingw/build-autotools.sh
index f72ffbe9e1..f72ffbe9e1 100644..100755
--- a/contrib/mingw/build-autotools.sh
+++ b/contrib/mingw/build-autotools.sh
diff --git a/contrib/mingw/build-exes.sh b/contrib/mingw/build-exes.sh
index d21939ccfa..f32795886f 100755
--- a/contrib/mingw/build-exes.sh
+++ b/contrib/mingw/build-exes.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
# RTEMS Build Executable Installers script.
#
# This script takes the RPM files built using the mingw/build-rpms.sh
diff --git a/contrib/mingw/build-rpms.sh b/contrib/mingw/build-rpms.sh
index cfd5c02d77..af0b216109 100755
--- a/contrib/mingw/build-rpms.sh
+++ b/contrib/mingw/build-rpms.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
# RTEMS Build RPM script.
#
# This script builds the RTEMS tools into RPM packages on a Linux Fedora host,
diff --git a/contrib/mingw/build.sh b/contrib/mingw/build.sh
index 999ca72805..19e21ab098 100755
--- a/contrib/mingw/build.sh
+++ b/contrib/mingw/build.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
# RTEMS Build script.
#
# This script builds the RPM files then the Windows executables.
diff --git a/contrib/mingw/instance-check.nsi b/contrib/mingw/instance-check.nsi
index 944c560bda..d8f0c55300 100644
--- a/contrib/mingw/instance-check.nsi
+++ b/contrib/mingw/instance-check.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/mingw-path.nsi b/contrib/mingw/mingw-path.nsi
index 72cde811e8..1036ac5700 100644
--- a/contrib/mingw/mingw-path.nsi
+++ b/contrib/mingw/mingw-path.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/msys-path.nsi b/contrib/mingw/msys-path.nsi
index c90da3f673..3fd497ebb0 100644
--- a/contrib/mingw/msys-path.nsi
+++ b/contrib/mingw/msys-path.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/options.nsi b/contrib/mingw/options.nsi
index b100978fb4..ced9bdd410 100644
--- a/contrib/mingw/options.nsi
+++ b/contrib/mingw/options.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/rtems-autotools.nsi b/contrib/mingw/rtems-autotools.nsi
index 6f60213671..b97f2d6e0f 100644
--- a/contrib/mingw/rtems-autotools.nsi
+++ b/contrib/mingw/rtems-autotools.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Autotools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/rtems-tools.nsi b/contrib/mingw/rtems-tools.nsi
index 251f429d48..bb3185930d 100644
--- a/contrib/mingw/rtems-tools.nsi
+++ b/contrib/mingw/rtems-tools.nsi
@@ -1,6 +1,3 @@
-;
-; $Id$
-;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)
diff --git a/contrib/mingw/upload.sh b/contrib/mingw/upload.sh
index 56d42ab249..d2ffeca304 100755
--- a/contrib/mingw/upload.sh
+++ b/contrib/mingw/upload.sh
@@ -1,7 +1,5 @@
#! /bin/sh
-# $Id$
-#
# RTEMS Installers and Source Upload script.
#
# This script copies the executable and source to the RTEMS FTP server. It is for
diff --git a/contrib/rtemsrpms/Makefile.am b/contrib/rtemsrpms/Makefile.am
index 482d3867f0..443ac32000 100644
--- a/contrib/rtemsrpms/Makefile.am
+++ b/contrib/rtemsrpms/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
TARGETS=@TARGETS@
RTEMS_API=@RTEMS_API@
RPMDBPATH=@RPMDBPATH@
diff --git a/contrib/rtemsrpms/configure.ac b/contrib/rtemsrpms/configure.ac
index 31c2380448..5c52f1c7a8 100644
--- a/contrib/rtemsrpms/configure.ac
+++ b/contrib/rtemsrpms/configure.ac
@@ -1,5 +1,3 @@
-## $Id$
-
m4_define([M4_RTEMS_API],[4.7])
m4_define([M4_RTEMS_VERSION],[4.6.99.3])
m4_define([M4_RTEMS_RELEASE],[0])
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 542d512153..b5569fa280 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I aclocal
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4
index 230583bf8c..a237c7ba25 100644
--- a/cpukit/aclocal/canonical-target-name.m4
+++ b/cpukit/aclocal/canonical-target-name.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os"
diff --git a/cpukit/aclocal/canonicalize-tools.m4 b/cpukit/aclocal/canonicalize-tools.m4
index 540c9a4c29..c5f4c73328 100644
--- a/cpukit/aclocal/canonicalize-tools.m4
+++ b/cpukit/aclocal/canonicalize-tools.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Set target tools
dnl
diff --git a/cpukit/aclocal/check-func.m4 b/cpukit/aclocal/check-func.m4
index 92787e1b87..36d700bcdd 100644
--- a/cpukit/aclocal/check-func.m4
+++ b/cpukit/aclocal/check-func.m4
@@ -1,5 +1,3 @@
-# $Id$
-
# Check whether FUNCTION is declared in INCLUDES
# and whether rtems_stub_FUNCTION or FUNCTION is supplied.
diff --git a/cpukit/aclocal/check-multiprocessing.m4 b/cpukit/aclocal/check-multiprocessing.m4
index ca4338b09a..1698d3d51f 100644
--- a/cpukit/aclocal/check-multiprocessing.m4
+++ b/cpukit/aclocal/check-multiprocessing.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
[dnl
AC_REQUIRE([RTEMS_ENV_RTEMSCPU])dnl
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 1b8fe38fd9..465476454c 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
diff --git a/cpukit/aclocal/check-newlib.m4 b/cpukit/aclocal/check-newlib.m4
index bbf5f68dc2..f23a90c7c7 100644
--- a/cpukit/aclocal/check-newlib.m4
+++ b/cpukit/aclocal/check-newlib.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_CHECK_NEWLIB],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
diff --git a/cpukit/aclocal/check-posix.m4 b/cpukit/aclocal/check-posix.m4
index a00dc2456b..ad1d1c87da 100644
--- a/cpukit/aclocal/check-posix.m4
+++ b/cpukit/aclocal/check-posix.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4
index ef5c14efef..280edccd65 100644
--- a/cpukit/aclocal/check-rtems-debug.m4
+++ b/cpukit/aclocal/check-rtems-debug.m4
@@ -1,5 +1,3 @@
-## $Id$
-
AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
AS_IF([test x"${enable_rtems_debug}" = x"yes"],
diff --git a/cpukit/aclocal/check-smp.m4 b/cpukit/aclocal/check-smp.m4
index 8de5f29ea3..a0c8b819fb 100644
--- a/cpukit/aclocal/check-smp.m4
+++ b/cpukit/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
diff --git a/cpukit/aclocal/check-tool.m4 b/cpukit/aclocal/check-tool.m4
index 4c412c074a..2bc137cd96 100644
--- a/cpukit/aclocal/check-tool.m4
+++ b/cpukit/aclocal/check-tool.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4
index f664800e40..3b98a67d25 100644
--- a/cpukit/aclocal/enable-multiprocessing.m4
+++ b/cpukit/aclocal/enable-multiprocessing.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[
AC_ARG_ENABLE(multiprocessing,
diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4
index a7be7b4df7..d9b50ef208 100644
--- a/cpukit/aclocal/enable-networking.m4
+++ b/cpukit/aclocal/enable-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl
diff --git a/cpukit/aclocal/enable-posix.m4 b/cpukit/aclocal/enable-posix.m4
index 8859e54e7f..c1833950e3 100644
--- a/cpukit/aclocal/enable-posix.m4
+++ b/cpukit/aclocal/enable-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_POSIX],
[
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl
diff --git a/cpukit/aclocal/enable-rtems-debug.m4 b/cpukit/aclocal/enable-rtems-debug.m4
index ada9fe30f4..ba4a4f2111 100644
--- a/cpukit/aclocal/enable-rtems-debug.m4
+++ b/cpukit/aclocal/enable-rtems-debug.m4
@@ -1,5 +1,3 @@
-## $Id$
-
AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
[
AC_ARG_ENABLE(rtems-debug,
diff --git a/cpukit/aclocal/enable-smp.m4 b/cpukit/aclocal/enable-smp.m4
index 84561f8bbd..b290ac33ab 100644
--- a/cpukit/aclocal/enable-smp.m4
+++ b/cpukit/aclocal/enable-smp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_SMP],
[
## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index 65dea4ef49..7c18e3f521 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENV_RTEMSCPU],
[
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
diff --git a/cpukit/aclocal/gcc-pipe.m4 b/cpukit/aclocal/gcc-pipe.m4
index 2a04629bb2..fbc78b9ca7 100644
--- a/cpukit/aclocal/gcc-pipe.m4
+++ b/cpukit/aclocal/gcc-pipe.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the target compiler accepts -pipe
dnl
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 6de5b33d57..659a682558 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -1,5 +1,3 @@
-dnl
-dnl $Id$
dnl
dnl Check for target gcc
dnl
diff --git a/cpukit/aclocal/prog-ccas.m4 b/cpukit/aclocal/prog-ccas.m4
index 15b1a2c9b8..c30b884e19 100644
--- a/cpukit/aclocal/prog-ccas.m4
+++ b/cpukit/aclocal/prog-ccas.m4
@@ -1,5 +1,3 @@
-## $Id$
-
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4
index 328df7afcb..6088dddb6b 100644
--- a/cpukit/aclocal/rtems-ampolish.m4
+++ b/cpukit/aclocal/rtems-ampolish.m4
@@ -1,5 +1,3 @@
-# $Id$
-
AC_DEFUN([RTEMS_AMPOLISH3],
[
AC_REQUIRE([AM_MAINTAINER_MODE])
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 357ea55c4d..b0cdaaa4d7 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
# AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62)
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 3d814261b6..ace3d9045b 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
AM_CPPFLAGS = @RTEMS_CPPFLAGS@
AM_CFLAGS =
AM_CCASFLAGS = @RTEMS_CCASFLAGS@
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 68160311b5..c2bfbfdb98 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/cpukit/automake/multilib.am b/cpukit/automake/multilib.am
index 9f2024f8d9..007d20a8e0 100644
--- a/cpukit/automake/multilib.am
+++ b/cpukit/automake/multilib.am
@@ -1,5 +1,3 @@
-## $Id$
-
if MULTILIB
MULTISRCTOP =
MULTIDIRS =
diff --git a/cpukit/automake/subdirs.am b/cpukit/automake/subdirs.am
index 61e421f18b..1e0a9a757a 100644
--- a/cpukit/automake/subdirs.am
+++ b/cpukit/automake/subdirs.am
@@ -1,5 +1,3 @@
-## $Id$
-
## Borrowed from automake-1.4 and adapted to RTEMS
## NOTE: This is a temporary work-around to keep
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 7c5c731361..85b10c3dae 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
index 2155b23c28..24a2815a97 100644
--- a/cpukit/ftpd/Makefile.am
+++ b/cpukit/ftpd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 8ac2bf367c..2668c295eb 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -95,8 +95,6 @@
* * various bug-fixes, e.g., use of PF_INET in socket() instead of
* AF_INET, use snprintf() instead of sprintf() everywhere for safety,
* etc.
- *
- * $Id$
*/
/*************************************************************************
diff --git a/cpukit/ftpd/ftpd.h b/cpukit/ftpd/ftpd.h
index 9b12d83858..f33ca59d3a 100644
--- a/cpukit/ftpd/ftpd.h
+++ b/cpukit/ftpd/ftpd.h
@@ -1,7 +1,5 @@
/*
* FTP Server Information
- *
- * $Id$
*/
#ifndef _RTEMS_FTPD_H
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 537100927f..4fe7da3287 100644
--- a/cpukit/include/rtems/bspIo.h
+++ b/cpukit/include/rtems/bspIo.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_BSPIO_H
#define _RTEMS_BSPIO_H
diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h
index 21cc9b6d6a..0e02799734 100644
--- a/cpukit/include/rtems/btimer.h
+++ b/cpukit/include/rtems/btimer.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/include/rtems/concat.h b/cpukit/include/rtems/concat.h
index 22036b464e..d0f87fe484 100644
--- a/cpukit/include/rtems/concat.h
+++ b/cpukit/include/rtems/concat.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CONCAT_H
diff --git a/cpukit/include/rtems/endian.h b/cpukit/include/rtems/endian.h
index 90a7caeaa1..74ef1c4172 100644
--- a/cpukit/include/rtems/endian.h
+++ b/cpukit/include/rtems/endian.h
@@ -4,9 +4,6 @@
* This include file provides endian information about the target.
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_ENDIAN_H
#define _RTEMS_ENDIAN_H
diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h
index bf5026f645..7e4dff9cad 100644
--- a/cpukit/include/rtems/fs.h
+++ b/cpukit/include/rtems/fs.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_FS_H
diff --git a/cpukit/include/rtems/irq.h b/cpukit/include/rtems/irq.h
index 154a28e067..ecebe9e63d 100644
--- a/cpukit/include/rtems/irq.h
+++ b/cpukit/include/rtems/irq.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_IRQ_H
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index 50ce0af1e6..36b10d2329 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -15,8 +15,6 @@
* PCI Local Bus Specification
* PCI to PCI Bridge Specification
* PCI System Design Guide
- *
- * $Id$
*/
#ifndef _RTEMS_PCI_H
diff --git a/cpukit/include/rtems/userenv.h b/cpukit/include/rtems/userenv.h
index 123da98af5..8cc7a7c39f 100644
--- a/cpukit/include/rtems/userenv.h
+++ b/cpukit/include/rtems/userenv.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_USERENV_H
diff --git a/cpukit/include/sys/priority.h b/cpukit/include/sys/priority.h
index 0dade6d62d..ca3f4981ec 100644
--- a/cpukit/include/sys/priority.h
+++ b/cpukit/include/sys/priority.h
@@ -1,2 +1 @@
-
/* For now, intentionally empty */
diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am
index 5cf143dae3..242c44e1f6 100644
--- a/cpukit/libblock/Makefile.am
+++ b/cpukit/libblock/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/libblock/README b/cpukit/libblock/README
index 671cc7f645..e3152e502c 100644
--- a/cpukit/libblock/README
+++ b/cpukit/libblock/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains the block device (HDD, CDROMs, etc) support code.
It includes:
- block device driver interface
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/libblock/include/rtems/blkdev.h
index 85c22c1d5e..4df881bed3 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/libblock/include/rtems/blkdev.h
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#ifndef _RTEMS_BLKDEV_H
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 8571daaa90..2e3f7533f3 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#ifndef _RTEMS_DISKDEVS_H
diff --git a/cpukit/libblock/include/rtems/flashdisk.h b/cpukit/libblock/include/rtems/flashdisk.h
index 28e21bbb5e..c9f8fd433b 100644
--- a/cpukit/libblock/include/rtems/flashdisk.h
+++ b/cpukit/libblock/include/rtems/flashdisk.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if !defined (_RTEMS_FLASHDISK_H_)
diff --git a/cpukit/libblock/include/rtems/ide_part_table.h b/cpukit/libblock/include/rtems/ide_part_table.h
index 470f5d056f..ea3dcb331d 100644
--- a/cpukit/libblock/include/rtems/ide_part_table.h
+++ b/cpukit/libblock/include/rtems/ide_part_table.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*****************************************************************************/
#ifndef _RTEMS_IDE_PART_TABLE_H
diff --git a/cpukit/libblock/include/rtems/nvdisk-sram.h b/cpukit/libblock/include/rtems/nvdisk-sram.h
index 21dc0e19d3..3acaf600b6 100644
--- a/cpukit/libblock/include/rtems/nvdisk-sram.h
+++ b/cpukit/libblock/include/rtems/nvdisk-sram.h
@@ -5,8 +5,6 @@
*/
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
* Copyright 2007 Chris Johns (chrisj@rtems.org)
diff --git a/cpukit/libblock/include/rtems/nvdisk.h b/cpukit/libblock/include/rtems/nvdisk.h
index ffdd3ada6a..c7693fb6fb 100644
--- a/cpukit/libblock/include/rtems/nvdisk.h
+++ b/cpukit/libblock/include/rtems/nvdisk.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
diff --git a/cpukit/libblock/include/rtems/ramdisk.h b/cpukit/libblock/include/rtems/ramdisk.h
index a396bd6cfc..8c278fdf44 100644
--- a/cpukit/libblock/include/rtems/ramdisk.h
+++ b/cpukit/libblock/include/rtems/ramdisk.h
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#ifndef _RTEMS_RAMDISK_H
diff --git a/cpukit/libblock/src/blkdev.c b/cpukit/libblock/src/blkdev.c
index 29ea3993d3..b926f4effb 100644
--- a/cpukit/libblock/src/blkdev.c
+++ b/cpukit/libblock/src/blkdev.c
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libblock/src/diskdevs.c b/cpukit/libblock/src/diskdevs.c
index 500569fb4d..285bc05efb 100644
--- a/cpukit/libblock/src/diskdevs.c
+++ b/cpukit/libblock/src/diskdevs.c
@@ -11,8 +11,6 @@
* Author: Victor V. Vengerov <vvv@oktet.ru>
*
* Copyright (c) 2009 embedded brains GmbH.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libblock/src/flashdisk.c b/cpukit/libblock/src/flashdisk.c
index b778ab5a19..ec1ace2aee 100644
--- a/cpukit/libblock/src/flashdisk.c
+++ b/cpukit/libblock/src/flashdisk.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/libblock/src/ide_part_table.c b/cpukit/libblock/src/ide_part_table.c
index 38bc520deb..482917fb77 100644
--- a/cpukit/libblock/src/ide_part_table.c
+++ b/cpukit/libblock/src/ide_part_table.c
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*****************************************************************************/
#if HAVE_CONFIG_H
diff --git a/cpukit/libblock/src/nvdisk-sram.c b/cpukit/libblock/src/nvdisk-sram.c
index a158746982..61d8180a92 100644
--- a/cpukit/libblock/src/nvdisk-sram.c
+++ b/cpukit/libblock/src/nvdisk-sram.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
* Copyright 2007 Chris Johns (chrisj@rtems.org)
diff --git a/cpukit/libblock/src/nvdisk.c b/cpukit/libblock/src/nvdisk.c
index 8cd3037791..c90f319693 100644
--- a/cpukit/libblock/src/nvdisk.c
+++ b/cpukit/libblock/src/nvdisk.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libblock/src/ramdisk-config.c b/cpukit/libblock/src/ramdisk-config.c
index 255240668b..c6e4e4ee6f 100644
--- a/cpukit/libblock/src/ramdisk-config.c
+++ b/cpukit/libblock/src/ramdisk-config.c
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libblock/src/ramdisk-driver.c b/cpukit/libblock/src/ramdisk-driver.c
index da36d79d17..fb4a80fe97 100644
--- a/cpukit/libblock/src/ramdisk-driver.c
+++ b/cpukit/libblock/src/ramdisk-driver.c
@@ -9,8 +9,6 @@
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * @(#) $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index ce2a745ec9..1d6fa3b50c 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/libcsupport/include/clockdrv.h b/cpukit/libcsupport/include/clockdrv.h
index e10cb76465..fc85c7abf6 100644
--- a/cpukit/libcsupport/include/clockdrv.h
+++ b/cpukit/libcsupport/include/clockdrv.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CLOCKDRV_H
diff --git a/cpukit/libcsupport/include/console.h b/cpukit/libcsupport/include/console.h
index c055e1076c..137959a915 100644
--- a/cpukit/libcsupport/include/console.h
+++ b/cpukit/libcsupport/include/console.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CONSOLE_H
diff --git a/cpukit/libcsupport/include/iosupp.h b/cpukit/libcsupport/include/iosupp.h
index 67cb86f976..e733b4c37d 100644
--- a/cpukit/libcsupport/include/iosupp.h
+++ b/cpukit/libcsupport/include/iosupp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_IOSUPP_H
diff --git a/cpukit/libcsupport/include/motorola/mc68230.h b/cpukit/libcsupport/include/motorola/mc68230.h
index 125269aa99..310b15515d 100644
--- a/cpukit/libcsupport/include/motorola/mc68230.h
+++ b/cpukit/libcsupport/include/motorola/mc68230.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_MOTOROLA_MC68230_H
diff --git a/cpukit/libcsupport/include/motorola/mc68681.h b/cpukit/libcsupport/include/motorola/mc68681.h
index 7b2f566da3..83a7d1f461 100644
--- a/cpukit/libcsupport/include/motorola/mc68681.h
+++ b/cpukit/libcsupport/include/motorola/mc68681.h
@@ -10,8 +10,6 @@
*
* Originally written by rob@cygnus.com (Rob Savoye) for the libgloss
* IDP support.
- *
- * $Id$
*/
#ifndef _RTEMS_MOTOROLA_MC68681_H
diff --git a/cpukit/libcsupport/include/ringbuf.h b/cpukit/libcsupport/include/ringbuf.h
index 39941d857d..71b0532f41 100644
--- a/cpukit/libcsupport/include/ringbuf.h
+++ b/cpukit/libcsupport/include/ringbuf.h
@@ -4,9 +4,6 @@
* This file provides simple ring buffer functionality.
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_RINGBUF_H
#define _RTEMS_RINGBUF_H
diff --git a/cpukit/libcsupport/include/rtc.h b/cpukit/libcsupport/include/rtc.h
index cc6f8c2b80..4b8e601940 100644
--- a/cpukit/libcsupport/include/rtc.h
+++ b/cpukit/libcsupport/include/rtc.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTC_H
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index c6a8e1fc32..f55d3fe376 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -5,9 +5,6 @@
* one space to another (eg: our errno's to host errno's and vice-versa)
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_RTEMS_ASSOC_H
#define _RTEMS_RTEMS_ASSOC_H
diff --git a/cpukit/libcsupport/include/rtems/error.h b/cpukit/libcsupport/include/rtems/error.h
index a4360028cf..ab23ab0ced 100644
--- a/cpukit/libcsupport/include/rtems/error.h
+++ b/cpukit/libcsupport/include/rtems/error.h
@@ -4,9 +4,6 @@
* Defines and externs for rtems error reporting
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_RTEMS_ERROR_H
#define _RTEMS_RTEMS_ERROR_H
diff --git a/cpukit/libcsupport/include/rtems/framebuffer.h b/cpukit/libcsupport/include/rtems/framebuffer.h
index 1b6127e3e5..8a05f5ac75 100644
--- a/cpukit/libcsupport/include/rtems/framebuffer.h
+++ b/cpukit/libcsupport/include/rtems/framebuffer.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __RTEMS_FRAMEBUFFER_h__
diff --git a/cpukit/libcsupport/include/rtems/gxx_wrappers.h b/cpukit/libcsupport/include/rtems/gxx_wrappers.h
index e2da74d4cb..2ef180a629 100644
--- a/cpukit/libcsupport/include/rtems/gxx_wrappers.h
+++ b/cpukit/libcsupport/include/rtems/gxx_wrappers.h
@@ -16,8 +16,6 @@
*
* Eric sent some e-mail in the rtems-list as a start point for this
* module implementation.
- *
- * $Id$
*/
#ifndef __GCC_WRAPPERS_h
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index bb1e97d953..bbe8e41da8 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_LIBCSUPPORT_H
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index a740a408f0..0f21b36d65 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_LIBIO_H
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 84882908fb..3e2139f450 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_LIBIO__H
diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h
index a8eb434d3b..e4d7ee8ce8 100644
--- a/cpukit/libcsupport/include/rtems/malloc.h
+++ b/cpukit/libcsupport/include/rtems/malloc.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_MALLOC_H
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index c43ce25258..74653b0252 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/libcsupport/include/rtems/termiostypes.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __TERMIOSTYPES_H
diff --git a/cpukit/libcsupport/include/rtems/watchdogdrv.h b/cpukit/libcsupport/include/rtems/watchdogdrv.h
index 309ebf7b81..b6121c8ea0 100644
--- a/cpukit/libcsupport/include/rtems/watchdogdrv.h
+++ b/cpukit/libcsupport/include/rtems/watchdogdrv.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_WATCHDOGDRV_H
diff --git a/cpukit/libcsupport/include/spurious.h b/cpukit/libcsupport/include/spurious.h
index bd4b6b3b8d..226d9e90ba 100644
--- a/cpukit/libcsupport/include/spurious.h
+++ b/cpukit/libcsupport/include/spurious.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SPURIOUS_H
diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h
index 09b4728e49..054eac7f04 100644
--- a/cpukit/libcsupport/include/sys/ioccom.h
+++ b/cpukit/libcsupport/include/sys/ioccom.h
@@ -29,9 +29,6 @@
* @(#)ioccom.h 8.2 (Berkeley) 3/28/94
* $FreeBSD: src/sys/sys/ioccom.h,v 1.15 2004/04/07 04:19:49 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_IOCCOM_H_
#define _SYS_IOCCOM_H_
diff --git a/cpukit/libcsupport/include/sys/ioctl.h b/cpukit/libcsupport/include/sys/ioctl.h
index 3957396ead..e5e6fcdf08 100644
--- a/cpukit/libcsupport/include/sys/ioctl.h
+++ b/cpukit/libcsupport/include/sys/ioctl.h
@@ -35,9 +35,6 @@
* $FreeBSD: src/sys/sys/ioctl.h,v 1.13 2004/06/11 11:16:26 phk Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_IOCTL_H_
#define _SYS_IOCTL_H_
diff --git a/cpukit/libcsupport/include/sys/sockio.h b/cpukit/libcsupport/include/sys/sockio.h
index 15ade24729..85393b8894 100644
--- a/cpukit/libcsupport/include/sys/sockio.h
+++ b/cpukit/libcsupport/include/sys/sockio.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/sockio.h,v 1.31 2006/07/09 06:04:00 sam Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_SOCKIO_H_
#define _SYS_SOCKIO_H_
diff --git a/cpukit/libcsupport/include/sys/statvfs.h b/cpukit/libcsupport/include/sys/statvfs.h
index 8fefdcaba7..13185e7e2e 100644
--- a/cpukit/libcsupport/include/sys/statvfs.h
+++ b/cpukit/libcsupport/include/sys/statvfs.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index 160fa243c2..d763c896e8 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef TERMIOS_H
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index 37d18b75cf..ca9e18e799 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __POSIX_SYS_UTSNAME_h
diff --git a/cpukit/libcsupport/include/timerdrv.h b/cpukit/libcsupport/include/timerdrv.h
index 872c6db217..c51768bb4b 100644
--- a/cpukit/libcsupport/include/timerdrv.h
+++ b/cpukit/libcsupport/include/timerdrv.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TIMERDRV_H
diff --git a/cpukit/libcsupport/include/vmeintr.h b/cpukit/libcsupport/include/vmeintr.h
index 990592c83a..7e88bd0965 100644
--- a/cpukit/libcsupport/include/vmeintr.h
+++ b/cpukit/libcsupport/include/vmeintr.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_VMEINTR_H
diff --git a/cpukit/libcsupport/include/zilog/z8036.h b/cpukit/libcsupport/include/zilog/z8036.h
index 057c8e45ed..260003646d 100644
--- a/cpukit/libcsupport/include/zilog/z8036.h
+++ b/cpukit/libcsupport/include/zilog/z8036.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_ZILOG_Z8036_H
diff --git a/cpukit/libcsupport/include/zilog/z8530.h b/cpukit/libcsupport/include/zilog/z8530.h
index 1458518d84..e4495fc1a5 100644
--- a/cpukit/libcsupport/include/zilog/z8530.h
+++ b/cpukit/libcsupport/include/zilog/z8530.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_ZILOG_Z8530_H
diff --git a/cpukit/libcsupport/include/zilog/z8536.h b/cpukit/libcsupport/include/zilog/z8536.h
index 6eb18565b0..accf500fd7 100644
--- a/cpukit/libcsupport/include/zilog/z8536.h
+++ b/cpukit/libcsupport/include/zilog/z8536.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_ZILOG_Z8536_H
diff --git a/cpukit/libcsupport/src/README b/cpukit/libcsupport/src/README
index ee7a90501e..7a9383c524 100644
--- a/cpukit/libcsupport/src/README
+++ b/cpukit/libcsupport/src/README
@@ -1,6 +1,4 @@
--
--- $Id$
---
Overview of newlib support (newlib is from CYGNUS)
Each task can have its own libc state including:
diff --git a/cpukit/libcsupport/src/__assert.c b/cpukit/libcsupport/src/__assert.c
index 0e90b604c6..5adefdf632 100644
--- a/cpukit/libcsupport/src/__assert.c
+++ b/cpukit/libcsupport/src/__assert.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/__getpid.c b/cpukit/libcsupport/src/__getpid.c
index 85a4c0b013..932a4f170a 100644
--- a/cpukit/libcsupport/src/__getpid.c
+++ b/cpukit/libcsupport/src/__getpid.c
@@ -1,8 +1,6 @@
/*
* Some C Libraries reference this routine since they think getpid is
* a real system call.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c
index 05db4ab9d0..a2f9d1052d 100644
--- a/cpukit/libcsupport/src/__gettod.c
+++ b/cpukit/libcsupport/src/__gettod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c
index 2de529275e..097cc9fe63 100644
--- a/cpukit/libcsupport/src/__times.c
+++ b/cpukit/libcsupport/src/__times.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c
index df9bdc54ab..87ff25b1e4 100644
--- a/cpukit/libcsupport/src/__usrenv.c
+++ b/cpukit/libcsupport/src/__usrenv.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/_calloc_r.c b/cpukit/libcsupport/src/_calloc_r.c
index 1b515d2464..391643cf63 100644
--- a/cpukit/libcsupport/src/_calloc_r.c
+++ b/cpukit/libcsupport/src/_calloc_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/_free_r.c b/cpukit/libcsupport/src/_free_r.c
index 9b3eb5c285..22f99ae260 100644
--- a/cpukit/libcsupport/src/_free_r.c
+++ b/cpukit/libcsupport/src/_free_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/_malloc_r.c b/cpukit/libcsupport/src/_malloc_r.c
index 9a30097324..e3d1911694 100644
--- a/cpukit/libcsupport/src/_malloc_r.c
+++ b/cpukit/libcsupport/src/_malloc_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/_realloc_r.c b/cpukit/libcsupport/src/_realloc_r.c
index 78c9faf351..663812ea12 100644
--- a/cpukit/libcsupport/src/_realloc_r.c
+++ b/cpukit/libcsupport/src/_realloc_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c
index 56cd50c922..45ba0adb6b 100644
--- a/cpukit/libcsupport/src/_rename_r.c
+++ b/cpukit/libcsupport/src/_rename_r.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/access.c b/cpukit/libcsupport/src/access.c
index 7365d6db7d..3319774e36 100644
--- a/cpukit/libcsupport/src/access.c
+++ b/cpukit/libcsupport/src/access.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assoclocalbyname.c b/cpukit/libcsupport/src/assoclocalbyname.c
index 28856afc46..ed2d4cdce2 100644
--- a/cpukit/libcsupport/src/assoclocalbyname.c
+++ b/cpukit/libcsupport/src/assoclocalbyname.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assoclocalbyremote.c b/cpukit/libcsupport/src/assoclocalbyremote.c
index 545f31b6a8..6146fd32ca 100644
--- a/cpukit/libcsupport/src/assoclocalbyremote.c
+++ b/cpukit/libcsupport/src/assoclocalbyremote.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assoclocalbyremotebitfield.c b/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
index 177ca62b49..23b4c72d45 100644
--- a/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
+++ b/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocnamebad.c b/cpukit/libcsupport/src/assocnamebad.c
index 7dfb790634..375aabc35c 100644
--- a/cpukit/libcsupport/src/assocnamebad.c
+++ b/cpukit/libcsupport/src/assocnamebad.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocnamebylocal.c b/cpukit/libcsupport/src/assocnamebylocal.c
index 3ba0b8c083..16cf8de481 100644
--- a/cpukit/libcsupport/src/assocnamebylocal.c
+++ b/cpukit/libcsupport/src/assocnamebylocal.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocnamebylocalbitfield.c b/cpukit/libcsupport/src/assocnamebylocalbitfield.c
index c9d1fa1256..b19364006c 100644
--- a/cpukit/libcsupport/src/assocnamebylocalbitfield.c
+++ b/cpukit/libcsupport/src/assocnamebylocalbitfield.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocnamebyremote.c b/cpukit/libcsupport/src/assocnamebyremote.c
index 281022c7bf..92bad05956 100644
--- a/cpukit/libcsupport/src/assocnamebyremote.c
+++ b/cpukit/libcsupport/src/assocnamebyremote.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocnamebyremotebitfield.c b/cpukit/libcsupport/src/assocnamebyremotebitfield.c
index 1293393e1e..0bc9111e0c 100644
--- a/cpukit/libcsupport/src/assocnamebyremotebitfield.c
+++ b/cpukit/libcsupport/src/assocnamebyremotebitfield.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocptrbylocal.c b/cpukit/libcsupport/src/assocptrbylocal.c
index cbf26b1bcb..8cba79ce52 100644
--- a/cpukit/libcsupport/src/assocptrbylocal.c
+++ b/cpukit/libcsupport/src/assocptrbylocal.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocptrbyname.c b/cpukit/libcsupport/src/assocptrbyname.c
index 457f57e434..1afc12e382 100644
--- a/cpukit/libcsupport/src/assocptrbyname.c
+++ b/cpukit/libcsupport/src/assocptrbyname.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocptrbyremote.c b/cpukit/libcsupport/src/assocptrbyremote.c
index 4879c2d397..1c929425a7 100644
--- a/cpukit/libcsupport/src/assocptrbyremote.c
+++ b/cpukit/libcsupport/src/assocptrbyremote.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocremotebylocal.c b/cpukit/libcsupport/src/assocremotebylocal.c
index 23bbcc74fa..cd5fa0c647 100644
--- a/cpukit/libcsupport/src/assocremotebylocal.c
+++ b/cpukit/libcsupport/src/assocremotebylocal.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocremotebylocalbitfield.c b/cpukit/libcsupport/src/assocremotebylocalbitfield.c
index 3d28345847..42c5d14963 100644
--- a/cpukit/libcsupport/src/assocremotebylocalbitfield.c
+++ b/cpukit/libcsupport/src/assocremotebylocalbitfield.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/assocremotebyname.c b/cpukit/libcsupport/src/assocremotebyname.c
index 923c8d28ba..0233d468da 100644
--- a/cpukit/libcsupport/src/assocremotebyname.c
+++ b/cpukit/libcsupport/src/assocremotebyname.c
@@ -1,8 +1,6 @@
/*
* assoc.c
* rtems assoc routines
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c
index bbf6d8d4be..df1b516a67 100644
--- a/cpukit/libcsupport/src/base_fs.c
+++ b/cpukit/libcsupport/src/base_fs.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/calloc.c b/cpukit/libcsupport/src/calloc.c
index 859b4c2213..88928cca19 100644
--- a/cpukit/libcsupport/src/calloc.c
+++ b/cpukit/libcsupport/src/calloc.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/cfgetispeed.c b/cpukit/libcsupport/src/cfgetispeed.c
index 225c7311cc..390e607ae5 100644
--- a/cpukit/libcsupport/src/cfgetispeed.c
+++ b/cpukit/libcsupport/src/cfgetispeed.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/cfgetospeed.c b/cpukit/libcsupport/src/cfgetospeed.c
index e239e54758..388c26e290 100644
--- a/cpukit/libcsupport/src/cfgetospeed.c
+++ b/cpukit/libcsupport/src/cfgetospeed.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/cfsetispeed.c b/cpukit/libcsupport/src/cfsetispeed.c
index 383762bee1..571407d0f7 100644
--- a/cpukit/libcsupport/src/cfsetispeed.c
+++ b/cpukit/libcsupport/src/cfsetispeed.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/cfsetospeed.c b/cpukit/libcsupport/src/cfsetospeed.c
index 0badcbbdc7..850f4bbdb0 100644
--- a/cpukit/libcsupport/src/cfsetospeed.c
+++ b/cpukit/libcsupport/src/cfsetospeed.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/chdir.c b/cpukit/libcsupport/src/chdir.c
index 5ef6fd9d15..88e9fcae68 100644
--- a/cpukit/libcsupport/src/chdir.c
+++ b/cpukit/libcsupport/src/chdir.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/chmod.c b/cpukit/libcsupport/src/chmod.c
index 2e1376ba53..73333fe831 100644
--- a/cpukit/libcsupport/src/chmod.c
+++ b/cpukit/libcsupport/src/chmod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c
index 598fbc1969..fa677cbe9c 100644
--- a/cpukit/libcsupport/src/chown.c
+++ b/cpukit/libcsupport/src/chown.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/chroot.c b/cpukit/libcsupport/src/chroot.c
index 777cc9093c..11ae8fce7a 100644
--- a/cpukit/libcsupport/src/chroot.c
+++ b/cpukit/libcsupport/src/chroot.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/close.c b/cpukit/libcsupport/src/close.c
index 3cdd0bffba..2e6279dfd3 100644
--- a/cpukit/libcsupport/src/close.c
+++ b/cpukit/libcsupport/src/close.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/ctermid.c b/cpukit/libcsupport/src/ctermid.c
index 37b2f9cfc0..5699dcee1f 100644
--- a/cpukit/libcsupport/src/ctermid.c
+++ b/cpukit/libcsupport/src/ctermid.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/dup.c b/cpukit/libcsupport/src/dup.c
index 684d72d92f..324659f544 100644
--- a/cpukit/libcsupport/src/dup.c
+++ b/cpukit/libcsupport/src/dup.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/dup2.c b/cpukit/libcsupport/src/dup2.c
index 15998f797c..ba60acb85b 100644
--- a/cpukit/libcsupport/src/dup2.c
+++ b/cpukit/libcsupport/src/dup2.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/envlock.c b/cpukit/libcsupport/src/envlock.c
index 3fe626d154..cd24a6d467 100644
--- a/cpukit/libcsupport/src/envlock.c
+++ b/cpukit/libcsupport/src/envlock.c
@@ -1,7 +1,5 @@
/*
* Author: Till Straumann <strauman@slac.stanford.edu>, 3/2002
- *
- * $Id$
*/
/* provide locking for the global environment 'environ' */
diff --git a/cpukit/libcsupport/src/error.c b/cpukit/libcsupport/src/error.c
index 074707c54c..f8d2e40255 100644
--- a/cpukit/libcsupport/src/error.c
+++ b/cpukit/libcsupport/src/error.c
@@ -1,8 +1,6 @@
/*
* report errors and panics to RTEMS' stderr.
* Currently just used by RTEMS monitor.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fchdir.c b/cpukit/libcsupport/src/fchdir.c
index 5f48d1e1b7..255e58fa5d 100644
--- a/cpukit/libcsupport/src/fchdir.c
+++ b/cpukit/libcsupport/src/fchdir.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fchmod.c b/cpukit/libcsupport/src/fchmod.c
index 14fb416f68..e2f166a8ab 100644
--- a/cpukit/libcsupport/src/fchmod.c
+++ b/cpukit/libcsupport/src/fchmod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fchown.c b/cpukit/libcsupport/src/fchown.c
index d0d04005d8..bacdbacfd8 100644
--- a/cpukit/libcsupport/src/fchown.c
+++ b/cpukit/libcsupport/src/fchown.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index 10f783b910..ca04a0c20f 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fdatasync.c b/cpukit/libcsupport/src/fdatasync.c
index f29084794b..3fd84df80e 100644
--- a/cpukit/libcsupport/src/fdatasync.c
+++ b/cpukit/libcsupport/src/fdatasync.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fpathconf.c b/cpukit/libcsupport/src/fpathconf.c
index 71edaf6ce9..b0e0dc7a75 100644
--- a/cpukit/libcsupport/src/fpathconf.c
+++ b/cpukit/libcsupport/src/fpathconf.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c
index d3ee2937f9..1e29d74e80 100644
--- a/cpukit/libcsupport/src/free.c
+++ b/cpukit/libcsupport/src/free.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/freenode.c b/cpukit/libcsupport/src/freenode.c
index cc05b6034a..28913a4e7d 100644
--- a/cpukit/libcsupport/src/freenode.c
+++ b/cpukit/libcsupport/src/freenode.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fstat.c b/cpukit/libcsupport/src/fstat.c
index 0718c28d0d..ca0aa5152e 100644
--- a/cpukit/libcsupport/src/fstat.c
+++ b/cpukit/libcsupport/src/fstat.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/fsync.c b/cpukit/libcsupport/src/fsync.c
index 75d0faadb0..2bdf982090 100644
--- a/cpukit/libcsupport/src/fsync.c
+++ b/cpukit/libcsupport/src/fsync.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/ftruncate.c b/cpukit/libcsupport/src/ftruncate.c
index 66c1dc0cc6..a6eb16fd0d 100644
--- a/cpukit/libcsupport/src/ftruncate.c
+++ b/cpukit/libcsupport/src/ftruncate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getchark.c b/cpukit/libcsupport/src/getchark.c
index f501fc65f0..1e7bf017c8 100644
--- a/cpukit/libcsupport/src/getchark.c
+++ b/cpukit/libcsupport/src/getchark.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getcwd.c b/cpukit/libcsupport/src/getcwd.c
index 2f2be7fc72..337add2702 100644
--- a/cpukit/libcsupport/src/getcwd.c
+++ b/cpukit/libcsupport/src/getcwd.c
@@ -32,8 +32,6 @@
*
* Copied from newlib 1.8.1. RTEMS can not build all of the contents
* of the UNIX directory but we need this routine.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getdents.c b/cpukit/libcsupport/src/getdents.c
index 82fa678978..4f68240512 100644
--- a/cpukit/libcsupport/src/getdents.c
+++ b/cpukit/libcsupport/src/getdents.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getegid.c b/cpukit/libcsupport/src/getegid.c
index 2d89348230..222942066b 100644
--- a/cpukit/libcsupport/src/getegid.c
+++ b/cpukit/libcsupport/src/getegid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/geteuid.c b/cpukit/libcsupport/src/geteuid.c
index 6c8e487dcc..753dabf997 100644
--- a/cpukit/libcsupport/src/geteuid.c
+++ b/cpukit/libcsupport/src/geteuid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getgid.c b/cpukit/libcsupport/src/getgid.c
index 0a2d7602e5..3e38dde0ef 100644
--- a/cpukit/libcsupport/src/getgid.c
+++ b/cpukit/libcsupport/src/getgid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getgroups.c b/cpukit/libcsupport/src/getgroups.c
index 8534ef7589..d6eebb852c 100644
--- a/cpukit/libcsupport/src/getgroups.c
+++ b/cpukit/libcsupport/src/getgroups.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getlogin.c b/cpukit/libcsupport/src/getlogin.c
index f98e7ca9e0..dbc348b95f 100644
--- a/cpukit/libcsupport/src/getlogin.c
+++ b/cpukit/libcsupport/src/getlogin.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getpagesize.c b/cpukit/libcsupport/src/getpagesize.c
index 3ea44be1fa..2b93415f21 100644
--- a/cpukit/libcsupport/src/getpagesize.c
+++ b/cpukit/libcsupport/src/getpagesize.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getpgrp.c b/cpukit/libcsupport/src/getpgrp.c
index 459869d549..9ff1dd6cb6 100644
--- a/cpukit/libcsupport/src/getpgrp.c
+++ b/cpukit/libcsupport/src/getpgrp.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getpid.c b/cpukit/libcsupport/src/getpid.c
index 6c7bdd09c6..a46fbb59a9 100644
--- a/cpukit/libcsupport/src/getpid.c
+++ b/cpukit/libcsupport/src/getpid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getppid.c b/cpukit/libcsupport/src/getppid.c
index b5f7f89d67..0341356a1f 100644
--- a/cpukit/libcsupport/src/getppid.c
+++ b/cpukit/libcsupport/src/getppid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/getpwent.c b/cpukit/libcsupport/src/getpwent.c
index 210f4bedd5..75181fd8f1 100644
--- a/cpukit/libcsupport/src/getpwent.c
+++ b/cpukit/libcsupport/src/getpwent.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getrusage.c b/cpukit/libcsupport/src/getrusage.c
index 599af833b0..a94c4c6a6f 100644
--- a/cpukit/libcsupport/src/getrusage.c
+++ b/cpukit/libcsupport/src/getrusage.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/getuid.c b/cpukit/libcsupport/src/getuid.c
index d3a13192fa..6c4dbf0bb7 100644
--- a/cpukit/libcsupport/src/getuid.c
+++ b/cpukit/libcsupport/src/getuid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c
index e3d300a9f2..2979da4b38 100644
--- a/cpukit/libcsupport/src/gxx_wrappers.c
+++ b/cpukit/libcsupport/src/gxx_wrappers.c
@@ -12,8 +12,6 @@
*
* Eric sent some e-mail in the rtems-list as a start point for this
* module implementation.
- *
- * $Id$
*/
/*
diff --git a/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c
index 1b55e8272c..4a6a2ef66f 100644
--- a/cpukit/libcsupport/src/ioctl.c
+++ b/cpukit/libcsupport/src/ioctl.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/isatty.c b/cpukit/libcsupport/src/isatty.c
index b29ce7b53d..1149f73437 100644
--- a/cpukit/libcsupport/src/isatty.c
+++ b/cpukit/libcsupport/src/isatty.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/isatty_r.c b/cpukit/libcsupport/src/isatty_r.c
index 3e2e2baa14..56751dc008 100644
--- a/cpukit/libcsupport/src/isatty_r.c
+++ b/cpukit/libcsupport/src/isatty_r.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/issetugid.c b/cpukit/libcsupport/src/issetugid.c
index 84a2d9ce61..375fea8d9b 100644
--- a/cpukit/libcsupport/src/issetugid.c
+++ b/cpukit/libcsupport/src/issetugid.c
@@ -1,7 +1,5 @@
/*
* Dummy version of BSD routine
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c
index 8b7898b3f8..62270e3499 100644
--- a/cpukit/libcsupport/src/kill_noposix.c
+++ b/cpukit/libcsupport/src/kill_noposix.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/lchown.c b/cpukit/libcsupport/src/lchown.c
index a39e824c2d..406ac59045 100644
--- a/cpukit/libcsupport/src/lchown.c
+++ b/cpukit/libcsupport/src/lchown.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/libio.c b/cpukit/libcsupport/src/libio.c
index e75b66bfaf..c8ab1f3a9a 100644
--- a/cpukit/libcsupport/src/libio.c
+++ b/cpukit/libcsupport/src/libio.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/libio_init.c b/cpukit/libcsupport/src/libio_init.c
index a6b99870a5..9e767c58b0 100644
--- a/cpukit/libcsupport/src/libio_init.c
+++ b/cpukit/libcsupport/src/libio_init.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/link.c b/cpukit/libcsupport/src/link.c
index 32966cea97..19ca2d6776 100644
--- a/cpukit/libcsupport/src/link.c
+++ b/cpukit/libcsupport/src/link.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c
index fa18db33f4..18cf4467f9 100644
--- a/cpukit/libcsupport/src/lseek.c
+++ b/cpukit/libcsupport/src/lseek.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/lstat.c b/cpukit/libcsupport/src/lstat.c
index d6be01f359..3cf93bee27 100644
--- a/cpukit/libcsupport/src/lstat.c
+++ b/cpukit/libcsupport/src/lstat.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c
index 6bb77a4630..0fff1d011c 100644
--- a/cpukit/libcsupport/src/malloc.c
+++ b/cpukit/libcsupport/src/malloc.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_deferred.c b/cpukit/libcsupport/src/malloc_deferred.c
index c5138d7ade..af46c5138e 100644
--- a/cpukit/libcsupport/src/malloc_deferred.c
+++ b/cpukit/libcsupport/src/malloc_deferred.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_dirtier.c b/cpukit/libcsupport/src/malloc_dirtier.c
index eb6ae7ccf3..122c230c08 100644
--- a/cpukit/libcsupport/src/malloc_dirtier.c
+++ b/cpukit/libcsupport/src/malloc_dirtier.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_get_statistics.c b/cpukit/libcsupport/src/malloc_get_statistics.c
index c13a1555e8..0d9269d7a4 100644
--- a/cpukit/libcsupport/src/malloc_get_statistics.c
+++ b/cpukit/libcsupport/src/malloc_get_statistics.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_initialize.c b/cpukit/libcsupport/src/malloc_initialize.c
index eb10ca52e4..b0a6ada018 100644
--- a/cpukit/libcsupport/src/malloc_initialize.c
+++ b/cpukit/libcsupport/src/malloc_initialize.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h
index f93f0b9287..7ada01c592 100644
--- a/cpukit/libcsupport/src/malloc_p.h
+++ b/cpukit/libcsupport/src/malloc_p.h
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
diff --git a/cpukit/libcsupport/src/malloc_report_statistics.c b/cpukit/libcsupport/src/malloc_report_statistics.c
index 24f5505429..7af92d45d5 100644
--- a/cpukit/libcsupport/src/malloc_report_statistics.c
+++ b/cpukit/libcsupport/src/malloc_report_statistics.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_report_statistics_plugin.c b/cpukit/libcsupport/src/malloc_report_statistics_plugin.c
index 48fd048123..04c7bb47e5 100644
--- a/cpukit/libcsupport/src/malloc_report_statistics_plugin.c
+++ b/cpukit/libcsupport/src/malloc_report_statistics_plugin.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_sbrk_helpers.c b/cpukit/libcsupport/src/malloc_sbrk_helpers.c
index 0fbe7ad29c..64572a154e 100644
--- a/cpukit/libcsupport/src/malloc_sbrk_helpers.c
+++ b/cpukit/libcsupport/src/malloc_sbrk_helpers.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_statistics_helpers.c b/cpukit/libcsupport/src/malloc_statistics_helpers.c
index fcd9a5cbde..8de5320fbb 100644
--- a/cpukit/libcsupport/src/malloc_statistics_helpers.c
+++ b/cpukit/libcsupport/src/malloc_statistics_helpers.c
@@ -1,4 +1,3 @@
-
/*
* _calloc_r Implementation
*
@@ -8,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/malloc_walk.c b/cpukit/libcsupport/src/malloc_walk.c
index 6b6602b2ff..209d19bd6f 100644
--- a/cpukit/libcsupport/src/malloc_walk.c
+++ b/cpukit/libcsupport/src/malloc_walk.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mallocfreespace.c b/cpukit/libcsupport/src/mallocfreespace.c
index cb0eb1f2ea..c67896dbb2 100644
--- a/cpukit/libcsupport/src/mallocfreespace.c
+++ b/cpukit/libcsupport/src/mallocfreespace.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mallocgetheapptr.c b/cpukit/libcsupport/src/mallocgetheapptr.c
index b0df2f57fb..a25426ae6e 100644
--- a/cpukit/libcsupport/src/mallocgetheapptr.c
+++ b/cpukit/libcsupport/src/mallocgetheapptr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mallocinfo.c b/cpukit/libcsupport/src/mallocinfo.c
index d1c3266aeb..47aefc3ff4 100644
--- a/cpukit/libcsupport/src/mallocinfo.c
+++ b/cpukit/libcsupport/src/mallocinfo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mallocsetheapptr.c b/cpukit/libcsupport/src/mallocsetheapptr.c
index e0d1471750..42e887810d 100644
--- a/cpukit/libcsupport/src/mallocsetheapptr.c
+++ b/cpukit/libcsupport/src/mallocsetheapptr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mkdir.c b/cpukit/libcsupport/src/mkdir.c
index 2fae8a733a..7b823141b0 100644
--- a/cpukit/libcsupport/src/mkdir.c
+++ b/cpukit/libcsupport/src/mkdir.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mkfifo.c b/cpukit/libcsupport/src/mkfifo.c
index efe6207bf8..2ed351fe9d 100644
--- a/cpukit/libcsupport/src/mkfifo.c
+++ b/cpukit/libcsupport/src/mkfifo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c
index a0e7523eec..c9dc1d7ece 100644
--- a/cpukit/libcsupport/src/mknod.c
+++ b/cpukit/libcsupport/src/mknod.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mount-mgr.c b/cpukit/libcsupport/src/mount-mgr.c
index c610ff6998..49eb6ab2d3 100644
--- a/cpukit/libcsupport/src/mount-mgr.c
+++ b/cpukit/libcsupport/src/mount-mgr.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index ed5a2a5ab9..52886d15b6 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/newlibc_exit.c b/cpukit/libcsupport/src/newlibc_exit.c
index 1e33514300..8e47b17425 100644
--- a/cpukit/libcsupport/src/newlibc_exit.c
+++ b/cpukit/libcsupport/src/newlibc_exit.c
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/newlibc_init.c b/cpukit/libcsupport/src/newlibc_init.c
index 4d2cef5405..ff6d438b33 100644
--- a/cpukit/libcsupport/src/newlibc_init.c
+++ b/cpukit/libcsupport/src/newlibc_init.c
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 1315dc35dc..91b5bde5c9 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -3,8 +3,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c
index 0b6be69fdb..6bfbd53202 100644
--- a/cpukit/libcsupport/src/open.c
+++ b/cpukit/libcsupport/src/open.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/open_dev_console.c b/cpukit/libcsupport/src/open_dev_console.c
index ce01a9276e..d204deede3 100644
--- a/cpukit/libcsupport/src/open_dev_console.c
+++ b/cpukit/libcsupport/src/open_dev_console.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/pathconf.c b/cpukit/libcsupport/src/pathconf.c
index d16f899e95..c337d44955 100644
--- a/cpukit/libcsupport/src/pathconf.c
+++ b/cpukit/libcsupport/src/pathconf.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/pipe.c b/cpukit/libcsupport/src/pipe.c
index 6355ea2fd9..97f2bd4b65 100644
--- a/cpukit/libcsupport/src/pipe.c
+++ b/cpukit/libcsupport/src/pipe.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/posix_memalign.c b/cpukit/libcsupport/src/posix_memalign.c
index cde55f042b..d67c0caf57 100644
--- a/cpukit/libcsupport/src/posix_memalign.c
+++ b/cpukit/libcsupport/src/posix_memalign.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/printk.c b/cpukit/libcsupport/src/printk.c
index 3ac7c8616a..0a2989226c 100644
--- a/cpukit/libcsupport/src/printk.c
+++ b/cpukit/libcsupport/src/printk.c
@@ -12,8 +12,6 @@
* expressed or implied.
*
* This code is based on code by: Jose Rufino - IST
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/printk_plugin.c b/cpukit/libcsupport/src/printk_plugin.c
index 60d93a96af..70fd19a6cc 100644
--- a/cpukit/libcsupport/src/printk_plugin.c
+++ b/cpukit/libcsupport/src/printk_plugin.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/privateenv.c b/cpukit/libcsupport/src/privateenv.c
index 28f866272b..04622fd432 100644
--- a/cpukit/libcsupport/src/privateenv.c
+++ b/cpukit/libcsupport/src/privateenv.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c
index d804cf05e8..53265ffbb5 100644
--- a/cpukit/libcsupport/src/putk.c
+++ b/cpukit/libcsupport/src/putk.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/read.c b/cpukit/libcsupport/src/read.c
index ec296afb46..759133b0cb 100644
--- a/cpukit/libcsupport/src/read.c
+++ b/cpukit/libcsupport/src/read.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/readdir_r.c b/cpukit/libcsupport/src/readdir_r.c
index f1d53ae593..28c6dadfe0 100644
--- a/cpukit/libcsupport/src/readdir_r.c
+++ b/cpukit/libcsupport/src/readdir_r.c
@@ -1,7 +1,5 @@
/*
* readdir_r - reentrant version of readdir()
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/readlink.c b/cpukit/libcsupport/src/readlink.c
index 30163e52ab..3e7a831295 100644
--- a/cpukit/libcsupport/src/readlink.c
+++ b/cpukit/libcsupport/src/readlink.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/readv.c b/cpukit/libcsupport/src/readv.c
index 172297a374..b23abd0b82 100644
--- a/cpukit/libcsupport/src/readv.c
+++ b/cpukit/libcsupport/src/readv.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/realloc.c b/cpukit/libcsupport/src/realloc.c
index a21288e51c..d606f91f4d 100644
--- a/cpukit/libcsupport/src/realloc.c
+++ b/cpukit/libcsupport/src/realloc.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/rmdir.c b/cpukit/libcsupport/src/rmdir.c
index acec7044b1..9b54987e79 100644
--- a/cpukit/libcsupport/src/rmdir.c
+++ b/cpukit/libcsupport/src/rmdir.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/rtems_heap_extend.c b/cpukit/libcsupport/src/rtems_heap_extend.c
index 5916852278..b82a5fd717 100644
--- a/cpukit/libcsupport/src/rtems_heap_extend.c
+++ b/cpukit/libcsupport/src/rtems_heap_extend.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/rtems_malloc.c b/cpukit/libcsupport/src/rtems_malloc.c
index fcd99438f0..b4b3acacc8 100644
--- a/cpukit/libcsupport/src/rtems_malloc.c
+++ b/cpukit/libcsupport/src/rtems_malloc.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/rtems_memalign.c b/cpukit/libcsupport/src/rtems_memalign.c
index 2d64cbbfd6..b7760372f4 100644
--- a/cpukit/libcsupport/src/rtems_memalign.c
+++ b/cpukit/libcsupport/src/rtems_memalign.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/setegid.c b/cpukit/libcsupport/src/setegid.c
index 04b93fa070..d2084595b9 100644
--- a/cpukit/libcsupport/src/setegid.c
+++ b/cpukit/libcsupport/src/setegid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/seteuid.c b/cpukit/libcsupport/src/seteuid.c
index 262641cde3..406cc9ff24 100644
--- a/cpukit/libcsupport/src/seteuid.c
+++ b/cpukit/libcsupport/src/seteuid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/setgid.c b/cpukit/libcsupport/src/setgid.c
index 3bb51bf1ac..3f59a2a13d 100644
--- a/cpukit/libcsupport/src/setgid.c
+++ b/cpukit/libcsupport/src/setgid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/setpgid.c b/cpukit/libcsupport/src/setpgid.c
index 77b148fec7..3b2011abf1 100644
--- a/cpukit/libcsupport/src/setpgid.c
+++ b/cpukit/libcsupport/src/setpgid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/setsid.c b/cpukit/libcsupport/src/setsid.c
index 210575e55a..e77179d64f 100644
--- a/cpukit/libcsupport/src/setsid.c
+++ b/cpukit/libcsupport/src/setsid.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/setuid.c b/cpukit/libcsupport/src/setuid.c
index 0e4234ba09..8173976401 100644
--- a/cpukit/libcsupport/src/setuid.c
+++ b/cpukit/libcsupport/src/setuid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/stat.c b/cpukit/libcsupport/src/stat.c
index 6d77feae18..06c3a22b52 100644
--- a/cpukit/libcsupport/src/stat.c
+++ b/cpukit/libcsupport/src/stat.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/statvfs.c b/cpukit/libcsupport/src/statvfs.c
index 84f8de31df..b944b631eb 100644
--- a/cpukit/libcsupport/src/statvfs.c
+++ b/cpukit/libcsupport/src/statvfs.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
* The statvfs as defined by the SUS:
diff --git a/cpukit/libcsupport/src/symlink.c b/cpukit/libcsupport/src/symlink.c
index 7c6271e691..f49730df70 100644
--- a/cpukit/libcsupport/src/symlink.c
+++ b/cpukit/libcsupport/src/symlink.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/sync.c b/cpukit/libcsupport/src/sync.c
index e1deefc293..7b17db15ef 100644
--- a/cpukit/libcsupport/src/sync.c
+++ b/cpukit/libcsupport/src/sync.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcdrain.c b/cpukit/libcsupport/src/tcdrain.c
index c2e9d5e2ee..6dcf824b18 100644
--- a/cpukit/libcsupport/src/tcdrain.c
+++ b/cpukit/libcsupport/src/tcdrain.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcflow.c b/cpukit/libcsupport/src/tcflow.c
index d4d3945f38..edd056952f 100644
--- a/cpukit/libcsupport/src/tcflow.c
+++ b/cpukit/libcsupport/src/tcflow.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcflush.c b/cpukit/libcsupport/src/tcflush.c
index 6546966384..d528c2aeb7 100644
--- a/cpukit/libcsupport/src/tcflush.c
+++ b/cpukit/libcsupport/src/tcflush.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcgetattr.c b/cpukit/libcsupport/src/tcgetattr.c
index 8d4eb0618b..00964d25c7 100644
--- a/cpukit/libcsupport/src/tcgetattr.c
+++ b/cpukit/libcsupport/src/tcgetattr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcgetpgrp.c b/cpukit/libcsupport/src/tcgetpgrp.c
index 8894e46eef..ae879b3287 100644
--- a/cpukit/libcsupport/src/tcgetpgrp.c
+++ b/cpukit/libcsupport/src/tcgetpgrp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcsendbreak.c b/cpukit/libcsupport/src/tcsendbreak.c
index 300e7a8f85..43ebcaafd9 100644
--- a/cpukit/libcsupport/src/tcsendbreak.c
+++ b/cpukit/libcsupport/src/tcsendbreak.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcsetattr.c b/cpukit/libcsupport/src/tcsetattr.c
index 187c1df584..f0f3b55ecc 100644
--- a/cpukit/libcsupport/src/tcsetattr.c
+++ b/cpukit/libcsupport/src/tcsetattr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c
index f8e48025b6..1f547c5229 100644
--- a/cpukit/libcsupport/src/tcsetpgrp.c
+++ b/cpukit/libcsupport/src/tcsetpgrp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 17fa5ef91e..bcf8d8acb3 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios_baud2index.c b/cpukit/libcsupport/src/termios_baud2index.c
index 8bd6b867b8..f8454e6f1c 100644
--- a/cpukit/libcsupport/src/termios_baud2index.c
+++ b/cpukit/libcsupport/src/termios_baud2index.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios_baud2num.c b/cpukit/libcsupport/src/termios_baud2num.c
index e9c279aa3d..1da2f37e9c 100644
--- a/cpukit/libcsupport/src/termios_baud2num.c
+++ b/cpukit/libcsupport/src/termios_baud2num.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios_baudtable.c b/cpukit/libcsupport/src/termios_baudtable.c
index 0f7c4995fd..d1d70cb19a 100644
--- a/cpukit/libcsupport/src/termios_baudtable.c
+++ b/cpukit/libcsupport/src/termios_baudtable.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios_num2baud.c b/cpukit/libcsupport/src/termios_num2baud.c
index 3d6f0038f0..dc31ca7fc4 100644
--- a/cpukit/libcsupport/src/termios_num2baud.c
+++ b/cpukit/libcsupport/src/termios_num2baud.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termios_setinitialbaud.c b/cpukit/libcsupport/src/termios_setinitialbaud.c
index b8ce26c392..072a7bda24 100644
--- a/cpukit/libcsupport/src/termios_setinitialbaud.c
+++ b/cpukit/libcsupport/src/termios_setinitialbaud.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/termiosinitialize.c b/cpukit/libcsupport/src/termiosinitialize.c
index b6660fe342..428458cc1a 100644
--- a/cpukit/libcsupport/src/termiosinitialize.c
+++ b/cpukit/libcsupport/src/termiosinitialize.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/truncate.c b/cpukit/libcsupport/src/truncate.c
index 7a0a98b4bd..5d58128dd3 100644
--- a/cpukit/libcsupport/src/truncate.c
+++ b/cpukit/libcsupport/src/truncate.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/ttyname.c b/cpukit/libcsupport/src/ttyname.c
index ed0b5cbdc1..2e76597d96 100644
--- a/cpukit/libcsupport/src/ttyname.c
+++ b/cpukit/libcsupport/src/ttyname.c
@@ -31,9 +31,6 @@
* SUCH DAMAGE.
*/
-/*
- * $Id$
- */
#if HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libcsupport/src/umask.c b/cpukit/libcsupport/src/umask.c
index 1c34acf10b..d9b5580dba 100644
--- a/cpukit/libcsupport/src/umask.c
+++ b/cpukit/libcsupport/src/umask.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c
index 9872dd098d..6a6091575b 100644
--- a/cpukit/libcsupport/src/unlink.c
+++ b/cpukit/libcsupport/src/unlink.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index 849816f4d3..cf4befe5a4 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c
index aa2f19fad3..fe4f7109a3 100644
--- a/cpukit/libcsupport/src/utime.c
+++ b/cpukit/libcsupport/src/utime.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/utimes.c b/cpukit/libcsupport/src/utimes.c
index ab81ca068a..648cb8b7a6 100644
--- a/cpukit/libcsupport/src/utimes.c
+++ b/cpukit/libcsupport/src/utimes.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c
index 978fe68049..cc9648510d 100644
--- a/cpukit/libcsupport/src/utsname.c
+++ b/cpukit/libcsupport/src/utsname.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libcsupport/src/vprintk.c b/cpukit/libcsupport/src/vprintk.c
index 852b5e302f..1a8d5dd2cb 100644
--- a/cpukit/libcsupport/src/vprintk.c
+++ b/cpukit/libcsupport/src/vprintk.c
@@ -12,8 +12,6 @@
* expressed or implied.
*
* This code is based on code by: Jose Rufino - IST
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/write.c b/cpukit/libcsupport/src/write.c
index f289cbae90..b74738845b 100644
--- a/cpukit/libcsupport/src/write.c
+++ b/cpukit/libcsupport/src/write.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/write_r.c b/cpukit/libcsupport/src/write_r.c
index ad142a7364..9f63b88222 100644
--- a/cpukit/libcsupport/src/write_r.c
+++ b/cpukit/libcsupport/src/write_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libcsupport/src/writev.c b/cpukit/libcsupport/src/writev.c
index 6ac2cea424..8356c1ee66 100644
--- a/cpukit/libcsupport/src/writev.c
+++ b/cpukit/libcsupport/src/writev.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am
index f236704bdd..9a792d1a2f 100644
--- a/cpukit/libfs/Makefile.am
+++ b/cpukit/libfs/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/libfs/README b/cpukit/libfs/README
index dfd7682099..c16e98705c 100644
--- a/cpukit/libfs/README
+++ b/cpukit/libfs/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains for the "file system" library. All supported
file systems live under this tree.
diff --git a/cpukit/libfs/src/defaults/default_chown.c b/cpukit/libfs/src/defaults/default_chown.c
index 55c7da9d15..dc457d2838 100644
--- a/cpukit/libfs/src/defaults/default_chown.c
+++ b/cpukit/libfs/src/defaults/default_chown.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_close.c b/cpukit/libfs/src/defaults/default_close.c
index bd7082184c..3f650b99fb 100644
--- a/cpukit/libfs/src/defaults/default_close.c
+++ b/cpukit/libfs/src/defaults/default_close.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_fchmod.c b/cpukit/libfs/src/defaults/default_fchmod.c
index 652e24322f..5e4b6059dc 100644
--- a/cpukit/libfs/src/defaults/default_fchmod.c
+++ b/cpukit/libfs/src/defaults/default_fchmod.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_fcntl.c b/cpukit/libfs/src/defaults/default_fcntl.c
index 0374a4f4fa..f05cce2614 100644
--- a/cpukit/libfs/src/defaults/default_fcntl.c
+++ b/cpukit/libfs/src/defaults/default_fcntl.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_freenode.c b/cpukit/libfs/src/defaults/default_freenode.c
index 2a5f8f1338..f128fb3124 100644
--- a/cpukit/libfs/src/defaults/default_freenode.c
+++ b/cpukit/libfs/src/defaults/default_freenode.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_fsmount.c b/cpukit/libfs/src/defaults/default_fsmount.c
index 5a442c82b6..924ba313fc 100644
--- a/cpukit/libfs/src/defaults/default_fsmount.c
+++ b/cpukit/libfs/src/defaults/default_fsmount.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_fstat.c b/cpukit/libfs/src/defaults/default_fstat.c
index 564d4e6201..42b7339e0b 100644
--- a/cpukit/libfs/src/defaults/default_fstat.c
+++ b/cpukit/libfs/src/defaults/default_fstat.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_fsunmount.c b/cpukit/libfs/src/defaults/default_fsunmount.c
index ba4a0a1fa4..54dd80eafd 100644
--- a/cpukit/libfs/src/defaults/default_fsunmount.c
+++ b/cpukit/libfs/src/defaults/default_fsunmount.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_fsync.c b/cpukit/libfs/src/defaults/default_fsync.c
index d610af8ce3..276c059bb5 100644
--- a/cpukit/libfs/src/defaults/default_fsync.c
+++ b/cpukit/libfs/src/defaults/default_fsync.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_ftruncate.c b/cpukit/libfs/src/defaults/default_ftruncate.c
index ad8777487d..2455a7b9f2 100644
--- a/cpukit/libfs/src/defaults/default_ftruncate.c
+++ b/cpukit/libfs/src/defaults/default_ftruncate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_ioctl.c b/cpukit/libfs/src/defaults/default_ioctl.c
index 06816c48d8..f86f2bc173 100644
--- a/cpukit/libfs/src/defaults/default_ioctl.c
+++ b/cpukit/libfs/src/defaults/default_ioctl.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_link.c b/cpukit/libfs/src/defaults/default_link.c
index 40b70a89f8..d4b30143c7 100644
--- a/cpukit/libfs/src/defaults/default_link.c
+++ b/cpukit/libfs/src/defaults/default_link.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_lseek.c b/cpukit/libfs/src/defaults/default_lseek.c
index 02bd369839..5af355513e 100644
--- a/cpukit/libfs/src/defaults/default_lseek.c
+++ b/cpukit/libfs/src/defaults/default_lseek.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_mknod.c b/cpukit/libfs/src/defaults/default_mknod.c
index 17a208a772..2527cc89b8 100644
--- a/cpukit/libfs/src/defaults/default_mknod.c
+++ b/cpukit/libfs/src/defaults/default_mknod.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_mount.c b/cpukit/libfs/src/defaults/default_mount.c
index 9063b554bc..24c164dd8e 100644
--- a/cpukit/libfs/src/defaults/default_mount.c
+++ b/cpukit/libfs/src/defaults/default_mount.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_open.c b/cpukit/libfs/src/defaults/default_open.c
index aa856bfb8f..a0e9d00c08 100644
--- a/cpukit/libfs/src/defaults/default_open.c
+++ b/cpukit/libfs/src/defaults/default_open.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_read.c b/cpukit/libfs/src/defaults/default_read.c
index 2f6d7e9d72..8a463e7452 100644
--- a/cpukit/libfs/src/defaults/default_read.c
+++ b/cpukit/libfs/src/defaults/default_read.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_readlink.c b/cpukit/libfs/src/defaults/default_readlink.c
index 028eb3f75a..a4132639e0 100644
--- a/cpukit/libfs/src/defaults/default_readlink.c
+++ b/cpukit/libfs/src/defaults/default_readlink.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_rename.c b/cpukit/libfs/src/defaults/default_rename.c
index 748d74b3ec..c3b1a5a0d3 100644
--- a/cpukit/libfs/src/defaults/default_rename.c
+++ b/cpukit/libfs/src/defaults/default_rename.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_rmnod.c b/cpukit/libfs/src/defaults/default_rmnod.c
index 8c1014bb98..3bb6ccfeb8 100644
--- a/cpukit/libfs/src/defaults/default_rmnod.c
+++ b/cpukit/libfs/src/defaults/default_rmnod.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_statvfs.c b/cpukit/libfs/src/defaults/default_statvfs.c
index f26ecc6a7c..e6b8a0a488 100644
--- a/cpukit/libfs/src/defaults/default_statvfs.c
+++ b/cpukit/libfs/src/defaults/default_statvfs.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_symlink.c b/cpukit/libfs/src/defaults/default_symlink.c
index 95ae455379..0652fc03a1 100644
--- a/cpukit/libfs/src/defaults/default_symlink.c
+++ b/cpukit/libfs/src/defaults/default_symlink.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_unmount.c b/cpukit/libfs/src/defaults/default_unmount.c
index 9fc53c060f..b4820b9410 100644
--- a/cpukit/libfs/src/defaults/default_unmount.c
+++ b/cpukit/libfs/src/defaults/default_unmount.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/defaults/default_utime.c b/cpukit/libfs/src/defaults/default_utime.c
index b1f57c7f5b..5d1dd82a04 100644
--- a/cpukit/libfs/src/defaults/default_utime.c
+++ b/cpukit/libfs/src/defaults/default_utime.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/defaults/default_write.c b/cpukit/libfs/src/defaults/default_write.c
index 97f057f08f..7328c81eb7 100644
--- a/cpukit/libfs/src/defaults/default_write.c
+++ b/cpukit/libfs/src/defaults/default_write.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/libio.h>
diff --git a/cpukit/libfs/src/devfs/devclose.c b/cpukit/libfs/src/devfs/devclose.c
index f69ac291fe..c83fab9745 100644
--- a/cpukit/libfs/src/devfs/devclose.c
+++ b/cpukit/libfs/src/devfs/devclose.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devfs_eval.c b/cpukit/libfs/src/devfs/devfs_eval.c
index a0cfbbb8e4..6af27d6044 100644
--- a/cpukit/libfs/src/devfs/devfs_eval.c
+++ b/cpukit/libfs/src/devfs/devfs_eval.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devfs_init.c b/cpukit/libfs/src/devfs/devfs_init.c
index 154f1b9176..e489781f63 100644
--- a/cpukit/libfs/src/devfs/devfs_init.c
+++ b/cpukit/libfs/src/devfs/devfs_init.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devfs_mknod.c b/cpukit/libfs/src/devfs/devfs_mknod.c
index 9760c5e5c7..a2ab08a9f3 100644
--- a/cpukit/libfs/src/devfs/devfs_mknod.c
+++ b/cpukit/libfs/src/devfs/devfs_mknod.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devfs_node_type.c b/cpukit/libfs/src/devfs/devfs_node_type.c
index c4bd488680..db92c6c5d0 100644
--- a/cpukit/libfs/src/devfs/devfs_node_type.c
+++ b/cpukit/libfs/src/devfs/devfs_node_type.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devfs_show.c b/cpukit/libfs/src/devfs/devfs_show.c
index 6d30d3f5d6..acaa346784 100644
--- a/cpukit/libfs/src/devfs/devfs_show.c
+++ b/cpukit/libfs/src/devfs/devfs_show.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devioctl.c b/cpukit/libfs/src/devfs/devioctl.c
index 457596fdc4..7f9c343afb 100644
--- a/cpukit/libfs/src/devfs/devioctl.c
+++ b/cpukit/libfs/src/devfs/devioctl.c
@@ -3,8 +3,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include "config.h"
diff --git a/cpukit/libfs/src/devfs/devopen.c b/cpukit/libfs/src/devfs/devopen.c
index 1b100e1cc7..adb8fe43b1 100644
--- a/cpukit/libfs/src/devfs/devopen.c
+++ b/cpukit/libfs/src/devfs/devopen.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devread.c b/cpukit/libfs/src/devfs/devread.c
index 31d3f35db9..6868a9e952 100644
--- a/cpukit/libfs/src/devfs/devread.c
+++ b/cpukit/libfs/src/devfs/devread.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devstat.c b/cpukit/libfs/src/devfs/devstat.c
index 1b780cc58b..f988448f70 100644
--- a/cpukit/libfs/src/devfs/devstat.c
+++ b/cpukit/libfs/src/devfs/devstat.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/devfs/devwrite.c b/cpukit/libfs/src/devfs/devwrite.c
index 2b3aac412b..fe48745d9f 100644
--- a/cpukit/libfs/src/devfs/devwrite.c
+++ b/cpukit/libfs/src/devfs/devwrite.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/libfs/src/dosfs/dosfs.h
index 5b6cdec2bf..93d77892d7 100644
--- a/cpukit/libfs/src/dosfs/dosfs.h
+++ b/cpukit/libfs/src/dosfs/dosfs.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef _RTEMS_DOSFS_H
diff --git a/cpukit/libfs/src/dosfs/fat.c b/cpukit/libfs/src/dosfs/fat.c
index a7030fc78c..76d3b3122e 100644
--- a/cpukit/libfs/src/dosfs/fat.c
+++ b/cpukit/libfs/src/dosfs/fat.c
@@ -5,8 +5,6 @@
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/fat.h b/cpukit/libfs/src/dosfs/fat.h
index e55d23d845..e0cf469761 100644
--- a/cpukit/libfs/src/dosfs/fat.h
+++ b/cpukit/libfs/src/dosfs/fat.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __DOSFS_FAT_H__
diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.c b/cpukit/libfs/src/dosfs/fat_fat_operations.c
index 756af99c90..7bd9d438b3 100644
--- a/cpukit/libfs/src/dosfs/fat_fat_operations.c
+++ b/cpukit/libfs/src/dosfs/fat_fat_operations.c
@@ -5,8 +5,6 @@
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.h b/cpukit/libfs/src/dosfs/fat_fat_operations.h
index be997980d7..f6b181f5cb 100644
--- a/cpukit/libfs/src/dosfs/fat_fat_operations.h
+++ b/cpukit/libfs/src/dosfs/fat_fat_operations.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __DOSFS_FAT_FAT_OPERATIONS_H__
#define __DOSFS_FAT_FAT_OPERATIONS_H__
diff --git a/cpukit/libfs/src/dosfs/fat_file.c b/cpukit/libfs/src/dosfs/fat_file.c
index 73ea076819..b6a466e265 100644
--- a/cpukit/libfs/src/dosfs/fat_file.c
+++ b/cpukit/libfs/src/dosfs/fat_file.c
@@ -6,8 +6,6 @@
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
*
- * @(#) $Id$
- *
*/
#define MSDOS_TRACE 1
diff --git a/cpukit/libfs/src/dosfs/fat_file.h b/cpukit/libfs/src/dosfs/fat_file.h
index 3a338a59ea..f94fdb2f2d 100644
--- a/cpukit/libfs/src/dosfs/fat_file.h
+++ b/cpukit/libfs/src/dosfs/fat_file.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __DOSFS_FAT_FILE_H__
#define __DOSFS_FAT_FILE_H__
diff --git a/cpukit/libfs/src/dosfs/msdos.h b/cpukit/libfs/src/dosfs/msdos.h
index 409c41897e..25f25b57a5 100644
--- a/cpukit/libfs/src/dosfs/msdos.h
+++ b/cpukit/libfs/src/dosfs/msdos.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#ifndef __DOSFS_MSDOS_H__
#define __DOSFS_MSDOS_H__
diff --git a/cpukit/libfs/src/dosfs/msdos_create.c b/cpukit/libfs/src/dosfs/msdos_create.c
index 263df36353..2f98e5a7c6 100644
--- a/cpukit/libfs/src/dosfs/msdos_create.c
+++ b/cpukit/libfs/src/dosfs/msdos_create.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * @(#) $Id$
- *
*/
#if HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libfs/src/dosfs/msdos_dir.c b/cpukit/libfs/src/dosfs/msdos_dir.c
index 8bd807dc1b..8175614bad 100644
--- a/cpukit/libfs/src/dosfs/msdos_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_dir.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libfs/src/dosfs/msdos_eval.c b/cpukit/libfs/src/dosfs/msdos_eval.c
index 0ab5971e62..19e7406e89 100644
--- a/cpukit/libfs/src/dosfs/msdos_eval.c
+++ b/cpukit/libfs/src/dosfs/msdos_eval.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_file.c b/cpukit/libfs/src/dosfs/msdos_file.c
index 176ec8e8db..9f4a84cb30 100644
--- a/cpukit/libfs/src/dosfs/msdos_file.c
+++ b/cpukit/libfs/src/dosfs/msdos_file.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libfs/src/dosfs/msdos_free.c b/cpukit/libfs/src/dosfs/msdos_free.c
index da99dc5d36..5c6170d3bb 100644
--- a/cpukit/libfs/src/dosfs/msdos_free.c
+++ b/cpukit/libfs/src/dosfs/msdos_free.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_fsunmount.c b/cpukit/libfs/src/dosfs/msdos_fsunmount.c
index 37b7730525..63271df28d 100644
--- a/cpukit/libfs/src/dosfs/msdos_fsunmount.c
+++ b/cpukit/libfs/src/dosfs/msdos_fsunmount.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
index 7da9c1ec77..a56353b5fd 100644
--- a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_handlers_file.c b/cpukit/libfs/src/dosfs/msdos_handlers_file.c
index e4494f884e..e6edae0636 100644
--- a/cpukit/libfs/src/dosfs/msdos_handlers_file.c
+++ b/cpukit/libfs/src/dosfs/msdos_handlers_file.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_init.c b/cpukit/libfs/src/dosfs/msdos_init.c
index 8941ec45dc..589ba1c0fe 100644
--- a/cpukit/libfs/src/dosfs/msdos_init.c
+++ b/cpukit/libfs/src/dosfs/msdos_init.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_initsupp.c b/cpukit/libfs/src/dosfs/msdos_initsupp.c
index 27905d08ca..1f05398dd9 100644
--- a/cpukit/libfs/src/dosfs/msdos_initsupp.c
+++ b/cpukit/libfs/src/dosfs/msdos_initsupp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index 511ac44dda..9fdda6df16 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#define MSDOS_TRACE 1
diff --git a/cpukit/libfs/src/dosfs/msdos_mknod.c b/cpukit/libfs/src/dosfs/msdos_mknod.c
index 195addaf9f..4cf41089fd 100644
--- a/cpukit/libfs/src/dosfs/msdos_mknod.c
+++ b/cpukit/libfs/src/dosfs/msdos_mknod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_node_type.c b/cpukit/libfs/src/dosfs/msdos_node_type.c
index be6fb9f57e..27b5189af4 100644
--- a/cpukit/libfs/src/dosfs/msdos_node_type.c
+++ b/cpukit/libfs/src/dosfs/msdos_node_type.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/dosfs/msdos_rename.c b/cpukit/libfs/src/dosfs/msdos_rename.c
index 8490d58370..5423cdbf77 100644
--- a/cpukit/libfs/src/dosfs/msdos_rename.c
+++ b/cpukit/libfs/src/dosfs/msdos_rename.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * @(#) $Id$
- *
*/
#if HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libfs/src/dosfs/msdos_rmnod.c b/cpukit/libfs/src/dosfs/msdos_rmnod.c
index 56431b2133..f8c2e62bf0 100644
--- a/cpukit/libfs/src/dosfs/msdos_rmnod.c
+++ b/cpukit/libfs/src/dosfs/msdos_rmnod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/deviceerrno.c b/cpukit/libfs/src/imfs/deviceerrno.c
index 1e83e4a7f3..eb5e03dcaa 100644
--- a/cpukit/libfs/src/imfs/deviceerrno.c
+++ b/cpukit/libfs/src/imfs/deviceerrno.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/deviceio.c b/cpukit/libfs/src/imfs/deviceio.c
index f18c9e7cee..e5a4d85a21 100644
--- a/cpukit/libfs/src/imfs/deviceio.c
+++ b/cpukit/libfs/src/imfs/deviceio.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h
index daad052f9d..fc9d50e912 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/libfs/src/imfs/imfs.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_IMFS_H
diff --git a/cpukit/libfs/src/imfs/imfs_chown.c b/cpukit/libfs/src/imfs/imfs_chown.c
index e31b89e0b0..63f860c318 100644
--- a/cpukit/libfs/src/imfs/imfs_chown.c
+++ b/cpukit/libfs/src/imfs/imfs_chown.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_config.c b/cpukit/libfs/src/imfs/imfs_config.c
index 78f947e81f..92e7846265 100644
--- a/cpukit/libfs/src/imfs/imfs_config.c
+++ b/cpukit/libfs/src/imfs/imfs_config.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_creat.c b/cpukit/libfs/src/imfs/imfs_creat.c
index 103320fe85..3950dba70b 100644
--- a/cpukit/libfs/src/imfs/imfs_creat.c
+++ b/cpukit/libfs/src/imfs/imfs_creat.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_debug.c b/cpukit/libfs/src/imfs/imfs_debug.c
index 8ae0bc6756..1bc280cdb2 100644
--- a/cpukit/libfs/src/imfs/imfs_debug.c
+++ b/cpukit/libfs/src/imfs/imfs_debug.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_directory.c b/cpukit/libfs/src/imfs/imfs_directory.c
index f77b68bc14..99d990d24f 100644
--- a/cpukit/libfs/src/imfs/imfs_directory.c
+++ b/cpukit/libfs/src/imfs/imfs_directory.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_fchmod.c b/cpukit/libfs/src/imfs/imfs_fchmod.c
index 4236a2901b..dfd6eaf3bc 100644
--- a/cpukit/libfs/src/imfs/imfs_fchmod.c
+++ b/cpukit/libfs/src/imfs/imfs_fchmod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_fifo.c b/cpukit/libfs/src/imfs/imfs_fifo.c
index ac77e41533..943bfed692 100644
--- a/cpukit/libfs/src/imfs/imfs_fifo.c
+++ b/cpukit/libfs/src/imfs/imfs_fifo.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_fsunmount.c b/cpukit/libfs/src/imfs/imfs_fsunmount.c
index acce21258c..eb3d22d13e 100644
--- a/cpukit/libfs/src/imfs/imfs_fsunmount.c
+++ b/cpukit/libfs/src/imfs/imfs_fsunmount.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_device.c b/cpukit/libfs/src/imfs/imfs_handlers_device.c
index fe3973df05..a7f32f7906 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_device.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_device.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_directory.c b/cpukit/libfs/src/imfs/imfs_handlers_directory.c
index 579fdec2ea..0663e7a206 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_directory.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_directory.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_link.c b/cpukit/libfs/src/imfs/imfs_handlers_link.c
index c1d772c53b..baf58313c8 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_link.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_link.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_memfile.c b/cpukit/libfs/src/imfs/imfs_handlers_memfile.c
index 262b93aa2a..6a1466e29c 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_memfile.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_memfile.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_init.c b/cpukit/libfs/src/imfs/imfs_init.c
index 6b2524e5d3..fc458945bc 100644
--- a/cpukit/libfs/src/imfs/imfs_init.c
+++ b/cpukit/libfs/src/imfs/imfs_init.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_initsupp.c b/cpukit/libfs/src/imfs/imfs_initsupp.c
index d480b13480..39b691a49b 100644
--- a/cpukit/libfs/src/imfs/imfs_initsupp.c
+++ b/cpukit/libfs/src/imfs/imfs_initsupp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_link.c b/cpukit/libfs/src/imfs/imfs_link.c
index 2684dbe64f..35c38636e7 100644
--- a/cpukit/libfs/src/imfs/imfs_link.c
+++ b/cpukit/libfs/src/imfs/imfs_link.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_load_tar.c b/cpukit/libfs/src/imfs/imfs_load_tar.c
index fd038b0ae9..9abaf2f8ee 100644
--- a/cpukit/libfs/src/imfs/imfs_load_tar.c
+++ b/cpukit/libfs/src/imfs/imfs_load_tar.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_mknod.c b/cpukit/libfs/src/imfs/imfs_mknod.c
index 47f7dca0e8..2447f74a28 100644
--- a/cpukit/libfs/src/imfs/imfs_mknod.c
+++ b/cpukit/libfs/src/imfs/imfs_mknod.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_mount.c b/cpukit/libfs/src/imfs/imfs_mount.c
index ca53d95be2..f8e9d72f5a 100644
--- a/cpukit/libfs/src/imfs/imfs_mount.c
+++ b/cpukit/libfs/src/imfs/imfs_mount.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_ntype.c b/cpukit/libfs/src/imfs/imfs_ntype.c
index fa9a37dd6e..e955606fe2 100644
--- a/cpukit/libfs/src/imfs/imfs_ntype.c
+++ b/cpukit/libfs/src/imfs/imfs_ntype.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_readlink.c b/cpukit/libfs/src/imfs/imfs_readlink.c
index e18e8cc593..54679c3b81 100644
--- a/cpukit/libfs/src/imfs/imfs_readlink.c
+++ b/cpukit/libfs/src/imfs/imfs_readlink.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_rename.c b/cpukit/libfs/src/imfs/imfs_rename.c
index 57d1957be7..e283b9dff1 100644
--- a/cpukit/libfs/src/imfs/imfs_rename.c
+++ b/cpukit/libfs/src/imfs/imfs_rename.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_rmnod.c b/cpukit/libfs/src/imfs/imfs_rmnod.c
index 2d7041e341..a0fa1d654c 100644
--- a/cpukit/libfs/src/imfs/imfs_rmnod.c
+++ b/cpukit/libfs/src/imfs/imfs_rmnod.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_stat.c b/cpukit/libfs/src/imfs/imfs_stat.c
index d0ebc4cd0e..8f373c6287 100644
--- a/cpukit/libfs/src/imfs/imfs_stat.c
+++ b/cpukit/libfs/src/imfs/imfs_stat.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_symlink.c b/cpukit/libfs/src/imfs/imfs_symlink.c
index 5a1d06ad19..00a7f970a5 100644
--- a/cpukit/libfs/src/imfs/imfs_symlink.c
+++ b/cpukit/libfs/src/imfs/imfs_symlink.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_unmount.c b/cpukit/libfs/src/imfs/imfs_unmount.c
index f6315abeee..e7b42676b2 100644
--- a/cpukit/libfs/src/imfs/imfs_unmount.c
+++ b/cpukit/libfs/src/imfs/imfs_unmount.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/imfs_utime.c b/cpukit/libfs/src/imfs/imfs_utime.c
index b16af11b30..5eee799d7e 100644
--- a/cpukit/libfs/src/imfs/imfs_utime.c
+++ b/cpukit/libfs/src/imfs/imfs_utime.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/ioman.c b/cpukit/libfs/src/imfs/ioman.c
index c0dbee5d05..8b434e7e8c 100644
--- a/cpukit/libfs/src/imfs/ioman.c
+++ b/cpukit/libfs/src/imfs/ioman.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/memfile.c b/cpukit/libfs/src/imfs/memfile.c
index b2797875fc..2907591bfb 100644
--- a/cpukit/libfs/src/imfs/memfile.c
+++ b/cpukit/libfs/src/imfs/memfile.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/imfs/miniimfs_init.c b/cpukit/libfs/src/imfs/miniimfs_init.c
index d70f4db6ce..e06cda65ef 100644
--- a/cpukit/libfs/src/imfs/miniimfs_init.c
+++ b/cpukit/libfs/src/imfs/miniimfs_init.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/nfsclient/Makefile.am b/cpukit/libfs/src/nfsclient/Makefile.am
index 98ba99286c..85f4a71756 100644
--- a/cpukit/libfs/src/nfsclient/Makefile.am
+++ b/cpukit/libfs/src/nfsclient/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(top_srcdir)/automake/compile.am
#%dirutils.obj: %dirutils.o
diff --git a/cpukit/libfs/src/nfsclient/src/dirutils.c b/cpukit/libfs/src/nfsclient/src/dirutils.c
index 99c65876f3..357aab96df 100644
--- a/cpukit/libfs/src/nfsclient/src/dirutils.c
+++ b/cpukit/libfs/src/nfsclient/src/dirutils.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* very crude and basic fs utilities for testing the NFS */
/* Till Straumann, <strauman@slac.stanford.edu>, 10/2002 */
diff --git a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
index 4e8247ced0..fc4802874a 100644
--- a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
+++ b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
@@ -1,6 +1,5 @@
#ifndef LIB_RTEMS_NFS_CLIENT_H
#define LIB_RTEMS_NFS_CLIENT_H
-/* $Id$ */
/* public interface to the NFS client library for RTEMS */
diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c
index 09a9278952..1e25165bfc 100644
--- a/cpukit/libfs/src/nfsclient/src/nfs.c
+++ b/cpukit/libfs/src/nfsclient/src/nfs.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* NFS client implementation for RTEMS; hooks into the RTEMS filesystem */
/* Author: Till Straumann <strauman@slac.stanford.edu> 2002 */
diff --git a/cpukit/libfs/src/nfsclient/src/nfsTest.c b/cpukit/libfs/src/nfsclient/src/nfsTest.c
index a372a7511c..18bd0a3cb4 100644
--- a/cpukit/libfs/src/nfsclient/src/nfsTest.c
+++ b/cpukit/libfs/src/nfsclient/src/nfsTest.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Test program for evaluating NFS read throughput */
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2006 */
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index 3316cccb5f..eeadd53f58 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* RPC multiplexor for a multitasking environment */
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2002 */
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.h b/cpukit/libfs/src/nfsclient/src/rpcio.h
index 0d65b76dc1..8078209610 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.h
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.h
@@ -1,6 +1,5 @@
#ifndef RPCIO_H
#define RPCIO_H
-/* $Id$ */
/* A multihreaded RPC/UDP multiplexor */
diff --git a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
index 3c589d9e81..e07c63bcf2 100644
--- a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* NOTE:
* This is derived from libnetworking/rtems/rtems_syscall.c
*
diff --git a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
index 4294d6dcd2..3c73639750 100644
--- a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* xdr_mbuf is derived from xdr_mem */
/* Author (mbuf specifica): Till Straumann <strauman@slac.stanford.edu>, 10/2002 */
diff --git a/cpukit/libfs/src/pipe/fifo.c b/cpukit/libfs/src/pipe/fifo.c
index 606bd68d5a..7d990e5acb 100644
--- a/cpukit/libfs/src/pipe/fifo.c
+++ b/cpukit/libfs/src/pipe/fifo.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/libfs/src/pipe/pipe.c b/cpukit/libfs/src/pipe/pipe.c
index 07244001d3..2fc9952cac 100644
--- a/cpukit/libfs/src/pipe/pipe.c
+++ b/cpukit/libfs/src/pipe/pipe.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/pipe/pipe.h b/cpukit/libfs/src/pipe/pipe.h
index 5aab78707a..d856a63e84 100644
--- a/cpukit/libfs/src/pipe/pipe.h
+++ b/cpukit/libfs/src/pipe/pipe.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_PIPE_H
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c
index db77a5177c..1d2b44ebc2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
index d6e006ea68..85837b0009 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
index f8915aae5d..908de55ede 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h b/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
index 85a10b69da..6355e2f190 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.c b/cpukit/libfs/src/rfs/rtems-rfs-block.c
index 22b9271f6b..7ebc4d76a6 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.h b/cpukit/libfs/src/rfs/rtems-rfs-block.h
index 473233e1b0..dc7b4652d0 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
index 5144b1d51f..ef382aeecc 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
index 18550ac89b..a855b8f846 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
index e2ec8ed3f4..5ab86177b3 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
index 3bb09490e1..335274a969 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-data.h b/cpukit/libfs/src/rfs/rtems-rfs-data.h
index 343c0a9854..60d1e6b250 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-data.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-data.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
index 8611f58571..951bce1a0a 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
/**
* @file
*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
index ca761dd0cc..53244d4d87 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index fc53e528fb..677bdc8571 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.h b/cpukit/libfs/src/rfs/rtems-rfs-dir.h
index 3b8e7c4f06..76414f827e 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h b/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
index 8c39944486..1a707d97d9 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index 58e10f1285..bceb08d5df 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h b/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
index 96fdf6c9ab..9d54f64a1f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.c b/cpukit/libfs/src/rfs/rtems-rfs-file.c
index ab195fac6f..0cf38c628d 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.h b/cpukit/libfs/src/rfs/rtems-rfs-file.h
index ecadb359bc..9251fe439f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.c b/cpukit/libfs/src/rfs/rtems-rfs-format.c
index b176e17fe8..6c20218531 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.h b/cpukit/libfs/src/rfs/rtems-rfs-format.h
index 48d65c9165..b9774264f7 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.c b/cpukit/libfs/src/rfs/rtems-rfs-group.c
index 3fefb62b8c..0edf83d838 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.h b/cpukit/libfs/src/rfs/rtems-rfs-group.h
index 9cf1f65925..adec1c26d8 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.c b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
index cb66746324..6c49b2ac7a 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.h b/cpukit/libfs/src/rfs/rtems-rfs-inode.h
index 8c88b055dd..a18940e23d 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.c b/cpukit/libfs/src/rfs/rtems-rfs-link.c
index 2dcdf8a67a..7211e3ad59 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.h b/cpukit/libfs/src/rfs/rtems-rfs-link.h
index 359360f0fd..e7fc3b1206 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
index f35350f653..4fd6f384fe 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.h b/cpukit/libfs/src/rfs/rtems-rfs-mutex.h
index fff4969fd2..1b5dde812c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-mutex.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
index 0325885d84..27d9962daa 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
index 88f71e53a9..c04bbea03b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
index 1b8b0d4441..cf864c7347 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
index e77ffddaf8..76d0392605 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
index 3d746769f5..6f6d3287c3 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
index c4f8c9a358..c475c4025b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 96df5f43e9..70335f007c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.h b/cpukit/libfs/src/rfs/rtems-rfs-shell.h
index c07b7c3167..f4e56227b7 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.c b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
index 6d8873979b..df0f54ad6b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.h b/cpukit/libfs/src/rfs/rtems-rfs-trace.h
index 05d9258c7d..6a4ca7bafa 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-trace.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libfs/src/rfs/rtems-rfs.h b/cpukit/libfs/src/rfs/rtems-rfs.h
index ca5a6f3051..251a61805f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/cpukit/libgnat/Makefile.am b/cpukit/libgnat/Makefile.am
index 85414cb8cb..4bfbca11e8 100644
--- a/cpukit/libgnat/Makefile.am
+++ b/cpukit/libgnat/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
diff --git a/cpukit/libgnat/ada_intrsupp.c b/cpukit/libgnat/ada_intrsupp.c
index 5f9c19281f..ab73f0cea4 100644
--- a/cpukit/libgnat/ada_intrsupp.c
+++ b/cpukit/libgnat/ada_intrsupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libgnat/adasupp.c b/cpukit/libgnat/adasupp.c
index 5af4730a65..13924d55fd 100644
--- a/cpukit/libgnat/adasupp.c
+++ b/cpukit/libgnat/adasupp.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libi2c/Makefile.am b/cpukit/libi2c/Makefile.am
index c422529bc8..241cf271be 100644
--- a/cpukit/libi2c/Makefile.am
+++ b/cpukit/libi2c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
noinst_LIBRARIES = libi2c.a
diff --git a/cpukit/libi2c/README_libi2c b/cpukit/libi2c/README_libi2c
index f1a8fd017e..18de89da2a 100644
--- a/cpukit/libi2c/README_libi2c
+++ b/cpukit/libi2c/README_libi2c
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
=====================
Copyright and License
=====================
diff --git a/cpukit/libi2c/libi2c.c b/cpukit/libi2c/libi2c.c
index e622b2aa81..c3aee7dbd6 100644
--- a/cpukit/libi2c/libi2c.c
+++ b/cpukit/libi2c/libi2c.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* libi2c Implementation */
/*
diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h
index 89edcb95d1..04c20a64b7 100644
--- a/cpukit/libi2c/libi2c.h
+++ b/cpukit/libi2c/libi2c.h
@@ -8,7 +8,6 @@
#ifndef _RTEMS_LIBI2C_H
#define _RTEMS_LIBI2C_H
-/*$Id$*/
/*
* Authorship
diff --git a/cpukit/libmd/Makefile.am b/cpukit/libmd/Makefile.am
index 57a09b06fc..f1eb021303 100644
--- a/cpukit/libmd/Makefile.am
+++ b/cpukit/libmd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
if NEWLIB
diff --git a/cpukit/libmd/md4.h b/cpukit/libmd/md4.h
index 0245486af6..c5ae2f13ef 100644
--- a/cpukit/libmd/md4.h
+++ b/cpukit/libmd/md4.h
@@ -1,4 +1,3 @@
-
/*
** ********************************************************************
** md4.h -- Header file for implementation of **
diff --git a/cpukit/libmd/md5.c b/cpukit/libmd/md5.c
index b4c20f3c72..fa64a122af 100644
--- a/cpukit/libmd/md5.c
+++ b/cpukit/libmd/md5.c
@@ -1,5 +1,4 @@
-
/*
***********************************************************************
** md5.c -- the source code for MD5 routines **
diff --git a/cpukit/libmisc/README b/cpukit/libmisc/README
index bbde4feeae..2d45c0be68 100644
--- a/cpukit/libmisc/README
+++ b/cpukit/libmisc/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains for the "miscellaneous" library. Currently
this library contains a number of useful support libraries:
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline.h b/cpukit/libmisc/bspcmdline/bspcmdline.h
index 6d5f716aeb..7fa03c9492 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline.h
+++ b/cpukit/libmisc/bspcmdline/bspcmdline.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __BSP_COMMAND_LINE_h
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline_get.c b/cpukit/libmisc/bspcmdline/bspcmdline_get.c
index 7e06aa47bd..5fda357c1e 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline_get.c
+++ b/cpukit/libmisc/bspcmdline/bspcmdline_get.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline_getparam.c b/cpukit/libmisc/bspcmdline/bspcmdline_getparam.c
index 288128bf8d..5ece7584d2 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline_getparam.c
+++ b/cpukit/libmisc/bspcmdline/bspcmdline_getparam.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c b/cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c
index 18bda9143f..22e29aa764 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c
+++ b/cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c b/cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c
index 38269dc44a..cf2afcec97 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c
+++ b/cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/capture/README b/cpukit/libmisc/capture/README
index d12b5570d6..3e59637149 100644
--- a/cpukit/libmisc/capture/README
+++ b/cpukit/libmisc/capture/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
RTEMS Performance Monitoring and Measurement Framework
Copyright 2002-2007 Chris Johns (chrisj@rtems.org)
diff --git a/cpukit/libmisc/capture/capture-cli.c b/cpukit/libmisc/capture/capture-cli.c
index 98f76764f3..a0326b7489 100644
--- a/cpukit/libmisc/capture/capture-cli.c
+++ b/cpukit/libmisc/capture/capture-cli.c
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Objective Design Systems Pty Ltd, 2002
All rights reserved Objective Design Systems Pty Ltd, 2002
diff --git a/cpukit/libmisc/capture/capture-cli.h b/cpukit/libmisc/capture/capture-cli.h
index a2d126cbae..8f97522b15 100644
--- a/cpukit/libmisc/capture/capture-cli.h
+++ b/cpukit/libmisc/capture/capture-cli.h
@@ -7,8 +7,6 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Objective Design Systems Pty Ltd, 2002
All rights reserved Objective Design Systems Pty Ltd, 2002
diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c
index 8aa9a48bb4..43e3c390a3 100644
--- a/cpukit/libmisc/capture/capture.c
+++ b/cpukit/libmisc/capture/capture.c
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Objective Design Systems Pty Ltd, 2002
All rights reserved Objective Design Systems Pty Ltd, 2002
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h
index 2c1a5098e4..034bdb9c86 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/libmisc/capture/capture.h
@@ -7,8 +7,6 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Objective Design Systems Pty Ltd, 2002
All rights reserved Objective Design Systems Pty Ltd, 2002
diff --git a/cpukit/libmisc/cpuuse/README b/cpukit/libmisc/cpuuse/README
index ac674bb0b6..87d01856e5 100644
--- a/cpukit/libmisc/cpuuse/README
+++ b/cpukit/libmisc/cpuuse/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains code to report and reset per-task CPU usage.
If the BSP supports nanosecond timestamp granularity, this this information
is very accurate. Otherwise, it is dependendent on the tick granularity.
diff --git a/cpukit/libmisc/cpuuse/cpuusagedata.c b/cpukit/libmisc/cpuuse/cpuusagedata.c
index eb68c550b5..cc3f13e0d7 100644
--- a/cpukit/libmisc/cpuuse/cpuusagedata.c
+++ b/cpukit/libmisc/cpuuse/cpuusagedata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/cpuuse/cpuusagereport.c b/cpukit/libmisc/cpuuse/cpuusagereport.c
index e60e2577ee..e884d44e12 100644
--- a/cpukit/libmisc/cpuuse/cpuusagereport.c
+++ b/cpukit/libmisc/cpuuse/cpuusagereport.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/cpuuse/cpuusagereset.c b/cpukit/libmisc/cpuuse/cpuusagereset.c
index ef614d6381..6c5f13e702 100644
--- a/cpukit/libmisc/cpuuse/cpuusagereset.c
+++ b/cpukit/libmisc/cpuuse/cpuusagereset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/cpuuse/cpuuse.h b/cpukit/libmisc/cpuuse/cpuuse.h
index 5497bacb29..b63e3fa476 100644
--- a/cpukit/libmisc/cpuuse/cpuuse.h
+++ b/cpukit/libmisc/cpuuse/cpuuse.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __RTEMS_CPUUSE_h
diff --git a/cpukit/libmisc/devnull/devnull.c b/cpukit/libmisc/devnull/devnull.c
index 4b22199814..12387f5159 100644
--- a/cpukit/libmisc/devnull/devnull.c
+++ b/cpukit/libmisc/devnull/devnull.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/devnull/devnull.h b/cpukit/libmisc/devnull/devnull.h
index 42b0bfde8d..c9f47362e8 100644
--- a/cpukit/libmisc/devnull/devnull.h
+++ b/cpukit/libmisc/devnull/devnull.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_DEVNULL_H
diff --git a/cpukit/libmisc/devnull/devzero.c b/cpukit/libmisc/devnull/devzero.c
index 621d9a02fe..0159a16555 100644
--- a/cpukit/libmisc/devnull/devzero.c
+++ b/cpukit/libmisc/devnull/devzero.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/devnull/devzero.h b/cpukit/libmisc/devnull/devzero.h
index a313d8241b..aaf084cc32 100644
--- a/cpukit/libmisc/devnull/devzero.h
+++ b/cpukit/libmisc/devnull/devzero.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_DEVZERO_H
diff --git a/cpukit/libmisc/dummy/dummy-networking.c b/cpukit/libmisc/dummy/dummy-networking.c
index 77d708d516..0a0a380968 100644
--- a/cpukit/libmisc/dummy/dummy-networking.c
+++ b/cpukit/libmisc/dummy/dummy-networking.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/dummy/dummy.c b/cpukit/libmisc/dummy/dummy.c
index b062c06091..6b824fca1c 100644
--- a/cpukit/libmisc/dummy/dummy.c
+++ b/cpukit/libmisc/dummy/dummy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.c b/cpukit/libmisc/dumpbuf/dumpbuf.c
index 97274ecbaa..b4957c1acd 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.c
+++ b/cpukit/libmisc/dumpbuf/dumpbuf.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.h b/cpukit/libmisc/dumpbuf/dumpbuf.h
index 7c9a2165ad..23e472dce6 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.h
+++ b/cpukit/libmisc/dumpbuf/dumpbuf.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __DUMP_BUFFER_h
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/libmisc/fb/fb.h
index 0b43c0c4be..5a896e19db 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/libmisc/fb/fb.h
@@ -8,8 +8,6 @@
*
* MODULE DESCRIPTION:
* Micro FrameBuffer interface for Embedded Systems.
- *
- * $Id$
*/
#ifndef _MW_FB_H
diff --git a/cpukit/libmisc/fb/mw_print.c b/cpukit/libmisc/fb/mw_print.c
index 4e8abf2bd8..605b8f694a 100644
--- a/cpukit/libmisc/fb/mw_print.c
+++ b/cpukit/libmisc/fb/mw_print.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libmisc/fb/mw_uid.c b/cpukit/libmisc/fb/mw_uid.c
index e3cf34f276..f335ac1972 100644
--- a/cpukit/libmisc/fb/mw_uid.c
+++ b/cpukit/libmisc/fb/mw_uid.c
@@ -6,8 +6,6 @@
* This module implements the input devices interface used by MicroWindows
* in an embedded system environment. It uses the RTEMS message queue as
* the repository for the messages posted by the devices registered.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/fb/mw_uid.h b/cpukit/libmisc/fb/mw_uid.h
index 4d667769c3..5d2dd0b8a7 100644
--- a/cpukit/libmisc/fb/mw_uid.h
+++ b/cpukit/libmisc/fb/mw_uid.h
@@ -7,8 +7,6 @@
/*
* Copyright (c) 2000 - Rosimildo da Silva
- *
- * $Id$
*/
#ifndef _MW_UID_H
diff --git a/cpukit/libmisc/monitor/README b/cpukit/libmisc/monitor/README
index d5a73da140..02c3bcbe88 100644
--- a/cpukit/libmisc/monitor/README
+++ b/cpukit/libmisc/monitor/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
monitor task
The monitor task is an optional task that knows about RTEMS
diff --git a/cpukit/libmisc/monitor/mon-command.c b/cpukit/libmisc/monitor/mon-command.c
index b16c8f06c0..99fc0aea94 100644
--- a/cpukit/libmisc/monitor/mon-command.c
+++ b/cpukit/libmisc/monitor/mon-command.c
@@ -5,8 +5,6 @@
*/
/*
- * $Id$
- *
* 2001-01-30 KJO (vac4050@cae597.rsc.raytheon.com):
* Fixed rtems_monitor_command_lookup() to accept partial
* commands to uniqeness. Added support for setting
diff --git a/cpukit/libmisc/monitor/mon-config.c b/cpukit/libmisc/monitor/mon-config.c
index b067db7e2f..0df87d625f 100644
--- a/cpukit/libmisc/monitor/mon-config.c
+++ b/cpukit/libmisc/monitor/mon-config.c
@@ -2,8 +2,6 @@
* RTEMS Config display support
*
* TODO
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-driver.c b/cpukit/libmisc/monitor/mon-driver.c
index c5c2c468b9..9fff2cd08a 100644
--- a/cpukit/libmisc/monitor/mon-driver.c
+++ b/cpukit/libmisc/monitor/mon-driver.c
@@ -15,8 +15,6 @@
*
* Drivers are displayed with 'driver' command.
* Names are displayed with 'name' command.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-editor.c b/cpukit/libmisc/monitor/mon-editor.c
index f2dc02b2ef..813c88389f 100644
--- a/cpukit/libmisc/monitor/mon-editor.c
+++ b/cpukit/libmisc/monitor/mon-editor.c
@@ -5,8 +5,6 @@
*/
/*
- * $Id$
- *
* 2001-01-30 KJO (vac4050@cae597.rsc.raytheon.com):
* Fixed rtems_monitor_command_lookup() to accept partial
* commands to uniqeness. Added support for setting
diff --git a/cpukit/libmisc/monitor/mon-extension.c b/cpukit/libmisc/monitor/mon-extension.c
index c6a9f72040..3f7bccc582 100644
--- a/cpukit/libmisc/monitor/mon-extension.c
+++ b/cpukit/libmisc/monitor/mon-extension.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor extension support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-itask.c b/cpukit/libmisc/monitor/mon-itask.c
index 6dab51a768..e951bcb893 100644
--- a/cpukit/libmisc/monitor/mon-itask.c
+++ b/cpukit/libmisc/monitor/mon-itask.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor init task support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-manager.c b/cpukit/libmisc/monitor/mon-manager.c
index 9e71addfae..f0ea29d1f8 100644
--- a/cpukit/libmisc/monitor/mon-manager.c
+++ b/cpukit/libmisc/monitor/mon-manager.c
@@ -1,8 +1,6 @@
/*
* RTEMS Monitor "manager" support.
* Used to traverse object (chain) lists and print them out.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-monitor.c b/cpukit/libmisc/monitor/mon-monitor.c
index 2e12c9c8fe..34c85fe342 100644
--- a/cpukit/libmisc/monitor/mon-monitor.c
+++ b/cpukit/libmisc/monitor/mon-monitor.c
@@ -18,8 +18,6 @@
* interrupt stack location, direction and size
* floating point config stuff
* interrupt config stuff
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-mpci.c b/cpukit/libmisc/monitor/mon-mpci.c
index ab77431241..fe78da386a 100644
--- a/cpukit/libmisc/monitor/mon-mpci.c
+++ b/cpukit/libmisc/monitor/mon-mpci.c
@@ -2,8 +2,6 @@
* RTEMS MPCI Config display support
*
* TODO
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-network.c b/cpukit/libmisc/monitor/mon-network.c
index 477b1efa1c..c4f9fd4609 100644
--- a/cpukit/libmisc/monitor/mon-network.c
+++ b/cpukit/libmisc/monitor/mon-network.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-object.c b/cpukit/libmisc/monitor/mon-object.c
index a019e9523a..fd29979ce7 100644
--- a/cpukit/libmisc/monitor/mon-object.c
+++ b/cpukit/libmisc/monitor/mon-object.c
@@ -11,8 +11,6 @@
*
* TODO:
* should allow for non-numeric id's???
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-part.c b/cpukit/libmisc/monitor/mon-part.c
index 72aff6921f..2ce922f54a 100644
--- a/cpukit/libmisc/monitor/mon-part.c
+++ b/cpukit/libmisc/monitor/mon-part.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor partition support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-prmisc.c b/cpukit/libmisc/monitor/mon-prmisc.c
index 732aaa306e..550d99063a 100644
--- a/cpukit/libmisc/monitor/mon-prmisc.c
+++ b/cpukit/libmisc/monitor/mon-prmisc.c
@@ -3,8 +3,6 @@
* Each routine returns the number of characters it output.
*
* TODO:
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-queue.c b/cpukit/libmisc/monitor/mon-queue.c
index 4237b01780..23a6b6936c 100644
--- a/cpukit/libmisc/monitor/mon-queue.c
+++ b/cpukit/libmisc/monitor/mon-queue.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libmisc/monitor/mon-region.c b/cpukit/libmisc/monitor/mon-region.c
index 271cbf82f4..911b8f2158 100644
--- a/cpukit/libmisc/monitor/mon-region.c
+++ b/cpukit/libmisc/monitor/mon-region.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor region support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-sema.c b/cpukit/libmisc/monitor/mon-sema.c
index 276601c04c..21cb43ac2f 100644
--- a/cpukit/libmisc/monitor/mon-sema.c
+++ b/cpukit/libmisc/monitor/mon-sema.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor semaphore support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-server.c b/cpukit/libmisc/monitor/mon-server.c
index c7408bbb1a..2dc10dff9e 100644
--- a/cpukit/libmisc/monitor/mon-server.c
+++ b/cpukit/libmisc/monitor/mon-server.c
@@ -1,8 +1,6 @@
/*
* RTEMS monitor server (handles requests for info from RTEMS monitors
* running on other nodes)
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-symbols.c b/cpukit/libmisc/monitor/mon-symbols.c
index 73058665c3..936248168d 100644
--- a/cpukit/libmisc/monitor/mon-symbols.c
+++ b/cpukit/libmisc/monitor/mon-symbols.c
@@ -7,8 +7,6 @@
*
*
* TODO:
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/mon-task.c b/cpukit/libmisc/monitor/mon-task.c
index 6007b3f879..d468956a45 100644
--- a/cpukit/libmisc/monitor/mon-task.c
+++ b/cpukit/libmisc/monitor/mon-task.c
@@ -1,7 +1,5 @@
/*
* RTEMS Monitor task support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/monitor/monitor.h b/cpukit/libmisc/monitor/monitor.h
index 52af042dd3..6d0612c96d 100644
--- a/cpukit/libmisc/monitor/monitor.h
+++ b/cpukit/libmisc/monitor/monitor.h
@@ -4,9 +4,6 @@
* The RTEMS monitor task.
*/
-/*
- * $Id$
- */
#ifndef __MONITOR_H
#define __MONITOR_H
diff --git a/cpukit/libmisc/monitor/symbols.h b/cpukit/libmisc/monitor/symbols.h
index 6246379a94..1455edbcd7 100644
--- a/cpukit/libmisc/monitor/symbols.h
+++ b/cpukit/libmisc/monitor/symbols.h
@@ -7,8 +7,6 @@
*
*
* TODO:
- *
- * $Id$
*/
#ifndef _INCLUDE_SYMBOLS_H
diff --git a/cpukit/libmisc/mouse/README b/cpukit/libmisc/mouse/README
index ab684a6d0b..e857724871 100644
--- a/cpukit/libmisc/mouse/README
+++ b/cpukit/libmisc/mouse/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SOURCE: http://www.kryslix.com/nsfaq/Q.12.html
Subject: What protocol do mice use?
diff --git a/cpukit/libmisc/mouse/mouse_parser.c b/cpukit/libmisc/mouse/mouse_parser.c
index 9f96a293d5..2f96e1567f 100644
--- a/cpukit/libmisc/mouse/mouse_parser.c
+++ b/cpukit/libmisc/mouse/mouse_parser.c
@@ -23,8 +23,6 @@
* a PS/2 driver or a serial port.
*
* It was moved to cpukit/libmisc/mouse by Joel Sherrill.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/cpukit/libmisc/mouse/mouse_parser.h b/cpukit/libmisc/mouse/mouse_parser.h
index b675d7010a..51bcb2deef 100644
--- a/cpukit/libmisc/mouse/mouse_parser.h
+++ b/cpukit/libmisc/mouse/mouse_parser.h
@@ -29,8 +29,6 @@
* a PS/2 driver or a serial port.
*
* It was moved to cpukit/libmisc/mouse by Joel Sherrill.
- *
- * $Id$
*/
#ifndef __MOUSE_PARSER_h__
diff --git a/cpukit/libmisc/mouse/serial_mouse.c b/cpukit/libmisc/mouse/serial_mouse.c
index 9d477fafe3..4175fa07fe 100644
--- a/cpukit/libmisc/mouse/serial_mouse.c
+++ b/cpukit/libmisc/mouse/serial_mouse.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/cpukit/libmisc/mouse/serial_mouse.h b/cpukit/libmisc/mouse/serial_mouse.h
index 65e98089cb..8cb966ec7b 100644
--- a/cpukit/libmisc/mouse/serial_mouse.h
+++ b/cpukit/libmisc/mouse/serial_mouse.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __SERIAL_MOUSE_h__
diff --git a/cpukit/libmisc/serdbg/README b/cpukit/libmisc/serdbg/README
index 338249c928..64623ebd89 100644
--- a/cpukit/libmisc/serdbg/README
+++ b/cpukit/libmisc/serdbg/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains three useful packages related to the termios I/O
system:
diff --git a/cpukit/libmisc/serdbg/serdbg.c b/cpukit/libmisc/serdbg/serdbg.c
index 2f9abf6824..5460567fd5 100644
--- a/cpukit/libmisc/serdbg/serdbg.c
+++ b/cpukit/libmisc/serdbg/serdbg.c
@@ -16,9 +16,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 04.04.02 creation doe |
\*===============================================================*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libmisc/serdbg/serdbg.h b/cpukit/libmisc/serdbg/serdbg.h
index 828ac96561..fe106bce44 100644
--- a/cpukit/libmisc/serdbg/serdbg.h
+++ b/cpukit/libmisc/serdbg/serdbg.h
@@ -16,9 +16,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 04.04.02 creation doe |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef _SERDBG_H
#define _SERDBG_H
diff --git a/cpukit/libmisc/serdbg/serdbgcnf.h b/cpukit/libmisc/serdbg/serdbgcnf.h
index eec68aa119..90e2d80134 100644
--- a/cpukit/libmisc/serdbg/serdbgcnf.h
+++ b/cpukit/libmisc/serdbg/serdbgcnf.h
@@ -16,9 +16,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.05.02 creation doe |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef _SERDBGCNF_H
#define _SERDBGCNF_H
diff --git a/cpukit/libmisc/serdbg/termios_printk.h b/cpukit/libmisc/serdbg/termios_printk.h
index 4f484df62f..dcb183533a 100644
--- a/cpukit/libmisc/serdbg/termios_printk.h
+++ b/cpukit/libmisc/serdbg/termios_printk.h
@@ -16,9 +16,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.04.02 creation doe |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef _TERMIOS_PRINTK_H
#define _TERMIOS_PRINTK_H
diff --git a/cpukit/libmisc/serdbg/termios_printk_cnf.h b/cpukit/libmisc/serdbg/termios_printk_cnf.h
index 2e8a7ac043..a69926e0e0 100644
--- a/cpukit/libmisc/serdbg/termios_printk_cnf.h
+++ b/cpukit/libmisc/serdbg/termios_printk_cnf.h
@@ -16,9 +16,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.05.02 creation doe |
\*===============================================================*/
-/*
- * $Id$
- */
#ifndef _TERMIOS_PRINTK_CNF_H
#define _TERMIOS_PRINTK_CNF_H
diff --git a/cpukit/libmisc/shell/README b/cpukit/libmisc/shell/README
index 9798becc37..38269223b2 100644
--- a/cpukit/libmisc/shell/README
+++ b/cpukit/libmisc/shell/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a shell user extension
primary features:
diff --git a/cpukit/libmisc/shell/cat_file.c b/cpukit/libmisc/shell/cat_file.c
index f2acccb963..c9e85264c6 100644
--- a/cpukit/libmisc/shell/cat_file.c
+++ b/cpukit/libmisc/shell/cat_file.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/cmds.c b/cpukit/libmisc/shell/cmds.c
index e8d6c581df..9f75df950f 100644
--- a/cpukit/libmisc/shell/cmds.c
+++ b/cpukit/libmisc/shell/cmds.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/internal.h b/cpukit/libmisc/shell/internal.h
index f82ec6d3e3..815c5e9661 100644
--- a/cpukit/libmisc/shell/internal.h
+++ b/cpukit/libmisc/shell/internal.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SHELL_INTERNAL_H
diff --git a/cpukit/libmisc/shell/main_alias.c b/cpukit/libmisc/shell/main_alias.c
index e4f1be8c45..0231628f85 100644
--- a/cpukit/libmisc/shell/main_alias.c
+++ b/cpukit/libmisc/shell/main_alias.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_blksync.c b/cpukit/libmisc/shell/main_blksync.c
index c8859b452a..472b04a1ea 100644
--- a/cpukit/libmisc/shell/main_blksync.c
+++ b/cpukit/libmisc/shell/main_blksync.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_cat.c b/cpukit/libmisc/shell/main_cat.c
index 5bd3b47c8f..f0903ca2dc 100644
--- a/cpukit/libmisc/shell/main_cat.c
+++ b/cpukit/libmisc/shell/main_cat.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_cd.c b/cpukit/libmisc/shell/main_cd.c
index e3ed35fa63..cdf588eab8 100644
--- a/cpukit/libmisc/shell/main_cd.c
+++ b/cpukit/libmisc/shell/main_cd.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_chdir.c b/cpukit/libmisc/shell/main_chdir.c
index cca1010ff3..a382095bd5 100644
--- a/cpukit/libmisc/shell/main_chdir.c
+++ b/cpukit/libmisc/shell/main_chdir.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_chmod.c b/cpukit/libmisc/shell/main_chmod.c
index 1b402a6821..dec8dc9a25 100644
--- a/cpukit/libmisc/shell/main_chmod.c
+++ b/cpukit/libmisc/shell/main_chmod.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_chroot.c b/cpukit/libmisc/shell/main_chroot.c
index d9194a0c44..bd8282310e 100644
--- a/cpukit/libmisc/shell/main_chroot.c
+++ b/cpukit/libmisc/shell/main_chroot.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_cpuuse.c b/cpukit/libmisc/shell/main_cpuuse.c
index 1d725419ff..c3716eea94 100644
--- a/cpukit/libmisc/shell/main_cpuuse.c
+++ b/cpukit/libmisc/shell/main_cpuuse.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_date.c b/cpukit/libmisc/shell/main_date.c
index 81d9c792b8..fe17e715d4 100644
--- a/cpukit/libmisc/shell/main_date.c
+++ b/cpukit/libmisc/shell/main_date.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_debugrfs.c b/cpukit/libmisc/shell/main_debugrfs.c
index 5d4052d43a..2167c2154f 100644
--- a/cpukit/libmisc/shell/main_debugrfs.c
+++ b/cpukit/libmisc/shell/main_debugrfs.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_dir.c b/cpukit/libmisc/shell/main_dir.c
index 473ab13f80..ad5c86aadd 100644
--- a/cpukit/libmisc/shell/main_dir.c
+++ b/cpukit/libmisc/shell/main_dir.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_echo.c b/cpukit/libmisc/shell/main_echo.c
index c0921ba16d..b2fe8d0c65 100644
--- a/cpukit/libmisc/shell/main_echo.c
+++ b/cpukit/libmisc/shell/main_echo.c
@@ -51,9 +51,6 @@
* expanded. printf is now a builtin of netbsd's sh and csh.
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libmisc/shell/main_exit.c b/cpukit/libmisc/shell/main_exit.c
index 4d996cde10..7aa23e0771 100644
--- a/cpukit/libmisc/shell/main_exit.c
+++ b/cpukit/libmisc/shell/main_exit.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_halt.c b/cpukit/libmisc/shell/main_halt.c
index 41f42b2ae3..3f30ecd09f 100644
--- a/cpukit/libmisc/shell/main_halt.c
+++ b/cpukit/libmisc/shell/main_halt.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_help.c b/cpukit/libmisc/shell/main_help.c
index 24ddad673d..c63be493b5 100644
--- a/cpukit/libmisc/shell/main_help.c
+++ b/cpukit/libmisc/shell/main_help.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_id.c b/cpukit/libmisc/shell/main_id.c
index 4acf502715..8fb361c2ab 100644
--- a/cpukit/libmisc/shell/main_id.c
+++ b/cpukit/libmisc/shell/main_id.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_ifconfig.c b/cpukit/libmisc/shell/main_ifconfig.c
index f99e2f192f..dbf16183ff 100644
--- a/cpukit/libmisc/shell/main_ifconfig.c
+++ b/cpukit/libmisc/shell/main_ifconfig.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_logoff.c b/cpukit/libmisc/shell/main_logoff.c
index 9337abf11f..8003aaef0f 100644
--- a/cpukit/libmisc/shell/main_logoff.c
+++ b/cpukit/libmisc/shell/main_logoff.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mallocinfo.c b/cpukit/libmisc/shell/main_mallocinfo.c
index 97aa69620a..768bc660b0 100644
--- a/cpukit/libmisc/shell/main_mallocinfo.c
+++ b/cpukit/libmisc/shell/main_mallocinfo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mfill.c b/cpukit/libmisc/shell/main_mfill.c
index 5ff7dfd584..e745287163 100644
--- a/cpukit/libmisc/shell/main_mfill.c
+++ b/cpukit/libmisc/shell/main_mfill.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mkdir.c b/cpukit/libmisc/shell/main_mkdir.c
index cd4bf757c2..5c78cddd47 100644
--- a/cpukit/libmisc/shell/main_mkdir.c
+++ b/cpukit/libmisc/shell/main_mkdir.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mkrfs.c b/cpukit/libmisc/shell/main_mkrfs.c
index 726b575b03..a865fa84d7 100644
--- a/cpukit/libmisc/shell/main_mkrfs.c
+++ b/cpukit/libmisc/shell/main_mkrfs.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mmove.c b/cpukit/libmisc/shell/main_mmove.c
index f5cc220026..6474e750a7 100644
--- a/cpukit/libmisc/shell/main_mmove.c
+++ b/cpukit/libmisc/shell/main_mmove.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mount.c b/cpukit/libmisc/shell/main_mount.c
index 5bd1a03099..1fe688fa55 100644
--- a/cpukit/libmisc/shell/main_mount.c
+++ b/cpukit/libmisc/shell/main_mount.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_mount_nfs.c b/cpukit/libmisc/shell/main_mount_nfs.c
index 121d0ca6c2..31eda3b2e5 100644
--- a/cpukit/libmisc/shell/main_mount_nfs.c
+++ b/cpukit/libmisc/shell/main_mount_nfs.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_msdosfmt.c b/cpukit/libmisc/shell/main_msdosfmt.c
index d86212c136..47dd9f1d68 100644
--- a/cpukit/libmisc/shell/main_msdosfmt.c
+++ b/cpukit/libmisc/shell/main_msdosfmt.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_netstats.c b/cpukit/libmisc/shell/main_netstats.c
index 7fe9325dc6..89452048e4 100644
--- a/cpukit/libmisc/shell/main_netstats.c
+++ b/cpukit/libmisc/shell/main_netstats.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_perioduse.c b/cpukit/libmisc/shell/main_perioduse.c
index c515a9f9db..9bf66d5ec0 100644
--- a/cpukit/libmisc/shell/main_perioduse.c
+++ b/cpukit/libmisc/shell/main_perioduse.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_pwd.c b/cpukit/libmisc/shell/main_pwd.c
index ecdd849061..714463e95a 100644
--- a/cpukit/libmisc/shell/main_pwd.c
+++ b/cpukit/libmisc/shell/main_pwd.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_rmdir.c b/cpukit/libmisc/shell/main_rmdir.c
index 8c0a7f6172..54c2977b7c 100644
--- a/cpukit/libmisc/shell/main_rmdir.c
+++ b/cpukit/libmisc/shell/main_rmdir.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_route.c b/cpukit/libmisc/shell/main_route.c
index 533e7e6386..5aa87ef31c 100644
--- a/cpukit/libmisc/shell/main_route.c
+++ b/cpukit/libmisc/shell/main_route.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_sleep.c b/cpukit/libmisc/shell/main_sleep.c
index 4571392222..0b26177187 100644
--- a/cpukit/libmisc/shell/main_sleep.c
+++ b/cpukit/libmisc/shell/main_sleep.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_stackuse.c b/cpukit/libmisc/shell/main_stackuse.c
index bc9ffa9a4c..270352b479 100644
--- a/cpukit/libmisc/shell/main_stackuse.c
+++ b/cpukit/libmisc/shell/main_stackuse.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_time.c b/cpukit/libmisc/shell/main_time.c
index 237cc720bb..043fd9c4c7 100644
--- a/cpukit/libmisc/shell/main_time.c
+++ b/cpukit/libmisc/shell/main_time.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_tty.c b/cpukit/libmisc/shell/main_tty.c
index 958aebe9f0..a7a95b82d7 100644
--- a/cpukit/libmisc/shell/main_tty.c
+++ b/cpukit/libmisc/shell/main_tty.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_umask.c b/cpukit/libmisc/shell/main_umask.c
index 21d4f15afe..6a4a9cc5d5 100644
--- a/cpukit/libmisc/shell/main_umask.c
+++ b/cpukit/libmisc/shell/main_umask.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_unmount.c b/cpukit/libmisc/shell/main_unmount.c
index 5d44ae1802..caf153d59a 100644
--- a/cpukit/libmisc/shell/main_unmount.c
+++ b/cpukit/libmisc/shell/main_unmount.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_whoami.c b/cpukit/libmisc/shell/main_whoami.c
index 8db1f00a56..69e4dea0d1 100644
--- a/cpukit/libmisc/shell/main_whoami.c
+++ b/cpukit/libmisc/shell/main_whoami.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/main_wkspaceinfo.c b/cpukit/libmisc/shell/main_wkspaceinfo.c
index cb316337c7..5a0561e807 100644
--- a/cpukit/libmisc/shell/main_wkspaceinfo.c
+++ b/cpukit/libmisc/shell/main_wkspaceinfo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
diff --git a/cpukit/libmisc/shell/print_heapinfo.c b/cpukit/libmisc/shell/print_heapinfo.c
index ad6db121d2..72db200924 100644
--- a/cpukit/libmisc/shell/print_heapinfo.c
+++ b/cpukit/libmisc/shell/print_heapinfo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell-wait-for-input.c b/cpukit/libmisc/shell/shell-wait-for-input.c
index 3ddc389213..214533ee2c 100644
--- a/cpukit/libmisc/shell/shell-wait-for-input.c
+++ b/cpukit/libmisc/shell/shell-wait-for-input.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c
index 14b609bc4e..aea6b98d1c 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h
index f71cadd990..eb55361a67 100644
--- a/cpukit/libmisc/shell/shell.h
+++ b/cpukit/libmisc/shell/shell.h
@@ -12,8 +12,6 @@
*
* Thanks at:
* Chris Johns
- *
- * $Id$
*/
#ifndef __RTEMS_SHELL_H__
diff --git a/cpukit/libmisc/shell/shell_cmdset.c b/cpukit/libmisc/shell/shell_cmdset.c
index df0b8c2239..bac4d67958 100644
--- a/cpukit/libmisc/shell/shell_cmdset.c
+++ b/cpukit/libmisc/shell/shell_cmdset.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell_getchar.c b/cpukit/libmisc/shell/shell_getchar.c
index b214a9511f..9fbab96f40 100644
--- a/cpukit/libmisc/shell/shell_getchar.c
+++ b/cpukit/libmisc/shell/shell_getchar.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell_getprompt.c b/cpukit/libmisc/shell/shell_getprompt.c
index 357bb1a3ad..c3163b506b 100644
--- a/cpukit/libmisc/shell/shell_getprompt.c
+++ b/cpukit/libmisc/shell/shell_getprompt.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell_makeargs.c b/cpukit/libmisc/shell/shell_makeargs.c
index 8b99661661..97163f351f 100644
--- a/cpukit/libmisc/shell/shell_makeargs.c
+++ b/cpukit/libmisc/shell/shell_makeargs.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c
index 8854f4af35..c87123b928 100644
--- a/cpukit/libmisc/shell/shell_script.c
+++ b/cpukit/libmisc/shell/shell_script.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/shellconfig.c b/cpukit/libmisc/shell/shellconfig.c
index 0cb0de0b30..02e02dab34 100644
--- a/cpukit/libmisc/shell/shellconfig.c
+++ b/cpukit/libmisc/shell/shellconfig.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/shell/write_file.c b/cpukit/libmisc/shell/write_file.c
index 499252aa7c..ffc269353f 100644
--- a/cpukit/libmisc/shell/write_file.c
+++ b/cpukit/libmisc/shell/write_file.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stackchk/README b/cpukit/libmisc/stackchk/README
index 5421a77434..3ea70835e7 100644
--- a/cpukit/libmisc/stackchk/README
+++ b/cpukit/libmisc/stackchk/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Introduction
============
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 55532f1426..69120a490e 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stackchk/internal.h b/cpukit/libmisc/stackchk/internal.h
index a16a61e30e..9e34b8b2e7 100644
--- a/cpukit/libmisc/stackchk/internal.h
+++ b/cpukit/libmisc/stackchk/internal.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __INTERNAL_STACK_CHECK_h
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index 52abdff69b..efa029391b 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_STACKCHK_H
diff --git a/cpukit/libmisc/stringto/stringto.h b/cpukit/libmisc/stringto/stringto.h
index ffe75ed0fd..c8ed6b49ef 100644
--- a/cpukit/libmisc/stringto/stringto.h
+++ b/cpukit/libmisc/stringto/stringto.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_STRINGTO_H
diff --git a/cpukit/libmisc/stringto/stringtodouble.c b/cpukit/libmisc/stringto/stringtodouble.c
index ec50a1332b..4ef94ab435 100644
--- a/cpukit/libmisc/stringto/stringtodouble.c
+++ b/cpukit/libmisc/stringto/stringtodouble.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtofloat.c b/cpukit/libmisc/stringto/stringtofloat.c
index 05ebe33566..1a3382bc1d 100644
--- a/cpukit/libmisc/stringto/stringtofloat.c
+++ b/cpukit/libmisc/stringto/stringtofloat.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtoint.c b/cpukit/libmisc/stringto/stringtoint.c
index 8e3663b496..ee2e31f2f8 100644
--- a/cpukit/libmisc/stringto/stringtoint.c
+++ b/cpukit/libmisc/stringto/stringtoint.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtolong.c b/cpukit/libmisc/stringto/stringtolong.c
index e77b8822b8..15e7e4d747 100644
--- a/cpukit/libmisc/stringto/stringtolong.c
+++ b/cpukit/libmisc/stringto/stringtolong.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtolongdouble.c b/cpukit/libmisc/stringto/stringtolongdouble.c
index 776f5e183b..3e7b6cfd26 100644
--- a/cpukit/libmisc/stringto/stringtolongdouble.c
+++ b/cpukit/libmisc/stringto/stringtolongdouble.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtolonglong.c b/cpukit/libmisc/stringto/stringtolonglong.c
index d291262477..8f70f0e172 100644
--- a/cpukit/libmisc/stringto/stringtolonglong.c
+++ b/cpukit/libmisc/stringto/stringtolonglong.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtopointer.c b/cpukit/libmisc/stringto/stringtopointer.c
index 3a99baa3b5..13e68475b9 100644
--- a/cpukit/libmisc/stringto/stringtopointer.c
+++ b/cpukit/libmisc/stringto/stringtopointer.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtounsignedchar.c b/cpukit/libmisc/stringto/stringtounsignedchar.c
index 5223b03fb7..384bc734da 100644
--- a/cpukit/libmisc/stringto/stringtounsignedchar.c
+++ b/cpukit/libmisc/stringto/stringtounsignedchar.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtounsignedint.c b/cpukit/libmisc/stringto/stringtounsignedint.c
index 9821beff87..b7a24be54d 100644
--- a/cpukit/libmisc/stringto/stringtounsignedint.c
+++ b/cpukit/libmisc/stringto/stringtounsignedint.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtounsignedlong.c b/cpukit/libmisc/stringto/stringtounsignedlong.c
index 11c374c486..305f23f327 100644
--- a/cpukit/libmisc/stringto/stringtounsignedlong.c
+++ b/cpukit/libmisc/stringto/stringtounsignedlong.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/stringto/stringtounsignedlonglong.c b/cpukit/libmisc/stringto/stringtounsignedlonglong.c
index 61c6e2e063..7ef6500158 100644
--- a/cpukit/libmisc/stringto/stringtounsignedlonglong.c
+++ b/cpukit/libmisc/stringto/stringtounsignedlonglong.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/untar/README b/cpukit/libmisc/untar/README
index 24c9e7fa62..bef2d11ae1 100644
--- a/cpukit/libmisc/untar/README
+++ b/cpukit/libmisc/untar/README
@@ -4,8 +4,6 @@
#
# Author: Jake Janovetz 7.6.1999
#
-# $Id$
-#
untar.c contains two procedures for extracting files from a UNIX
tar file:
diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c
index 71669a40b3..337782b5c1 100644
--- a/cpukit/libmisc/untar/untar.c
+++ b/cpukit/libmisc/untar/untar.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/untar/untar.h b/cpukit/libmisc/untar/untar.h
index d572b4d73a..dca8216644 100644
--- a/cpukit/libmisc/untar/untar.h
+++ b/cpukit/libmisc/untar/untar.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_UNTAR_H
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index af90cb62ff..1a990988c4 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/libnetworking/README b/cpukit/libnetworking/README
index ed76f94183..2029b9179c 100644
--- a/cpukit/libnetworking/README
+++ b/cpukit/libnetworking/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a snapshot of my attempt to fit the FreeBSD networking code into
RTEMS. Things seem to be working!
diff --git a/cpukit/libnetworking/arpa/ftp.h b/cpukit/libnetworking/arpa/ftp.h
index 584d290bc9..9a36488540 100644
--- a/cpukit/libnetworking/arpa/ftp.h
+++ b/cpukit/libnetworking/arpa/ftp.h
@@ -31,8 +31,6 @@
* SUCH DAMAGE.
*
* @(#)ftp.h 8.1 (Berkeley) 6/2/93
- *
- * $Id$
*/
#ifndef _ARPA_FTP_H_
diff --git a/cpukit/libnetworking/arpa/inet.h b/cpukit/libnetworking/arpa/inet.h
index d3513267cf..32636682b6 100644
--- a/cpukit/libnetworking/arpa/inet.h
+++ b/cpukit/libnetworking/arpa/inet.h
@@ -55,9 +55,6 @@
* $FreeBSD: src/include/arpa/inet.h,v 1.33 2010/07/06 03:48:46 maxim Exp $
*/
-/*
- * $Id$
- */
#ifndef _ARPA_INET_H_
#define _ARPA_INET_H_
diff --git a/cpukit/libnetworking/arpa/nameser.h b/cpukit/libnetworking/arpa/nameser.h
index b4d6236aff..d499611875 100644
--- a/cpukit/libnetworking/arpa/nameser.h
+++ b/cpukit/libnetworking/arpa/nameser.h
@@ -53,9 +53,6 @@
* $FreeBSD: src/include/arpa/nameser.h,v 1.16 2002/03/23 17:24:55 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _ARPA_NAMESER_H_
#define _ARPA_NAMESER_H_
diff --git a/cpukit/libnetworking/bpfilter.h b/cpukit/libnetworking/bpfilter.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/bpfilter.h
+++ b/cpukit/libnetworking/bpfilter.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/kern/kern_mib.c b/cpukit/libnetworking/kern/kern_mib.c
index 6471208786..7895476133 100644
--- a/cpukit/libnetworking/kern/kern_mib.c
+++ b/cpukit/libnetworking/kern/kern_mib.c
@@ -36,9 +36,6 @@
* $FreeBSD: src/sys/kern/kern_mib.c,v 1.74 2005/02/28 21:42:56 wes Exp $
*/
-/*
- * $Id$
- */
#ifndef __rtems__
#include "opt_posix.h"
diff --git a/cpukit/libnetworking/kern/kern_subr.c b/cpukit/libnetworking/kern/kern_subr.c
index 3823f607a1..aeabf8d56e 100644
--- a/cpukit/libnetworking/kern/kern_subr.c
+++ b/cpukit/libnetworking/kern/kern_subr.c
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)kern_subr.c 8.3 (Berkeley) 1/21/94
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/kern/uipc_domain.c b/cpukit/libnetworking/kern/uipc_domain.c
index 241fe4cc86..7d7dd7ff54 100644
--- a/cpukit/libnetworking/kern/uipc_domain.c
+++ b/cpukit/libnetworking/kern/uipc_domain.c
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)uipc_domain.c 8.2 (Berkeley) 10/18/93
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/kern/uipc_mbuf.c b/cpukit/libnetworking/kern/uipc_mbuf.c
index 390f9b6899..9d6b3c429f 100644
--- a/cpukit/libnetworking/kern/uipc_mbuf.c
+++ b/cpukit/libnetworking/kern/uipc_mbuf.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/kern/uipc_socket.c b/cpukit/libnetworking/kern/uipc_socket.c
index 47fe7194fd..7a16f7e13f 100644
--- a/cpukit/libnetworking/kern/uipc_socket.c
+++ b/cpukit/libnetworking/kern/uipc_socket.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)uipc_socket.c 8.3 (Berkeley) 4/15/94
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/kern/uipc_socket2.c b/cpukit/libnetworking/kern/uipc_socket2.c
index fa5487fd84..8c760ad4d1 100644
--- a/cpukit/libnetworking/kern/uipc_socket2.c
+++ b/cpukit/libnetworking/kern/uipc_socket2.c
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)uipc_socket2.c 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/lib/README b/cpukit/libnetworking/lib/README
index 998bd5e708..787c24c012 100644
--- a/cpukit/libnetworking/lib/README
+++ b/cpukit/libnetworking/lib/README
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
Sources from application-level (as opposed to kernel-level) libraries.
diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libnetworking/lib/ftpfs.c
index c63ca2c21f..fad8f48a24 100644
--- a/cpukit/libnetworking/lib/ftpfs.c
+++ b/cpukit/libnetworking/lib/ftpfs.c
@@ -27,8 +27,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/lib/getprotoby.c b/cpukit/libnetworking/lib/getprotoby.c
index 7cbbe32f1d..88bffe06ec 100644
--- a/cpukit/libnetworking/lib/getprotoby.c
+++ b/cpukit/libnetworking/lib/getprotoby.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
index 17de20ba8f..4f991ff5b8 100644
--- a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
+++ b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@cls.usask.ca
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/lib/syslog.c b/cpukit/libnetworking/lib/syslog.c
index 309d2d78f8..10a75a612b 100644
--- a/cpukit/libnetworking/lib/syslog.c
+++ b/cpukit/libnetworking/lib/syslog.c
@@ -1,7 +1,5 @@
/*
* RTEMS version of syslog and associated routines
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libnetworking/lib/tftpDriver.c
index 7d211dd316..3b81f54692 100644
--- a/cpukit/libnetworking/lib/tftpDriver.c
+++ b/cpukit/libnetworking/lib/tftpDriver.c
@@ -12,8 +12,6 @@
* Modifications to support reference counting in the file system are
* Copyright (c) 2012 embedded brains GmbH.
*
- * $Id$
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/byteorder.3 b/cpukit/libnetworking/libc/byteorder.3
index 81bf604867..666521bec3 100644
--- a/cpukit/libnetworking/libc/byteorder.3
+++ b/cpukit/libnetworking/libc/byteorder.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)byteorder.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 4, 1993
.Dt BYTEORDER 3
diff --git a/cpukit/libnetworking/libc/ethers.3 b/cpukit/libnetworking/libc/ethers.3
index afea48320a..888054ea49 100644
--- a/cpukit/libnetworking/libc/ethers.3
+++ b/cpukit/libnetworking/libc/ethers.3
@@ -28,7 +28,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
.\"
.Dd April 12, 1995
.Dt ETHERS 3
diff --git a/cpukit/libnetworking/libc/gethostbyname.3 b/cpukit/libnetworking/libc/gethostbyname.3
index e21dc79f1d..7fd997e879 100644
--- a/cpukit/libnetworking/libc/gethostbyname.3
+++ b/cpukit/libnetworking/libc/gethostbyname.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95
-.\" $Id$
.\"
.Dd May 25, 1995
.Dt GETHOSTBYNAME 3
diff --git a/cpukit/libnetworking/libc/gethostname.c b/cpukit/libnetworking/libc/gethostname.c
index 39efa2c0fc..6f58189cd4 100644
--- a/cpukit/libnetworking/libc/gethostname.c
+++ b/cpukit/libnetworking/libc/gethostname.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/libc/getnetent.3 b/cpukit/libnetworking/libc/getnetent.3
index aec93b5876..8fb13c0b75 100644
--- a/cpukit/libnetworking/libc/getnetent.3
+++ b/cpukit/libnetworking/libc/getnetent.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getnetent.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 4, 1993
.Dt GETNETENT 3
diff --git a/cpukit/libnetworking/libc/getproto.c b/cpukit/libnetworking/libc/getproto.c
index c394d31b76..8b107331ab 100644
--- a/cpukit/libnetworking/libc/getproto.c
+++ b/cpukit/libnetworking/libc/getproto.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/getprotoent.3 b/cpukit/libnetworking/libc/getprotoent.3
index 784461d7e3..dbf3d1a1c3 100644
--- a/cpukit/libnetworking/libc/getprotoent.3
+++ b/cpukit/libnetworking/libc/getprotoent.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getprotoent.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 4, 1993
.Dt GETPROTOENT 3
diff --git a/cpukit/libnetworking/libc/getprotoent.c b/cpukit/libnetworking/libc/getprotoent.c
index a100075ea9..eefd7f593b 100644
--- a/cpukit/libnetworking/libc/getprotoent.c
+++ b/cpukit/libnetworking/libc/getprotoent.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/getprotoname.c b/cpukit/libnetworking/libc/getprotoname.c
index 3f2278e542..63c5ee5207 100644
--- a/cpukit/libnetworking/libc/getprotoname.c
+++ b/cpukit/libnetworking/libc/getprotoname.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/getservbyname.c b/cpukit/libnetworking/libc/getservbyname.c
index 37f80f8e15..bf2e643385 100644
--- a/cpukit/libnetworking/libc/getservbyname.c
+++ b/cpukit/libnetworking/libc/getservbyname.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/getservbyport.c b/cpukit/libnetworking/libc/getservbyport.c
index cd76c2de4d..db3ce400b8 100644
--- a/cpukit/libnetworking/libc/getservbyport.c
+++ b/cpukit/libnetworking/libc/getservbyport.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/getservent.3 b/cpukit/libnetworking/libc/getservent.3
index 79c18a3beb..32a0a8d7d3 100644
--- a/cpukit/libnetworking/libc/getservent.3
+++ b/cpukit/libnetworking/libc/getservent.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)getservent.3 8.3 (Berkeley) 1/12/94
-.\" $Id$
.\"
.Dd July 9, 1995
.Dt GETSERVENT 3
diff --git a/cpukit/libnetworking/libc/getservent.c b/cpukit/libnetworking/libc/getservent.c
index 6ebe7e2761..dc1fc9ca95 100644
--- a/cpukit/libnetworking/libc/getservent.c
+++ b/cpukit/libnetworking/libc/getservent.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/inet.3 b/cpukit/libnetworking/libc/inet.3
index 1052f538f2..501f3db8dc 100644
--- a/cpukit/libnetworking/libc/inet.3
+++ b/cpukit/libnetworking/libc/inet.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 17, 1996
.Dt INET 3
diff --git a/cpukit/libnetworking/libc/inet_lnaof.c b/cpukit/libnetworking/libc/inet_lnaof.c
index b97cf72439..717daed64b 100644
--- a/cpukit/libnetworking/libc/inet_lnaof.c
+++ b/cpukit/libnetworking/libc/inet_lnaof.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/inet_makeaddr.c b/cpukit/libnetworking/libc/inet_makeaddr.c
index 183d20a3c0..0a14d191b1 100644
--- a/cpukit/libnetworking/libc/inet_makeaddr.c
+++ b/cpukit/libnetworking/libc/inet_makeaddr.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/inet_netof.c b/cpukit/libnetworking/libc/inet_netof.c
index e71f96f7f2..65655124bf 100644
--- a/cpukit/libnetworking/libc/inet_netof.c
+++ b/cpukit/libnetworking/libc/inet_netof.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/inet_network.c b/cpukit/libnetworking/libc/inet_network.c
index ffeaa900a1..92c3af34ef 100644
--- a/cpukit/libnetworking/libc/inet_network.c
+++ b/cpukit/libnetworking/libc/inet_network.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/inet_ntoa.c b/cpukit/libnetworking/libc/inet_ntoa.c
index cea3843776..8f14aa4f98 100644
--- a/cpukit/libnetworking/libc/inet_ntoa.c
+++ b/cpukit/libnetworking/libc/inet_ntoa.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/linkaddr.3 b/cpukit/libnetworking/libc/linkaddr.3
index 6999add0e8..6fd61c7a60 100644
--- a/cpukit/libnetworking/libc/linkaddr.3
+++ b/cpukit/libnetworking/libc/linkaddr.3
@@ -33,7 +33,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)linkaddr.3 8.1 (Berkeley) 7/28/93
-.\" $Id$
.\"
.Dd June 17, 1996
.Dt LINK_ADDR 3
diff --git a/cpukit/libnetworking/libc/linkaddr.c b/cpukit/libnetworking/libc/linkaddr.c
index b7962c55b7..728234d57e 100644
--- a/cpukit/libnetworking/libc/linkaddr.c
+++ b/cpukit/libnetworking/libc/linkaddr.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/ns.3 b/cpukit/libnetworking/libc/ns.3
index e621ad2d90..71e60afb8c 100644
--- a/cpukit/libnetworking/libc/ns.3
+++ b/cpukit/libnetworking/libc/ns.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ns.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 4, 1993
.Dt NS 3
diff --git a/cpukit/libnetworking/libc/ns_addr.c b/cpukit/libnetworking/libc/ns_addr.c
index 5f17267297..2fa910e8e7 100644
--- a/cpukit/libnetworking/libc/ns_addr.c
+++ b/cpukit/libnetworking/libc/ns_addr.c
@@ -32,8 +32,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/ns_ntoa.c b/cpukit/libnetworking/libc/ns_ntoa.c
index 9934e2947a..5a93b5cd42 100644
--- a/cpukit/libnetworking/libc/ns_ntoa.c
+++ b/cpukit/libnetworking/libc/ns_ntoa.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/rcmd.3 b/cpukit/libnetworking/libc/rcmd.3
index e25057fa4e..a09f13ccce 100644
--- a/cpukit/libnetworking/libc/rcmd.3
+++ b/cpukit/libnetworking/libc/rcmd.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd February 15, 1996
.Dt RCMD 3
diff --git a/cpukit/libnetworking/libc/rcmd.c b/cpukit/libnetworking/libc/rcmd.c
index 99e4f89c49..d21e019c82 100644
--- a/cpukit/libnetworking/libc/rcmd.c
+++ b/cpukit/libnetworking/libc/rcmd.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/recv.c b/cpukit/libnetworking/libc/recv.c
index d36bfadcb4..fc4d5ac98c 100644
--- a/cpukit/libnetworking/libc/recv.c
+++ b/cpukit/libnetworking/libc/recv.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/res_config.h b/cpukit/libnetworking/libc/res_config.h
index fbd1d694f7..165741889b 100644
--- a/cpukit/libnetworking/libc/res_config.h
+++ b/cpukit/libnetworking/libc/res_config.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#define DEBUG 1 /* enable debugging code (needed for dig) */
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
diff --git a/cpukit/libnetworking/libc/res_stubs.c b/cpukit/libnetworking/libc/res_stubs.c
index 2cd9ba70c7..eb32ccb901 100644
--- a/cpukit/libnetworking/libc/res_stubs.c
+++ b/cpukit/libnetworking/libc/res_stubs.c
@@ -22,8 +22,6 @@
* LIABILITY, OR TORT (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$
*/
/*
diff --git a/cpukit/libnetworking/libc/resolver.3 b/cpukit/libnetworking/libc/resolver.3
index 8c6f18334f..818acf24b8 100644
--- a/cpukit/libnetworking/libc/resolver.3
+++ b/cpukit/libnetworking/libc/resolver.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)resolver.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
.\"
.Dd June 4, 1993
.Dt RESOLVER 3
diff --git a/cpukit/libnetworking/libc/send.c b/cpukit/libnetworking/libc/send.c
index cb112da515..e087e597f1 100644
--- a/cpukit/libnetworking/libc/send.c
+++ b/cpukit/libnetworking/libc/send.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/libc/strsep.c b/cpukit/libnetworking/libc/strsep.c
index 3ac9f12533..96e921097c 100644
--- a/cpukit/libnetworking/libc/strsep.c
+++ b/cpukit/libnetworking/libc/strsep.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/loop.h b/cpukit/libnetworking/loop.h
index 4fd6b8e1ba..834ff91d5c 100644
--- a/cpukit/libnetworking/loop.h
+++ b/cpukit/libnetworking/loop.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef _RTEMS_BSDNET_LOOP_H
#define _RTEMS_BSDNET_LOOP_H
diff --git a/cpukit/libnetworking/machine/cpu.h b/cpukit/libnetworking/machine/cpu.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/machine/cpu.h
+++ b/cpukit/libnetworking/machine/cpu.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/machine/cpufunc.h b/cpukit/libnetworking/machine/cpufunc.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/machine/cpufunc.h
+++ b/cpukit/libnetworking/machine/cpufunc.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/machine/limits.h b/cpukit/libnetworking/machine/limits.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/machine/limits.h
+++ b/cpukit/libnetworking/machine/limits.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/machine/vmparam.h b/cpukit/libnetworking/machine/vmparam.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/machine/vmparam.h
+++ b/cpukit/libnetworking/machine/vmparam.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/net/bpf.h b/cpukit/libnetworking/net/bpf.h
index 4fc93a399f..caac0441bd 100644
--- a/cpukit/libnetworking/net/bpf.h
+++ b/cpukit/libnetworking/net/bpf.h
@@ -37,8 +37,6 @@
*
* @(#)bpf.h 8.1 (Berkeley) 6/10/93
* @(#)bpf.h 1.34 (LBL) 6/16/96
- *
- * $Id$
*/
#ifndef _NET_BPF_H_
diff --git a/cpukit/libnetworking/net/ethernet.h b/cpukit/libnetworking/net/ethernet.h
index 380ee1bad0..86a89fca98 100644
--- a/cpukit/libnetworking/net/ethernet.h
+++ b/cpukit/libnetworking/net/ethernet.h
@@ -5,9 +5,6 @@
*
*/
-/*
- * $Id$
- */
#ifndef _NET_ETHERNET_H_
#define _NET_ETHERNET_H_
diff --git a/cpukit/libnetworking/net/if.c b/cpukit/libnetworking/net/if.c
index 063a26b542..d645aee579 100644
--- a/cpukit/libnetworking/net/if.c
+++ b/cpukit/libnetworking/net/if.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if.c,v 1.226 2005/04/15 01:51:26 cperciva Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/net/if.h b/cpukit/libnetworking/net/if.h
index 286e6da8e3..cfa140bb1c 100644
--- a/cpukit/libnetworking/net/if.h
+++ b/cpukit/libnetworking/net/if.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if.h,v 1.95 2005/02/25 19:46:41 brooks Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_H_
#define _NET_IF_H_
diff --git a/cpukit/libnetworking/net/if_arp.h b/cpukit/libnetworking/net/if_arp.h
index f64da8b693..76546784b6 100644
--- a/cpukit/libnetworking/net/if_arp.h
+++ b/cpukit/libnetworking/net/if_arp.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_arp.h,v 1.21 2005/01/07 01:45:34 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_ARP_H_
#define _NET_IF_ARP_H_
diff --git a/cpukit/libnetworking/net/if_dl.h b/cpukit/libnetworking/net/if_dl.h
index e739316be8..4048528fea 100644
--- a/cpukit/libnetworking/net/if_dl.h
+++ b/cpukit/libnetworking/net/if_dl.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_dl.h,v 1.14 2005/01/07 01:45:34 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_DL_H_
#define _NET_IF_DL_H_
diff --git a/cpukit/libnetworking/net/if_ethersubr.c b/cpukit/libnetworking/net/if_ethersubr.c
index fc7f99790e..a98241a84f 100644
--- a/cpukit/libnetworking/net/if_ethersubr.c
+++ b/cpukit/libnetworking/net/if_ethersubr.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_ethersubr.c,v 1.189 2005/03/06 22:59:40 sobomax Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/net/if_llc.h b/cpukit/libnetworking/net/if_llc.h
index fb38dd51e1..5f95f3fd78 100644
--- a/cpukit/libnetworking/net/if_llc.h
+++ b/cpukit/libnetworking/net/if_llc.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_llc.h,v 1.13 2006/12/01 17:50:11 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_LLC_H_
#define _NET_IF_LLC_H_
diff --git a/cpukit/libnetworking/net/if_loop.c b/cpukit/libnetworking/net/if_loop.c
index ed8b309991..9ddcc81323 100644
--- a/cpukit/libnetworking/net/if_loop.c
+++ b/cpukit/libnetworking/net/if_loop.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_loop.c,v 1.104 2005/02/24 01:34:01 sam Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/net/if_ppp.c b/cpukit/libnetworking/net/if_ppp.c
index 8f5f27aea8..d177d36099 100644
--- a/cpukit/libnetworking/net/if_ppp.c
+++ b/cpukit/libnetworking/net/if_ppp.c
@@ -75,8 +75,6 @@
/* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */
/* from NetBSD: if_ppp.c,v 1.15.2.2 1994/07/28 05:17:58 cgd Exp */
-/* $Id$ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/net/if_ppp.h b/cpukit/libnetworking/net/if_ppp.h
index b5679646b6..c8dcfc87ed 100644
--- a/cpukit/libnetworking/net/if_ppp.h
+++ b/cpukit/libnetworking/net/if_ppp.h
@@ -19,9 +19,6 @@
* $FreeBSD: src/sys/net/if_ppp.h,v 1.15 2005/01/07 01:45:34 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _IF_PPP_H_
#define _IF_PPP_H_
diff --git a/cpukit/libnetworking/net/if_pppvar.h b/cpukit/libnetworking/net/if_pppvar.h
index b55204bf85..9d708a4fcc 100644
--- a/cpukit/libnetworking/net/if_pppvar.h
+++ b/cpukit/libnetworking/net/if_pppvar.h
@@ -42,9 +42,6 @@
* $FreeBSD: src/sys/net/if_pppvar.h,v 1.26 2006/12/05 18:54:21 ume Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_PPPVAR_H_
#define _NET_IF_PPPVAR_H_
diff --git a/cpukit/libnetworking/net/if_types.h b/cpukit/libnetworking/net/if_types.h
index 478c419761..aa924d3c1a 100644
--- a/cpukit/libnetworking/net/if_types.h
+++ b/cpukit/libnetworking/net/if_types.h
@@ -31,9 +31,6 @@
* $NetBSD: if_types.h,v 1.16 2000/04/19 06:30:53 itojun Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_TYPES_H_
#define _NET_IF_TYPES_H_
diff --git a/cpukit/libnetworking/net/if_var.h b/cpukit/libnetworking/net/if_var.h
index e24d2403cc..222862c451 100644
--- a/cpukit/libnetworking/net/if_var.h
+++ b/cpukit/libnetworking/net/if_var.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/if_var.h,v 1.107 2006/06/19 22:20:44 mlaier Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_IF_VAR_H_
#define _NET_IF_VAR_H_
diff --git a/cpukit/libnetworking/net/netisr.h b/cpukit/libnetworking/net/netisr.h
index 2dc99a3cc2..eb204e78c2 100644
--- a/cpukit/libnetworking/net/netisr.h
+++ b/cpukit/libnetworking/net/netisr.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/netisr.h,v 1.33 2005/01/07 01:45:35 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_NETISR_H_
#define _NET_NETISR_H_
diff --git a/cpukit/libnetworking/net/ppp_comp.h b/cpukit/libnetworking/net/ppp_comp.h
index 5f37560e7a..c78997d2e2 100644
--- a/cpukit/libnetworking/net/ppp_comp.h
+++ b/cpukit/libnetworking/net/ppp_comp.h
@@ -27,9 +27,6 @@
* $FreeBSD: src/sys/net/ppp_comp.h,v 1.12 2005/01/07 01:45:35 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_PPP_COMP_H
#define _NET_PPP_COMP_H
diff --git a/cpukit/libnetworking/net/ppp_defs.h b/cpukit/libnetworking/net/ppp_defs.h
index 5df4fc7995..3636bf9f0e 100644
--- a/cpukit/libnetworking/net/ppp_defs.h
+++ b/cpukit/libnetworking/net/ppp_defs.h
@@ -27,9 +27,6 @@
* $FreeBSD: src/sys/net/ppp_defs.h,v 1.8 2005/01/07 01:45:35 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _PPP_DEFS_H_
#define _PPP_DEFS_H_
diff --git a/cpukit/libnetworking/net/ppp_tty.c b/cpukit/libnetworking/net/ppp_tty.c
index 1d91266b4d..f0ed7ad18f 100644
--- a/cpukit/libnetworking/net/ppp_tty.c
+++ b/cpukit/libnetworking/net/ppp_tty.c
@@ -74,8 +74,6 @@
/* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */
/* from NetBSD: if_ppp.c,v 1.15.2.2 1994/07/28 05:17:58 cgd Exp */
-/* $Id$ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/net/raw_cb.c b/cpukit/libnetworking/net/raw_cb.c
index e3b8b3c4d8..23d524b435 100644
--- a/cpukit/libnetworking/net/raw_cb.c
+++ b/cpukit/libnetworking/net/raw_cb.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/raw_cb.c,v 1.34 2006/06/02 08:27:15 rwatson Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/net/raw_cb.h b/cpukit/libnetworking/net/raw_cb.h
index 9a0097a559..907e3c08e1 100644
--- a/cpukit/libnetworking/net/raw_cb.h
+++ b/cpukit/libnetworking/net/raw_cb.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/raw_cb.h,v 1.19 2005/01/07 01:45:35 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_RAW_CB_H_
#define _NET_RAW_CB_H_
diff --git a/cpukit/libnetworking/net/raw_usrreq.c b/cpukit/libnetworking/net/raw_usrreq.c
index 0b73cffa7a..3c739759b9 100644
--- a/cpukit/libnetworking/net/raw_usrreq.c
+++ b/cpukit/libnetworking/net/raw_usrreq.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/raw_usrreq.c,v 1.44 2006/11/06 13:42:02 rwatson Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/net/route.h b/cpukit/libnetworking/net/route.h
index 6549937d05..a9a07839e4 100644
--- a/cpukit/libnetworking/net/route.h
+++ b/cpukit/libnetworking/net/route.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/route.h,v 1.65 2006/03/15 19:39:09 andre Exp $
*/
-/*
- * $Id$
- */
#ifndef _NET_ROUTE_H_
#define _NET_ROUTE_H_
diff --git a/cpukit/libnetworking/net/rtsock.c b/cpukit/libnetworking/net/rtsock.c
index fb791f658b..5a031221b1 100644
--- a/cpukit/libnetworking/net/rtsock.c
+++ b/cpukit/libnetworking/net/rtsock.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/net/rtsock.c,v 1.122 2005/03/26 21:49:43 sam Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netdb.h b/cpukit/libnetworking/netdb.h
index 00f2ccdd3c..92e283b2ec 100644
--- a/cpukit/libnetworking/netdb.h
+++ b/cpukit/libnetworking/netdb.h
@@ -58,9 +58,6 @@
* $FreeBSD: src/include/netdb.h,v 1.34 2005/02/14 11:33:11 phantom Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETDB_H_
#define _NETDB_H_
diff --git a/cpukit/libnetworking/netinet/icmp_var.h b/cpukit/libnetworking/netinet/icmp_var.h
index 8ee0f27406..31eea3bea0 100644
--- a/cpukit/libnetworking/netinet/icmp_var.h
+++ b/cpukit/libnetworking/netinet/icmp_var.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)icmp_var.h 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifndef _NETINET_ICMP_VAR_H_
diff --git a/cpukit/libnetworking/netinet/if_ether.c b/cpukit/libnetworking/netinet/if_ether.c
index 2742c3b678..1a5a7bfe17 100644
--- a/cpukit/libnetworking/netinet/if_ether.c
+++ b/cpukit/libnetworking/netinet/if_ether.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/if_ether.c,v 1.136 2005/03/13 11:23:22 glebius Exp $
*/
-/*
- * $Id$
- */
/*
* Ethernet address resolution protocol.
diff --git a/cpukit/libnetworking/netinet/if_ether.h b/cpukit/libnetworking/netinet/if_ether.h
index 7f36864b26..f45c4149c9 100644
--- a/cpukit/libnetworking/netinet/if_ether.h
+++ b/cpukit/libnetworking/netinet/if_ether.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/if_ether.h,v 1.32 2005/02/22 13:04:03 glebius Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IF_ETHER_H_
#define _NETINET_IF_ETHER_H_
diff --git a/cpukit/libnetworking/netinet/igmp.c b/cpukit/libnetworking/netinet/igmp.c
index 7bd10eafa7..937233103e 100644
--- a/cpukit/libnetworking/netinet/igmp.c
+++ b/cpukit/libnetworking/netinet/igmp.c
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)igmp.c 8.1 (Berkeley) 7/19/93
- * $Id$
*/
/*
diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h
index 31f9f98dbf..5a264e0e75 100644
--- a/cpukit/libnetworking/netinet/in.h
+++ b/cpukit/libnetworking/netinet/in.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/in.h,v 1.91 2005/08/22 16:13:07 andre Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IN_H_
#define _NETINET_IN_H_
diff --git a/cpukit/libnetworking/netinet/in_cksum.c b/cpukit/libnetworking/netinet/in_cksum.c
index 39e85e14ae..dfe39b1d7f 100644
--- a/cpukit/libnetworking/netinet/in_cksum.c
+++ b/cpukit/libnetworking/netinet/in_cksum.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)in_cksum.c 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/in_cksum_i386.h b/cpukit/libnetworking/netinet/in_cksum_i386.h
index c7e03511f9..1174287853 100644
--- a/cpukit/libnetworking/netinet/in_cksum_i386.h
+++ b/cpukit/libnetworking/netinet/in_cksum_i386.h
@@ -5,8 +5,6 @@
* code and should be modified for each CPU to be as fast as possible.
*
* This implementation is 386 version.
- *
- * $Id$
*/
#include <stdio.h> /* for puts */
diff --git a/cpukit/libnetworking/netinet/in_cksum_m68k.h b/cpukit/libnetworking/netinet/in_cksum_m68k.h
index 073504d4a8..32e697834e 100644
--- a/cpukit/libnetworking/netinet/in_cksum_m68k.h
+++ b/cpukit/libnetworking/netinet/in_cksum_m68k.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)in_cksum.c 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#include <sys/param.h>
diff --git a/cpukit/libnetworking/netinet/in_cksum_powerpc.h b/cpukit/libnetworking/netinet/in_cksum_powerpc.h
index 9de5a95e35..ad5e9e1773 100644
--- a/cpukit/libnetworking/netinet/in_cksum_powerpc.h
+++ b/cpukit/libnetworking/netinet/in_cksum_powerpc.h
@@ -5,8 +5,6 @@
* code and should be modified for each CPU to be as fast as possible.
*
* This implementation is the PowerPC version.
- *
- * $Id$
*/
#include <stdio.h> /* for puts */
diff --git a/cpukit/libnetworking/netinet/in_pcb.c b/cpukit/libnetworking/netinet/in_pcb.c
index 00cdcd2f2e..35a12d8706 100644
--- a/cpukit/libnetworking/netinet/in_pcb.c
+++ b/cpukit/libnetworking/netinet/in_pcb.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/in_pcb.c,v 1.158 2005/01/07 01:45:44 imp Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/in_pcb.h b/cpukit/libnetworking/netinet/in_pcb.h
index 776f6c10d2..ad8b99cf09 100644
--- a/cpukit/libnetworking/netinet/in_pcb.h
+++ b/cpukit/libnetworking/netinet/in_pcb.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/in_pcb.h,v 1.89 2006/07/18 22:34:27 ups Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IN_PCB_H_
#define _NETINET_IN_PCB_H_
diff --git a/cpukit/libnetworking/netinet/in_rmx.c b/cpukit/libnetworking/netinet/in_rmx.c
index e21ae4a59c..ed450452c2 100644
--- a/cpukit/libnetworking/netinet/in_rmx.c
+++ b/cpukit/libnetworking/netinet/in_rmx.c
@@ -25,8 +25,6 @@
* OR TORT (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$
*/
/*
diff --git a/cpukit/libnetworking/netinet/in_systm.h b/cpukit/libnetworking/netinet/in_systm.h
index 43d458fa20..f0f3fa9a41 100644
--- a/cpukit/libnetworking/netinet/in_systm.h
+++ b/cpukit/libnetworking/netinet/in_systm.h
@@ -29,9 +29,6 @@
* @(#)in_systm.h 8.1 (Berkeley) 6/10/93
* $FreeBSD: src/sys/netinet/in_systm.h,v 1.13 2009/02/13 15:14:43 luigi Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IN_SYSTM_H_
#define _NETINET_IN_SYSTM_H_
diff --git a/cpukit/libnetworking/netinet/ip.h b/cpukit/libnetworking/netinet/ip.h
index 4476494a16..6a2dcad65b 100644
--- a/cpukit/libnetworking/netinet/ip.h
+++ b/cpukit/libnetworking/netinet/ip.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/ip.h,v 1.29 2005/01/07 01:45:44 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IP_H_
#define _NETINET_IP_H_
diff --git a/cpukit/libnetworking/netinet/ip_divert.c b/cpukit/libnetworking/netinet/ip_divert.c
index 6e480989ad..bfced1b157 100644
--- a/cpukit/libnetworking/netinet/ip_divert.c
+++ b/cpukit/libnetworking/netinet/ip_divert.c
@@ -29,9 +29,6 @@
* $FreeBSD: src/sys/netinet/ip_divert.c,v 1.113 2005/05/13 11:44:37 glebius Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/ip_icmp.c b/cpukit/libnetworking/netinet/ip_icmp.c
index 1bcd648f66..fd8f8da095 100644
--- a/cpukit/libnetworking/netinet/ip_icmp.c
+++ b/cpukit/libnetworking/netinet/ip_icmp.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/ip_icmp.c,v 1.101 2005/05/04 13:23:54 andre Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/ip_icmp.h b/cpukit/libnetworking/netinet/ip_icmp.h
index 44115a3051..2e66a5f68f 100644
--- a/cpukit/libnetworking/netinet/ip_icmp.h
+++ b/cpukit/libnetworking/netinet/ip_icmp.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/ip_icmp.h,v 1.26 2005/05/04 13:09:19 andre Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IP_ICMP_H_
#define _NETINET_IP_ICMP_H_
diff --git a/cpukit/libnetworking/netinet/ip_input.c b/cpukit/libnetworking/netinet/ip_input.c
index 582067d1a6..77b5045241 100644
--- a/cpukit/libnetworking/netinet/ip_input.c
+++ b/cpukit/libnetworking/netinet/ip_input.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
- * $Id$
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
diff --git a/cpukit/libnetworking/netinet/ip_mroute.c b/cpukit/libnetworking/netinet/ip_mroute.c
index fe0bcc2a8c..92b4bb7f2f 100644
--- a/cpukit/libnetworking/netinet/ip_mroute.c
+++ b/cpukit/libnetworking/netinet/ip_mroute.c
@@ -9,7 +9,6 @@
* Modified by Bill Fenner, PARC, April 1995
*
* MROUTING Revision: 3.5
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/ip_mroute.h b/cpukit/libnetworking/netinet/ip_mroute.h
index 1f514d3d06..9a28574ff8 100644
--- a/cpukit/libnetworking/netinet/ip_mroute.h
+++ b/cpukit/libnetworking/netinet/ip_mroute.h
@@ -34,9 +34,6 @@
* $FreeBSD: src/sys/netinet/ip_mroute.h,v 1.31 2007/02/08 23:05:08 bms Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IP_MROUTE_H_
#define _NETINET_IP_MROUTE_H_
diff --git a/cpukit/libnetworking/netinet/ip_output.c b/cpukit/libnetworking/netinet/ip_output.c
index cf112de564..db81ccb281 100644
--- a/cpukit/libnetworking/netinet/ip_output.c
+++ b/cpukit/libnetworking/netinet/ip_output.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/ip_output.c,v 1.271 2007/03/23 09:43:36 bms Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/ip_var.h b/cpukit/libnetworking/netinet/ip_var.h
index 89945192f7..a6e0bc87cc 100644
--- a/cpukit/libnetworking/netinet/ip_var.h
+++ b/cpukit/libnetworking/netinet/ip_var.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/ip_var.h,v 1.94 2005/01/07 01:45:44 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_IP_VAR_H_
#define _NETINET_IP_VAR_H_
diff --git a/cpukit/libnetworking/netinet/raw_ip.c b/cpukit/libnetworking/netinet/raw_ip.c
index 12a05aa6a4..746aed1cff 100644
--- a/cpukit/libnetworking/netinet/raw_ip.c
+++ b/cpukit/libnetworking/netinet/raw_ip.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/raw_ip.c,v 1.147 2005/01/07 01:45:45 imp Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/tcp.h b/cpukit/libnetworking/netinet/tcp.h
index 0be7f5a861..2262803b5e 100644
--- a/cpukit/libnetworking/netinet/tcp.h
+++ b/cpukit/libnetworking/netinet/tcp.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp.h,v 1.30 2005/01/07 01:45:45 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_TCP_H_
#define _NETINET_TCP_H_
diff --git a/cpukit/libnetworking/netinet/tcp_debug.c b/cpukit/libnetworking/netinet/tcp_debug.c
index 56198adcc0..ca449bb9e7 100644
--- a/cpukit/libnetworking/netinet/tcp_debug.c
+++ b/cpukit/libnetworking/netinet/tcp_debug.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/tcp_debug.h b/cpukit/libnetworking/netinet/tcp_debug.h
index a93ecb2b81..55004f3aa4 100644
--- a/cpukit/libnetworking/netinet/tcp_debug.h
+++ b/cpukit/libnetworking/netinet/tcp_debug.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_debug.h,v 1.17 2009/02/13 15:14:43 luigi Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_TCP_DEBUG_H_
#define _NETINET_TCP_DEBUG_H_
diff --git a/cpukit/libnetworking/netinet/tcp_fsm.h b/cpukit/libnetworking/netinet/tcp_fsm.h
index 3f2c12f54f..ceb053ecb3 100644
--- a/cpukit/libnetworking/netinet/tcp_fsm.h
+++ b/cpukit/libnetworking/netinet/tcp_fsm.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_fsm.h 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifndef _NETINET_TCP_FSM_H_
diff --git a/cpukit/libnetworking/netinet/tcp_seq.h b/cpukit/libnetworking/netinet/tcp_seq.h
index 5d42a8ed3e..c24b294250 100644
--- a/cpukit/libnetworking/netinet/tcp_seq.h
+++ b/cpukit/libnetworking/netinet/tcp_seq.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_seq.h,v 1.26 2006/06/18 14:24:12 andre Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_TCP_SEQ_H_
#define _NETINET_TCP_SEQ_H_
diff --git a/cpukit/libnetworking/netinet/tcp_subr.c b/cpukit/libnetworking/netinet/tcp_subr.c
index e3c6f9323c..75f66577ca 100644
--- a/cpukit/libnetworking/netinet/tcp_subr.c
+++ b/cpukit/libnetworking/netinet/tcp_subr.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_subr.c,v 1.226 2005/05/07 00:41:36 cperciva Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/tcp_usrreq.c b/cpukit/libnetworking/netinet/tcp_usrreq.c
index 0771f7e4e0..03ed9f0395 100644
--- a/cpukit/libnetworking/netinet/tcp_usrreq.c
+++ b/cpukit/libnetworking/netinet/tcp_usrreq.c
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_usrreq.c,v 1.120 2005/05/01 14:01:38 rwatson Exp $
*/
-/*
- * $Id$
- */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/cpukit/libnetworking/netinet/tcpip.h b/cpukit/libnetworking/netinet/tcpip.h
index e5e8715587..1f16bd0f1c 100644
--- a/cpukit/libnetworking/netinet/tcpip.h
+++ b/cpukit/libnetworking/netinet/tcpip.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/tcpip.h,v 1.12.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_TCPIP_H_
#define _NETINET_TCPIP_H_
diff --git a/cpukit/libnetworking/netinet/udp.h b/cpukit/libnetworking/netinet/udp.h
index e73e1f4ddb..98fc433e28 100644
--- a/cpukit/libnetworking/netinet/udp.h
+++ b/cpukit/libnetworking/netinet/udp.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)udp.h 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifndef _NETINET_UDP_H_
diff --git a/cpukit/libnetworking/netinet/udp_var.h b/cpukit/libnetworking/netinet/udp_var.h
index 2c81d01ac7..c06e12d19a 100644
--- a/cpukit/libnetworking/netinet/udp_var.h
+++ b/cpukit/libnetworking/netinet/udp_var.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/netinet/udp_var.h,v 1.29 2005/01/07 01:45:45 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NETINET_UDP_VAR_H_
#define _NETINET_UDP_VAR_H_
diff --git a/cpukit/libnetworking/nfs/nfsproto.h b/cpukit/libnetworking/nfs/nfsproto.h
index a9ca6a9189..6eebd81d94 100644
--- a/cpukit/libnetworking/nfs/nfsproto.h
+++ b/cpukit/libnetworking/nfs/nfsproto.h
@@ -33,9 +33,6 @@
* $FreeBSD: src/sys/nfs/nfsproto.h,v 1.11 2005/01/07 01:45:50 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NFS_NFSPROTO_H_
#define _NFS_NFSPROTO_H_
diff --git a/cpukit/libnetworking/nfs/rpcv2.h b/cpukit/libnetworking/nfs/rpcv2.h
index c8a41698e7..9d49133ea2 100644
--- a/cpukit/libnetworking/nfs/rpcv2.h
+++ b/cpukit/libnetworking/nfs/rpcv2.h
@@ -33,9 +33,6 @@
* $FreeBSD: src/sys/nfs/rpcv2.h,v 1.14 2005/01/07 01:45:50 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NFS_RPCV2_H_
#define _NFS_RPCV2_H_
diff --git a/cpukit/libnetworking/nfs/xdr_subs.h b/cpukit/libnetworking/nfs/xdr_subs.h
index 62358a57ea..b29c172615 100644
--- a/cpukit/libnetworking/nfs/xdr_subs.h
+++ b/cpukit/libnetworking/nfs/xdr_subs.h
@@ -33,9 +33,6 @@
* $FreeBSD: src/sys/nfs/xdr_subs.h,v 1.15 2005/01/07 01:45:50 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NFS_XDR_SUBS_H_
#define _NFS_XDR_SUBS_H_
diff --git a/cpukit/libnetworking/nfsclient/nfsargs.h b/cpukit/libnetworking/nfsclient/nfsargs.h
index 697ee0c59d..c8609721df 100644
--- a/cpukit/libnetworking/nfsclient/nfsargs.h
+++ b/cpukit/libnetworking/nfsclient/nfsargs.h
@@ -33,9 +33,6 @@
* $FreeBSD: src/sys/nfsclient/nfsargs.h,v 1.67 2005/01/07 01:45:51 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _NFSCLIENT_NFSARGS_H_
#define _NFSCLIENT_NFSARGS_H_
diff --git a/cpukit/libnetworking/nfsclient/nfsdiskless.h b/cpukit/libnetworking/nfsclient/nfsdiskless.h
index 2543fc7700..ee6be125cc 100644
--- a/cpukit/libnetworking/nfsclient/nfsdiskless.h
+++ b/cpukit/libnetworking/nfsclient/nfsdiskless.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)nfsdiskless.h 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifndef _NFS_NFSDISKLESS_H_
diff --git a/cpukit/libnetworking/opt_atalk.h b/cpukit/libnetworking/opt_atalk.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_atalk.h
+++ b/cpukit/libnetworking/opt_atalk.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_bdg.h b/cpukit/libnetworking/opt_bdg.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_bdg.h
+++ b/cpukit/libnetworking/opt_bdg.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_compat.h b/cpukit/libnetworking/opt_compat.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_compat.h
+++ b/cpukit/libnetworking/opt_compat.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_inet.h b/cpukit/libnetworking/opt_inet.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_inet.h
+++ b/cpukit/libnetworking/opt_inet.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_inet6.h b/cpukit/libnetworking/opt_inet6.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_inet6.h
+++ b/cpukit/libnetworking/opt_inet6.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_ipfw.h b/cpukit/libnetworking/opt_ipfw.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_ipfw.h
+++ b/cpukit/libnetworking/opt_ipfw.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_ipsec.h b/cpukit/libnetworking/opt_ipsec.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_ipsec.h
+++ b/cpukit/libnetworking/opt_ipsec.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_ipx.h b/cpukit/libnetworking/opt_ipx.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_ipx.h
+++ b/cpukit/libnetworking/opt_ipx.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_mac.h b/cpukit/libnetworking/opt_mac.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_mac.h
+++ b/cpukit/libnetworking/opt_mac.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_mrouting.h b/cpukit/libnetworking/opt_mrouting.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_mrouting.h
+++ b/cpukit/libnetworking/opt_mrouting.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_netgraph.h b/cpukit/libnetworking/opt_netgraph.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/opt_netgraph.h
+++ b/cpukit/libnetworking/opt_netgraph.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/opt_ppp.h b/cpukit/libnetworking/opt_ppp.h
index d318f6a5f9..37e2068620 100644
--- a/cpukit/libnetworking/opt_ppp.h
+++ b/cpukit/libnetworking/opt_ppp.h
@@ -1,4 +1,3 @@
-
#ifndef _PPP_H_
#define _PPP_H_
diff --git a/cpukit/libnetworking/opt_tcpdebug.h b/cpukit/libnetworking/opt_tcpdebug.h
index 4c10d1bac2..91d7edebcb 100644
--- a/cpukit/libnetworking/opt_tcpdebug.h
+++ b/cpukit/libnetworking/opt_tcpdebug.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
/*
diff --git a/cpukit/libnetworking/rtems/bsdnet/_types.h b/cpukit/libnetworking/rtems/bsdnet/_types.h
index 3f600ff670..d557e31c1f 100644
--- a/cpukit/libnetworking/rtems/bsdnet/_types.h
+++ b/cpukit/libnetworking/rtems/bsdnet/_types.h
@@ -26,9 +26,6 @@
* $FreeBSD: src/sys/sys/_types.h,v 1.21 2005/03/22 01:19:17 das Exp $
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET__TYPES_H_
#define _RTEMS_BSDNET__TYPES_H_
diff --git a/cpukit/libnetworking/rtems/bsdnet/servers.h b/cpukit/libnetworking/rtems/bsdnet/servers.h
index ca6c702cea..8886d05405 100644
--- a/cpukit/libnetworking/rtems/bsdnet/servers.h
+++ b/cpukit/libnetworking/rtems/bsdnet/servers.h
@@ -2,9 +2,6 @@
* @file rtems/rtems_bsdnet.h
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET_SERVERS_H
#define _RTEMS_BSDNET_SERVERS_H
diff --git a/cpukit/libnetworking/rtems/dhcp.h b/cpukit/libnetworking/rtems/dhcp.h
index b29fc66c65..eb7f42d2fd 100644
--- a/cpukit/libnetworking/rtems/dhcp.h
+++ b/cpukit/libnetworking/rtems/dhcp.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Cybertec Pty Ltd, 2005
All rights reserved Cybertec Pty Ltd, 2005
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index 0bb500229d..8b1de3ca10 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -27,8 +27,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_FTPFS_H
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index 7059fafc59..4f59408b48 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Cybertec Pty Ltd, 2000
All rights reserved Cybertec Pty Ltd, 2000
diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c
index caf2faa6e2..852d900a04 100644
--- a/cpukit/libnetworking/rtems/rtems_bootp.c
+++ b/cpukit/libnetworking/rtems/rtems_bootp.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h
index 6c40e73f10..9dd44fec84 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h
@@ -2,9 +2,6 @@
* @file rtems/rtems_bsdnet.h
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET_H
#define _RTEMS_BSDNET_H
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 8c43701523..faf601c735 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -5,8 +5,6 @@
* WARNING *
* This file should *never* be included by any application program *
*******************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
index 5e7d45d713..563ece810b 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
@@ -1,8 +1,6 @@
/*
* Routine called when malloc() is not succeeding. This can be overridden
* by a BSP.
- *
- * $Id*
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
index 609a19eb0a..62046dbb66 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
+++ b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Description: Wrapper around DHCP client to restart it when the interface
moves to another network.
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
index 320f9bf151..7b768a4418 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
+++ b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
@@ -1,6 +1,4 @@
/*
- $Id$
-
Description: Wrapper around DHCP client to restart it when the interface
moves to another network.
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index 088479cfb8..d5868e4f7a 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
index a2bd34a4c4..7d896871d9 100644
--- a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
index 160de34e92..dfeebf169b 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
@@ -2,8 +2,6 @@
* to be used by ethernet drivers [from their ioctl].
*
* NOTE: This much simpler than the BSD ifmedia API
- *
- * $Id$
*/
/*
diff --git a/cpukit/libnetworking/rtems/rtems_select.c b/cpukit/libnetworking/rtems/rtems_select.c
index 927c07daa6..b581904769 100644
--- a/cpukit/libnetworking/rtems/rtems_select.c
+++ b/cpukit/libnetworking/rtems/rtems_select.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
index c554fa70a1..4ae2fe00f4 100644
--- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index 17722093fb..8eea7c470b 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showipstat.c b/cpukit/libnetworking/rtems/rtems_showipstat.c
index 159a25c2a6..e0f6124759 100644
--- a/cpukit/libnetworking/rtems/rtems_showipstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showipstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c
index a4404a5a6c..724838d350 100644
--- a/cpukit/libnetworking/rtems/rtems_showmbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index e30c0eaccf..24eb12d63e 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showtcpstat.c b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
index 15612878ef..c534acd8d2 100644
--- a/cpukit/libnetworking/rtems/rtems_showtcpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index d47534d964..0c86e4cde9 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_socketpair.c b/cpukit/libnetworking/rtems/rtems_socketpair.c
index 09f93ad69a..72f05d80ae 100644
--- a/cpukit/libnetworking/rtems/rtems_socketpair.c
+++ b/cpukit/libnetworking/rtems/rtems_socketpair.c
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index 0a4ae91371..d4a9e57b4f 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/sghostname.c b/cpukit/libnetworking/rtems/sghostname.c
index 0303813e12..6935b5cc63 100644
--- a/cpukit/libnetworking/rtems/sghostname.c
+++ b/cpukit/libnetworking/rtems/sghostname.c
@@ -1,8 +1,6 @@
/*
* RTEMS versions of hostname functions
* FIXME: Not thread-safe
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 0d826bfa25..ed3ebd7865 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Trivial File Transfer Protocol (TFTP)
*
* Transfer file to/from remote host
diff --git a/cpukit/libnetworking/sys/conf.h b/cpukit/libnetworking/sys/conf.h
index a72e0963b8..45abb1c4d6 100644
--- a/cpukit/libnetworking/sys/conf.h
+++ b/cpukit/libnetworking/sys/conf.h
@@ -37,9 +37,6 @@
* $FreeBSD: src/sys/sys/conf.h,v 1.231 2007/02/02 22:27:45 bms Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_CONF_H_
#define _SYS_CONF_H_
diff --git a/cpukit/libnetworking/sys/domain.h b/cpukit/libnetworking/sys/domain.h
index 0c90944171..0112f574be 100644
--- a/cpukit/libnetworking/sys/domain.h
+++ b/cpukit/libnetworking/sys/domain.h
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)domain.h 8.1 (Berkeley) 6/2/93
- * $Id$
*/
#ifndef _SYS_DOMAIN_H_
diff --git a/cpukit/libnetworking/sys/kernel.h b/cpukit/libnetworking/sys/kernel.h
index c601938486..045bf19baf 100644
--- a/cpukit/libnetworking/sys/kernel.h
+++ b/cpukit/libnetworking/sys/kernel.h
@@ -39,7 +39,6 @@
* SUCH DAMAGE.
*
* @(#)kernel.h 8.3 (Berkeley) 1/21/94
- * $Id$
*/
#ifndef _SYS_KERNEL_H_
diff --git a/cpukit/libnetworking/sys/libkern.h b/cpukit/libnetworking/sys/libkern.h
index fd09ced07f..afeaa13db9 100644
--- a/cpukit/libnetworking/sys/libkern.h
+++ b/cpukit/libnetworking/sys/libkern.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/libkern.h,v 1.48 2005/02/10 20:39:39 glebius Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_LIBKERN_H_
#define _SYS_LIBKERN_H_
diff --git a/cpukit/libnetworking/sys/malloc.h b/cpukit/libnetworking/sys/malloc.h
index 10b0a7964c..2341053166 100644
--- a/cpukit/libnetworking/sys/malloc.h
+++ b/cpukit/libnetworking/sys/malloc.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)malloc.h 8.5 (Berkeley) 5/3/95
- * $Id$
*/
#ifndef _SYS_MALLOC_H_
diff --git a/cpukit/libnetworking/sys/mbuf.h b/cpukit/libnetworking/sys/mbuf.h
index bad425e4ae..48e9e40c2e 100644
--- a/cpukit/libnetworking/sys/mbuf.h
+++ b/cpukit/libnetworking/sys/mbuf.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/mbuf.h,v 1.169 2005/03/17 19:34:57 jmg Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_MBUF_H_
#define _SYS_MBUF_H_
diff --git a/cpukit/libnetworking/sys/mount.h b/cpukit/libnetworking/sys/mount.h
index c055677258..c422c7f8c4 100644
--- a/cpukit/libnetworking/sys/mount.h
+++ b/cpukit/libnetworking/sys/mount.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/mount.h,v 1.198 2005/08/06 01:42:04 ssouhlal Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_MOUNT_H_
#define _SYS_MOUNT_H_
diff --git a/cpukit/libnetworking/sys/proc.h b/cpukit/libnetworking/sys/proc.h
index 2189a33b11..8b8b7dc1b9 100644
--- a/cpukit/libnetworking/sys/proc.h
+++ b/cpukit/libnetworking/sys/proc.h
@@ -1,7 +1,5 @@
/*
* Dummy structure
- *
- * $Id$
*/
struct proc {
int this_should_never_be_referenced;
diff --git a/cpukit/libnetworking/sys/reboot.h b/cpukit/libnetworking/sys/reboot.h
index 48a7f0f782..191f3a477a 100644
--- a/cpukit/libnetworking/sys/reboot.h
+++ b/cpukit/libnetworking/sys/reboot.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)reboot.h 8.3 (Berkeley) 12/13/94
- * $Id$
*/
#ifndef _SYS_REBOOT_H_
diff --git a/cpukit/libnetworking/sys/resourcevar.h b/cpukit/libnetworking/sys/resourcevar.h
index 2b4c47e48f..87fc20463c 100644
--- a/cpukit/libnetworking/sys/resourcevar.h
+++ b/cpukit/libnetworking/sys/resourcevar.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
/* intentionally empty file */
diff --git a/cpukit/libnetworking/sys/select.h b/cpukit/libnetworking/sys/select.h
index 0b99ba50b8..fdd29deab6 100644
--- a/cpukit/libnetworking/sys/select.h
+++ b/cpukit/libnetworking/sys/select.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)select.h 8.2 (Berkeley) 1/4/94
- * $Id$
*/
#ifndef _SYS_SELECT_H_
diff --git a/cpukit/libnetworking/sys/signalvar.h b/cpukit/libnetworking/sys/signalvar.h
index ee6743cd20..c2311cf05a 100644
--- a/cpukit/libnetworking/sys/signalvar.h
+++ b/cpukit/libnetworking/sys/signalvar.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/signalvar.h,v 1.91 2010/07/08 19:15:26 jhb Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_SIGNALVAR_H_
#define _SYS_SIGNALVAR_H_
diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h
index 63b14ca6fc..603cfe108e 100644
--- a/cpukit/libnetworking/sys/socket.h
+++ b/cpukit/libnetworking/sys/socket.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/socket.h,v 1.88 2005/04/13 00:01:46 mdodd Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_SOCKET_H_
#define _SYS_SOCKET_H_
diff --git a/cpukit/libnetworking/sys/syslog.h b/cpukit/libnetworking/sys/syslog.h
index affce6887e..d6eadd4c7d 100644
--- a/cpukit/libnetworking/sys/syslog.h
+++ b/cpukit/libnetworking/sys/syslog.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/syslog.h,v 1.26 2005/01/07 02:29:24 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_SYSLOG_H_
#define _SYS_SYSLOG_H_
diff --git a/cpukit/libnetworking/sys/systm.h b/cpukit/libnetworking/sys/systm.h
index d28463ffcf..ae70148184 100644
--- a/cpukit/libnetworking/sys/systm.h
+++ b/cpukit/libnetworking/sys/systm.h
@@ -35,9 +35,6 @@
* $FreeBSD: src/sys/sys/systm.h,v 1.248 2007/01/15 15:06:27 rrs Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_SYSTM_H_
#define _SYS_SYSTM_H_
diff --git a/cpukit/libnetworking/sys/ttydefaults.h b/cpukit/libnetworking/sys/ttydefaults.h
index 68f0ddbe77..e81cf54f94 100644
--- a/cpukit/libnetworking/sys/ttydefaults.h
+++ b/cpukit/libnetworking/sys/ttydefaults.h
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94
- * $Id$
*/
/*
diff --git a/cpukit/libnetworking/sys/ucred.h b/cpukit/libnetworking/sys/ucred.h
index 9a6ff1499b..84c4ebc2e6 100644
--- a/cpukit/libnetworking/sys/ucred.h
+++ b/cpukit/libnetworking/sys/ucred.h
@@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)ucred.h 8.4 (Berkeley) 1/9/95
- * $Id$
*/
#ifndef _SYS_UCRED_H_
diff --git a/cpukit/libnetworking/sys/uio.h b/cpukit/libnetworking/sys/uio.h
index b89e430596..71e09a2792 100644
--- a/cpukit/libnetworking/sys/uio.h
+++ b/cpukit/libnetworking/sys/uio.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/uio.h,v 1.40 2006/11/29 19:08:45 alfred Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_UIO_H_
#define _SYS_UIO_H_
diff --git a/cpukit/libnetworking/sys/un.h b/cpukit/libnetworking/sys/un.h
index 35425ad1eb..2b8e3f5f40 100644
--- a/cpukit/libnetworking/sys/un.h
+++ b/cpukit/libnetworking/sys/un.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/sys/un.h,v 1.29 2005/04/13 00:01:46 mdodd Exp $
*/
-/*
- * $Id$
- */
#ifndef _SYS_UN_H_
#define _SYS_UN_H_
diff --git a/cpukit/libnetworking/syslog.h b/cpukit/libnetworking/syslog.h
index 6d223d00b7..830b4928ad 100644
--- a/cpukit/libnetworking/syslog.h
+++ b/cpukit/libnetworking/syslog.h
@@ -1,5 +1 @@
-/*
- * $Id$
- */
-
#include <sys/syslog.h>
diff --git a/cpukit/libnetworking/vm/vm_extern.h b/cpukit/libnetworking/vm/vm_extern.h
index a610df3b4a..c495af60f9 100644
--- a/cpukit/libnetworking/vm/vm_extern.h
+++ b/cpukit/libnetworking/vm/vm_extern.h
@@ -30,9 +30,6 @@
* $FreeBSD: src/sys/vm/vm_extern.h,v 1.78 2006/05/29 21:28:56 tegge Exp $
*/
-/*
- * $Id$
- */
#ifndef _VM_EXTERN_H_
#define _VM_EXTERN_H_
diff --git a/cpukit/libnetworking/vm/vm_kern.h b/cpukit/libnetworking/vm/vm_kern.h
index c34ae65d49..f020f2da8f 100644
--- a/cpukit/libnetworking/vm/vm_kern.h
+++ b/cpukit/libnetworking/vm/vm_kern.h
@@ -60,9 +60,6 @@
* $FreeBSD: src/sys/vm/vm_kern.h,v 1.28 2005/01/07 02:29:27 imp Exp $
*/
-/*
- * $Id$
- */
#ifndef _VM_VM_KERN_H_
#define _VM_VM_KERN_H_ 1
diff --git a/cpukit/libnetworking/vm/vm_param.h b/cpukit/libnetworking/vm/vm_param.h
index e7eac938ee..41c52ef488 100644
--- a/cpukit/libnetworking/vm/vm_param.h
+++ b/cpukit/libnetworking/vm/vm_param.h
@@ -60,9 +60,6 @@
* $FreeBSD: src/sys/vm/vm_param.h,v 1.21 2005/01/07 02:29:27 imp Exp $
*/
-/*
- * $Id$
- */
/*
* Machine independent virtual memory parameters.
diff --git a/cpukit/libqos/qreslib.h b/cpukit/libqos/qreslib.h
index 59bbbc3a96..8b5af82ca5 100644
--- a/cpukit/libqos/qreslib.h
+++ b/cpukit/libqos/qreslib.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef CONFIGURE_SCHEDULER_CBS
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 63f76c4084..edc760fc7d 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h
index 0a769391ca..3042abe1b6 100644
--- a/cpukit/librpc/include/rpc/clnt.h
+++ b/cpukit/librpc/include/rpc/clnt.h
@@ -57,9 +57,6 @@
* All rights reserved.
*/
-/*
- * $Id$
- */
#ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_
diff --git a/cpukit/librpc/include/rpc/rpc_com.h b/cpukit/librpc/include/rpc/rpc_com.h
index 7697b9a44c..9608a22f25 100644
--- a/cpukit/librpc/include/rpc/rpc_com.h
+++ b/cpukit/librpc/include/rpc/rpc_com.h
@@ -33,9 +33,6 @@
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
/*
* rpc_com.h, Common definitions for both the server and client side.
diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h
index 85d2c704b8..2e287e7bf8 100644
--- a/cpukit/librpc/include/rpc/rpc_msg.h
+++ b/cpukit/librpc/include/rpc/rpc_msg.h
@@ -38,9 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H
diff --git a/cpukit/librpc/src/rpc/rtems_rpc.c b/cpukit/librpc/src/rpc/rtems_rpc.c
index 1a8f861e88..5d31f12d49 100644
--- a/cpukit/librpc/src/rpc/rtems_rpc.c
+++ b/cpukit/librpc/src/rpc/rtems_rpc.c
@@ -1,7 +1,5 @@
/*
* RTEMS multi-tasking support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/mghttpd/mongoose.1 b/cpukit/mghttpd/mongoose.1
index e62227a4b4..a83a44fefc 100644
--- a/cpukit/mghttpd/mongoose.1
+++ b/cpukit/mghttpd/mongoose.1
@@ -1,6 +1,5 @@
.\" Process this file with
.\" groff -man -Tascii mongoose.1
-.\" $Id$
.Dd Dec 1, 2008
.Dt mongoose 1
.Sh NAME
diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index f863847491..24ce2cae0a 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -19,8 +19,6 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/mghttpd/mongoose.h b/cpukit/mghttpd/mongoose.h
index 6ff2c28d7f..5a71e6095d 100644
--- a/cpukit/mghttpd/mongoose.h
+++ b/cpukit/mghttpd/mongoose.h
@@ -18,8 +18,6 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
- *
- * $Id$
*/
#ifndef MONGOOSE_HEADER_INCLUDED
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index d76fe8def6..5f1c00fa60 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index 2039187b57..de0bdd5603 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _AIO_H
diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h
index 459011d7f1..1472983593 100644
--- a/cpukit/posix/include/mqueue.h
+++ b/cpukit/posix/include/mqueue.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _MQUEUE_H
diff --git a/cpukit/posix/include/rtems/posix/aio_misc.h b/cpukit/posix/include/rtems/posix/aio_misc.h
index 9e44000326..da926086ac 100644
--- a/cpukit/posix/include/rtems/posix/aio_misc.h
+++ b/cpukit/posix/include/rtems/posix/aio_misc.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _AIO_MISC_H
diff --git a/cpukit/posix/include/rtems/posix/barrier.h b/cpukit/posix/include/rtems/posix/barrier.h
index 79970b1b2b..ce75358d5e 100644
--- a/cpukit/posix/include/rtems/posix/barrier.h
+++ b/cpukit/posix/include/rtems/posix/barrier.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_BARRIER_H
diff --git a/cpukit/posix/include/rtems/posix/cancel.h b/cpukit/posix/include/rtems/posix/cancel.h
index 6e6b32a71c..06b8efd645 100644
--- a/cpukit/posix/include/rtems/posix/cancel.h
+++ b/cpukit/posix/include/rtems/posix/cancel.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_CANCEL_H
diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h
index bf77eebd30..4b22dff942 100644
--- a/cpukit/posix/include/rtems/posix/cond.h
+++ b/cpukit/posix/include/rtems/posix/cond.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_COND_H
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index 1af8639460..ddd63acae6 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_CONFIG_H
diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h
index e49efda9d7..e056d8d89a 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/posix/include/rtems/posix/key.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_KEY_H
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index 427564ba07..ea94669e71 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_MQUEUE_H
diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h
index f159a1a5ad..dc133d5421 100644
--- a/cpukit/posix/include/rtems/posix/mutex.h
+++ b/cpukit/posix/include/rtems/posix/mutex.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_MUTEX_H
diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h
index b8de59b8fd..cb61ba0036 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/posix/include/rtems/posix/posixapi.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_POSIXAPI_H
diff --git a/cpukit/posix/include/rtems/posix/priority.h b/cpukit/posix/include/rtems/posix/priority.h
index 8baca4293a..62ec9fbe2d 100644
--- a/cpukit/posix/include/rtems/posix/priority.h
+++ b/cpukit/posix/include/rtems/posix/priority.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_PRIORITY_H
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
index 28d4a7dad0..c630c1fd5f 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/posix/include/rtems/posix/psignal.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_PSIGNAL_H
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index dfb0525245..52ad486337 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_PTHREAD_H
diff --git a/cpukit/posix/include/rtems/posix/rwlock.h b/cpukit/posix/include/rtems/posix/rwlock.h
index a58823734b..c4f2d7e146 100644
--- a/cpukit/posix/include/rtems/posix/rwlock.h
+++ b/cpukit/posix/include/rtems/posix/rwlock.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_RWLOCK_H
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 89198ee1b4..08df44be4f 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_SEMAPHORE_H
diff --git a/cpukit/posix/include/rtems/posix/sigset.h b/cpukit/posix/include/rtems/posix/sigset.h
index 085c2fbddd..b0dd61fe58 100644
--- a/cpukit/posix/include/rtems/posix/sigset.h
+++ b/cpukit/posix/include/rtems/posix/sigset.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_SIGSET_H
diff --git a/cpukit/posix/include/rtems/posix/spinlock.h b/cpukit/posix/include/rtems/posix/spinlock.h
index 770d0411bf..892040e8b8 100644
--- a/cpukit/posix/include/rtems/posix/spinlock.h
+++ b/cpukit/posix/include/rtems/posix/spinlock.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_SPINLOCK_H
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index c7bd99ad33..82f82b40c3 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_THREADSUP_H
diff --git a/cpukit/posix/include/rtems/posix/time.h b/cpukit/posix/include/rtems/posix/time.h
index 6562d2864b..104997fcf8 100644
--- a/cpukit/posix/include/rtems/posix/time.h
+++ b/cpukit/posix/include/rtems/posix/time.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_TIME_H
diff --git a/cpukit/posix/include/rtems/posix/timer.h b/cpukit/posix/include/rtems/posix/timer.h
index ce1dc71370..d193a88b87 100644
--- a/cpukit/posix/include/rtems/posix/timer.h
+++ b/cpukit/posix/include/rtems/posix/timer.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_TIMER_H
diff --git a/cpukit/posix/include/semaphore.h b/cpukit/posix/include/semaphore.h
index f5a70ccf2f..91722006ce 100644
--- a/cpukit/posix/include/semaphore.h
+++ b/cpukit/posix/include/semaphore.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _SEMAPHORE_H
diff --git a/cpukit/posix/inline/rtems/posix/barrier.inl b/cpukit/posix/inline/rtems/posix/barrier.inl
index e077b07227..f78e432b07 100644
--- a/cpukit/posix/inline/rtems/posix/barrier.inl
+++ b/cpukit/posix/inline/rtems/posix/barrier.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_BARRIER_H
diff --git a/cpukit/posix/inline/rtems/posix/cond.inl b/cpukit/posix/inline/rtems/posix/cond.inl
index 3082a9167e..914a69d07e 100644
--- a/cpukit/posix/inline/rtems/posix/cond.inl
+++ b/cpukit/posix/inline/rtems/posix/cond.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_COND_H
diff --git a/cpukit/posix/inline/rtems/posix/key.inl b/cpukit/posix/inline/rtems/posix/key.inl
index c5c6324d06..4c2466be57 100644
--- a/cpukit/posix/inline/rtems/posix/key.inl
+++ b/cpukit/posix/inline/rtems/posix/key.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_KEY_H
diff --git a/cpukit/posix/inline/rtems/posix/mqueue.inl b/cpukit/posix/inline/rtems/posix/mqueue.inl
index d64e7c35e6..ed345125af 100644
--- a/cpukit/posix/inline/rtems/posix/mqueue.inl
+++ b/cpukit/posix/inline/rtems/posix/mqueue.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_MQUEUE_H
diff --git a/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl
index 4454350aa7..033a4ccfcf 100644
--- a/cpukit/posix/inline/rtems/posix/mutex.inl
+++ b/cpukit/posix/inline/rtems/posix/mutex.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_MUTEX_H
diff --git a/cpukit/posix/inline/rtems/posix/priority.inl b/cpukit/posix/inline/rtems/posix/priority.inl
index 0865044c27..b1eb9b8da5 100644
--- a/cpukit/posix/inline/rtems/posix/priority.inl
+++ b/cpukit/posix/inline/rtems/posix/priority.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_PRIORITY_H
diff --git a/cpukit/posix/inline/rtems/posix/pthread.inl b/cpukit/posix/inline/rtems/posix/pthread.inl
index b7e48786e4..1127841586 100644
--- a/cpukit/posix/inline/rtems/posix/pthread.inl
+++ b/cpukit/posix/inline/rtems/posix/pthread.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_PTHREAD_H
diff --git a/cpukit/posix/inline/rtems/posix/rwlock.inl b/cpukit/posix/inline/rtems/posix/rwlock.inl
index ed2d0cb345..5f1ef7e477 100644
--- a/cpukit/posix/inline/rtems/posix/rwlock.inl
+++ b/cpukit/posix/inline/rtems/posix/rwlock.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_RWLOCK_H
diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl
index 62256c072e..4828bcd5ea 100644
--- a/cpukit/posix/inline/rtems/posix/semaphore.inl
+++ b/cpukit/posix/inline/rtems/posix/semaphore.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_SEMAPHORE_H
diff --git a/cpukit/posix/inline/rtems/posix/spinlock.inl b/cpukit/posix/inline/rtems/posix/spinlock.inl
index bed3eca9ed..0924e5ad3d 100644
--- a/cpukit/posix/inline/rtems/posix/spinlock.inl
+++ b/cpukit/posix/inline/rtems/posix/spinlock.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_SPINLOCK_H
diff --git a/cpukit/posix/inline/rtems/posix/timer.inl b/cpukit/posix/inline/rtems/posix/timer.inl
index 0b0bd93797..03377252fe 100644
--- a/cpukit/posix/inline/rtems/posix/timer.inl
+++ b/cpukit/posix/inline/rtems/posix/timer.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POSIX_TIMER_H
diff --git a/cpukit/posix/src/README.mqueue b/cpukit/posix/src/README.mqueue
index 12c8afc03e..8ff7a2bb63 100644
--- a/cpukit/posix/src/README.mqueue
+++ b/cpukit/posix/src/README.mqueue
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This program should print out the default attribute settings for a
POSIX message queue.
diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c
index 0bd8c2e7d1..7e6cf23a8a 100644
--- a/cpukit/posix/src/_execve.c
+++ b/cpukit/posix/src/_execve.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/adjtime.c b/cpukit/posix/src/adjtime.c
index 2d53a759fc..db88c923e1 100644
--- a/cpukit/posix/src/adjtime.c
+++ b/cpukit/posix/src/adjtime.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_cancel.c b/cpukit/posix/src/aio_cancel.c
index 56b7b01079..be771e7c33 100644
--- a/cpukit/posix/src/aio_cancel.c
+++ b/cpukit/posix/src/aio_cancel.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_error.c b/cpukit/posix/src/aio_error.c
index 1c0e582bc9..1765f21622 100644
--- a/cpukit/posix/src/aio_error.c
+++ b/cpukit/posix/src/aio_error.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_fsync.c b/cpukit/posix/src/aio_fsync.c
index 4a28b194b5..7021082930 100644
--- a/cpukit/posix/src/aio_fsync.c
+++ b/cpukit/posix/src/aio_fsync.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_misc.c b/cpukit/posix/src/aio_misc.c
index 1334e8fead..80e95636ad 100644
--- a/cpukit/posix/src/aio_misc.c
+++ b/cpukit/posix/src/aio_misc.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <pthread.h>
diff --git a/cpukit/posix/src/aio_read.c b/cpukit/posix/src/aio_read.c
index 43536fff74..63bbac9c1b 100644
--- a/cpukit/posix/src/aio_read.c
+++ b/cpukit/posix/src/aio_read.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/posix/src/aio_return.c b/cpukit/posix/src/aio_return.c
index 2a9e56ae7a..da10ebffa6 100644
--- a/cpukit/posix/src/aio_return.c
+++ b/cpukit/posix/src/aio_return.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_suspend.c b/cpukit/posix/src/aio_suspend.c
index 28ed3565e5..c42ee83be5 100644
--- a/cpukit/posix/src/aio_suspend.c
+++ b/cpukit/posix/src/aio_suspend.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/aio_write.c b/cpukit/posix/src/aio_write.c
index 03f6b90c64..7895c8c218 100644
--- a/cpukit/posix/src/aio_write.c
+++ b/cpukit/posix/src/aio_write.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c
index 857ecc9a73..32652b1719 100644
--- a/cpukit/posix/src/alarm.c
+++ b/cpukit/posix/src/alarm.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/barrierattrdestroy.c b/cpukit/posix/src/barrierattrdestroy.c
index 48622eba70..f8c1a99355 100644
--- a/cpukit/posix/src/barrierattrdestroy.c
+++ b/cpukit/posix/src/barrierattrdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/barrierattrgetpshared.c b/cpukit/posix/src/barrierattrgetpshared.c
index 2dc6e3b00e..837c050ef5 100644
--- a/cpukit/posix/src/barrierattrgetpshared.c
+++ b/cpukit/posix/src/barrierattrgetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/barrierattrinit.c b/cpukit/posix/src/barrierattrinit.c
index d2203bf1ac..2363e4d3db 100644
--- a/cpukit/posix/src/barrierattrinit.c
+++ b/cpukit/posix/src/barrierattrinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/barrierattrsetpshared.c b/cpukit/posix/src/barrierattrsetpshared.c
index 7469bd40af..df3c8017dd 100644
--- a/cpukit/posix/src/barrierattrsetpshared.c
+++ b/cpukit/posix/src/barrierattrsetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c
index 0167c0a328..acf13524b8 100644
--- a/cpukit/posix/src/cancel.c
+++ b/cpukit/posix/src/cancel.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/canceleval.c b/cpukit/posix/src/canceleval.c
index f2e6d9c4c8..be7400289c 100644
--- a/cpukit/posix/src/canceleval.c
+++ b/cpukit/posix/src/canceleval.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/cancelrun.c b/cpukit/posix/src/cancelrun.c
index 8ac96a762d..91749281d8 100644
--- a/cpukit/posix/src/cancelrun.c
+++ b/cpukit/posix/src/cancelrun.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/cleanuppop.c b/cpukit/posix/src/cleanuppop.c
index 1e32fe9c94..06e56509b6 100644
--- a/cpukit/posix/src/cleanuppop.c
+++ b/cpukit/posix/src/cleanuppop.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/cleanuppush.c b/cpukit/posix/src/cleanuppush.c
index 6ce12c81a5..23f022e1d1 100644
--- a/cpukit/posix/src/cleanuppush.c
+++ b/cpukit/posix/src/cleanuppush.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clockgetcpuclockid.c b/cpukit/posix/src/clockgetcpuclockid.c
index e882caa166..8908ab6801 100644
--- a/cpukit/posix/src/clockgetcpuclockid.c
+++ b/cpukit/posix/src/clockgetcpuclockid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clockgetenableattr.c b/cpukit/posix/src/clockgetenableattr.c
index 0c4f78e834..7d7bf895cb 100644
--- a/cpukit/posix/src/clockgetenableattr.c
+++ b/cpukit/posix/src/clockgetenableattr.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clockgetres.c b/cpukit/posix/src/clockgetres.c
index f937787497..623fa2433a 100644
--- a/cpukit/posix/src/clockgetres.c
+++ b/cpukit/posix/src/clockgetres.c
@@ -1,16 +1,10 @@
/*
- * $Id$
- */
-
-/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clockgettime.c b/cpukit/posix/src/clockgettime.c
index 4a381d9692..2c5a9da5fa 100644
--- a/cpukit/posix/src/clockgettime.c
+++ b/cpukit/posix/src/clockgettime.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clocksetenableattr.c b/cpukit/posix/src/clocksetenableattr.c
index 42edc5993a..9719147415 100644
--- a/cpukit/posix/src/clocksetenableattr.c
+++ b/cpukit/posix/src/clocksetenableattr.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/clocksettime.c b/cpukit/posix/src/clocksettime.c
index 2ace675895..de2c20de50 100644
--- a/cpukit/posix/src/clocksettime.c
+++ b/cpukit/posix/src/clocksettime.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/cond.c b/cpukit/posix/src/cond.c
index 5854b58c90..b66509f8da 100644
--- a/cpukit/posix/src/cond.c
+++ b/cpukit/posix/src/cond.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condattrdestroy.c b/cpukit/posix/src/condattrdestroy.c
index 395051b862..9f4a3949b6 100644
--- a/cpukit/posix/src/condattrdestroy.c
+++ b/cpukit/posix/src/condattrdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condattrgetpshared.c b/cpukit/posix/src/condattrgetpshared.c
index 50067feb5f..a35f85e414 100644
--- a/cpukit/posix/src/condattrgetpshared.c
+++ b/cpukit/posix/src/condattrgetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condattrinit.c b/cpukit/posix/src/condattrinit.c
index 64065823f4..83728bcdae 100644
--- a/cpukit/posix/src/condattrinit.c
+++ b/cpukit/posix/src/condattrinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condattrsetpshared.c b/cpukit/posix/src/condattrsetpshared.c
index c912ec6228..f010038cbc 100644
--- a/cpukit/posix/src/condattrsetpshared.c
+++ b/cpukit/posix/src/condattrsetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condbroadcast.c b/cpukit/posix/src/condbroadcast.c
index 7e089f07e1..ab2f8713c3 100644
--- a/cpukit/posix/src/condbroadcast.c
+++ b/cpukit/posix/src/condbroadcast.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/conddefaultattributes.c b/cpukit/posix/src/conddefaultattributes.c
index 9af370de15..7cca0bcb64 100644
--- a/cpukit/posix/src/conddefaultattributes.c
+++ b/cpukit/posix/src/conddefaultattributes.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/conddestroy.c b/cpukit/posix/src/conddestroy.c
index cc749c7e8e..905fb1ecca 100644
--- a/cpukit/posix/src/conddestroy.c
+++ b/cpukit/posix/src/conddestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condget.c b/cpukit/posix/src/condget.c
index 0305b45e3b..5682020d4e 100644
--- a/cpukit/posix/src/condget.c
+++ b/cpukit/posix/src/condget.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condinit.c b/cpukit/posix/src/condinit.c
index 4b4687d0e0..73f1f5b6b7 100644
--- a/cpukit/posix/src/condinit.c
+++ b/cpukit/posix/src/condinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condsignal.c b/cpukit/posix/src/condsignal.c
index b8277755d9..8b5c2c90c4 100644
--- a/cpukit/posix/src/condsignal.c
+++ b/cpukit/posix/src/condsignal.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condsignalsupp.c b/cpukit/posix/src/condsignalsupp.c
index 2aae57ee24..5ab6e9de95 100644
--- a/cpukit/posix/src/condsignalsupp.c
+++ b/cpukit/posix/src/condsignalsupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condtimedwait.c b/cpukit/posix/src/condtimedwait.c
index 6f1f8d9c30..2789e210c1 100644
--- a/cpukit/posix/src/condtimedwait.c
+++ b/cpukit/posix/src/condtimedwait.c
@@ -1,16 +1,10 @@
/*
- * $Id$
- */
-
-/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c
index 9cf2c623b0..2540208e16 100644
--- a/cpukit/posix/src/condwait.c
+++ b/cpukit/posix/src/condwait.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/condwaitsupp.c b/cpukit/posix/src/condwaitsupp.c
index 737b4bc5f8..79b5c02164 100644
--- a/cpukit/posix/src/condwaitsupp.c
+++ b/cpukit/posix/src/condwaitsupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execl.c b/cpukit/posix/src/execl.c
index 9edaba341d..d329e5f7c9 100644
--- a/cpukit/posix/src/execl.c
+++ b/cpukit/posix/src/execl.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execle.c b/cpukit/posix/src/execle.c
index 947a4e104f..8199d68c20 100644
--- a/cpukit/posix/src/execle.c
+++ b/cpukit/posix/src/execle.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execlp.c b/cpukit/posix/src/execlp.c
index fabc6986bb..10d44e0019 100644
--- a/cpukit/posix/src/execlp.c
+++ b/cpukit/posix/src/execlp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execv.c b/cpukit/posix/src/execv.c
index 46595232ad..8c56274698 100644
--- a/cpukit/posix/src/execv.c
+++ b/cpukit/posix/src/execv.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execve.c b/cpukit/posix/src/execve.c
index b89009866e..c6f6ede19b 100644
--- a/cpukit/posix/src/execve.c
+++ b/cpukit/posix/src/execve.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/execvp.c b/cpukit/posix/src/execvp.c
index 720543fcdf..6b4d0e9a39 100644
--- a/cpukit/posix/src/execvp.c
+++ b/cpukit/posix/src/execvp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/fork.c b/cpukit/posix/src/fork.c
index 1503a438af..ec24f051d7 100644
--- a/cpukit/posix/src/fork.c
+++ b/cpukit/posix/src/fork.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/getitimer.c b/cpukit/posix/src/getitimer.c
index 8d1bb97904..316d43ea77 100644
--- a/cpukit/posix/src/getitimer.c
+++ b/cpukit/posix/src/getitimer.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/key.c b/cpukit/posix/src/key.c
index a32853cac4..ee8b496b2f 100644
--- a/cpukit/posix/src/key.c
+++ b/cpukit/posix/src/key.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c
index 1fc87641e5..493b6fb278 100644
--- a/cpukit/posix/src/keycreate.c
+++ b/cpukit/posix/src/keycreate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keydelete.c b/cpukit/posix/src/keydelete.c
index 99b6e7eedd..b0b5daa3be 100644
--- a/cpukit/posix/src/keydelete.c
+++ b/cpukit/posix/src/keydelete.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keyfreememory.c b/cpukit/posix/src/keyfreememory.c
index b6449ffa21..d5ef5ee989 100644
--- a/cpukit/posix/src/keyfreememory.c
+++ b/cpukit/posix/src/keyfreememory.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keygetspecific.c b/cpukit/posix/src/keygetspecific.c
index 8617571224..c7b2cc55fc 100644
--- a/cpukit/posix/src/keygetspecific.c
+++ b/cpukit/posix/src/keygetspecific.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keyrundestructors.c b/cpukit/posix/src/keyrundestructors.c
index d98473c0df..888b24715a 100644
--- a/cpukit/posix/src/keyrundestructors.c
+++ b/cpukit/posix/src/keyrundestructors.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/keysetspecific.c b/cpukit/posix/src/keysetspecific.c
index 4acd07cc9b..5b7fb8bc96 100644
--- a/cpukit/posix/src/keysetspecific.c
+++ b/cpukit/posix/src/keysetspecific.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c
index 34ea487806..b042e30136 100644
--- a/cpukit/posix/src/kill.c
+++ b/cpukit/posix/src/kill.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/kill_r.c b/cpukit/posix/src/kill_r.c
index 2da710f799..f2e7c20552 100644
--- a/cpukit/posix/src/kill_r.c
+++ b/cpukit/posix/src/kill_r.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index b1569e791b..c8b4565e14 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/lio_listio.c b/cpukit/posix/src/lio_listio.c
index 4444b10302..235e689a63 100644
--- a/cpukit/posix/src/lio_listio.c
+++ b/cpukit/posix/src/lio_listio.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c
index a6b68362b6..9d3c0eb09a 100644
--- a/cpukit/posix/src/mprotect.c
+++ b/cpukit/posix/src/mprotect.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index fd14d05375..689de26c62 100644
--- a/cpukit/posix/src/mqueue.c
+++ b/cpukit/posix/src/mqueue.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueueclose.c b/cpukit/posix/src/mqueueclose.c
index 35b4dc3ec1..7fe1cebd33 100644
--- a/cpukit/posix/src/mqueueclose.c
+++ b/cpukit/posix/src/mqueueclose.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuecreatesupp.c b/cpukit/posix/src/mqueuecreatesupp.c
index 5941137d3e..94b91d05bd 100644
--- a/cpukit/posix/src/mqueuecreatesupp.c
+++ b/cpukit/posix/src/mqueuecreatesupp.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuedeletesupp.c b/cpukit/posix/src/mqueuedeletesupp.c
index d5672089ff..3c06a59e8a 100644
--- a/cpukit/posix/src/mqueuedeletesupp.c
+++ b/cpukit/posix/src/mqueuedeletesupp.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuegetattr.c b/cpukit/posix/src/mqueuegetattr.c
index 78e32945a8..267eed1951 100644
--- a/cpukit/posix/src/mqueuegetattr.c
+++ b/cpukit/posix/src/mqueuegetattr.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c
index 559e6b3fbd..9909fae4fa 100644
--- a/cpukit/posix/src/mqueuenotify.c
+++ b/cpukit/posix/src/mqueuenotify.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c
index b6c9e0dc19..b822978bc9 100644
--- a/cpukit/posix/src/mqueueopen.c
+++ b/cpukit/posix/src/mqueueopen.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuereceive.c b/cpukit/posix/src/mqueuereceive.c
index c5143a06a1..44defc250f 100644
--- a/cpukit/posix/src/mqueuereceive.c
+++ b/cpukit/posix/src/mqueuereceive.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuerecvsupp.c b/cpukit/posix/src/mqueuerecvsupp.c
index 717fef8c9d..f1c3102e1f 100644
--- a/cpukit/posix/src/mqueuerecvsupp.c
+++ b/cpukit/posix/src/mqueuerecvsupp.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuesend.c b/cpukit/posix/src/mqueuesend.c
index 339e47ada5..9448dbbe7b 100644
--- a/cpukit/posix/src/mqueuesend.c
+++ b/cpukit/posix/src/mqueuesend.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuesendsupp.c b/cpukit/posix/src/mqueuesendsupp.c
index b04422dd2f..dc70c471e0 100644
--- a/cpukit/posix/src/mqueuesendsupp.c
+++ b/cpukit/posix/src/mqueuesendsupp.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuesetattr.c b/cpukit/posix/src/mqueuesetattr.c
index cb034bda08..7abdceb730 100644
--- a/cpukit/posix/src/mqueuesetattr.c
+++ b/cpukit/posix/src/mqueuesetattr.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuetimedreceive.c b/cpukit/posix/src/mqueuetimedreceive.c
index cdd1ca97e3..ba79ce16d9 100644
--- a/cpukit/posix/src/mqueuetimedreceive.c
+++ b/cpukit/posix/src/mqueuetimedreceive.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuetimedsend.c b/cpukit/posix/src/mqueuetimedsend.c
index bf7e4ba1d3..f06197fa79 100644
--- a/cpukit/posix/src/mqueuetimedsend.c
+++ b/cpukit/posix/src/mqueuetimedsend.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueuetranslatereturncode.c b/cpukit/posix/src/mqueuetranslatereturncode.c
index c43e8b9b19..b088eef179 100644
--- a/cpukit/posix/src/mqueuetranslatereturncode.c
+++ b/cpukit/posix/src/mqueuetranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mqueueunlink.c b/cpukit/posix/src/mqueueunlink.c
index eced328a69..8e48ffe669 100644
--- a/cpukit/posix/src/mqueueunlink.c
+++ b/cpukit/posix/src/mqueueunlink.c
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutex.c b/cpukit/posix/src/mutex.c
index 956946cf5c..fd9fed3f77 100644
--- a/cpukit/posix/src/mutex.c
+++ b/cpukit/posix/src/mutex.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrdestroy.c b/cpukit/posix/src/mutexattrdestroy.c
index ab19f7477b..d7a6616908 100644
--- a/cpukit/posix/src/mutexattrdestroy.c
+++ b/cpukit/posix/src/mutexattrdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrgetprioceiling.c b/cpukit/posix/src/mutexattrgetprioceiling.c
index 82918ec76a..a571ad5ba2 100644
--- a/cpukit/posix/src/mutexattrgetprioceiling.c
+++ b/cpukit/posix/src/mutexattrgetprioceiling.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrgetprotocol.c b/cpukit/posix/src/mutexattrgetprotocol.c
index 8037c7f00a..584a38085b 100644
--- a/cpukit/posix/src/mutexattrgetprotocol.c
+++ b/cpukit/posix/src/mutexattrgetprotocol.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrgetpshared.c b/cpukit/posix/src/mutexattrgetpshared.c
index 57aa5c4154..beeae9bc87 100644
--- a/cpukit/posix/src/mutexattrgetpshared.c
+++ b/cpukit/posix/src/mutexattrgetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrgettype.c b/cpukit/posix/src/mutexattrgettype.c
index 59b69de0d9..23d0bb875f 100644
--- a/cpukit/posix/src/mutexattrgettype.c
+++ b/cpukit/posix/src/mutexattrgettype.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrinit.c b/cpukit/posix/src/mutexattrinit.c
index 81cb55536d..f2d66010a1 100644
--- a/cpukit/posix/src/mutexattrinit.c
+++ b/cpukit/posix/src/mutexattrinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrsetprioceiling.c b/cpukit/posix/src/mutexattrsetprioceiling.c
index bd6514c481..f4c2da9b96 100644
--- a/cpukit/posix/src/mutexattrsetprioceiling.c
+++ b/cpukit/posix/src/mutexattrsetprioceiling.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrsetprotocol.c b/cpukit/posix/src/mutexattrsetprotocol.c
index 55989c9c07..1c51ad5f03 100644
--- a/cpukit/posix/src/mutexattrsetprotocol.c
+++ b/cpukit/posix/src/mutexattrsetprotocol.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrsetpshared.c b/cpukit/posix/src/mutexattrsetpshared.c
index 9fa9e17d73..6f9f9b4f9a 100644
--- a/cpukit/posix/src/mutexattrsetpshared.c
+++ b/cpukit/posix/src/mutexattrsetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexattrsettype.c b/cpukit/posix/src/mutexattrsettype.c
index 1cfb94d4d9..a005747718 100644
--- a/cpukit/posix/src/mutexattrsettype.c
+++ b/cpukit/posix/src/mutexattrsettype.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexdestroy.c b/cpukit/posix/src/mutexdestroy.c
index e7bfaeb9a2..56f65b3b8f 100644
--- a/cpukit/posix/src/mutexdestroy.c
+++ b/cpukit/posix/src/mutexdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexget.c b/cpukit/posix/src/mutexget.c
index 71e46766ba..f1419034c3 100644
--- a/cpukit/posix/src/mutexget.c
+++ b/cpukit/posix/src/mutexget.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexgetprioceiling.c b/cpukit/posix/src/mutexgetprioceiling.c
index 04068ff8fc..a0390b99f5 100644
--- a/cpukit/posix/src/mutexgetprioceiling.c
+++ b/cpukit/posix/src/mutexgetprioceiling.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexinit.c b/cpukit/posix/src/mutexinit.c
index cb192db70f..26e75538c5 100644
--- a/cpukit/posix/src/mutexinit.c
+++ b/cpukit/posix/src/mutexinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexlock.c b/cpukit/posix/src/mutexlock.c
index 6e507b0924..0e3125f06f 100644
--- a/cpukit/posix/src/mutexlock.c
+++ b/cpukit/posix/src/mutexlock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexlocksupp.c b/cpukit/posix/src/mutexlocksupp.c
index 84ee3df41f..299aaa162b 100644
--- a/cpukit/posix/src/mutexlocksupp.c
+++ b/cpukit/posix/src/mutexlocksupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexsetprioceiling.c b/cpukit/posix/src/mutexsetprioceiling.c
index d3339eca76..d873805e21 100644
--- a/cpukit/posix/src/mutexsetprioceiling.c
+++ b/cpukit/posix/src/mutexsetprioceiling.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutextimedlock.c b/cpukit/posix/src/mutextimedlock.c
index 7b2ce98a0f..a8d258a8f8 100644
--- a/cpukit/posix/src/mutextimedlock.c
+++ b/cpukit/posix/src/mutextimedlock.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutextranslatereturncode.c b/cpukit/posix/src/mutextranslatereturncode.c
index e00d2fe3e3..53b5b0ee00 100644
--- a/cpukit/posix/src/mutextranslatereturncode.c
+++ b/cpukit/posix/src/mutextranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutextrylock.c b/cpukit/posix/src/mutextrylock.c
index cf15dc22d2..85b6da51a7 100644
--- a/cpukit/posix/src/mutextrylock.c
+++ b/cpukit/posix/src/mutextrylock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/mutexunlock.c b/cpukit/posix/src/mutexunlock.c
index 1300c974d2..ab0230f69a 100644
--- a/cpukit/posix/src/mutexunlock.c
+++ b/cpukit/posix/src/mutexunlock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/nanosleep.c b/cpukit/posix/src/nanosleep.c
index 1d4c188e89..d97112605d 100644
--- a/cpukit/posix/src/nanosleep.c
+++ b/cpukit/posix/src/nanosleep.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c
index e4a8782bc4..10fa8b5e4f 100644
--- a/cpukit/posix/src/pause.c
+++ b/cpukit/posix/src/pause.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pbarrier.c b/cpukit/posix/src/pbarrier.c
index d131000e89..5023b5c01a 100644
--- a/cpukit/posix/src/pbarrier.c
+++ b/cpukit/posix/src/pbarrier.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pbarrierdestroy.c b/cpukit/posix/src/pbarrierdestroy.c
index 0caf8a1586..a8f6ce3b5e 100644
--- a/cpukit/posix/src/pbarrierdestroy.c
+++ b/cpukit/posix/src/pbarrierdestroy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pbarrierinit.c b/cpukit/posix/src/pbarrierinit.c
index a2a77f83a5..077d63289c 100644
--- a/cpukit/posix/src/pbarrierinit.c
+++ b/cpukit/posix/src/pbarrierinit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pbarriertranslatereturncode.c b/cpukit/posix/src/pbarriertranslatereturncode.c
index 0351fc5a65..b7d1999d93 100644
--- a/cpukit/posix/src/pbarriertranslatereturncode.c
+++ b/cpukit/posix/src/pbarriertranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pbarrierwait.c b/cpukit/posix/src/pbarrierwait.c
index 71533b65b1..c5e73bcb26 100644
--- a/cpukit/posix/src/pbarrierwait.c
+++ b/cpukit/posix/src/pbarrierwait.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/posixtimespecabsolutetimeout.c b/cpukit/posix/src/posixtimespecabsolutetimeout.c
index 27d5db5abe..24362c5aa3 100644
--- a/cpukit/posix/src/posixtimespecabsolutetimeout.c
+++ b/cpukit/posix/src/posixtimespecabsolutetimeout.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlock.c b/cpukit/posix/src/prwlock.c
index 9c3fd707d8..1e803cb5ef 100644
--- a/cpukit/posix/src/prwlock.c
+++ b/cpukit/posix/src/prwlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlockdestroy.c b/cpukit/posix/src/prwlockdestroy.c
index 8b32517c37..684e173e18 100644
--- a/cpukit/posix/src/prwlockdestroy.c
+++ b/cpukit/posix/src/prwlockdestroy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlockinit.c b/cpukit/posix/src/prwlockinit.c
index c79b260b50..2cba7d66aa 100644
--- a/cpukit/posix/src/prwlockinit.c
+++ b/cpukit/posix/src/prwlockinit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlockrdlock.c b/cpukit/posix/src/prwlockrdlock.c
index fe9d6196d9..ec75fea823 100644
--- a/cpukit/posix/src/prwlockrdlock.c
+++ b/cpukit/posix/src/prwlockrdlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlocktimedrdlock.c b/cpukit/posix/src/prwlocktimedrdlock.c
index d6df7815a8..6bb397ad11 100644
--- a/cpukit/posix/src/prwlocktimedrdlock.c
+++ b/cpukit/posix/src/prwlocktimedrdlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlocktimedwrlock.c b/cpukit/posix/src/prwlocktimedwrlock.c
index d34ee69489..5e6e4ba419 100644
--- a/cpukit/posix/src/prwlocktimedwrlock.c
+++ b/cpukit/posix/src/prwlocktimedwrlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlocktranslatereturncode.c b/cpukit/posix/src/prwlocktranslatereturncode.c
index 3378d577b2..3c75e10aa4 100644
--- a/cpukit/posix/src/prwlocktranslatereturncode.c
+++ b/cpukit/posix/src/prwlocktranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlocktryrdlock.c b/cpukit/posix/src/prwlocktryrdlock.c
index f07edf5f4d..eb8c5f8f05 100644
--- a/cpukit/posix/src/prwlocktryrdlock.c
+++ b/cpukit/posix/src/prwlocktryrdlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlocktrywrlock.c b/cpukit/posix/src/prwlocktrywrlock.c
index 326e643910..06a3cbb2e5 100644
--- a/cpukit/posix/src/prwlocktrywrlock.c
+++ b/cpukit/posix/src/prwlocktrywrlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlockunlock.c b/cpukit/posix/src/prwlockunlock.c
index 665ee1fb34..86f26d7a23 100644
--- a/cpukit/posix/src/prwlockunlock.c
+++ b/cpukit/posix/src/prwlockunlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/prwlockwrlock.c b/cpukit/posix/src/prwlockwrlock.c
index 61d5facbef..fffdbea3a8 100644
--- a/cpukit/posix/src/prwlockwrlock.c
+++ b/cpukit/posix/src/prwlockwrlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c
index e0e3e86a76..6d63b29272 100644
--- a/cpukit/posix/src/psignal.c
+++ b/cpukit/posix/src/psignal.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignalchecksignal.c b/cpukit/posix/src/psignalchecksignal.c
index 6c8d631634..46c0c857ff 100644
--- a/cpukit/posix/src/psignalchecksignal.c
+++ b/cpukit/posix/src/psignalchecksignal.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignalclearprocesssignals.c b/cpukit/posix/src/psignalclearprocesssignals.c
index e7a0d57ef8..491f1fad71 100644
--- a/cpukit/posix/src/psignalclearprocesssignals.c
+++ b/cpukit/posix/src/psignalclearprocesssignals.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignalclearsignals.c b/cpukit/posix/src/psignalclearsignals.c
index e4397ec3ae..01f23990d7 100644
--- a/cpukit/posix/src/psignalclearsignals.c
+++ b/cpukit/posix/src/psignalclearsignals.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignalsetprocesssignals.c b/cpukit/posix/src/psignalsetprocesssignals.c
index f1180220cf..a6fa6ef45e 100644
--- a/cpukit/posix/src/psignalsetprocesssignals.c
+++ b/cpukit/posix/src/psignalsetprocesssignals.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psignalunblockthread.c b/cpukit/posix/src/psignalunblockthread.c
index 1c059f7982..025ce96fab 100644
--- a/cpukit/posix/src/psignalunblockthread.c
+++ b/cpukit/posix/src/psignalunblockthread.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspin.c b/cpukit/posix/src/pspin.c
index 88dadf2cba..27a897339e 100644
--- a/cpukit/posix/src/pspin.c
+++ b/cpukit/posix/src/pspin.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspindestroy.c b/cpukit/posix/src/pspindestroy.c
index aa3c465ec7..c5574c0c7b 100644
--- a/cpukit/posix/src/pspindestroy.c
+++ b/cpukit/posix/src/pspindestroy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspininit.c b/cpukit/posix/src/pspininit.c
index bab6ac3140..4a1019abaa 100644
--- a/cpukit/posix/src/pspininit.c
+++ b/cpukit/posix/src/pspininit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspinlock.c b/cpukit/posix/src/pspinlock.c
index 845117a3e3..ce1a2bb3c5 100644
--- a/cpukit/posix/src/pspinlock.c
+++ b/cpukit/posix/src/pspinlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspinlocktranslatereturncode.c b/cpukit/posix/src/pspinlocktranslatereturncode.c
index 2d07d92ff6..92dca9101a 100644
--- a/cpukit/posix/src/pspinlocktranslatereturncode.c
+++ b/cpukit/posix/src/pspinlocktranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspintrylock.c b/cpukit/posix/src/pspintrylock.c
index 7e66d88e8b..e3f2659735 100644
--- a/cpukit/posix/src/pspintrylock.c
+++ b/cpukit/posix/src/pspintrylock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pspinunlock.c b/cpukit/posix/src/pspinunlock.c
index 8bbf4f2f61..4fb1391977 100644
--- a/cpukit/posix/src/pspinunlock.c
+++ b/cpukit/posix/src/pspinunlock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psxnametoid.c b/cpukit/posix/src/psxnametoid.c
index b91f58e644..f35eed3cc4 100644
--- a/cpukit/posix/src/psxnametoid.c
+++ b/cpukit/posix/src/psxnametoid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psxpriorityisvalid.c b/cpukit/posix/src/psxpriorityisvalid.c
index 4b35a81e62..3ef7a1ec26 100644
--- a/cpukit/posix/src/psxpriorityisvalid.c
+++ b/cpukit/posix/src/psxpriorityisvalid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/psxtransschedparam.c b/cpukit/posix/src/psxtransschedparam.c
index 7be4dcc641..059a7fb728 100644
--- a/cpukit/posix/src/psxtransschedparam.c
+++ b/cpukit/posix/src/psxtransschedparam.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index 7827b148a9..4c41c237aa 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadatfork.c b/cpukit/posix/src/pthreadatfork.c
index 71be212820..767f113d0c 100644
--- a/cpukit/posix/src/pthreadatfork.c
+++ b/cpukit/posix/src/pthreadatfork.c
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c
index 60787322e7..0852b29ec7 100644
--- a/cpukit/posix/src/pthreadattrdestroy.c
+++ b/cpukit/posix/src/pthreadattrdestroy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetdetachstate.c b/cpukit/posix/src/pthreadattrgetdetachstate.c
index bd8b9a02ae..e9b225d23c 100644
--- a/cpukit/posix/src/pthreadattrgetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrgetdetachstate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetguardsize.c b/cpukit/posix/src/pthreadattrgetguardsize.c
index b3c64fbfad..72211cdf9a 100644
--- a/cpukit/posix/src/pthreadattrgetguardsize.c
+++ b/cpukit/posix/src/pthreadattrgetguardsize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetinheritsched.c b/cpukit/posix/src/pthreadattrgetinheritsched.c
index e924f2d26c..ae564650e6 100644
--- a/cpukit/posix/src/pthreadattrgetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrgetinheritsched.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetschedparam.c b/cpukit/posix/src/pthreadattrgetschedparam.c
index 2ec95d729e..7ec55a305d 100644
--- a/cpukit/posix/src/pthreadattrgetschedparam.c
+++ b/cpukit/posix/src/pthreadattrgetschedparam.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c
index 571430e953..1a79711fb2 100644
--- a/cpukit/posix/src/pthreadattrgetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrgetschedpolicy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetscope.c b/cpukit/posix/src/pthreadattrgetscope.c
index 2d74dc30ba..e7eb7f8344 100644
--- a/cpukit/posix/src/pthreadattrgetscope.c
+++ b/cpukit/posix/src/pthreadattrgetscope.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetstack.c b/cpukit/posix/src/pthreadattrgetstack.c
index 8303099a96..e035ee4b62 100644
--- a/cpukit/posix/src/pthreadattrgetstack.c
+++ b/cpukit/posix/src/pthreadattrgetstack.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetstackaddr.c b/cpukit/posix/src/pthreadattrgetstackaddr.c
index 3ca66112aa..c877c1395d 100644
--- a/cpukit/posix/src/pthreadattrgetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrgetstackaddr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrgetstacksize.c b/cpukit/posix/src/pthreadattrgetstacksize.c
index f7f23c6dd6..9827933c51 100644
--- a/cpukit/posix/src/pthreadattrgetstacksize.c
+++ b/cpukit/posix/src/pthreadattrgetstacksize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c
index 1862623e3e..67942c8ac4 100644
--- a/cpukit/posix/src/pthreadattrinit.c
+++ b/cpukit/posix/src/pthreadattrinit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetdetachstate.c b/cpukit/posix/src/pthreadattrsetdetachstate.c
index cb29f44d3a..e10d663815 100644
--- a/cpukit/posix/src/pthreadattrsetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrsetdetachstate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetguardsize.c b/cpukit/posix/src/pthreadattrsetguardsize.c
index f69ff7b173..51390a7d12 100644
--- a/cpukit/posix/src/pthreadattrsetguardsize.c
+++ b/cpukit/posix/src/pthreadattrsetguardsize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetinheritsched.c b/cpukit/posix/src/pthreadattrsetinheritsched.c
index 0819eb48b7..65c43dd24a 100644
--- a/cpukit/posix/src/pthreadattrsetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrsetinheritsched.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetschedparam.c b/cpukit/posix/src/pthreadattrsetschedparam.c
index cb310a9893..fb56652db7 100644
--- a/cpukit/posix/src/pthreadattrsetschedparam.c
+++ b/cpukit/posix/src/pthreadattrsetschedparam.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetschedpolicy.c b/cpukit/posix/src/pthreadattrsetschedpolicy.c
index ab61e000ed..e095d719b9 100644
--- a/cpukit/posix/src/pthreadattrsetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrsetschedpolicy.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetscope.c b/cpukit/posix/src/pthreadattrsetscope.c
index 8c6d1c3f9c..53a00a268b 100644
--- a/cpukit/posix/src/pthreadattrsetscope.c
+++ b/cpukit/posix/src/pthreadattrsetscope.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetstack.c b/cpukit/posix/src/pthreadattrsetstack.c
index f97d3ac885..3eb4181842 100644
--- a/cpukit/posix/src/pthreadattrsetstack.c
+++ b/cpukit/posix/src/pthreadattrsetstack.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetstackaddr.c b/cpukit/posix/src/pthreadattrsetstackaddr.c
index b7ed212546..3c3b2b05d3 100644
--- a/cpukit/posix/src/pthreadattrsetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrsetstackaddr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadattrsetstacksize.c b/cpukit/posix/src/pthreadattrsetstacksize.c
index 9598a8a7d7..d6a2050a53 100644
--- a/cpukit/posix/src/pthreadattrsetstacksize.c
+++ b/cpukit/posix/src/pthreadattrsetstacksize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index d7f08a5527..c320f40660 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c
index 6078fcc97e..a50aa86a4e 100644
--- a/cpukit/posix/src/pthreaddetach.c
+++ b/cpukit/posix/src/pthreaddetach.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c
index 9944026f3e..bc18e33a13 100644
--- a/cpukit/posix/src/pthreadequal.c
+++ b/cpukit/posix/src/pthreadequal.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c
index 3bfec10b80..e89ed855c3 100644
--- a/cpukit/posix/src/pthreadexit.c
+++ b/cpukit/posix/src/pthreadexit.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c
index 2ba0dcc3e0..51776f046e 100644
--- a/cpukit/posix/src/pthreadgetcpuclockid.c
+++ b/cpukit/posix/src/pthreadgetcpuclockid.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c
index b8e0a83153..5311e3f5e0 100644
--- a/cpukit/posix/src/pthreadgetschedparam.c
+++ b/cpukit/posix/src/pthreadgetschedparam.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadinitthreads.c b/cpukit/posix/src/pthreadinitthreads.c
index 2d856bac04..dc464e3868 100644
--- a/cpukit/posix/src/pthreadinitthreads.c
+++ b/cpukit/posix/src/pthreadinitthreads.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index 0b7e103614..ac48612505 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c
index 777ee6ad0c..ede2d99191 100644
--- a/cpukit/posix/src/pthreadkill.c
+++ b/cpukit/posix/src/pthreadkill.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index 8e4a9dc6d8..5f598a787a 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c
index c1baf85177..9400b4b7fe 100644
--- a/cpukit/posix/src/pthreadself.c
+++ b/cpukit/posix/src/pthreadself.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadsetschedparam.c b/cpukit/posix/src/pthreadsetschedparam.c
index 14edfa0218..231b4f930f 100644
--- a/cpukit/posix/src/pthreadsetschedparam.c
+++ b/cpukit/posix/src/pthreadsetschedparam.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/pthreadsigmask.c b/cpukit/posix/src/pthreadsigmask.c
index c97e75a89e..90b174e45b 100644
--- a/cpukit/posix/src/pthreadsigmask.c
+++ b/cpukit/posix/src/pthreadsigmask.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/rwlockattrdestroy.c b/cpukit/posix/src/rwlockattrdestroy.c
index d9cf811e39..022fe79864 100644
--- a/cpukit/posix/src/rwlockattrdestroy.c
+++ b/cpukit/posix/src/rwlockattrdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/rwlockattrgetpshared.c b/cpukit/posix/src/rwlockattrgetpshared.c
index 472fe52380..488809f87b 100644
--- a/cpukit/posix/src/rwlockattrgetpshared.c
+++ b/cpukit/posix/src/rwlockattrgetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/rwlockattrinit.c b/cpukit/posix/src/rwlockattrinit.c
index e67ddbc147..ea88e002b2 100644
--- a/cpukit/posix/src/rwlockattrinit.c
+++ b/cpukit/posix/src/rwlockattrinit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/rwlockattrsetpshared.c b/cpukit/posix/src/rwlockattrsetpshared.c
index 70906127dd..f27a5b56fe 100644
--- a/cpukit/posix/src/rwlockattrsetpshared.c
+++ b/cpukit/posix/src/rwlockattrsetpshared.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_getparam.c b/cpukit/posix/src/sched_getparam.c
index c25286bdc3..9cd95fefbe 100644
--- a/cpukit/posix/src/sched_getparam.c
+++ b/cpukit/posix/src/sched_getparam.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_getprioritymax.c b/cpukit/posix/src/sched_getprioritymax.c
index 9f8965e4d5..a85f02b250 100644
--- a/cpukit/posix/src/sched_getprioritymax.c
+++ b/cpukit/posix/src/sched_getprioritymax.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_getprioritymin.c b/cpukit/posix/src/sched_getprioritymin.c
index 88e1170f12..ed5737e1bc 100644
--- a/cpukit/posix/src/sched_getprioritymin.c
+++ b/cpukit/posix/src/sched_getprioritymin.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_getscheduler.c b/cpukit/posix/src/sched_getscheduler.c
index 8afbcfd486..755b38e2a6 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_rr_get_interval.c b/cpukit/posix/src/sched_rr_get_interval.c
index c9e3e280ca..5fb2774ccf 100644
--- a/cpukit/posix/src/sched_rr_get_interval.c
+++ b/cpukit/posix/src/sched_rr_get_interval.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_setparam.c b/cpukit/posix/src/sched_setparam.c
index 155ed2d11b..d31a29fa14 100644
--- a/cpukit/posix/src/sched_setparam.c
+++ b/cpukit/posix/src/sched_setparam.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_setscheduler.c b/cpukit/posix/src/sched_setscheduler.c
index f0bb5496fa..fcbc8fd3fd 100644
--- a/cpukit/posix/src/sched_setscheduler.c
+++ b/cpukit/posix/src/sched_setscheduler.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sched_yield.c b/cpukit/posix/src/sched_yield.c
index b6c5c4fce4..b2d61c53ce 100644
--- a/cpukit/posix/src/sched_yield.c
+++ b/cpukit/posix/src/sched_yield.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semaphore.c b/cpukit/posix/src/semaphore.c
index dcfff2cffa..a64fe81206 100644
--- a/cpukit/posix/src/semaphore.c
+++ b/cpukit/posix/src/semaphore.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semaphorecreatesupp.c b/cpukit/posix/src/semaphorecreatesupp.c
index 7673b51752..6460da8526 100644
--- a/cpukit/posix/src/semaphorecreatesupp.c
+++ b/cpukit/posix/src/semaphorecreatesupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semaphoredeletesupp.c b/cpukit/posix/src/semaphoredeletesupp.c
index 7944a89e60..433c23cc7a 100644
--- a/cpukit/posix/src/semaphoredeletesupp.c
+++ b/cpukit/posix/src/semaphoredeletesupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semaphoretranslatereturncode.c b/cpukit/posix/src/semaphoretranslatereturncode.c
index 434a941926..2f1af1dd1b 100644
--- a/cpukit/posix/src/semaphoretranslatereturncode.c
+++ b/cpukit/posix/src/semaphoretranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semaphorewaitsupp.c b/cpukit/posix/src/semaphorewaitsupp.c
index c580ef41c0..2ad1efe5af 100644
--- a/cpukit/posix/src/semaphorewaitsupp.c
+++ b/cpukit/posix/src/semaphorewaitsupp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semclose.c b/cpukit/posix/src/semclose.c
index f526a9652e..3913cd57fb 100644
--- a/cpukit/posix/src/semclose.c
+++ b/cpukit/posix/src/semclose.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semdestroy.c b/cpukit/posix/src/semdestroy.c
index 2a3ea212a2..b2a03f5ff7 100644
--- a/cpukit/posix/src/semdestroy.c
+++ b/cpukit/posix/src/semdestroy.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semgetvalue.c b/cpukit/posix/src/semgetvalue.c
index 21f9584ef1..7b21c82df9 100644
--- a/cpukit/posix/src/semgetvalue.c
+++ b/cpukit/posix/src/semgetvalue.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/seminit.c b/cpukit/posix/src/seminit.c
index 2ec803b8c4..42dd0405d1 100644
--- a/cpukit/posix/src/seminit.c
+++ b/cpukit/posix/src/seminit.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semopen.c b/cpukit/posix/src/semopen.c
index 398d9e8450..3354369936 100644
--- a/cpukit/posix/src/semopen.c
+++ b/cpukit/posix/src/semopen.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sempost.c b/cpukit/posix/src/sempost.c
index 2536d03c72..e1d6221ad7 100644
--- a/cpukit/posix/src/sempost.c
+++ b/cpukit/posix/src/sempost.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semtimedwait.c b/cpukit/posix/src/semtimedwait.c
index 93a13c6541..33008366f5 100644
--- a/cpukit/posix/src/semtimedwait.c
+++ b/cpukit/posix/src/semtimedwait.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semtrywait.c b/cpukit/posix/src/semtrywait.c
index 0ca74f2af3..e8c4e7689b 100644
--- a/cpukit/posix/src/semtrywait.c
+++ b/cpukit/posix/src/semtrywait.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semunlink.c b/cpukit/posix/src/semunlink.c
index ca566a6f9b..16c9525e3f 100644
--- a/cpukit/posix/src/semunlink.c
+++ b/cpukit/posix/src/semunlink.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/semwait.c b/cpukit/posix/src/semwait.c
index a80851a57a..32b896a4df 100644
--- a/cpukit/posix/src/semwait.c
+++ b/cpukit/posix/src/semwait.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/setcancelstate.c b/cpukit/posix/src/setcancelstate.c
index 7b7543b639..a5356aa945 100644
--- a/cpukit/posix/src/setcancelstate.c
+++ b/cpukit/posix/src/setcancelstate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/setcanceltype.c b/cpukit/posix/src/setcanceltype.c
index 85f645bad4..c0278dd10a 100644
--- a/cpukit/posix/src/setcanceltype.c
+++ b/cpukit/posix/src/setcanceltype.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/setitimer.c b/cpukit/posix/src/setitimer.c
index 24a4723100..7a40419463 100644
--- a/cpukit/posix/src/setitimer.c
+++ b/cpukit/posix/src/setitimer.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index b92154663c..f3729807d2 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigaddset.c b/cpukit/posix/src/sigaddset.c
index 5c65ab60eb..dac1cda520 100644
--- a/cpukit/posix/src/sigaddset.c
+++ b/cpukit/posix/src/sigaddset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigdelset.c b/cpukit/posix/src/sigdelset.c
index 856eb384df..a559e64bbb 100644
--- a/cpukit/posix/src/sigdelset.c
+++ b/cpukit/posix/src/sigdelset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigemptyset.c b/cpukit/posix/src/sigemptyset.c
index 9a6d3580ca..245639e896 100644
--- a/cpukit/posix/src/sigemptyset.c
+++ b/cpukit/posix/src/sigemptyset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigfillset.c b/cpukit/posix/src/sigfillset.c
index a67b9b9a3e..75b0ede57e 100644
--- a/cpukit/posix/src/sigfillset.c
+++ b/cpukit/posix/src/sigfillset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigismember.c b/cpukit/posix/src/sigismember.c
index 958c5336af..545df3ec28 100644
--- a/cpukit/posix/src/sigismember.c
+++ b/cpukit/posix/src/sigismember.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/signal_2.c b/cpukit/posix/src/signal_2.c
index 326861752f..b1bf93cc79 100644
--- a/cpukit/posix/src/signal_2.c
+++ b/cpukit/posix/src/signal_2.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigpending.c b/cpukit/posix/src/sigpending.c
index 9f22760a58..58e41d3b44 100644
--- a/cpukit/posix/src/sigpending.c
+++ b/cpukit/posix/src/sigpending.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigprocmask.c b/cpukit/posix/src/sigprocmask.c
index d20a10d1ba..26435f7c03 100644
--- a/cpukit/posix/src/sigprocmask.c
+++ b/cpukit/posix/src/sigprocmask.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigqueue.c b/cpukit/posix/src/sigqueue.c
index 727f2c6b42..0b26eacb67 100644
--- a/cpukit/posix/src/sigqueue.c
+++ b/cpukit/posix/src/sigqueue.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigsuspend.c b/cpukit/posix/src/sigsuspend.c
index 77b6d90a29..6ef961e25c 100644
--- a/cpukit/posix/src/sigsuspend.c
+++ b/cpukit/posix/src/sigsuspend.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigtimedwait.c b/cpukit/posix/src/sigtimedwait.c
index d3470f649f..fc8cc9cac6 100644
--- a/cpukit/posix/src/sigtimedwait.c
+++ b/cpukit/posix/src/sigtimedwait.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c
index 1c34b5ee5b..5a73e85933 100644
--- a/cpukit/posix/src/sigwait.c
+++ b/cpukit/posix/src/sigwait.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index 2c61e2a8fc..e90125e0cf 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/sysconf.c b/cpukit/posix/src/sysconf.c
index 5874661336..e6c73de2ec 100644
--- a/cpukit/posix/src/sysconf.c
+++ b/cpukit/posix/src/sysconf.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/testcancel.c b/cpukit/posix/src/testcancel.c
index 9c2022b773..400ab7efe5 100644
--- a/cpukit/posix/src/testcancel.c
+++ b/cpukit/posix/src/testcancel.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timercreate.c b/cpukit/posix/src/timercreate.c
index 1d843580ba..86981eafd0 100644
--- a/cpukit/posix/src/timercreate.c
+++ b/cpukit/posix/src/timercreate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timerdelete.c b/cpukit/posix/src/timerdelete.c
index cc70871e3c..89cfe2f056 100644
--- a/cpukit/posix/src/timerdelete.c
+++ b/cpukit/posix/src/timerdelete.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timergetoverrun.c b/cpukit/posix/src/timergetoverrun.c
index 1ad7bc4d04..9403d02f5c 100644
--- a/cpukit/posix/src/timergetoverrun.c
+++ b/cpukit/posix/src/timergetoverrun.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timergettime.c b/cpukit/posix/src/timergettime.c
index bb39121b81..3aa63e32f7 100644
--- a/cpukit/posix/src/timergettime.c
+++ b/cpukit/posix/src/timergettime.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timerinserthelper.c b/cpukit/posix/src/timerinserthelper.c
index a2ced7a79b..9e2aa6a437 100644
--- a/cpukit/posix/src/timerinserthelper.c
+++ b/cpukit/posix/src/timerinserthelper.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timersettime.c b/cpukit/posix/src/timersettime.c
index d618bd391e..b0c3061023 100644
--- a/cpukit/posix/src/timersettime.c
+++ b/cpukit/posix/src/timersettime.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/timertsr.c b/cpukit/posix/src/timertsr.c
index b2a86ce4fb..0ef40ffdfe 100644
--- a/cpukit/posix/src/timertsr.c
+++ b/cpukit/posix/src/timertsr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/ualarm.c b/cpukit/posix/src/ualarm.c
index 59bcad214b..0e13908a22 100644
--- a/cpukit/posix/src/ualarm.c
+++ b/cpukit/posix/src/ualarm.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/vfork.c b/cpukit/posix/src/vfork.c
index 4db522f015..64838c8d87 100644
--- a/cpukit/posix/src/vfork.c
+++ b/cpukit/posix/src/vfork.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/wait.c b/cpukit/posix/src/wait.c
index b277930b47..1984c47741 100644
--- a/cpukit/posix/src/wait.c
+++ b/cpukit/posix/src/wait.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/posix/src/waitpid.c b/cpukit/posix/src/waitpid.c
index b3c3918f4e..0ae199156f 100644
--- a/cpukit/posix/src/waitpid.c
+++ b/cpukit/posix/src/waitpid.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index 8d593a4fa2..bbf861177e 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index fab6a1e4ca..68c6a0b7b9 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_H
diff --git a/cpukit/rtems/include/rtems/rtems/asr.h b/cpukit/rtems/include/rtems/rtems/asr.h
index d733bd0626..dae0dd8474 100644
--- a/cpukit/rtems/include/rtems/rtems/asr.h
+++ b/cpukit/rtems/include/rtems/rtems/asr.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_ASR_H
diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h
index 0206ad5cc6..674ee08eff 100644
--- a/cpukit/rtems/include/rtems/rtems/attr.h
+++ b/cpukit/rtems/include/rtems/rtems/attr.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_ATTR_H
diff --git a/cpukit/rtems/include/rtems/rtems/barrier.h b/cpukit/rtems/include/rtems/rtems/barrier.h
index 5bcb32e04e..3e3aa003aa 100644
--- a/cpukit/rtems/include/rtems/rtems/barrier.h
+++ b/cpukit/rtems/include/rtems/rtems/barrier.h
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_BARRIER_H
diff --git a/cpukit/rtems/include/rtems/rtems/barriermp.h b/cpukit/rtems/include/rtems/rtems/barriermp.h
index 1a20680665..102979c36b 100644
--- a/cpukit/rtems/include/rtems/rtems/barriermp.h
+++ b/cpukit/rtems/include/rtems/rtems/barriermp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SEMMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index 57c22a20d2..92f02c34ce 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_CLOCK_H
diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h
index 2217463d5a..be3a14248c 100644
--- a/cpukit/rtems/include/rtems/rtems/config.h
+++ b/cpukit/rtems/include/rtems/rtems/config.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_CONFIG_H
diff --git a/cpukit/rtems/include/rtems/rtems/dpmem.h b/cpukit/rtems/include/rtems/rtems/dpmem.h
index 86885143b5..7ccb2255f6 100644
--- a/cpukit/rtems/include/rtems/rtems/dpmem.h
+++ b/cpukit/rtems/include/rtems/rtems/dpmem.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_DPMEM_H
diff --git a/cpukit/rtems/include/rtems/rtems/event.h b/cpukit/rtems/include/rtems/rtems/event.h
index 23464aa8a8..5280c94750 100644
--- a/cpukit/rtems/include/rtems/rtems/event.h
+++ b/cpukit/rtems/include/rtems/rtems/event.h
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_EVENT_H
diff --git a/cpukit/rtems/include/rtems/rtems/eventmp.h b/cpukit/rtems/include/rtems/rtems/eventmp.h
index bc44fe6aab..aa09e348cc 100644
--- a/cpukit/rtems/include/rtems/rtems/eventmp.h
+++ b/cpukit/rtems/include/rtems/rtems/eventmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_EVENTMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/eventset.h b/cpukit/rtems/include/rtems/rtems/eventset.h
index 2a86ebb070..d543ba5583 100644
--- a/cpukit/rtems/include/rtems/rtems/eventset.h
+++ b/cpukit/rtems/include/rtems/rtems/eventset.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_EVENTSET_H
diff --git a/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/rtems/include/rtems/rtems/intr.h
index f1085d537d..8a6e3b714f 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/rtems/include/rtems/rtems/intr.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_INTR_H
diff --git a/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/rtems/include/rtems/rtems/message.h
index c56cc220a1..130ea3142c 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/rtems/include/rtems/rtems/message.h
@@ -23,8 +23,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MESSAGE_H
diff --git a/cpukit/rtems/include/rtems/rtems/modes.h b/cpukit/rtems/include/rtems/rtems/modes.h
index c24b072acf..0dbf91bf27 100644
--- a/cpukit/rtems/include/rtems/rtems/modes.h
+++ b/cpukit/rtems/include/rtems/rtems/modes.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MODES_H
diff --git a/cpukit/rtems/include/rtems/rtems/mp.h b/cpukit/rtems/include/rtems/rtems/mp.h
index 1f8252aac3..c04b0b1c64 100644
--- a/cpukit/rtems/include/rtems/rtems/mp.h
+++ b/cpukit/rtems/include/rtems/rtems/mp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MP_H
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index 53b0849074..f512eaeda7 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MSGMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/rtems/include/rtems/rtems/object.h
index ea09bddf41..94a52978a8 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/rtems/include/rtems/rtems/object.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_OBJECT_H
diff --git a/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/rtems/include/rtems/rtems/options.h
index 240854519c..8746e5516e 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/rtems/include/rtems/rtems/options.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_OPTIONS_H
diff --git a/cpukit/rtems/include/rtems/rtems/part.h b/cpukit/rtems/include/rtems/rtems/part.h
index 3d3d2938ab..c30bc419d6 100644
--- a/cpukit/rtems/include/rtems/rtems/part.h
+++ b/cpukit/rtems/include/rtems/rtems/part.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_PART_H
diff --git a/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/rtems/include/rtems/rtems/partmp.h
index f36f0e259c..96decf9697 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/rtems/include/rtems/rtems/partmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_PARTMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 9e0f1fda09..c7193a08f8 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_RATEMON_H
diff --git a/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/rtems/include/rtems/rtems/region.h
index adab79b999..12bba85985 100644
--- a/cpukit/rtems/include/rtems/rtems/region.h
+++ b/cpukit/rtems/include/rtems/rtems/region.h
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_REGION_H
diff --git a/cpukit/rtems/include/rtems/rtems/regionmp.h b/cpukit/rtems/include/rtems/rtems/regionmp.h
index b748aba8e8..7465bbfd4f 100644
--- a/cpukit/rtems/include/rtems/rtems/regionmp.h
+++ b/cpukit/rtems/include/rtems/rtems/regionmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_REGIONMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/rtemsapi.h b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
index d75dbb0490..d39acd35c0 100644
--- a/cpukit/rtems/include/rtems/rtems/rtemsapi.h
+++ b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_RTEMSAPI_H
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index b4443241c0..c15d9eede2 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SEM_H
diff --git a/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/rtems/include/rtems/rtems/semmp.h
index f3a06aeb2f..1fc3d4af31 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/rtems/include/rtems/rtems/semmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SEMMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/rtems/include/rtems/rtems/signal.h
index 1517dce734..f804e5ef70 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/rtems/include/rtems/rtems/signal.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SIGNAL_H
diff --git a/cpukit/rtems/include/rtems/rtems/signalmp.h b/cpukit/rtems/include/rtems/rtems/signalmp.h
index 46e6a60538..d05daa8dd2 100644
--- a/cpukit/rtems/include/rtems/rtems/signalmp.h
+++ b/cpukit/rtems/include/rtems/rtems/signalmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SIGNALMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/smp.h b/cpukit/rtems/include/rtems/rtems/smp.h
index 6ebe9502a6..cf2ae8e30b 100644
--- a/cpukit/rtems/include/rtems/rtems/smp.h
+++ b/cpukit/rtems/include/rtems/rtems/smp.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/status.h b/cpukit/rtems/include/rtems/rtems/status.h
index 7aad661111..2718d4f063 100644
--- a/cpukit/rtems/include/rtems/rtems/status.h
+++ b/cpukit/rtems/include/rtems/rtems/status.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_STATUS_H
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index 08c911d7e6..bdabc59e8b 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SUPPORT_H
diff --git a/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/rtems/include/rtems/rtems/taskmp.h
index 16bf205d8d..28fa73d690 100644
--- a/cpukit/rtems/include/rtems/rtems/taskmp.h
+++ b/cpukit/rtems/include/rtems/rtems/taskmp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TASKMP_H
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 390c873864..b6f51a1bc6 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -29,8 +29,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TASKS_H
diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h
index b7c729042c..c0e1e5ba86 100644
--- a/cpukit/rtems/include/rtems/rtems/timer.h
+++ b/cpukit/rtems/include/rtems/rtems/timer.h
@@ -31,8 +31,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TIMER_H
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index 9a26edf5f1..52afa2611a 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TYPES_H
diff --git a/cpukit/rtems/inline/rtems/rtems/asr.inl b/cpukit/rtems/inline/rtems/rtems/asr.inl
index 93587a312c..3aabaaae5b 100644
--- a/cpukit/rtems/inline/rtems/rtems/asr.inl
+++ b/cpukit/rtems/inline/rtems/rtems/asr.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_ASR_H
diff --git a/cpukit/rtems/inline/rtems/rtems/attr.inl b/cpukit/rtems/inline/rtems/rtems/attr.inl
index 7a697588da..75d62ad601 100644
--- a/cpukit/rtems/inline/rtems/rtems/attr.inl
+++ b/cpukit/rtems/inline/rtems/rtems/attr.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_ATTR_H
diff --git a/cpukit/rtems/inline/rtems/rtems/barrier.inl b/cpukit/rtems/inline/rtems/rtems/barrier.inl
index c2d37428fb..08508b9665 100644
--- a/cpukit/rtems/inline/rtems/rtems/barrier.inl
+++ b/cpukit/rtems/inline/rtems/rtems/barrier.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_BARRIER_H
diff --git a/cpukit/rtems/inline/rtems/rtems/dpmem.inl b/cpukit/rtems/inline/rtems/rtems/dpmem.inl
index 5b944484b5..c445603a9d 100644
--- a/cpukit/rtems/inline/rtems/rtems/dpmem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/dpmem.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_DPMEM_H
diff --git a/cpukit/rtems/inline/rtems/rtems/event.inl b/cpukit/rtems/inline/rtems/rtems/event.inl
index 8ea83e2176..320eee8b63 100644
--- a/cpukit/rtems/inline/rtems/rtems/event.inl
+++ b/cpukit/rtems/inline/rtems/rtems/event.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_EVENT_H
diff --git a/cpukit/rtems/inline/rtems/rtems/eventset.inl b/cpukit/rtems/inline/rtems/rtems/eventset.inl
index f648c75358..4e11e817f4 100644
--- a/cpukit/rtems/inline/rtems/rtems/eventset.inl
+++ b/cpukit/rtems/inline/rtems/rtems/eventset.inl
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_EVENTSET_H
diff --git a/cpukit/rtems/inline/rtems/rtems/message.inl b/cpukit/rtems/inline/rtems/rtems/message.inl
index dfaeb25fb3..06a596ecc7 100644
--- a/cpukit/rtems/inline/rtems/rtems/message.inl
+++ b/cpukit/rtems/inline/rtems/rtems/message.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MESSAGE_H
diff --git a/cpukit/rtems/inline/rtems/rtems/modes.inl b/cpukit/rtems/inline/rtems/rtems/modes.inl
index d0dfe4932b..d1ad842c54 100644
--- a/cpukit/rtems/inline/rtems/rtems/modes.inl
+++ b/cpukit/rtems/inline/rtems/rtems/modes.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_MODES_H
diff --git a/cpukit/rtems/inline/rtems/rtems/options.inl b/cpukit/rtems/inline/rtems/rtems/options.inl
index 8d2b406f33..4341b14599 100644
--- a/cpukit/rtems/inline/rtems/rtems/options.inl
+++ b/cpukit/rtems/inline/rtems/rtems/options.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_OPTIONS_H
diff --git a/cpukit/rtems/inline/rtems/rtems/part.inl b/cpukit/rtems/inline/rtems/rtems/part.inl
index eb10dc4e58..6f921a900e 100644
--- a/cpukit/rtems/inline/rtems/rtems/part.inl
+++ b/cpukit/rtems/inline/rtems/rtems/part.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_PART_H
diff --git a/cpukit/rtems/inline/rtems/rtems/ratemon.inl b/cpukit/rtems/inline/rtems/rtems/ratemon.inl
index 2e8964faa1..6c40998809 100644
--- a/cpukit/rtems/inline/rtems/rtems/ratemon.inl
+++ b/cpukit/rtems/inline/rtems/rtems/ratemon.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_RATEMON_H
diff --git a/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl
index e70891378d..3319630dc9 100644
--- a/cpukit/rtems/inline/rtems/rtems/region.inl
+++ b/cpukit/rtems/inline/rtems/rtems/region.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_REGION_H
diff --git a/cpukit/rtems/inline/rtems/rtems/sem.inl b/cpukit/rtems/inline/rtems/rtems/sem.inl
index de876d896a..7b6d0d928f 100644
--- a/cpukit/rtems/inline/rtems/rtems/sem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/sem.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SEM_H
diff --git a/cpukit/rtems/inline/rtems/rtems/status.inl b/cpukit/rtems/inline/rtems/rtems/status.inl
index a518c102f3..1ad22fdfa7 100644
--- a/cpukit/rtems/inline/rtems/rtems/status.inl
+++ b/cpukit/rtems/inline/rtems/rtems/status.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_STATUS_H
diff --git a/cpukit/rtems/inline/rtems/rtems/support.inl b/cpukit/rtems/inline/rtems/rtems/support.inl
index bd79300e8a..117f9a9f0f 100644
--- a/cpukit/rtems/inline/rtems/rtems/support.inl
+++ b/cpukit/rtems/inline/rtems/rtems/support.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_SUPPORT_H
diff --git a/cpukit/rtems/inline/rtems/rtems/tasks.inl b/cpukit/rtems/inline/rtems/rtems/tasks.inl
index e0fe241d45..193b0ad79c 100644
--- a/cpukit/rtems/inline/rtems/rtems/tasks.inl
+++ b/cpukit/rtems/inline/rtems/rtems/tasks.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TASKS_H
diff --git a/cpukit/rtems/inline/rtems/rtems/timer.inl b/cpukit/rtems/inline/rtems/rtems/timer.inl
index 951d84295a..73f5221a86 100644
--- a/cpukit/rtems/inline/rtems/rtems/timer.inl
+++ b/cpukit/rtems/inline/rtems/rtems/timer.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_TIMER_H
diff --git a/cpukit/rtems/mainpage.h b/cpukit/rtems/mainpage.h
index 8449defcbb..5aee1ccc46 100644
--- a/cpukit/rtems/mainpage.h
+++ b/cpukit/rtems/mainpage.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
diff --git a/cpukit/rtems/src/barrier.c b/cpukit/rtems/src/barrier.c
index b35b5e3415..0cdd32005f 100644
--- a/cpukit/rtems/src/barrier.c
+++ b/cpukit/rtems/src/barrier.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barriercreate.c b/cpukit/rtems/src/barriercreate.c
index 89c4b55ec9..80d616f1b1 100644
--- a/cpukit/rtems/src/barriercreate.c
+++ b/cpukit/rtems/src/barriercreate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barrierdata.c b/cpukit/rtems/src/barrierdata.c
index 6e4af5a4c8..f9e03fb5a8 100644
--- a/cpukit/rtems/src/barrierdata.c
+++ b/cpukit/rtems/src/barrierdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barrierdelete.c b/cpukit/rtems/src/barrierdelete.c
index 6843a1bc00..9811773ac6 100644
--- a/cpukit/rtems/src/barrierdelete.c
+++ b/cpukit/rtems/src/barrierdelete.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barrierident.c b/cpukit/rtems/src/barrierident.c
index 6b90dacf70..993132d647 100644
--- a/cpukit/rtems/src/barrierident.c
+++ b/cpukit/rtems/src/barrierident.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barrierrelease.c b/cpukit/rtems/src/barrierrelease.c
index 8bb53b8664..2393d66aab 100644
--- a/cpukit/rtems/src/barrierrelease.c
+++ b/cpukit/rtems/src/barrierrelease.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barriertranslatereturncode.c b/cpukit/rtems/src/barriertranslatereturncode.c
index 97d7feb911..423de90868 100644
--- a/cpukit/rtems/src/barriertranslatereturncode.c
+++ b/cpukit/rtems/src/barriertranslatereturncode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/barrierwait.c b/cpukit/rtems/src/barrierwait.c
index 04b2389051..523c4dd7f7 100644
--- a/cpukit/rtems/src/barrierwait.c
+++ b/cpukit/rtems/src/barrierwait.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockget.c b/cpukit/rtems/src/clockget.c
index 03d8ec453f..476d046fbd 100644
--- a/cpukit/rtems/src/clockget.c
+++ b/cpukit/rtems/src/clockget.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgetsecondssinceepoch.c b/cpukit/rtems/src/clockgetsecondssinceepoch.c
index c8fcdc3183..040a4070e0 100644
--- a/cpukit/rtems/src/clockgetsecondssinceepoch.c
+++ b/cpukit/rtems/src/clockgetsecondssinceepoch.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgettickspersecond.c b/cpukit/rtems/src/clockgettickspersecond.c
index 23e2dd7c39..8d2be165e4 100644
--- a/cpukit/rtems/src/clockgettickspersecond.c
+++ b/cpukit/rtems/src/clockgettickspersecond.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgettickssinceboot.c b/cpukit/rtems/src/clockgettickssinceboot.c
index a97e40106e..96a1c5e9a8 100644
--- a/cpukit/rtems/src/clockgettickssinceboot.c
+++ b/cpukit/rtems/src/clockgettickssinceboot.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgettod.c b/cpukit/rtems/src/clockgettod.c
index 4c4e77c2ae..b94d0dc118 100644
--- a/cpukit/rtems/src/clockgettod.c
+++ b/cpukit/rtems/src/clockgettod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgettodtimeval.c b/cpukit/rtems/src/clockgettodtimeval.c
index 71e53ffd24..66eab0b9f4 100644
--- a/cpukit/rtems/src/clockgettodtimeval.c
+++ b/cpukit/rtems/src/clockgettodtimeval.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockgetuptime.c b/cpukit/rtems/src/clockgetuptime.c
index b2375aa382..05d2575b60 100644
--- a/cpukit/rtems/src/clockgetuptime.c
+++ b/cpukit/rtems/src/clockgetuptime.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clockset.c b/cpukit/rtems/src/clockset.c
index 4c055d5b54..55ec3935ef 100644
--- a/cpukit/rtems/src/clockset.c
+++ b/cpukit/rtems/src/clockset.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clocksetnsecshandler.c b/cpukit/rtems/src/clocksetnsecshandler.c
index ae16a1a263..100db9b167 100644
--- a/cpukit/rtems/src/clocksetnsecshandler.c
+++ b/cpukit/rtems/src/clocksetnsecshandler.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clocktick.c b/cpukit/rtems/src/clocktick.c
index 1269bdbfbf..a00d021a2b 100644
--- a/cpukit/rtems/src/clocktick.c
+++ b/cpukit/rtems/src/clocktick.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clocktodtoseconds.c b/cpukit/rtems/src/clocktodtoseconds.c
index 7f867a4857..a27455b056 100644
--- a/cpukit/rtems/src/clocktodtoseconds.c
+++ b/cpukit/rtems/src/clocktodtoseconds.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c
index 228236011c..7aa854cd81 100644
--- a/cpukit/rtems/src/clocktodvalidate.c
+++ b/cpukit/rtems/src/clocktodvalidate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmem.c b/cpukit/rtems/src/dpmem.c
index 341f797058..168082dc6d 100644
--- a/cpukit/rtems/src/dpmem.c
+++ b/cpukit/rtems/src/dpmem.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmemcreate.c b/cpukit/rtems/src/dpmemcreate.c
index d8e3426055..7ac6ae91fb 100644
--- a/cpukit/rtems/src/dpmemcreate.c
+++ b/cpukit/rtems/src/dpmemcreate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmemdata.c b/cpukit/rtems/src/dpmemdata.c
index cc2285c1f6..088fefea23 100644
--- a/cpukit/rtems/src/dpmemdata.c
+++ b/cpukit/rtems/src/dpmemdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmemdelete.c b/cpukit/rtems/src/dpmemdelete.c
index 06210a83a8..02c3fbb901 100644
--- a/cpukit/rtems/src/dpmemdelete.c
+++ b/cpukit/rtems/src/dpmemdelete.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmemexternal2internal.c b/cpukit/rtems/src/dpmemexternal2internal.c
index 6f141e656d..c6f1c11d7b 100644
--- a/cpukit/rtems/src/dpmemexternal2internal.c
+++ b/cpukit/rtems/src/dpmemexternal2internal.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmemident.c b/cpukit/rtems/src/dpmemident.c
index a30907dc5a..e8e2a359ac 100644
--- a/cpukit/rtems/src/dpmemident.c
+++ b/cpukit/rtems/src/dpmemident.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/dpmeminternal2external.c b/cpukit/rtems/src/dpmeminternal2external.c
index c6f3e9c5a8..6e61566f43 100644
--- a/cpukit/rtems/src/dpmeminternal2external.c
+++ b/cpukit/rtems/src/dpmeminternal2external.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/event.c b/cpukit/rtems/src/event.c
index f3283c9d9b..ed148e8b37 100644
--- a/cpukit/rtems/src/event.c
+++ b/cpukit/rtems/src/event.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventdata.c b/cpukit/rtems/src/eventdata.c
index bc7eb466c1..3faa657c72 100644
--- a/cpukit/rtems/src/eventdata.c
+++ b/cpukit/rtems/src/eventdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c
index f6f8d3bbfc..0d640ce7fb 100644
--- a/cpukit/rtems/src/eventmp.c
+++ b/cpukit/rtems/src/eventmp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventreceive.c b/cpukit/rtems/src/eventreceive.c
index 544784de14..48568ebccd 100644
--- a/cpukit/rtems/src/eventreceive.c
+++ b/cpukit/rtems/src/eventreceive.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventseize.c b/cpukit/rtems/src/eventseize.c
index a65ce19712..b1ad80d1cc 100644
--- a/cpukit/rtems/src/eventseize.c
+++ b/cpukit/rtems/src/eventseize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventsend.c b/cpukit/rtems/src/eventsend.c
index e0e28b7b64..cc06cfaca1 100644
--- a/cpukit/rtems/src/eventsend.c
+++ b/cpukit/rtems/src/eventsend.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventsurrender.c b/cpukit/rtems/src/eventsurrender.c
index 0c679e471a..9761c782e8 100644
--- a/cpukit/rtems/src/eventsurrender.c
+++ b/cpukit/rtems/src/eventsurrender.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/eventtimeout.c b/cpukit/rtems/src/eventtimeout.c
index 5f27852107..eb0f84eaba 100644
--- a/cpukit/rtems/src/eventtimeout.c
+++ b/cpukit/rtems/src/eventtimeout.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/intrbody.c b/cpukit/rtems/src/intrbody.c
index aac994229d..780b59836c 100644
--- a/cpukit/rtems/src/intrbody.c
+++ b/cpukit/rtems/src/intrbody.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/intrcatch.c b/cpukit/rtems/src/intrcatch.c
index dc3f1d4684..b752374c98 100644
--- a/cpukit/rtems/src/intrcatch.c
+++ b/cpukit/rtems/src/intrcatch.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/mp.c b/cpukit/rtems/src/mp.c
index 195bb592b8..dc352ca8e7 100644
--- a/cpukit/rtems/src/mp.c
+++ b/cpukit/rtems/src/mp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c
index db05be42d6..009cc28e3b 100644
--- a/cpukit/rtems/src/msg.c
+++ b/cpukit/rtems/src/msg.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgdata.c b/cpukit/rtems/src/msgdata.c
index 70baa35723..7616e9a9db 100644
--- a/cpukit/rtems/src/msgdata.c
+++ b/cpukit/rtems/src/msgdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgmp.c b/cpukit/rtems/src/msgmp.c
index 585afae823..047cb83d9b 100644
--- a/cpukit/rtems/src/msgmp.c
+++ b/cpukit/rtems/src/msgmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqallocate.c b/cpukit/rtems/src/msgqallocate.c
index 70a6bef734..39c60c9e81 100644
--- a/cpukit/rtems/src/msgqallocate.c
+++ b/cpukit/rtems/src/msgqallocate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqbroadcast.c b/cpukit/rtems/src/msgqbroadcast.c
index 1299a79140..9460613a76 100644
--- a/cpukit/rtems/src/msgqbroadcast.c
+++ b/cpukit/rtems/src/msgqbroadcast.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqcreate.c b/cpukit/rtems/src/msgqcreate.c
index 39542a8213..a5cce2bd1d 100644
--- a/cpukit/rtems/src/msgqcreate.c
+++ b/cpukit/rtems/src/msgqcreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqdelete.c b/cpukit/rtems/src/msgqdelete.c
index e4dc1227bc..ed3571e0f4 100644
--- a/cpukit/rtems/src/msgqdelete.c
+++ b/cpukit/rtems/src/msgqdelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqflush.c b/cpukit/rtems/src/msgqflush.c
index e4e044888a..e62047ef0e 100644
--- a/cpukit/rtems/src/msgqflush.c
+++ b/cpukit/rtems/src/msgqflush.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqgetnumberpending.c b/cpukit/rtems/src/msgqgetnumberpending.c
index 483297114d..9941317652 100644
--- a/cpukit/rtems/src/msgqgetnumberpending.c
+++ b/cpukit/rtems/src/msgqgetnumberpending.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqident.c b/cpukit/rtems/src/msgqident.c
index 515d736dd3..6b1c9630d2 100644
--- a/cpukit/rtems/src/msgqident.c
+++ b/cpukit/rtems/src/msgqident.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqreceive.c b/cpukit/rtems/src/msgqreceive.c
index 08673f3695..00ed6c2eba 100644
--- a/cpukit/rtems/src/msgqreceive.c
+++ b/cpukit/rtems/src/msgqreceive.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqsend.c b/cpukit/rtems/src/msgqsend.c
index 9c2c251cfd..5fbcfa1c0a 100644
--- a/cpukit/rtems/src/msgqsend.c
+++ b/cpukit/rtems/src/msgqsend.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqtranslatereturncode.c b/cpukit/rtems/src/msgqtranslatereturncode.c
index 1c3ddf0400..aa3ba0ce74 100644
--- a/cpukit/rtems/src/msgqtranslatereturncode.c
+++ b/cpukit/rtems/src/msgqtranslatereturncode.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/msgqurgent.c b/cpukit/rtems/src/msgqurgent.c
index a1d5ccadb0..256f8206ad 100644
--- a/cpukit/rtems/src/msgqurgent.c
+++ b/cpukit/rtems/src/msgqurgent.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c
index 864f69623d..65e5331ed0 100644
--- a/cpukit/rtems/src/part.c
+++ b/cpukit/rtems/src/part.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partcreate.c b/cpukit/rtems/src/partcreate.c
index 64a1888188..ae1ec709b8 100644
--- a/cpukit/rtems/src/partcreate.c
+++ b/cpukit/rtems/src/partcreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partdata.c b/cpukit/rtems/src/partdata.c
index 8f6c5b4531..10332f1dba 100644
--- a/cpukit/rtems/src/partdata.c
+++ b/cpukit/rtems/src/partdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partdelete.c b/cpukit/rtems/src/partdelete.c
index 3bb22ccd8d..6cae308b13 100644
--- a/cpukit/rtems/src/partdelete.c
+++ b/cpukit/rtems/src/partdelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partgetbuffer.c b/cpukit/rtems/src/partgetbuffer.c
index 21186c052c..2a32c4e57f 100644
--- a/cpukit/rtems/src/partgetbuffer.c
+++ b/cpukit/rtems/src/partgetbuffer.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c
index 72bb0a5b59..83185c8a02 100644
--- a/cpukit/rtems/src/partident.c
+++ b/cpukit/rtems/src/partident.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c
index 32e246015d..6a1fbc9878 100644
--- a/cpukit/rtems/src/partmp.c
+++ b/cpukit/rtems/src/partmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/partreturnbuffer.c b/cpukit/rtems/src/partreturnbuffer.c
index a92395e630..bec3c166c6 100644
--- a/cpukit/rtems/src/partreturnbuffer.c
+++ b/cpukit/rtems/src/partreturnbuffer.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c
index 12ca48f5e0..d2eba801da 100644
--- a/cpukit/rtems/src/ratemon.c
+++ b/cpukit/rtems/src/ratemon.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemoncancel.c b/cpukit/rtems/src/ratemoncancel.c
index ec6d450e85..b0b8c04671 100644
--- a/cpukit/rtems/src/ratemoncancel.c
+++ b/cpukit/rtems/src/ratemoncancel.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemoncreate.c b/cpukit/rtems/src/ratemoncreate.c
index 256550872b..80627f224a 100644
--- a/cpukit/rtems/src/ratemoncreate.c
+++ b/cpukit/rtems/src/ratemoncreate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemondata.c b/cpukit/rtems/src/ratemondata.c
index efd461fa02..b591934666 100644
--- a/cpukit/rtems/src/ratemondata.c
+++ b/cpukit/rtems/src/ratemondata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemondelete.c b/cpukit/rtems/src/ratemondelete.c
index 155a1c13c6..751c7f53d8 100644
--- a/cpukit/rtems/src/ratemondelete.c
+++ b/cpukit/rtems/src/ratemondelete.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemongetstatistics.c b/cpukit/rtems/src/ratemongetstatistics.c
index ab07f25db6..017a67e19c 100644
--- a/cpukit/rtems/src/ratemongetstatistics.c
+++ b/cpukit/rtems/src/ratemongetstatistics.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemongetstatus.c b/cpukit/rtems/src/ratemongetstatus.c
index 59d2bbeaa8..73c59ee121 100644
--- a/cpukit/rtems/src/ratemongetstatus.c
+++ b/cpukit/rtems/src/ratemongetstatus.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c
index 44b02465a9..35e4195e09 100644
--- a/cpukit/rtems/src/ratemonident.c
+++ b/cpukit/rtems/src/ratemonident.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c
index 3c73fa659d..14cd2d5a8e 100644
--- a/cpukit/rtems/src/ratemonperiod.c
+++ b/cpukit/rtems/src/ratemonperiod.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemonreportstatistics.c b/cpukit/rtems/src/ratemonreportstatistics.c
index fe65151d04..c94171c107 100644
--- a/cpukit/rtems/src/ratemonreportstatistics.c
+++ b/cpukit/rtems/src/ratemonreportstatistics.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemonresetall.c b/cpukit/rtems/src/ratemonresetall.c
index 39a2ec91e7..5a6fbd1b2b 100644
--- a/cpukit/rtems/src/ratemonresetall.c
+++ b/cpukit/rtems/src/ratemonresetall.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemonresetstatistics.c b/cpukit/rtems/src/ratemonresetstatistics.c
index f90d5fc471..7a38fee380 100644
--- a/cpukit/rtems/src/ratemonresetstatistics.c
+++ b/cpukit/rtems/src/ratemonresetstatistics.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/ratemontimeout.c b/cpukit/rtems/src/ratemontimeout.c
index dafa4395db..9ab0c59044 100644
--- a/cpukit/rtems/src/ratemontimeout.c
+++ b/cpukit/rtems/src/ratemontimeout.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index b52d8f62a1..2fdc3ca222 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regioncreate.c b/cpukit/rtems/src/regioncreate.c
index 05d92d6b5f..f97c85a65f 100644
--- a/cpukit/rtems/src/regioncreate.c
+++ b/cpukit/rtems/src/regioncreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiondata.c b/cpukit/rtems/src/regiondata.c
index 9ecce9e7bb..4f5c3da816 100644
--- a/cpukit/rtems/src/regiondata.c
+++ b/cpukit/rtems/src/regiondata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiondelete.c b/cpukit/rtems/src/regiondelete.c
index 33447897b3..d691bedd5e 100644
--- a/cpukit/rtems/src/regiondelete.c
+++ b/cpukit/rtems/src/regiondelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionextend.c b/cpukit/rtems/src/regionextend.c
index 881756b4bd..cf4489ef0f 100644
--- a/cpukit/rtems/src/regionextend.c
+++ b/cpukit/rtems/src/regionextend.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiongetfreeinfo.c b/cpukit/rtems/src/regiongetfreeinfo.c
index 23f16082f2..52b7135f75 100644
--- a/cpukit/rtems/src/regiongetfreeinfo.c
+++ b/cpukit/rtems/src/regiongetfreeinfo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiongetinfo.c b/cpukit/rtems/src/regiongetinfo.c
index cd973a7130..a1d7d60c0c 100644
--- a/cpukit/rtems/src/regiongetinfo.c
+++ b/cpukit/rtems/src/regiongetinfo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiongetsegment.c b/cpukit/rtems/src/regiongetsegment.c
index 04e212a7a1..81d363a065 100644
--- a/cpukit/rtems/src/regiongetsegment.c
+++ b/cpukit/rtems/src/regiongetsegment.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regiongetsegmentsize.c b/cpukit/rtems/src/regiongetsegmentsize.c
index 9c3956c3f4..8333d160dd 100644
--- a/cpukit/rtems/src/regiongetsegmentsize.c
+++ b/cpukit/rtems/src/regiongetsegmentsize.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionident.c b/cpukit/rtems/src/regionident.c
index 119aa2087b..6e1809230c 100644
--- a/cpukit/rtems/src/regionident.c
+++ b/cpukit/rtems/src/regionident.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionmp.c b/cpukit/rtems/src/regionmp.c
index 99d0e63146..7d8efcb07d 100644
--- a/cpukit/rtems/src/regionmp.c
+++ b/cpukit/rtems/src/regionmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionprocessqueue.c b/cpukit/rtems/src/regionprocessqueue.c
index fb4c364444..1cb50adac8 100644
--- a/cpukit/rtems/src/regionprocessqueue.c
+++ b/cpukit/rtems/src/regionprocessqueue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionresizesegment.c b/cpukit/rtems/src/regionresizesegment.c
index 32e818ad92..82531fa374 100644
--- a/cpukit/rtems/src/regionresizesegment.c
+++ b/cpukit/rtems/src/regionresizesegment.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/regionreturnsegment.c b/cpukit/rtems/src/regionreturnsegment.c
index 51c9d39b41..37e4e6f85c 100644
--- a/cpukit/rtems/src/regionreturnsegment.c
+++ b/cpukit/rtems/src/regionreturnsegment.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c
index 652f443677..515788c808 100644
--- a/cpukit/rtems/src/rtclock.c
+++ b/cpukit/rtems/src/rtclock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsbuildid.c b/cpukit/rtems/src/rtemsbuildid.c
index 916d1dfab5..b72e145c73 100644
--- a/cpukit/rtems/src/rtemsbuildid.c
+++ b/cpukit/rtems/src/rtemsbuildid.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsbuildname.c b/cpukit/rtems/src/rtemsbuildname.c
index 1fbd727297..a37db76a78 100644
--- a/cpukit/rtems/src/rtemsbuildname.c
+++ b/cpukit/rtems/src/rtemsbuildname.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectapimaximumclass.c b/cpukit/rtems/src/rtemsobjectapimaximumclass.c
index 78ea425dc4..17ad518e42 100644
--- a/cpukit/rtems/src/rtemsobjectapimaximumclass.c
+++ b/cpukit/rtems/src/rtemsobjectapimaximumclass.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectapiminimumclass.c b/cpukit/rtems/src/rtemsobjectapiminimumclass.c
index faf416c27d..8b0e78ae7a 100644
--- a/cpukit/rtems/src/rtemsobjectapiminimumclass.c
+++ b/cpukit/rtems/src/rtemsobjectapiminimumclass.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectgetapiclassname.c b/cpukit/rtems/src/rtemsobjectgetapiclassname.c
index 2ea697bc37..2550006ee8 100644
--- a/cpukit/rtems/src/rtemsobjectgetapiclassname.c
+++ b/cpukit/rtems/src/rtemsobjectgetapiclassname.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectgetapiname.c b/cpukit/rtems/src/rtemsobjectgetapiname.c
index 90a6afa198..4976a92135 100644
--- a/cpukit/rtems/src/rtemsobjectgetapiname.c
+++ b/cpukit/rtems/src/rtemsobjectgetapiname.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectgetclassicname.c b/cpukit/rtems/src/rtemsobjectgetclassicname.c
index b2b40e1f32..e34261cc95 100644
--- a/cpukit/rtems/src/rtemsobjectgetclassicname.c
+++ b/cpukit/rtems/src/rtemsobjectgetclassicname.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectgetclassinfo.c b/cpukit/rtems/src/rtemsobjectgetclassinfo.c
index 4f20a6f61f..aceab69a43 100644
--- a/cpukit/rtems/src/rtemsobjectgetclassinfo.c
+++ b/cpukit/rtems/src/rtemsobjectgetclassinfo.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectgetname.c b/cpukit/rtems/src/rtemsobjectgetname.c
index 3a502f917a..9064cc657d 100644
--- a/cpukit/rtems/src/rtemsobjectgetname.c
+++ b/cpukit/rtems/src/rtemsobjectgetname.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidapimaximum.c b/cpukit/rtems/src/rtemsobjectidapimaximum.c
index fbf6c19d02..69cb9d899c 100644
--- a/cpukit/rtems/src/rtemsobjectidapimaximum.c
+++ b/cpukit/rtems/src/rtemsobjectidapimaximum.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidapiminimum.c b/cpukit/rtems/src/rtemsobjectidapiminimum.c
index 057fa09d70..0c85a14fb2 100644
--- a/cpukit/rtems/src/rtemsobjectidapiminimum.c
+++ b/cpukit/rtems/src/rtemsobjectidapiminimum.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidgetapi.c b/cpukit/rtems/src/rtemsobjectidgetapi.c
index 859e4b5bc6..88bf30b8fb 100644
--- a/cpukit/rtems/src/rtemsobjectidgetapi.c
+++ b/cpukit/rtems/src/rtemsobjectidgetapi.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidgetclass.c b/cpukit/rtems/src/rtemsobjectidgetclass.c
index fe85050c4a..2a1a47f948 100644
--- a/cpukit/rtems/src/rtemsobjectidgetclass.c
+++ b/cpukit/rtems/src/rtemsobjectidgetclass.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidgetindex.c b/cpukit/rtems/src/rtemsobjectidgetindex.c
index 67f795be8d..72e5e75658 100644
--- a/cpukit/rtems/src/rtemsobjectidgetindex.c
+++ b/cpukit/rtems/src/rtemsobjectidgetindex.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectidgetnode.c b/cpukit/rtems/src/rtemsobjectidgetnode.c
index 5dfae4b1f9..eb97a37dd7 100644
--- a/cpukit/rtems/src/rtemsobjectidgetnode.c
+++ b/cpukit/rtems/src/rtemsobjectidgetnode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemsobjectsetname.c b/cpukit/rtems/src/rtemsobjectsetname.c
index 8c16b66d0b..e67d77f3b4 100644
--- a/cpukit/rtems/src/rtemsobjectsetname.c
+++ b/cpukit/rtems/src/rtemsobjectsetname.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c
index 699e6b4ae3..6a8a3e0246 100644
--- a/cpukit/rtems/src/rtemstimer.c
+++ b/cpukit/rtems/src/rtemstimer.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/rtemstimerdata.c b/cpukit/rtems/src/rtemstimerdata.c
index b817c2f788..6a735619dd 100644
--- a/cpukit/rtems/src/rtemstimerdata.c
+++ b/cpukit/rtems/src/rtemstimerdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/sem.c b/cpukit/rtems/src/sem.c
index 8bc641a8bc..76c753e114 100644
--- a/cpukit/rtems/src/sem.c
+++ b/cpukit/rtems/src/sem.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semcreate.c b/cpukit/rtems/src/semcreate.c
index 833628e9e3..a25789064e 100644
--- a/cpukit/rtems/src/semcreate.c
+++ b/cpukit/rtems/src/semcreate.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semdata.c b/cpukit/rtems/src/semdata.c
index cc4126db15..accab0ef44 100644
--- a/cpukit/rtems/src/semdata.c
+++ b/cpukit/rtems/src/semdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semdelete.c b/cpukit/rtems/src/semdelete.c
index 519da45583..54625fac37 100644
--- a/cpukit/rtems/src/semdelete.c
+++ b/cpukit/rtems/src/semdelete.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semflush.c b/cpukit/rtems/src/semflush.c
index 65c05f9abd..5b47718156 100644
--- a/cpukit/rtems/src/semflush.c
+++ b/cpukit/rtems/src/semflush.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semident.c b/cpukit/rtems/src/semident.c
index c7db8e820a..0c43912265 100644
--- a/cpukit/rtems/src/semident.c
+++ b/cpukit/rtems/src/semident.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c
index 5962283489..2e85b20b90 100644
--- a/cpukit/rtems/src/semmp.c
+++ b/cpukit/rtems/src/semmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semobtain.c b/cpukit/rtems/src/semobtain.c
index d2be96892a..2faaff0cc6 100644
--- a/cpukit/rtems/src/semobtain.c
+++ b/cpukit/rtems/src/semobtain.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semrelease.c b/cpukit/rtems/src/semrelease.c
index 4ad6bf5595..dea8f0bd77 100644
--- a/cpukit/rtems/src/semrelease.c
+++ b/cpukit/rtems/src/semrelease.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/semtranslatereturncode.c b/cpukit/rtems/src/semtranslatereturncode.c
index 0b73094f3a..2231df8d1b 100644
--- a/cpukit/rtems/src/semtranslatereturncode.c
+++ b/cpukit/rtems/src/semtranslatereturncode.c
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/signal.c b/cpukit/rtems/src/signal.c
index 3083468b8c..9528490db1 100644
--- a/cpukit/rtems/src/signal.c
+++ b/cpukit/rtems/src/signal.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/signalcatch.c b/cpukit/rtems/src/signalcatch.c
index 5c424b2602..4170b614e9 100644
--- a/cpukit/rtems/src/signalcatch.c
+++ b/cpukit/rtems/src/signalcatch.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c
index 9b13bede3b..b07f160f98 100644
--- a/cpukit/rtems/src/signalmp.c
+++ b/cpukit/rtems/src/signalmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/signalsend.c b/cpukit/rtems/src/signalsend.c
index 0168405f1c..917a548516 100644
--- a/cpukit/rtems/src/signalsend.c
+++ b/cpukit/rtems/src/signalsend.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/status.c b/cpukit/rtems/src/status.c
index 4414d090a1..27d60b5ce7 100644
--- a/cpukit/rtems/src/status.c
+++ b/cpukit/rtems/src/status.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/rtems/status.h>
diff --git a/cpukit/rtems/src/taskcreate.c b/cpukit/rtems/src/taskcreate.c
index c07ce60067..924048ac03 100644
--- a/cpukit/rtems/src/taskcreate.c
+++ b/cpukit/rtems/src/taskcreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskdata.c b/cpukit/rtems/src/taskdata.c
index 13c0a1f6e1..46e44747be 100644
--- a/cpukit/rtems/src/taskdata.c
+++ b/cpukit/rtems/src/taskdata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskdelete.c b/cpukit/rtems/src/taskdelete.c
index bcd4833fb6..00a63ac165 100644
--- a/cpukit/rtems/src/taskdelete.c
+++ b/cpukit/rtems/src/taskdelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskgetnote.c b/cpukit/rtems/src/taskgetnote.c
index 2e7a885f7a..5773298eba 100644
--- a/cpukit/rtems/src/taskgetnote.c
+++ b/cpukit/rtems/src/taskgetnote.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskident.c b/cpukit/rtems/src/taskident.c
index 157ebdb2bb..469c112e14 100644
--- a/cpukit/rtems/src/taskident.c
+++ b/cpukit/rtems/src/taskident.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskinitusers.c b/cpukit/rtems/src/taskinitusers.c
index 7b5273a447..1d47a2b46b 100644
--- a/cpukit/rtems/src/taskinitusers.c
+++ b/cpukit/rtems/src/taskinitusers.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskissuspended.c b/cpukit/rtems/src/taskissuspended.c
index ebb90cc74c..8a8dff3753 100644
--- a/cpukit/rtems/src/taskissuspended.c
+++ b/cpukit/rtems/src/taskissuspended.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskmode.c b/cpukit/rtems/src/taskmode.c
index 40a456f2be..17958dc14c 100644
--- a/cpukit/rtems/src/taskmode.c
+++ b/cpukit/rtems/src/taskmode.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskmp.c b/cpukit/rtems/src/taskmp.c
index 14a49c78ab..ead2513401 100644
--- a/cpukit/rtems/src/taskmp.c
+++ b/cpukit/rtems/src/taskmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskrestart.c b/cpukit/rtems/src/taskrestart.c
index 953dce194d..c74fe98930 100644
--- a/cpukit/rtems/src/taskrestart.c
+++ b/cpukit/rtems/src/taskrestart.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskresume.c b/cpukit/rtems/src/taskresume.c
index b49321818c..ec7d109caa 100644
--- a/cpukit/rtems/src/taskresume.c
+++ b/cpukit/rtems/src/taskresume.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index c3fadd5605..663a02c061 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskself.c b/cpukit/rtems/src/taskself.c
index e596c15c60..14fc4ca66b 100644
--- a/cpukit/rtems/src/taskself.c
+++ b/cpukit/rtems/src/taskself.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/tasksetnote.c b/cpukit/rtems/src/tasksetnote.c
index a502be40b4..9bbe721c1e 100644
--- a/cpukit/rtems/src/tasksetnote.c
+++ b/cpukit/rtems/src/tasksetnote.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 234b47ac8a..c8e3bf84ae 100644
--- a/cpukit/rtems/src/tasksetpriority.c
+++ b/cpukit/rtems/src/tasksetpriority.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskstart.c b/cpukit/rtems/src/taskstart.c
index 318fa398d3..9c6cc5bd0d 100644
--- a/cpukit/rtems/src/taskstart.c
+++ b/cpukit/rtems/src/taskstart.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/tasksuspend.c b/cpukit/rtems/src/tasksuspend.c
index 2c1f366ae5..23d9eccc6a 100644
--- a/cpukit/rtems/src/tasksuspend.c
+++ b/cpukit/rtems/src/tasksuspend.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskvariable_invoke_dtor.c b/cpukit/rtems/src/taskvariable_invoke_dtor.c
index d348c6d90e..9f797c45dc 100644
--- a/cpukit/rtems/src/taskvariable_invoke_dtor.c
+++ b/cpukit/rtems/src/taskvariable_invoke_dtor.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskvariableadd.c b/cpukit/rtems/src/taskvariableadd.c
index 41d6bed57c..415fe69fa4 100644
--- a/cpukit/rtems/src/taskvariableadd.c
+++ b/cpukit/rtems/src/taskvariableadd.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskvariabledelete.c b/cpukit/rtems/src/taskvariabledelete.c
index fe34732f57..42f773cfab 100644
--- a/cpukit/rtems/src/taskvariabledelete.c
+++ b/cpukit/rtems/src/taskvariabledelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskvariableget.c b/cpukit/rtems/src/taskvariableget.c
index fbe3b10d7f..8801a24538 100644
--- a/cpukit/rtems/src/taskvariableget.c
+++ b/cpukit/rtems/src/taskvariableget.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskwakeafter.c b/cpukit/rtems/src/taskwakeafter.c
index 2f7f3df8da..190d11e3e9 100644
--- a/cpukit/rtems/src/taskwakeafter.c
+++ b/cpukit/rtems/src/taskwakeafter.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/taskwakewhen.c b/cpukit/rtems/src/taskwakewhen.c
index 86e784b963..8043db548d 100644
--- a/cpukit/rtems/src/taskwakewhen.c
+++ b/cpukit/rtems/src/taskwakewhen.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timercancel.c b/cpukit/rtems/src/timercancel.c
index 8dce1411b3..3faf0ed930 100644
--- a/cpukit/rtems/src/timercancel.c
+++ b/cpukit/rtems/src/timercancel.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timercreate.c b/cpukit/rtems/src/timercreate.c
index 189ca66377..8d53fc4ecb 100644
--- a/cpukit/rtems/src/timercreate.c
+++ b/cpukit/rtems/src/timercreate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerdelete.c b/cpukit/rtems/src/timerdelete.c
index f44074d56d..e7a0d15492 100644
--- a/cpukit/rtems/src/timerdelete.c
+++ b/cpukit/rtems/src/timerdelete.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerfireafter.c b/cpukit/rtems/src/timerfireafter.c
index 212e0e071b..f823a7b35d 100644
--- a/cpukit/rtems/src/timerfireafter.c
+++ b/cpukit/rtems/src/timerfireafter.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerfirewhen.c b/cpukit/rtems/src/timerfirewhen.c
index 80a7a794f9..b3e1231ef0 100644
--- a/cpukit/rtems/src/timerfirewhen.c
+++ b/cpukit/rtems/src/timerfirewhen.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timergetinfo.c b/cpukit/rtems/src/timergetinfo.c
index 810767230d..af24c7a0bd 100644
--- a/cpukit/rtems/src/timergetinfo.c
+++ b/cpukit/rtems/src/timergetinfo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c
index 94b99f4a3e..8f9a607130 100644
--- a/cpukit/rtems/src/timerident.c
+++ b/cpukit/rtems/src/timerident.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerreset.c b/cpukit/rtems/src/timerreset.c
index 2c462f4213..e86957c9de 100644
--- a/cpukit/rtems/src/timerreset.c
+++ b/cpukit/rtems/src/timerreset.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerserver.c b/cpukit/rtems/src/timerserver.c
index 9f8da0d5c3..c7570985d8 100644
--- a/cpukit/rtems/src/timerserver.c
+++ b/cpukit/rtems/src/timerserver.c
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerserverfireafter.c b/cpukit/rtems/src/timerserverfireafter.c
index 1628bf8a11..d515d5f919 100644
--- a/cpukit/rtems/src/timerserverfireafter.c
+++ b/cpukit/rtems/src/timerserverfireafter.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/timerserverfirewhen.c b/cpukit/rtems/src/timerserverfirewhen.c
index 0a86460e01..2a1172d420 100644
--- a/cpukit/rtems/src/timerserverfirewhen.c
+++ b/cpukit/rtems/src/timerserverfirewhen.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/rtems/src/workspace.c b/cpukit/rtems/src/workspace.c
index 3a3d086858..7af58978e4 100644
--- a/cpukit/rtems/src/workspace.c
+++ b/cpukit/rtems/src/workspace.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index 453628095b..805cfa7075 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 3e4cb90940..bb18be40db 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -32,8 +32,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __CONFIGURATION_TEMPLATE_h
diff --git a/cpukit/sapi/include/rtems/README b/cpukit/sapi/include/rtems/README
index f29bdb45b7..1b6dd77619 100644
--- a/cpukit/sapi/include/rtems/README
+++ b/cpukit/sapi/include/rtems/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuring a System Using the Template in confdefs.h
=====================================================
diff --git a/cpukit/sapi/include/rtems/cbs.h b/cpukit/sapi/include/rtems/cbs.h
index d016e5cdec..9113204bdf 100644
--- a/cpukit/sapi/include/rtems/cbs.h
+++ b/cpukit/sapi/include/rtems/cbs.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef CONFIGURE_SCHEDULER_CBS
diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h
index a80bb9c1e2..12d6e3b536 100644
--- a/cpukit/sapi/include/rtems/chain.h
+++ b/cpukit/sapi/include/rtems/chain.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CHAIN_H
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 407b19e825..8bc5aea50c 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CONFIG_H
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index 4a7e258818..bc213b747f 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_EXTENSION_H
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index a9d91743be..4ddb578c91 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -17,8 +17,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_FATAL_H
diff --git a/cpukit/sapi/include/rtems/init.h b/cpukit/sapi/include/rtems/init.h
index 952b075c14..e3a5fdfa12 100644
--- a/cpukit/sapi/include/rtems/init.h
+++ b/cpukit/sapi/include/rtems/init.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_INIT_H
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index a4ffaef3b5..5477860b5a 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_IO_H
diff --git a/cpukit/sapi/include/rtems/mptables.h b/cpukit/sapi/include/rtems/mptables.h
index 1094629a6d..c46a367a33 100644
--- a/cpukit/sapi/include/rtems/mptables.h
+++ b/cpukit/sapi/include/rtems/mptables.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_MPTABLES_H
diff --git a/cpukit/sapi/include/rtems/rbtree.h b/cpukit/sapi/include/rtems/rbtree.h
index c39512d917..4d150deee7 100644
--- a/cpukit/sapi/include/rtems/rbtree.h
+++ b/cpukit/sapi/include/rtems/rbtree.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_RBTREE_H
diff --git a/cpukit/sapi/include/rtems/sptables.h b/cpukit/sapi/include/rtems/sptables.h
index e4fbd226bf..d6480acdfe 100644
--- a/cpukit/sapi/include/rtems/sptables.h
+++ b/cpukit/sapi/include/rtems/sptables.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SPTABLES_H
diff --git a/cpukit/sapi/inline/rtems/cbs.inl b/cpukit/sapi/inline/rtems/cbs.inl
index 451d8cbc04..d4fb6a8d9d 100644
--- a/cpukit/sapi/inline/rtems/cbs.inl
+++ b/cpukit/sapi/inline/rtems/cbs.inl
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CBS_H
diff --git a/cpukit/sapi/inline/rtems/chain.inl b/cpukit/sapi/inline/rtems/chain.inl
index d8db855477..d7f7f7152d 100644
--- a/cpukit/sapi/inline/rtems/chain.inl
+++ b/cpukit/sapi/inline/rtems/chain.inl
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_CHAIN_H
diff --git a/cpukit/sapi/inline/rtems/extension.inl b/cpukit/sapi/inline/rtems/extension.inl
index 36005b7d7f..968b62b58e 100644
--- a/cpukit/sapi/inline/rtems/extension.inl
+++ b/cpukit/sapi/inline/rtems/extension.inl
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __EXTENSION_MANAGER_inl
diff --git a/cpukit/sapi/src/debug.c b/cpukit/sapi/src/debug.c
index d8b266f883..f24bd3a757 100644
--- a/cpukit/sapi/src/debug.c
+++ b/cpukit/sapi/src/debug.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 34b83c7180..82e853a142 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/exshutdown.c b/cpukit/sapi/src/exshutdown.c
index 498a1546f1..6e3e1c9897 100644
--- a/cpukit/sapi/src/exshutdown.c
+++ b/cpukit/sapi/src/exshutdown.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/extension.c b/cpukit/sapi/src/extension.c
index 36262c014b..80a19fa441 100644
--- a/cpukit/sapi/src/extension.c
+++ b/cpukit/sapi/src/extension.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/extensioncreate.c b/cpukit/sapi/src/extensioncreate.c
index bb8647e7b9..d852c83621 100644
--- a/cpukit/sapi/src/extensioncreate.c
+++ b/cpukit/sapi/src/extensioncreate.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/extensiondata.c b/cpukit/sapi/src/extensiondata.c
index 6057db5ee6..1a8c134597 100644
--- a/cpukit/sapi/src/extensiondata.c
+++ b/cpukit/sapi/src/extensiondata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/extensiondelete.c b/cpukit/sapi/src/extensiondelete.c
index 4f5be6337b..67d10733b2 100644
--- a/cpukit/sapi/src/extensiondelete.c
+++ b/cpukit/sapi/src/extensiondelete.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/extensionident.c b/cpukit/sapi/src/extensionident.c
index e59f39d7dc..3e19326124 100644
--- a/cpukit/sapi/src/extensionident.c
+++ b/cpukit/sapi/src/extensionident.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c
index 80abde253a..08c8a1e2c0 100644
--- a/cpukit/sapi/src/fatal.c
+++ b/cpukit/sapi/src/fatal.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/getversionstring.c b/cpukit/sapi/src/getversionstring.c
index 526cd795de..2518e0f6ce 100644
--- a/cpukit/sapi/src/getversionstring.c
+++ b/cpukit/sapi/src/getversionstring.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index 6a752cd527..1bcb045607 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/ioclose.c b/cpukit/sapi/src/ioclose.c
index 65d43f55ec..3f459f8a4d 100644
--- a/cpukit/sapi/src/ioclose.c
+++ b/cpukit/sapi/src/ioclose.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/iocontrol.c b/cpukit/sapi/src/iocontrol.c
index 1f1d0d38ea..d1002cb773 100644
--- a/cpukit/sapi/src/iocontrol.c
+++ b/cpukit/sapi/src/iocontrol.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/iodata.c b/cpukit/sapi/src/iodata.c
index f15de6979d..082a28f03c 100644
--- a/cpukit/sapi/src/iodata.c
+++ b/cpukit/sapi/src/iodata.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/ioinitialize.c b/cpukit/sapi/src/ioinitialize.c
index 998edbb6b2..273792dd83 100644
--- a/cpukit/sapi/src/ioinitialize.c
+++ b/cpukit/sapi/src/ioinitialize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/ioopen.c b/cpukit/sapi/src/ioopen.c
index f8f1c84a86..2d9dc67b38 100644
--- a/cpukit/sapi/src/ioopen.c
+++ b/cpukit/sapi/src/ioopen.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/ioread.c b/cpukit/sapi/src/ioread.c
index 3b090ef764..c219b98911 100644
--- a/cpukit/sapi/src/ioread.c
+++ b/cpukit/sapi/src/ioread.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/ioregisterdriver.c b/cpukit/sapi/src/ioregisterdriver.c
index 30d10eb808..351b6d1739 100644
--- a/cpukit/sapi/src/ioregisterdriver.c
+++ b/cpukit/sapi/src/ioregisterdriver.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/iounregisterdriver.c b/cpukit/sapi/src/iounregisterdriver.c
index 631ffbfd82..433e94b1a9 100644
--- a/cpukit/sapi/src/iounregisterdriver.c
+++ b/cpukit/sapi/src/iounregisterdriver.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/iowrite.c b/cpukit/sapi/src/iowrite.c
index 9283404e73..287461701d 100644
--- a/cpukit/sapi/src/iowrite.c
+++ b/cpukit/sapi/src/iowrite.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index 8915f7acb7..a6ea4cb489 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c
index 84dd277490..d90a36edde 100644
--- a/cpukit/sapi/src/rtemsapi.c
+++ b/cpukit/sapi/src/rtemsapi.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 2ff6b5474a..cb512e41ad 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index 569afb8cd5..36479892d9 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
SUBDIRS = @RTEMS_CPU@
DIST_SUBDIRS =
diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am
index 61210cb467..cf511c9417 100644
--- a/cpukit/score/cpu/arm/Makefile.am
+++ b/cpukit/score/cpu/arm/Makefile.am
@@ -1,6 +1,3 @@
-##
-## $Id$
-##
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/asm.h
diff --git a/cpukit/score/cpu/arm/arm_exc_handler_high.c b/cpukit/score/cpu/arm/arm_exc_handler_high.c
index 3c3ec9f191..5f0fdd05f1 100644
--- a/cpukit/score/cpu/arm/arm_exc_handler_high.c
+++ b/cpukit/score/cpu/arm/arm_exc_handler_high.c
@@ -20,8 +20,6 @@
* http://www.rtems.com/license/LICENSE.
*
* Moved from file 'cpukit/score/cpu/arm/cpu.c'.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/arm/arm_exc_handler_low.S b/cpukit/score/cpu/arm/arm_exc_handler_low.S
index 5840c6d0be..35bc9ff073 100644
--- a/cpukit/score/cpu/arm/arm_exc_handler_low.S
+++ b/cpukit/score/cpu/arm/arm_exc_handler_low.S
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* Copyright (c) 2007 by Ray Xu, <Rayx.cn@gmail.com>
* Thumb support added.
*
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index 89f5ce2d7a..5fd920ee63 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -20,8 +20,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/arm/cpu_asm.S b/cpukit/score/cpu/arm/cpu_asm.S
index 340ebd5dbd..79e6df882e 100644
--- a/cpukit/score/cpu/arm/cpu_asm.S
+++ b/cpukit/score/cpu/arm/cpu_asm.S
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* This file contains all assembly code for the ARM implementation
* of RTEMS.
*
diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h
index 5275b0bb97..c4f7cf2324 100644
--- a/cpukit/score/cpu/arm/rtems/score/arm.h
+++ b/cpukit/score/cpu/arm/rtems/score/arm.h
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* COPYRIGHT (c) 2000 Canon Research Centre France SA.
* Emmanuel Raguet, mailto:raguet@crf.canon.fr
*
diff --git a/cpukit/score/cpu/arm/rtems/score/armv7m.h b/cpukit/score/cpu/arm/rtems/score/armv7m.h
index a4bae3ce5b..b561369f37 100644
--- a/cpukit/score/cpu/arm/rtems/score/armv7m.h
+++ b/cpukit/score/cpu/arm/rtems/score/armv7m.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef RTEMS_SCORE_ARMV7M_H
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index f098db3ece..4f054e24c5 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* This include file contains information pertaining to the ARM
* processor.
*
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu_asm.h b/cpukit/score/cpu/arm/rtems/score/cpu_asm.h
index ac93112c30..16c40125ec 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu_asm.h
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* COPYRIGHT (c) 2002 by Advent Networks, Inc.
* Jay Monkman <jmonkman@adventnetworks.com>
*
diff --git a/cpukit/score/cpu/arm/rtems/score/types.h b/cpukit/score/cpu/arm/rtems/score/types.h
index 5eb1bf7765..f6de605b89 100644
--- a/cpukit/score/cpu/arm/rtems/score/types.h
+++ b/cpukit/score/cpu/arm/rtems/score/types.h
@@ -7,8 +7,6 @@
*/
/*
- * $Id$
- *
* This include file contains type definitions pertaining to the
* arm processor family.
*
diff --git a/cpukit/score/cpu/avr/Makefile.am b/cpukit/score/cpu/avr/Makefile.am
index 9895dc7bf0..4079b69171 100644
--- a/cpukit/score/cpu/avr/Makefile.am
+++ b/cpukit/score/cpu/avr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/avr/avr/boot.h b/cpukit/score/cpu/avr/avr/boot.h
index a2ef9910ce..96453b5bfd 100644
--- a/cpukit/score/cpu/avr/avr/boot.h
+++ b/cpukit/score/cpu/avr/avr/boot.h
@@ -26,7 +26,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_BOOT_H_
#define _AVR_BOOT_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/common.h b/cpukit/score/cpu/avr/avr/common.h
index 1df2bf7e72..0901a6c741 100644
--- a/cpukit/score/cpu/avr/avr/common.h
+++ b/cpukit/score/cpu/avr/avr/common.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_COMMON_H
diff --git a/cpukit/score/cpu/avr/avr/crc16.h b/cpukit/score/cpu/avr/avr/crc16.h
index 6c8de25ea0..63e043b7a8 100644
--- a/cpukit/score/cpu/avr/avr/crc16.h
+++ b/cpukit/score/cpu/avr/avr/crc16.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_CRC16_H_
#define _AVR_CRC16_H_
diff --git a/cpukit/score/cpu/avr/avr/delay.h b/cpukit/score/cpu/avr/avr/delay.h
index 2847cebb97..42f10c1912 100644
--- a/cpukit/score/cpu/avr/avr/delay.h
+++ b/cpukit/score/cpu/avr/avr/delay.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_DELAY_H_
#define _AVR_DELAY_H_
diff --git a/cpukit/score/cpu/avr/avr/eeprom.h b/cpukit/score/cpu/avr/avr/eeprom.h
index e590a04a51..ab21d2dbe0 100644
--- a/cpukit/score/cpu/avr/avr/eeprom.h
+++ b/cpukit/score/cpu/avr/avr/eeprom.h
@@ -30,7 +30,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_EEPROM_H_
#define _AVR_EEPROM_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/fuse.h b/cpukit/score/cpu/avr/avr/fuse.h
index 7aa4f92a18..ba968ba853 100644
--- a/cpukit/score/cpu/avr/avr/fuse.h
+++ b/cpukit/score/cpu/avr/avr/fuse.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/fuse.h - Fuse API */
diff --git a/cpukit/score/cpu/avr/avr/interrupt.h b/cpukit/score/cpu/avr/avr/interrupt.h
index e4077c16bc..8dd5e26d09 100644
--- a/cpukit/score/cpu/avr/avr/interrupt.h
+++ b/cpukit/score/cpu/avr/avr/interrupt.h
@@ -30,7 +30,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_INTERRUPT_H_
#define _AVR_INTERRUPT_H_
diff --git a/cpukit/score/cpu/avr/avr/io.h b/cpukit/score/cpu/avr/avr/io.h
index 98e7a18b6b..d4198f14ae 100644
--- a/cpukit/score/cpu/avr/avr/io.h
+++ b/cpukit/score/cpu/avr/avr/io.h
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/** \file */
/** \defgroup avr_io <avr/io.h>: AVR device-specific IO definitions
diff --git a/cpukit/score/cpu/avr/avr/io1200.h b/cpukit/score/cpu/avr/avr/io1200.h
index 6268b26fe9..fdb934ff4e 100644
--- a/cpukit/score/cpu/avr/avr/io1200.h
+++ b/cpukit/score/cpu/avr/avr/io1200.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io1200.h - definitions for AT90S1200 */
diff --git a/cpukit/score/cpu/avr/avr/io2313.h b/cpukit/score/cpu/avr/avr/io2313.h
index 4069ff1413..1ca95a6749 100644
--- a/cpukit/score/cpu/avr/avr/io2313.h
+++ b/cpukit/score/cpu/avr/avr/io2313.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io2313.h - definitions for AT90S2313 */
diff --git a/cpukit/score/cpu/avr/avr/io2323.h b/cpukit/score/cpu/avr/avr/io2323.h
index b0da337466..2bfe7174d2 100644
--- a/cpukit/score/cpu/avr/avr/io2323.h
+++ b/cpukit/score/cpu/avr/avr/io2323.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io2323.h - definitions for AT90S2323 */
diff --git a/cpukit/score/cpu/avr/avr/io2333.h b/cpukit/score/cpu/avr/avr/io2333.h
index c239144b1d..044f5a6b8b 100644
--- a/cpukit/score/cpu/avr/avr/io2333.h
+++ b/cpukit/score/cpu/avr/avr/io2333.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io2333.h - definitions for AT90S2333 */
diff --git a/cpukit/score/cpu/avr/avr/io2343.h b/cpukit/score/cpu/avr/avr/io2343.h
index 1e952d3fd9..bb193917c5 100644
--- a/cpukit/score/cpu/avr/avr/io2343.h
+++ b/cpukit/score/cpu/avr/avr/io2343.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io2343.h - definitions for AT90S2343 */
diff --git a/cpukit/score/cpu/avr/avr/io43u32x.h b/cpukit/score/cpu/avr/avr/io43u32x.h
index 750920f9ae..c31a187d94 100644
--- a/cpukit/score/cpu/avr/avr/io43u32x.h
+++ b/cpukit/score/cpu/avr/avr/io43u32x.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io43u32x.h - definitions for AT43USB32x */
diff --git a/cpukit/score/cpu/avr/avr/io43u35x.h b/cpukit/score/cpu/avr/avr/io43u35x.h
index 364e2776bc..d803fa99c0 100644
--- a/cpukit/score/cpu/avr/avr/io43u35x.h
+++ b/cpukit/score/cpu/avr/avr/io43u35x.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io43u35x.h - definitions for AT43USB35x */
diff --git a/cpukit/score/cpu/avr/avr/io4414.h b/cpukit/score/cpu/avr/avr/io4414.h
index ec6b8bf5a3..9c8362c061 100644
--- a/cpukit/score/cpu/avr/avr/io4414.h
+++ b/cpukit/score/cpu/avr/avr/io4414.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io4414.h - definitions for AT90S4414 */
diff --git a/cpukit/score/cpu/avr/avr/io4433.h b/cpukit/score/cpu/avr/avr/io4433.h
index 1452e85044..d0a57e3075 100644
--- a/cpukit/score/cpu/avr/avr/io4433.h
+++ b/cpukit/score/cpu/avr/avr/io4433.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io4433.h - definitions for AT90S4433 */
diff --git a/cpukit/score/cpu/avr/avr/io4434.h b/cpukit/score/cpu/avr/avr/io4434.h
index e8231f0907..d3719f8fcb 100644
--- a/cpukit/score/cpu/avr/avr/io4434.h
+++ b/cpukit/score/cpu/avr/avr/io4434.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io4434.h - definitions for AT90S4434 */
diff --git a/cpukit/score/cpu/avr/avr/io76c711.h b/cpukit/score/cpu/avr/avr/io76c711.h
index dec1d52844..60e3b744a3 100644
--- a/cpukit/score/cpu/avr/avr/io76c711.h
+++ b/cpukit/score/cpu/avr/avr/io76c711.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io76c711.h - definitions for AT76C711 */
diff --git a/cpukit/score/cpu/avr/avr/io8515.h b/cpukit/score/cpu/avr/avr/io8515.h
index f9fa50de75..305224d201 100644
--- a/cpukit/score/cpu/avr/avr/io8515.h
+++ b/cpukit/score/cpu/avr/avr/io8515.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io8515.h - definitions for AT90S8515 */
diff --git a/cpukit/score/cpu/avr/avr/io8534.h b/cpukit/score/cpu/avr/avr/io8534.h
index d1a88c3f01..f25cfd269f 100644
--- a/cpukit/score/cpu/avr/avr/io8534.h
+++ b/cpukit/score/cpu/avr/avr/io8534.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io8534.h - definitions for AT90C8534 */
diff --git a/cpukit/score/cpu/avr/avr/io8535.h b/cpukit/score/cpu/avr/avr/io8535.h
index 5a4bf4a175..f0c419b8f5 100644
--- a/cpukit/score/cpu/avr/avr/io8535.h
+++ b/cpukit/score/cpu/avr/avr/io8535.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io8535.h - definitions for AT90S8535 */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm1.h b/cpukit/score/cpu/avr/avr/io90pwm1.h
index 2277154656..ccf77afd07 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm1.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm1.h
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iopwm1.h - definitions for AT90PWM1 device */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm216.h b/cpukit/score/cpu/avr/avr/io90pwm216.h
index 14ad598dc1..70682e7bcd 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm216.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm216.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io90pwm216.h - definitions for AT90PWM216 */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm2b.h b/cpukit/score/cpu/avr/avr/io90pwm2b.h
index 9f8fc2fbe1..14a3893366 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm2b.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm2b.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/io90pwm2b.h - definitions for AT90PWM2B */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm316.h b/cpukit/score/cpu/avr/avr/io90pwm316.h
index f4f27f3ee3..fbc1256922 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm316.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm316.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io90pwm316.h - definitions for AT90PWM316 */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm3b.h b/cpukit/score/cpu/avr/avr/io90pwm3b.h
index 74eb90ee97..0d648fb47d 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm3b.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm3b.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/io90pwm3b.h - definitions for AT90PWM3B */
diff --git a/cpukit/score/cpu/avr/avr/io90pwm81.h b/cpukit/score/cpu/avr/avr/io90pwm81.h
index 0844a4ef8c..cc013b96b0 100644
--- a/cpukit/score/cpu/avr/avr/io90pwm81.h
+++ b/cpukit/score/cpu/avr/avr/io90pwm81.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io90pwm81.h - definitions for AT90PWM81 */
diff --git a/cpukit/score/cpu/avr/avr/io90pwmx.h b/cpukit/score/cpu/avr/avr/io90pwmx.h
index 40bf324727..f2db6097f7 100644
--- a/cpukit/score/cpu/avr/avr/io90pwmx.h
+++ b/cpukit/score/cpu/avr/avr/io90pwmx.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io90pwmx.h - definitions for AT90PWM2(B) and AT90PWM3(B) */
diff --git a/cpukit/score/cpu/avr/avr/io90scr100.h b/cpukit/score/cpu/avr/avr/io90scr100.h
index c863b391ac..4451ec8b5d 100644
--- a/cpukit/score/cpu/avr/avr/io90scr100.h
+++ b/cpukit/score/cpu/avr/avr/io90scr100.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/io90scr100.h - definitions for AT90SCR100 */
diff --git a/cpukit/score/cpu/avr/avr/ioa6289.h b/cpukit/score/cpu/avr/avr/ioa6289.h
index 9ac279cbe2..b5bde6ae40 100644
--- a/cpukit/score/cpu/avr/avr/ioa6289.h
+++ b/cpukit/score/cpu/avr/avr/ioa6289.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/ioa6289.h - definitions for ATA6289 */
diff --git a/cpukit/score/cpu/avr/avr/ioat94k.h b/cpukit/score/cpu/avr/avr/ioat94k.h
index 40d19dd695..68a9fe2cf5 100644
--- a/cpukit/score/cpu/avr/avr/ioat94k.h
+++ b/cpukit/score/cpu/avr/avr/ioat94k.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/ioat94k.h - definitions for AT94K series FPSLIC(tm) */
diff --git a/cpukit/score/cpu/avr/avr/iocan128.h b/cpukit/score/cpu/avr/avr/iocan128.h
index 3d9f5a2372..d7996f0c8b 100644
--- a/cpukit/score/cpu/avr/avr/iocan128.h
+++ b/cpukit/score/cpu/avr/avr/iocan128.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iocan128.h - definitions for CAN128 */
diff --git a/cpukit/score/cpu/avr/avr/iocan32.h b/cpukit/score/cpu/avr/avr/iocan32.h
index 69f9d63973..8833f653f0 100644
--- a/cpukit/score/cpu/avr/avr/iocan32.h
+++ b/cpukit/score/cpu/avr/avr/iocan32.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iocan32.h - definitions for CAN32 */
diff --git a/cpukit/score/cpu/avr/avr/iocan64.h b/cpukit/score/cpu/avr/avr/iocan64.h
index efd2279049..d7525c0939 100644
--- a/cpukit/score/cpu/avr/avr/iocan64.h
+++ b/cpukit/score/cpu/avr/avr/iocan64.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iocan64.h - definitions for CAN64 */
diff --git a/cpukit/score/cpu/avr/avr/iocanxx.h b/cpukit/score/cpu/avr/avr/iocanxx.h
index bace79ea77..70c073a640 100644
--- a/cpukit/score/cpu/avr/avr/iocanxx.h
+++ b/cpukit/score/cpu/avr/avr/iocanxx.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* This file is based largely on:
- iom128.h by Peter Jansen (bit defines)
diff --git a/cpukit/score/cpu/avr/avr/iom103.h b/cpukit/score/cpu/avr/avr/iom103.h
index 89af7f561e..0f4816ff07 100644
--- a/cpukit/score/cpu/avr/avr/iom103.h
+++ b/cpukit/score/cpu/avr/avr/iom103.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom103.h - definitions for ATmega103 */
diff --git a/cpukit/score/cpu/avr/avr/iom128.h b/cpukit/score/cpu/avr/avr/iom128.h
index 088c068a16..0a41879f23 100644
--- a/cpukit/score/cpu/avr/avr/iom128.h
+++ b/cpukit/score/cpu/avr/avr/iom128.h
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom128.h - defines for ATmega128
diff --git a/cpukit/score/cpu/avr/avr/iom1280.h b/cpukit/score/cpu/avr/avr/iom1280.h
index 9daff97fc5..5bed7c9a43 100644
--- a/cpukit/score/cpu/avr/avr/iom1280.h
+++ b/cpukit/score/cpu/avr/avr/iom1280.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom1280.h - definitions for ATmega1280 */
diff --git a/cpukit/score/cpu/avr/avr/iom1281.h b/cpukit/score/cpu/avr/avr/iom1281.h
index ef277df5a3..39f6916ed1 100644
--- a/cpukit/score/cpu/avr/avr/iom1281.h
+++ b/cpukit/score/cpu/avr/avr/iom1281.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom1281.h - definitions for ATmega1281 */
diff --git a/cpukit/score/cpu/avr/avr/iom1284p.h b/cpukit/score/cpu/avr/avr/iom1284p.h
index 7eeb17ddec..0e5a6f5cd6 100644
--- a/cpukit/score/cpu/avr/avr/iom1284p.h
+++ b/cpukit/score/cpu/avr/avr/iom1284p.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom1284p.h - definitions for ATmega1284P. */
diff --git a/cpukit/score/cpu/avr/avr/iom128rfa1.h b/cpukit/score/cpu/avr/avr/iom128rfa1.h
index bc3f8ab647..480ae200f8 100644
--- a/cpukit/score/cpu/avr/avr/iom128rfa1.h
+++ b/cpukit/score/cpu/avr/avr/iom128rfa1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom128rfa1.h - definitions for ATmega128RFA1 */
diff --git a/cpukit/score/cpu/avr/avr/iom16.h b/cpukit/score/cpu/avr/avr/iom16.h
index 789f08a2e4..a9ac82b42f 100644
--- a/cpukit/score/cpu/avr/avr/iom16.h
+++ b/cpukit/score/cpu/avr/avr/iom16.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16.h - definitions for ATmega16 */
diff --git a/cpukit/score/cpu/avr/avr/iom161.h b/cpukit/score/cpu/avr/avr/iom161.h
index fc1d87ab81..8a12acf428 100644
--- a/cpukit/score/cpu/avr/avr/iom161.h
+++ b/cpukit/score/cpu/avr/avr/iom161.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom161.h - definitions for ATmega161 */
diff --git a/cpukit/score/cpu/avr/avr/iom162.h b/cpukit/score/cpu/avr/avr/iom162.h
index 1ce468c925..bdd90de0c9 100644
--- a/cpukit/score/cpu/avr/avr/iom162.h
+++ b/cpukit/score/cpu/avr/avr/iom162.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iom162.h - definitions for ATmega162 */
diff --git a/cpukit/score/cpu/avr/avr/iom163.h b/cpukit/score/cpu/avr/avr/iom163.h
index 2725dc72f7..276c7423fc 100644
--- a/cpukit/score/cpu/avr/avr/iom163.h
+++ b/cpukit/score/cpu/avr/avr/iom163.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom163.h - definitions for ATmega163 */
diff --git a/cpukit/score/cpu/avr/avr/iom164.h b/cpukit/score/cpu/avr/avr/iom164.h
index 97bfc661c4..9b97f21df6 100644
--- a/cpukit/score/cpu/avr/avr/iom164.h
+++ b/cpukit/score/cpu/avr/avr/iom164.h
@@ -30,7 +30,6 @@
/* avr/iom164.h - definitions for ATmega164 */
-/* $Id$ */
#ifndef _AVR_IOM164_H_
#define _AVR_IOM164_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom165.h b/cpukit/score/cpu/avr/avr/iom165.h
index 513a2ad87a..a15eea43c2 100644
--- a/cpukit/score/cpu/avr/avr/iom165.h
+++ b/cpukit/score/cpu/avr/avr/iom165.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom165.h - definitions for ATmega165 */
diff --git a/cpukit/score/cpu/avr/avr/iom165p.h b/cpukit/score/cpu/avr/avr/iom165p.h
index feac415e85..90daff565f 100644
--- a/cpukit/score/cpu/avr/avr/iom165p.h
+++ b/cpukit/score/cpu/avr/avr/iom165p.h
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom165p.h - definitions for ATmega165P */
diff --git a/cpukit/score/cpu/avr/avr/iom168.h b/cpukit/score/cpu/avr/avr/iom168.h
index 575c8b4a93..9470d22a39 100644
--- a/cpukit/score/cpu/avr/avr/iom168.h
+++ b/cpukit/score/cpu/avr/avr/iom168.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_IOM168_H_
#define _AVR_IOM168_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom168p.h b/cpukit/score/cpu/avr/avr/iom168p.h
index c44d409792..7c62bc3a29 100644
--- a/cpukit/score/cpu/avr/avr/iom168p.h
+++ b/cpukit/score/cpu/avr/avr/iom168p.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom168p.h - definitions for ATmega168P. */
diff --git a/cpukit/score/cpu/avr/avr/iom169.h b/cpukit/score/cpu/avr/avr/iom169.h
index 315a45bbe7..88a757e2ec 100644
--- a/cpukit/score/cpu/avr/avr/iom169.h
+++ b/cpukit/score/cpu/avr/avr/iom169.h
@@ -30,7 +30,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iom169.h - definitions for ATmega169 */
diff --git a/cpukit/score/cpu/avr/avr/iom169p.h b/cpukit/score/cpu/avr/avr/iom169p.h
index 5083a71ea4..6aad286fc7 100644
--- a/cpukit/score/cpu/avr/avr/iom169p.h
+++ b/cpukit/score/cpu/avr/avr/iom169p.h
@@ -31,7 +31,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iom169p.h - definitions for ATmega169P */
diff --git a/cpukit/score/cpu/avr/avr/iom169pa.h b/cpukit/score/cpu/avr/avr/iom169pa.h
index 61cf002b83..a2403f0546 100644
--- a/cpukit/score/cpu/avr/avr/iom169pa.h
+++ b/cpukit/score/cpu/avr/avr/iom169pa.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom169pa.h - definitions for ATmega169PA */
diff --git a/cpukit/score/cpu/avr/avr/iom16a.h b/cpukit/score/cpu/avr/avr/iom16a.h
index 55255a294d..707c3b1803 100644
--- a/cpukit/score/cpu/avr/avr/iom16a.h
+++ b/cpukit/score/cpu/avr/avr/iom16a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16a.h - definitions for ATmega16A */
diff --git a/cpukit/score/cpu/avr/avr/iom16hva.h b/cpukit/score/cpu/avr/avr/iom16hva.h
index 674e65bfb8..cae9194539 100644
--- a/cpukit/score/cpu/avr/avr/iom16hva.h
+++ b/cpukit/score/cpu/avr/avr/iom16hva.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iom16hva.h - definitions for ATmega16HVA. */
diff --git a/cpukit/score/cpu/avr/avr/iom16hva2.h b/cpukit/score/cpu/avr/avr/iom16hva2.h
index 9a0d2af4d6..2f1893ff20 100644
--- a/cpukit/score/cpu/avr/avr/iom16hva2.h
+++ b/cpukit/score/cpu/avr/avr/iom16hva2.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16hva2.h - definitions for ATmega16HVA2 */
diff --git a/cpukit/score/cpu/avr/avr/iom16hvb.h b/cpukit/score/cpu/avr/avr/iom16hvb.h
index 94e95a57c1..ea3ab57001 100644
--- a/cpukit/score/cpu/avr/avr/iom16hvb.h
+++ b/cpukit/score/cpu/avr/avr/iom16hvb.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16hvb.h - definitions for ATmega16HVB */
diff --git a/cpukit/score/cpu/avr/avr/iom16m1.h b/cpukit/score/cpu/avr/avr/iom16m1.h
index 5e073b6d9c..a7cb85e16a 100644
--- a/cpukit/score/cpu/avr/avr/iom16m1.h
+++ b/cpukit/score/cpu/avr/avr/iom16m1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16m1.h - definitions for ATmega16M1 */
diff --git a/cpukit/score/cpu/avr/avr/iom16u2.h b/cpukit/score/cpu/avr/avr/iom16u2.h
index d49bcfe3e6..346dda6d85 100644
--- a/cpukit/score/cpu/avr/avr/iom16u2.h
+++ b/cpukit/score/cpu/avr/avr/iom16u2.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16u2.h - definitions for ATmega16U2 */
diff --git a/cpukit/score/cpu/avr/avr/iom16u4.h b/cpukit/score/cpu/avr/avr/iom16u4.h
index 7b144665a6..d87bfd2a7a 100644
--- a/cpukit/score/cpu/avr/avr/iom16u4.h
+++ b/cpukit/score/cpu/avr/avr/iom16u4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom16u4.h - definitions for ATmega16U4 */
diff --git a/cpukit/score/cpu/avr/avr/iom2560.h b/cpukit/score/cpu/avr/avr/iom2560.h
index 07039ad7e8..99cfca51e6 100644
--- a/cpukit/score/cpu/avr/avr/iom2560.h
+++ b/cpukit/score/cpu/avr/avr/iom2560.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id */
/* avr/iom2560.h - definitions for ATmega2560 */
diff --git a/cpukit/score/cpu/avr/avr/iom2561.h b/cpukit/score/cpu/avr/avr/iom2561.h
index fd379a2599..3514efcd62 100644
--- a/cpukit/score/cpu/avr/avr/iom2561.h
+++ b/cpukit/score/cpu/avr/avr/iom2561.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id */
/* avr/iom2561.h - definitions for ATmega2561 */
diff --git a/cpukit/score/cpu/avr/avr/iom32.h b/cpukit/score/cpu/avr/avr/iom32.h
index b0eba1511e..7338261d75 100644
--- a/cpukit/score/cpu/avr/avr/iom32.h
+++ b/cpukit/score/cpu/avr/avr/iom32.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom32.h - definitions for ATmega32 */
diff --git a/cpukit/score/cpu/avr/avr/iom323.h b/cpukit/score/cpu/avr/avr/iom323.h
index 865d6a210b..8f6a4d1516 100644
--- a/cpukit/score/cpu/avr/avr/iom323.h
+++ b/cpukit/score/cpu/avr/avr/iom323.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom323.h - definitions for ATmega323 */
diff --git a/cpukit/score/cpu/avr/avr/iom324.h b/cpukit/score/cpu/avr/avr/iom324.h
index a798b9e98a..788113fd5f 100644
--- a/cpukit/score/cpu/avr/avr/iom324.h
+++ b/cpukit/score/cpu/avr/avr/iom324.h
@@ -30,7 +30,6 @@
/* avr/iom324.h - definitions for ATmega324 */
-/* $Id$ */
#ifndef _AVR_IOM324_H_
#define _AVR_IOM324_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom324pa.h b/cpukit/score/cpu/avr/avr/iom324pa.h
index 8231a9bb87..e28d887cf5 100644
--- a/cpukit/score/cpu/avr/avr/iom324pa.h
+++ b/cpukit/score/cpu/avr/avr/iom324pa.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom324pa.h - definitions for ATmega324PA */
diff --git a/cpukit/score/cpu/avr/avr/iom325.h b/cpukit/score/cpu/avr/avr/iom325.h
index d624872e5f..d22911c8e9 100644
--- a/cpukit/score/cpu/avr/avr/iom325.h
+++ b/cpukit/score/cpu/avr/avr/iom325.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom325.h - definitions for ATmega325 and ATmega325P. */
diff --git a/cpukit/score/cpu/avr/avr/iom3250.h b/cpukit/score/cpu/avr/avr/iom3250.h
index 3499e6584a..21d0ad123e 100644
--- a/cpukit/score/cpu/avr/avr/iom3250.h
+++ b/cpukit/score/cpu/avr/avr/iom3250.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom3250.h - definitions for ATmega3250 and ATmega3250P. */
diff --git a/cpukit/score/cpu/avr/avr/iom328p.h b/cpukit/score/cpu/avr/avr/iom328p.h
index a9e41e6ca3..179f0a5e2d 100644
--- a/cpukit/score/cpu/avr/avr/iom328p.h
+++ b/cpukit/score/cpu/avr/avr/iom328p.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom328p.h - definitions for ATmega328P. */
diff --git a/cpukit/score/cpu/avr/avr/iom32c1.h b/cpukit/score/cpu/avr/avr/iom32c1.h
index 1539c5564e..0147aee979 100644
--- a/cpukit/score/cpu/avr/avr/iom32c1.h
+++ b/cpukit/score/cpu/avr/avr/iom32c1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom32c1.h - definitions for ATmega32C1 */
diff --git a/cpukit/score/cpu/avr/avr/iom32hvb.h b/cpukit/score/cpu/avr/avr/iom32hvb.h
index c732387c7b..f97031727c 100644
--- a/cpukit/score/cpu/avr/avr/iom32hvb.h
+++ b/cpukit/score/cpu/avr/avr/iom32hvb.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom32hvb.h - definitions for ATmega32HVB. */
diff --git a/cpukit/score/cpu/avr/avr/iom32m1.h b/cpukit/score/cpu/avr/avr/iom32m1.h
index 2a97ba31e8..bf12d9f513 100644
--- a/cpukit/score/cpu/avr/avr/iom32m1.h
+++ b/cpukit/score/cpu/avr/avr/iom32m1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom32m1.h - definitions for ATmega32M1 */
diff --git a/cpukit/score/cpu/avr/avr/iom32u2.h b/cpukit/score/cpu/avr/avr/iom32u2.h
index a46eb6fa7f..5859281230 100644
--- a/cpukit/score/cpu/avr/avr/iom32u2.h
+++ b/cpukit/score/cpu/avr/avr/iom32u2.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom32u2.h - definitions for ATmega32U2 */
diff --git a/cpukit/score/cpu/avr/avr/iom32u4.h b/cpukit/score/cpu/avr/avr/iom32u4.h
index f7c465118e..87f3b360ad 100644
--- a/cpukit/score/cpu/avr/avr/iom32u4.h
+++ b/cpukit/score/cpu/avr/avr/iom32u4.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom32u4.h - definitions for ATmega32U4. */
diff --git a/cpukit/score/cpu/avr/avr/iom32u6.h b/cpukit/score/cpu/avr/avr/iom32u6.h
index 667b166446..a8b7f566f1 100644
--- a/cpukit/score/cpu/avr/avr/iom32u6.h
+++ b/cpukit/score/cpu/avr/avr/iom32u6.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom32u6.h - definitions for ATmega32U6 */
diff --git a/cpukit/score/cpu/avr/avr/iom406.h b/cpukit/score/cpu/avr/avr/iom406.h
index 466e6478ca..a349ff369c 100644
--- a/cpukit/score/cpu/avr/avr/iom406.h
+++ b/cpukit/score/cpu/avr/avr/iom406.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom406.h - definitions for ATmega406 */
diff --git a/cpukit/score/cpu/avr/avr/iom48.h b/cpukit/score/cpu/avr/avr/iom48.h
index 4c8aab117e..57d345e23b 100644
--- a/cpukit/score/cpu/avr/avr/iom48.h
+++ b/cpukit/score/cpu/avr/avr/iom48.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_IOM48_H_
#define _AVR_IOM48_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom48p.h b/cpukit/score/cpu/avr/avr/iom48p.h
index cdd6d4291e..2ced5dc8a9 100644
--- a/cpukit/score/cpu/avr/avr/iom48p.h
+++ b/cpukit/score/cpu/avr/avr/iom48p.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom48p.h - definitions for ATmega48P. */
diff --git a/cpukit/score/cpu/avr/avr/iom64.h b/cpukit/score/cpu/avr/avr/iom64.h
index e960f4c937..8164d6a420 100644
--- a/cpukit/score/cpu/avr/avr/iom64.h
+++ b/cpukit/score/cpu/avr/avr/iom64.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom64.h - defines for ATmega64
diff --git a/cpukit/score/cpu/avr/avr/iom640.h b/cpukit/score/cpu/avr/avr/iom640.h
index 39b21ca9f0..f3fe369042 100644
--- a/cpukit/score/cpu/avr/avr/iom640.h
+++ b/cpukit/score/cpu/avr/avr/iom640.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom640.h - definitions for ATmega640 */
diff --git a/cpukit/score/cpu/avr/avr/iom644.h b/cpukit/score/cpu/avr/avr/iom644.h
index 9d10921653..2ad996c647 100644
--- a/cpukit/score/cpu/avr/avr/iom644.h
+++ b/cpukit/score/cpu/avr/avr/iom644.h
@@ -30,7 +30,6 @@
/* avr/iom644.h - definitions for ATmega644 */
-/* $Id$ */
#ifndef _AVR_IOM644_H_
#define _AVR_IOM644_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom644p.h b/cpukit/score/cpu/avr/avr/iom644p.h
index 8bc94b299a..21b19d4392 100644
--- a/cpukit/score/cpu/avr/avr/iom644p.h
+++ b/cpukit/score/cpu/avr/avr/iom644p.h
@@ -30,7 +30,6 @@
/* avr/iom644p.h - definitions for ATmega644P */
-/* $Id$ */
#ifndef _AVR_IOM644P_H_
#define _AVR_IOM644P_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom644pa.h b/cpukit/score/cpu/avr/avr/iom644pa.h
index da68676671..0bcf3e6e50 100644
--- a/cpukit/score/cpu/avr/avr/iom644pa.h
+++ b/cpukit/score/cpu/avr/avr/iom644pa.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom644PA.h - definitions for ATmega644PA */
diff --git a/cpukit/score/cpu/avr/avr/iom645.h b/cpukit/score/cpu/avr/avr/iom645.h
index 32c9f3d326..1b73f2be69 100644
--- a/cpukit/score/cpu/avr/avr/iom645.h
+++ b/cpukit/score/cpu/avr/avr/iom645.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom645.h - definitions for ATmega645 */
diff --git a/cpukit/score/cpu/avr/avr/iom6450.h b/cpukit/score/cpu/avr/avr/iom6450.h
index 7a0de66401..8317f18013 100644
--- a/cpukit/score/cpu/avr/avr/iom6450.h
+++ b/cpukit/score/cpu/avr/avr/iom6450.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom6450.h - definitions for ATmega6450 */
diff --git a/cpukit/score/cpu/avr/avr/iom649p.h b/cpukit/score/cpu/avr/avr/iom649p.h
index 9cddb7477f..e544ab930e 100644
--- a/cpukit/score/cpu/avr/avr/iom649p.h
+++ b/cpukit/score/cpu/avr/avr/iom649p.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom649p.h - definitions for ATmega649 */
diff --git a/cpukit/score/cpu/avr/avr/iom64c1.h b/cpukit/score/cpu/avr/avr/iom64c1.h
index ea9450b0a6..a30aee0d98 100644
--- a/cpukit/score/cpu/avr/avr/iom64c1.h
+++ b/cpukit/score/cpu/avr/avr/iom64c1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom64c1.h - definitions for ATmega64C1 */
diff --git a/cpukit/score/cpu/avr/avr/iom64hve.h b/cpukit/score/cpu/avr/avr/iom64hve.h
index b1429e63b8..2e2debc19f 100644
--- a/cpukit/score/cpu/avr/avr/iom64hve.h
+++ b/cpukit/score/cpu/avr/avr/iom64hve.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom64hve.h - definitions for ATmega64HVE */
diff --git a/cpukit/score/cpu/avr/avr/iom64m1.h b/cpukit/score/cpu/avr/avr/iom64m1.h
index 1da9cbb618..6a97062440 100644
--- a/cpukit/score/cpu/avr/avr/iom64m1.h
+++ b/cpukit/score/cpu/avr/avr/iom64m1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom64m1.h - definitions for ATmega64M1 */
diff --git a/cpukit/score/cpu/avr/avr/iom8.h b/cpukit/score/cpu/avr/avr/iom8.h
index 632598b6c9..02ad8e1ac3 100644
--- a/cpukit/score/cpu/avr/avr/iom8.h
+++ b/cpukit/score/cpu/avr/avr/iom8.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom8.h - definitions for ATmega8 */
diff --git a/cpukit/score/cpu/avr/avr/iom8515.h b/cpukit/score/cpu/avr/avr/iom8515.h
index 66d6601983..0516670064 100644
--- a/cpukit/score/cpu/avr/avr/iom8515.h
+++ b/cpukit/score/cpu/avr/avr/iom8515.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom8515.h - definitions for ATmega8515 */
diff --git a/cpukit/score/cpu/avr/avr/iom8535.h b/cpukit/score/cpu/avr/avr/iom8535.h
index f92a3eba26..035587103e 100644
--- a/cpukit/score/cpu/avr/avr/iom8535.h
+++ b/cpukit/score/cpu/avr/avr/iom8535.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom8535.h - definitions for ATmega8535 */
diff --git a/cpukit/score/cpu/avr/avr/iom88.h b/cpukit/score/cpu/avr/avr/iom88.h
index 712434f973..063b1faecc 100644
--- a/cpukit/score/cpu/avr/avr/iom88.h
+++ b/cpukit/score/cpu/avr/avr/iom88.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_IOM88_H_
#define _AVR_IOM88_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iom88p.h b/cpukit/score/cpu/avr/avr/iom88p.h
index 88210f2430..a95fad464b 100644
--- a/cpukit/score/cpu/avr/avr/iom88p.h
+++ b/cpukit/score/cpu/avr/avr/iom88p.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iom88p.h - definitions for ATmega88P. */
diff --git a/cpukit/score/cpu/avr/avr/iom88pa.h b/cpukit/score/cpu/avr/avr/iom88pa.h
index 476e0ddec7..d5c2b21767 100644
--- a/cpukit/score/cpu/avr/avr/iom88pa.h
+++ b/cpukit/score/cpu/avr/avr/iom88pa.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom88pa.h - definitions for ATmega88PA */
diff --git a/cpukit/score/cpu/avr/avr/iom8hva.h b/cpukit/score/cpu/avr/avr/iom8hva.h
index ac323b038a..804ff526bf 100644
--- a/cpukit/score/cpu/avr/avr/iom8hva.h
+++ b/cpukit/score/cpu/avr/avr/iom8hva.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iom8hva.h - definitions for ATmega8HVA. */
diff --git a/cpukit/score/cpu/avr/avr/iom8u2.h b/cpukit/score/cpu/avr/avr/iom8u2.h
index b6009a34d9..24c8ff12d8 100644
--- a/cpukit/score/cpu/avr/avr/iom8u2.h
+++ b/cpukit/score/cpu/avr/avr/iom8u2.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iom8u2.h - definitions for ATmega8U2 */
diff --git a/cpukit/score/cpu/avr/avr/iomx8.h b/cpukit/score/cpu/avr/avr/iomx8.h
index 7e6baa04ef..46ffc47589 100644
--- a/cpukit/score/cpu/avr/avr/iomx8.h
+++ b/cpukit/score/cpu/avr/avr/iomx8.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iomx8.h - definitions for ATmega48, ATmega88 and ATmega168 */
diff --git a/cpukit/score/cpu/avr/avr/iomxx0_1.h b/cpukit/score/cpu/avr/avr/iomxx0_1.h
index e982cd6022..3abc5cb0ea 100644
--- a/cpukit/score/cpu/avr/avr/iomxx0_1.h
+++ b/cpukit/score/cpu/avr/avr/iomxx0_1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iomxx0_1.h - definitions for ATmega640, Atmega1280, ATmega1281,
ATmega2560 and ATmega2561. */
diff --git a/cpukit/score/cpu/avr/avr/iomxx4.h b/cpukit/score/cpu/avr/avr/iomxx4.h
index 8f61345f64..4b88642f74 100644
--- a/cpukit/score/cpu/avr/avr/iomxx4.h
+++ b/cpukit/score/cpu/avr/avr/iomxx4.h
@@ -30,7 +30,6 @@
/* avr/iomXX4.h - definitions for ATmega164P/324P/644P and ATmega644 */
-/* $Id$ */
#ifndef _AVR_IOMXX4_H_
#define _AVR_IOMXX4_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/iomxxhva.h b/cpukit/score/cpu/avr/avr/iomxxhva.h
index 5dfc5bf186..5b6bfdd7ed 100644
--- a/cpukit/score/cpu/avr/avr/iomxxhva.h
+++ b/cpukit/score/cpu/avr/avr/iomxxhva.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iomxxhva.h - definitions for ATmega8HVA and ATmega16HVA. */
diff --git a/cpukit/score/cpu/avr/avr/iotn11.h b/cpukit/score/cpu/avr/avr/iotn11.h
index fe48d11d9e..176b2dd0d3 100644
--- a/cpukit/score/cpu/avr/avr/iotn11.h
+++ b/cpukit/score/cpu/avr/avr/iotn11.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn11.h - definitions for ATtiny10/11 */
diff --git a/cpukit/score/cpu/avr/avr/iotn12.h b/cpukit/score/cpu/avr/avr/iotn12.h
index 8306a2c297..7762ec0169 100644
--- a/cpukit/score/cpu/avr/avr/iotn12.h
+++ b/cpukit/score/cpu/avr/avr/iotn12.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn12.h - definitions for ATtiny12 */
diff --git a/cpukit/score/cpu/avr/avr/iotn13.h b/cpukit/score/cpu/avr/avr/iotn13.h
index dde65368b8..ae13f703b9 100644
--- a/cpukit/score/cpu/avr/avr/iotn13.h
+++ b/cpukit/score/cpu/avr/avr/iotn13.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn13.h - definitions for ATtiny13 */
diff --git a/cpukit/score/cpu/avr/avr/iotn13a.h b/cpukit/score/cpu/avr/avr/iotn13a.h
index 7f05279436..4ca5b0751a 100644
--- a/cpukit/score/cpu/avr/avr/iotn13a.h
+++ b/cpukit/score/cpu/avr/avr/iotn13a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn13a.h - definitions for ATtiny13 */
diff --git a/cpukit/score/cpu/avr/avr/iotn15.h b/cpukit/score/cpu/avr/avr/iotn15.h
index 2acc963ba5..ffffee1798 100644
--- a/cpukit/score/cpu/avr/avr/iotn15.h
+++ b/cpukit/score/cpu/avr/avr/iotn15.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn15.h - definitions for ATtiny15 */
diff --git a/cpukit/score/cpu/avr/avr/iotn167.h b/cpukit/score/cpu/avr/avr/iotn167.h
index 71f5d620b1..0717faaada 100644
--- a/cpukit/score/cpu/avr/avr/iotn167.h
+++ b/cpukit/score/cpu/avr/avr/iotn167.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iotn167.h - definitions for ATtiny167. */
diff --git a/cpukit/score/cpu/avr/avr/iotn22.h b/cpukit/score/cpu/avr/avr/iotn22.h
index 0d58d42978..6eda011fc9 100644
--- a/cpukit/score/cpu/avr/avr/iotn22.h
+++ b/cpukit/score/cpu/avr/avr/iotn22.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn22.h - definitions for ATtiny22 */
diff --git a/cpukit/score/cpu/avr/avr/iotn2313.h b/cpukit/score/cpu/avr/avr/iotn2313.h
index 0e7a32573e..9495acabb6 100644
--- a/cpukit/score/cpu/avr/avr/iotn2313.h
+++ b/cpukit/score/cpu/avr/avr/iotn2313.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iotn2313.h derived from io2313.h by Bob Paddock.
diff --git a/cpukit/score/cpu/avr/avr/iotn2313a.h b/cpukit/score/cpu/avr/avr/iotn2313a.h
index 7f0e94cdd0..eb3da33fd2 100644
--- a/cpukit/score/cpu/avr/avr/iotn2313a.h
+++ b/cpukit/score/cpu/avr/avr/iotn2313a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn2313a.h - definitions for ATtiny2313A */
diff --git a/cpukit/score/cpu/avr/avr/iotn24.h b/cpukit/score/cpu/avr/avr/iotn24.h
index feb8b40281..57baa1d1c6 100644
--- a/cpukit/score/cpu/avr/avr/iotn24.h
+++ b/cpukit/score/cpu/avr/avr/iotn24.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn24.h - definitions for ATtiny24 */
diff --git a/cpukit/score/cpu/avr/avr/iotn24a.h b/cpukit/score/cpu/avr/avr/iotn24a.h
index d715e3acbd..a413c405a0 100644
--- a/cpukit/score/cpu/avr/avr/iotn24a.h
+++ b/cpukit/score/cpu/avr/avr/iotn24a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn24a.h - definitions for ATtiny24A */
diff --git a/cpukit/score/cpu/avr/avr/iotn25.h b/cpukit/score/cpu/avr/avr/iotn25.h
index 11e7a560c8..bd2b5b8f5e 100644
--- a/cpukit/score/cpu/avr/avr/iotn25.h
+++ b/cpukit/score/cpu/avr/avr/iotn25.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn25.h - definitions for ATtiny25 */
diff --git a/cpukit/score/cpu/avr/avr/iotn26.h b/cpukit/score/cpu/avr/avr/iotn26.h
index dae6f0f518..068d7f98f8 100644
--- a/cpukit/score/cpu/avr/avr/iotn26.h
+++ b/cpukit/score/cpu/avr/avr/iotn26.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn26.h - definitions for ATtiny26 */
diff --git a/cpukit/score/cpu/avr/avr/iotn261.h b/cpukit/score/cpu/avr/avr/iotn261.h
index bc23199ec3..6e18069b5b 100644
--- a/cpukit/score/cpu/avr/avr/iotn261.h
+++ b/cpukit/score/cpu/avr/avr/iotn261.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn261.h - definitions for ATtiny261 */
diff --git a/cpukit/score/cpu/avr/avr/iotn261a.h b/cpukit/score/cpu/avr/avr/iotn261a.h
index 23fa2f5307..2d7169b8c8 100644
--- a/cpukit/score/cpu/avr/avr/iotn261a.h
+++ b/cpukit/score/cpu/avr/avr/iotn261a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn261a.h - definitions for ATtiny261A */
diff --git a/cpukit/score/cpu/avr/avr/iotn28.h b/cpukit/score/cpu/avr/avr/iotn28.h
index 9ecfe984d6..e91d67ae11 100644
--- a/cpukit/score/cpu/avr/avr/iotn28.h
+++ b/cpukit/score/cpu/avr/avr/iotn28.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn28.h - definitions for ATtiny28 */
diff --git a/cpukit/score/cpu/avr/avr/iotn4313.h b/cpukit/score/cpu/avr/avr/iotn4313.h
index e5b9a4b3c4..43719da625 100644
--- a/cpukit/score/cpu/avr/avr/iotn4313.h
+++ b/cpukit/score/cpu/avr/avr/iotn4313.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn4313.h - definitions for ATtiny4313 */
diff --git a/cpukit/score/cpu/avr/avr/iotn43u.h b/cpukit/score/cpu/avr/avr/iotn43u.h
index f9d063101e..060cff9898 100644
--- a/cpukit/score/cpu/avr/avr/iotn43u.h
+++ b/cpukit/score/cpu/avr/avr/iotn43u.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iotn43u.h - definitions for ATtiny43U */
diff --git a/cpukit/score/cpu/avr/avr/iotn44.h b/cpukit/score/cpu/avr/avr/iotn44.h
index 2d4cbfc7b4..7a49d39e13 100644
--- a/cpukit/score/cpu/avr/avr/iotn44.h
+++ b/cpukit/score/cpu/avr/avr/iotn44.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn44.h - definitions for ATtiny44 */
diff --git a/cpukit/score/cpu/avr/avr/iotn44a.h b/cpukit/score/cpu/avr/avr/iotn44a.h
index f073d95006..c41dfe9c19 100644
--- a/cpukit/score/cpu/avr/avr/iotn44a.h
+++ b/cpukit/score/cpu/avr/avr/iotn44a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn44a.h - definitions for ATtiny44A */
diff --git a/cpukit/score/cpu/avr/avr/iotn45.h b/cpukit/score/cpu/avr/avr/iotn45.h
index f0df864bab..f368f9ecd7 100644
--- a/cpukit/score/cpu/avr/avr/iotn45.h
+++ b/cpukit/score/cpu/avr/avr/iotn45.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn45.h - definitions for ATtiny45 */
diff --git a/cpukit/score/cpu/avr/avr/iotn461.h b/cpukit/score/cpu/avr/avr/iotn461.h
index 1ff2595f16..2867e3e41a 100644
--- a/cpukit/score/cpu/avr/avr/iotn461.h
+++ b/cpukit/score/cpu/avr/avr/iotn461.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn461.h - definitions for ATtiny461 */
diff --git a/cpukit/score/cpu/avr/avr/iotn461a.h b/cpukit/score/cpu/avr/avr/iotn461a.h
index afae35c659..f92ef46d1b 100644
--- a/cpukit/score/cpu/avr/avr/iotn461a.h
+++ b/cpukit/score/cpu/avr/avr/iotn461a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn461a.h - definitions for ATtiny461A */
diff --git a/cpukit/score/cpu/avr/avr/iotn48.h b/cpukit/score/cpu/avr/avr/iotn48.h
index 957d8838cb..b9204a562c 100644
--- a/cpukit/score/cpu/avr/avr/iotn48.h
+++ b/cpukit/score/cpu/avr/avr/iotn48.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iotn48.h - definitions for ATtiny48 */
diff --git a/cpukit/score/cpu/avr/avr/iotn84.h b/cpukit/score/cpu/avr/avr/iotn84.h
index 8ac6b6d5e8..13ba31c309 100644
--- a/cpukit/score/cpu/avr/avr/iotn84.h
+++ b/cpukit/score/cpu/avr/avr/iotn84.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn84.h - definitions for ATtiny84 */
diff --git a/cpukit/score/cpu/avr/avr/iotn85.h b/cpukit/score/cpu/avr/avr/iotn85.h
index 6364aea557..34cf692eb3 100644
--- a/cpukit/score/cpu/avr/avr/iotn85.h
+++ b/cpukit/score/cpu/avr/avr/iotn85.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn85.h - definitions for ATtiny85 */
diff --git a/cpukit/score/cpu/avr/avr/iotn861.h b/cpukit/score/cpu/avr/avr/iotn861.h
index 6934d4ad72..8226d2b254 100644
--- a/cpukit/score/cpu/avr/avr/iotn861.h
+++ b/cpukit/score/cpu/avr/avr/iotn861.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn861.h - definitions for ATtiny861 */
diff --git a/cpukit/score/cpu/avr/avr/iotn861a.h b/cpukit/score/cpu/avr/avr/iotn861a.h
index 9d123277b9..0177134bdd 100644
--- a/cpukit/score/cpu/avr/avr/iotn861a.h
+++ b/cpukit/score/cpu/avr/avr/iotn861a.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn861a.h - definitions for ATtiny861A */
diff --git a/cpukit/score/cpu/avr/avr/iotn87.h b/cpukit/score/cpu/avr/avr/iotn87.h
index ead7f335a2..b8affdfa12 100644
--- a/cpukit/score/cpu/avr/avr/iotn87.h
+++ b/cpukit/score/cpu/avr/avr/iotn87.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotn87.h - definitions for ATtiny87 */
diff --git a/cpukit/score/cpu/avr/avr/iotn88.h b/cpukit/score/cpu/avr/avr/iotn88.h
index fd70853ed0..427fc8fd4d 100644
--- a/cpukit/score/cpu/avr/avr/iotn88.h
+++ b/cpukit/score/cpu/avr/avr/iotn88.h
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
/* avr/iotn88.h - definitions for ATtiny88 */
diff --git a/cpukit/score/cpu/avr/avr/iotnx4.h b/cpukit/score/cpu/avr/avr/iotnx4.h
index a02fa6f761..cc1ed9d263 100644
--- a/cpukit/score/cpu/avr/avr/iotnx4.h
+++ b/cpukit/score/cpu/avr/avr/iotnx4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotnx4.h - definitions for ATtiny24, ATtiny44 and ATtiny84 */
diff --git a/cpukit/score/cpu/avr/avr/iotnx5.h b/cpukit/score/cpu/avr/avr/iotnx5.h
index 17d4be1586..57863b10ae 100644
--- a/cpukit/score/cpu/avr/avr/iotnx5.h
+++ b/cpukit/score/cpu/avr/avr/iotnx5.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotnx5.h - definitions for ATtiny25, ATtiny45 and ATtiny85 */
diff --git a/cpukit/score/cpu/avr/avr/iotnx61.h b/cpukit/score/cpu/avr/avr/iotnx61.h
index f90a90462e..6a4bd87553 100644
--- a/cpukit/score/cpu/avr/avr/iotnx61.h
+++ b/cpukit/score/cpu/avr/avr/iotnx61.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iotnx61.h - definitions for ATtiny261, ATtiny461 and ATtiny861 */
diff --git a/cpukit/score/cpu/avr/avr/iousb1286.h b/cpukit/score/cpu/avr/avr/iousb1286.h
index 09e8d7c97d..b245b95b05 100644
--- a/cpukit/score/cpu/avr/avr/iousb1286.h
+++ b/cpukit/score/cpu/avr/avr/iousb1286.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb1286.h - definitions for AT90USB1286 */
diff --git a/cpukit/score/cpu/avr/avr/iousb1287.h b/cpukit/score/cpu/avr/avr/iousb1287.h
index 3c599a3765..4a1db39670 100644
--- a/cpukit/score/cpu/avr/avr/iousb1287.h
+++ b/cpukit/score/cpu/avr/avr/iousb1287.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb1287.h - definitions for AT90USB1287 */
diff --git a/cpukit/score/cpu/avr/avr/iousb162.h b/cpukit/score/cpu/avr/avr/iousb162.h
index 55e1664d84..c9094be89d 100644
--- a/cpukit/score/cpu/avr/avr/iousb162.h
+++ b/cpukit/score/cpu/avr/avr/iousb162.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb162.h - definitions for AT90USB162 */
diff --git a/cpukit/score/cpu/avr/avr/iousb646.h b/cpukit/score/cpu/avr/avr/iousb646.h
index 4a22602bfd..d7a1d3a0f1 100644
--- a/cpukit/score/cpu/avr/avr/iousb646.h
+++ b/cpukit/score/cpu/avr/avr/iousb646.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb646.h - definitions for AT90USB646 */
diff --git a/cpukit/score/cpu/avr/avr/iousb647.h b/cpukit/score/cpu/avr/avr/iousb647.h
index 3120183071..3b93048149 100644
--- a/cpukit/score/cpu/avr/avr/iousb647.h
+++ b/cpukit/score/cpu/avr/avr/iousb647.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb647.h - definitions for AT90USB647 */
diff --git a/cpukit/score/cpu/avr/avr/iousb82.h b/cpukit/score/cpu/avr/avr/iousb82.h
index 8e7d1881b0..428ed9b566 100644
--- a/cpukit/score/cpu/avr/avr/iousb82.h
+++ b/cpukit/score/cpu/avr/avr/iousb82.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iousb82.h - definitions for AT90USB82 */
diff --git a/cpukit/score/cpu/avr/avr/iousbxx2.h b/cpukit/score/cpu/avr/avr/iousbxx2.h
index b989740261..cf1840c557 100644
--- a/cpukit/score/cpu/avr/avr/iousbxx2.h
+++ b/cpukit/score/cpu/avr/avr/iousbxx2.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iousbxx2.h - definitions for AT90USB82 and AT90USB162. */
diff --git a/cpukit/score/cpu/avr/avr/iousbxx6_7.h b/cpukit/score/cpu/avr/avr/iousbxx6_7.h
index b67dfba053..ee4fe1e6a2 100644
--- a/cpukit/score/cpu/avr/avr/iousbxx6_7.h
+++ b/cpukit/score/cpu/avr/avr/iousbxx6_7.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* iousbxx6_7.h - definitions for AT90USB646, AT90USB647, AT90USB1286
and AT90USB1287 */
diff --git a/cpukit/score/cpu/avr/avr/iox128a1.h b/cpukit/score/cpu/avr/avr/iox128a1.h
index edf597db6c..9feffd4f38 100644
--- a/cpukit/score/cpu/avr/avr/iox128a1.h
+++ b/cpukit/score/cpu/avr/avr/iox128a1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox128a1.h - definitions for ATxmega128A1 */
diff --git a/cpukit/score/cpu/avr/avr/iox128a3.h b/cpukit/score/cpu/avr/avr/iox128a3.h
index 3087e0182c..9ec0cd8cc2 100644
--- a/cpukit/score/cpu/avr/avr/iox128a3.h
+++ b/cpukit/score/cpu/avr/avr/iox128a3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox128a3.h - definitions for ATxmega128A3 */
diff --git a/cpukit/score/cpu/avr/avr/iox128d3.h b/cpukit/score/cpu/avr/avr/iox128d3.h
index da56260e7c..d020bfa25f 100644
--- a/cpukit/score/cpu/avr/avr/iox128d3.h
+++ b/cpukit/score/cpu/avr/avr/iox128d3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox128d3.h - definitions for ATxmega128D3 */
diff --git a/cpukit/score/cpu/avr/avr/iox16a4.h b/cpukit/score/cpu/avr/avr/iox16a4.h
index 18c1105a09..1fcaab401f 100644
--- a/cpukit/score/cpu/avr/avr/iox16a4.h
+++ b/cpukit/score/cpu/avr/avr/iox16a4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox16a4.h - definitions for ATxmega16A4 */
diff --git a/cpukit/score/cpu/avr/avr/iox16d4.h b/cpukit/score/cpu/avr/avr/iox16d4.h
index 04bbb9955f..dac0bbad29 100644
--- a/cpukit/score/cpu/avr/avr/iox16d4.h
+++ b/cpukit/score/cpu/avr/avr/iox16d4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox16d4.h - definitions for ATxmega16D4 */
diff --git a/cpukit/score/cpu/avr/avr/iox192a3.h b/cpukit/score/cpu/avr/avr/iox192a3.h
index d786a379dd..9da95a119c 100644
--- a/cpukit/score/cpu/avr/avr/iox192a3.h
+++ b/cpukit/score/cpu/avr/avr/iox192a3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox192a3.h - definitions for ATxmega192A3 */
diff --git a/cpukit/score/cpu/avr/avr/iox192d3.h b/cpukit/score/cpu/avr/avr/iox192d3.h
index 2df04cbd40..f36fc58f9f 100644
--- a/cpukit/score/cpu/avr/avr/iox192d3.h
+++ b/cpukit/score/cpu/avr/avr/iox192d3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox192d3.h - definitions for ATxmega192D3 */
diff --git a/cpukit/score/cpu/avr/avr/iox256a3.h b/cpukit/score/cpu/avr/avr/iox256a3.h
index 25a0adf4d6..7d7aca4890 100644
--- a/cpukit/score/cpu/avr/avr/iox256a3.h
+++ b/cpukit/score/cpu/avr/avr/iox256a3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox256a3.h - definitions for ATxmega256A3 */
diff --git a/cpukit/score/cpu/avr/avr/iox256a3b.h b/cpukit/score/cpu/avr/avr/iox256a3b.h
index 3b01db13eb..69e29f6bee 100644
--- a/cpukit/score/cpu/avr/avr/iox256a3b.h
+++ b/cpukit/score/cpu/avr/avr/iox256a3b.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox256a3b.h - definitions for ATxmega256A3B */
diff --git a/cpukit/score/cpu/avr/avr/iox256d3.h b/cpukit/score/cpu/avr/avr/iox256d3.h
index 618fe1033a..83d242f865 100644
--- a/cpukit/score/cpu/avr/avr/iox256d3.h
+++ b/cpukit/score/cpu/avr/avr/iox256d3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox256d3.h - definitions for ATxmega256D3 */
diff --git a/cpukit/score/cpu/avr/avr/iox32a4.h b/cpukit/score/cpu/avr/avr/iox32a4.h
index f33b11b0eb..7cbf7de2e7 100644
--- a/cpukit/score/cpu/avr/avr/iox32a4.h
+++ b/cpukit/score/cpu/avr/avr/iox32a4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox32a4.h - definitions for ATxmega32A4 */
diff --git a/cpukit/score/cpu/avr/avr/iox32d4.h b/cpukit/score/cpu/avr/avr/iox32d4.h
index 516ee2f104..7f7d710704 100644
--- a/cpukit/score/cpu/avr/avr/iox32d4.h
+++ b/cpukit/score/cpu/avr/avr/iox32d4.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox32d4.h - definitions for ATxmega32D4 */
diff --git a/cpukit/score/cpu/avr/avr/iox64a1.h b/cpukit/score/cpu/avr/avr/iox64a1.h
index 551a941698..ba9d4c1a8d 100644
--- a/cpukit/score/cpu/avr/avr/iox64a1.h
+++ b/cpukit/score/cpu/avr/avr/iox64a1.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox64a1.h - definitions for ATxmega64A1 */
diff --git a/cpukit/score/cpu/avr/avr/iox64a3.h b/cpukit/score/cpu/avr/avr/iox64a3.h
index ca27bcd597..7abb12a732 100644
--- a/cpukit/score/cpu/avr/avr/iox64a3.h
+++ b/cpukit/score/cpu/avr/avr/iox64a3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox64a3.h - definitions for ATxmega64A3 */
diff --git a/cpukit/score/cpu/avr/avr/iox64d3.h b/cpukit/score/cpu/avr/avr/iox64d3.h
index 9c9748c059..b4954f49dc 100644
--- a/cpukit/score/cpu/avr/avr/iox64d3.h
+++ b/cpukit/score/cpu/avr/avr/iox64d3.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/iox64d3.h - definitions for ATxmega64D3 */
diff --git a/cpukit/score/cpu/avr/avr/lock.h b/cpukit/score/cpu/avr/avr/lock.h
index 7da0c572c3..5ffb769513 100644
--- a/cpukit/score/cpu/avr/avr/lock.h
+++ b/cpukit/score/cpu/avr/avr/lock.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/lock.h - Lock Bits API */
diff --git a/cpukit/score/cpu/avr/avr/parity.h b/cpukit/score/cpu/avr/avr/parity.h
index d7afd34ddd..06fd41db96 100644
--- a/cpukit/score/cpu/avr/avr/parity.h
+++ b/cpukit/score/cpu/avr/avr/parity.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_PARITY_H_
#define _AVR_PARITY_H_
diff --git a/cpukit/score/cpu/avr/avr/pgmspace.h b/cpukit/score/cpu/avr/avr/pgmspace.h
index ec309a8b12..4036f68275 100644
--- a/cpukit/score/cpu/avr/avr/pgmspace.h
+++ b/cpukit/score/cpu/avr/avr/pgmspace.h
@@ -26,7 +26,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/*
pgmspace.h
diff --git a/cpukit/score/cpu/avr/avr/portpins.h b/cpukit/score/cpu/avr/avr/portpins.h
index c179edfabe..04e9b094f1 100644
--- a/cpukit/score/cpu/avr/avr/portpins.h
+++ b/cpukit/score/cpu/avr/avr/portpins.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_PORTPINS_H_
#define _AVR_PORTPINS_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/power.h b/cpukit/score/cpu/avr/avr/power.h
index f17166142a..cf44b10866 100644
--- a/cpukit/score/cpu/avr/avr/power.h
+++ b/cpukit/score/cpu/avr/avr/power.h
@@ -26,7 +26,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_POWER_H_
#define _AVR_POWER_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/sfr_defs.h b/cpukit/score/cpu/avr/avr/sfr_defs.h
index 2f355721fe..b687f56167 100644
--- a/cpukit/score/cpu/avr/avr/sfr_defs.h
+++ b/cpukit/score/cpu/avr/avr/sfr_defs.h
@@ -30,7 +30,6 @@
/* avr/sfr_defs.h - macros for accessing AVR special function registers */
-/* $Id$ */
#ifndef _AVR_SFR_DEFS_H_
#define _AVR_SFR_DEFS_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/signal.h b/cpukit/score/cpu/avr/avr/signal.h
index 8f83399b04..e9a802408b 100644
--- a/cpukit/score/cpu/avr/avr/signal.h
+++ b/cpukit/score/cpu/avr/avr/signal.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_SIGNAL_H_
#define _AVR_SIGNAL_H_
diff --git a/cpukit/score/cpu/avr/avr/signature.h b/cpukit/score/cpu/avr/avr/signature.h
index ca9568dd28..13d3138965 100644
--- a/cpukit/score/cpu/avr/avr/signature.h
+++ b/cpukit/score/cpu/avr/avr/signature.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/* avr/signature.h - Signature API */
diff --git a/cpukit/score/cpu/avr/avr/sleep.h b/cpukit/score/cpu/avr/avr/sleep.h
index 718e671512..48b789f797 100644
--- a/cpukit/score/cpu/avr/avr/sleep.h
+++ b/cpukit/score/cpu/avr/avr/sleep.h
@@ -30,7 +30,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
#ifndef _AVR_SLEEP_H_
#define _AVR_SLEEP_H_ 1
diff --git a/cpukit/score/cpu/avr/avr/version.h b/cpukit/score/cpu/avr/avr/version.h
index 49d7cbdf46..7e0c3a3649 100644
--- a/cpukit/score/cpu/avr/avr/version.h
+++ b/cpukit/score/cpu/avr/avr/version.h
@@ -28,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/** \defgroup avr_version <avr/version.h>: avr-libc version macros
\code #include <avr/version.h> \endcode
diff --git a/cpukit/score/cpu/avr/avr/wdt.h b/cpukit/score/cpu/avr/avr/wdt.h
index 10ddf6edf1..0b424c9a83 100644
--- a/cpukit/score/cpu/avr/avr/wdt.h
+++ b/cpukit/score/cpu/avr/avr/wdt.h
@@ -29,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id$ */
/*
avr/wdt.h - macros for AVR watchdog timer
diff --git a/cpukit/score/cpu/avr/cpu.c b/cpukit/score/cpu/avr/cpu.c
index 1def48a332..a3153fc72e 100644
--- a/cpukit/score/cpu/avr/cpu.c
+++ b/cpukit/score/cpu/avr/cpu.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/avr/cpu_asm.S b/cpukit/score/cpu/avr/cpu_asm.S
index 94d0c52bb4..e598831ce2 100644
--- a/cpukit/score/cpu/avr/cpu_asm.S
+++ b/cpukit/score/cpu/avr/cpu_asm.S
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/score/cpu/avr/rtems/asm.h b/cpukit/score/cpu/avr/rtems/asm.h
index 80f2197e4a..89f1385b36 100644
--- a/cpukit/score/cpu/avr/rtems/asm.h
+++ b/cpukit/score/cpu/avr/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-1997.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/avr/rtems/score/avr.h b/cpukit/score/cpu/avr/rtems/score/avr.h
index 299b3f7fe1..23ecbb3e76 100644
--- a/cpukit/score/cpu/avr/rtems/score/avr.h
+++ b/cpukit/score/cpu/avr/rtems/score/avr.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_AVR_H
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 3198f71e15..f085cf4646 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
index a509b36ae6..e3797a93f9 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/avr/rtems/score/types.h b/cpukit/score/cpu/avr/rtems/score/types.h
index 64f5343d5a..77eb0dbc30 100644
--- a/cpukit/score/cpu/avr/rtems/score/types.h
+++ b/cpukit/score/cpu/avr/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/bfin/Makefile.am b/cpukit/score/cpu/bfin/Makefile.am
index f1e070153e..dfec9ea81e 100644
--- a/cpukit/score/cpu/bfin/Makefile.am
+++ b/cpukit/score/cpu/bfin/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c
index 0e2977f5ef..2f620fbfe0 100644
--- a/cpukit/score/cpu/bfin/cpu.c
+++ b/cpukit/score/cpu/bfin/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/bfin/cpu_asm.S b/cpukit/score/cpu/bfin/cpu_asm.S
index 7944550a3c..39701d8ffa 100644
--- a/cpukit/score/cpu/bfin/cpu_asm.S
+++ b/cpukit/score/cpu/bfin/cpu_asm.S
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/bfin/rtems/asm.h b/cpukit/score/cpu/bfin/rtems/asm.h
index bca3141cb9..dbe0d7f407 100644
--- a/cpukit/score/cpu/bfin/rtems/asm.h
+++ b/cpukit/score/cpu/bfin/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-2006.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/bfin/rtems/bfin/bf52x.h b/cpukit/score/cpu/bfin/rtems/bfin/bf52x.h
index 2d1320ad3c..3c5bf7b3ef 100644
--- a/cpukit/score/cpu/bfin/rtems/bfin/bf52x.h
+++ b/cpukit/score/cpu/bfin/rtems/bfin/bf52x.h
@@ -22,8 +22,6 @@
* @date 02/15/2011
*
* HISTORY:
- * $Id$
- *
*
*/
diff --git a/cpukit/score/cpu/bfin/rtems/bfin/bf533.h b/cpukit/score/cpu/bfin/rtems/bfin/bf533.h
index 4a66bc5a38..005a6fbb81 100644
--- a/cpukit/score/cpu/bfin/rtems/bfin/bf533.h
+++ b/cpukit/score/cpu/bfin/rtems/bfin/bf533.h
@@ -18,8 +18,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_BFIN_533_H
diff --git a/cpukit/score/cpu/bfin/rtems/bfin/bfin.h b/cpukit/score/cpu/bfin/rtems/bfin/bfin.h
index 2645648bed..f3d6341d5c 100644
--- a/cpukit/score/cpu/bfin/rtems/bfin/bfin.h
+++ b/cpukit/score/cpu/bfin/rtems/bfin/bfin.h
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_BFIN_BFIN_H
diff --git a/cpukit/score/cpu/bfin/rtems/score/bfin.h b/cpukit/score/cpu/bfin/rtems/score/bfin.h
index 7568205ae7..9eda79fd2d 100644
--- a/cpukit/score/cpu/bfin/rtems/score/bfin.h
+++ b/cpukit/score/cpu/bfin/rtems/score/bfin.h
@@ -15,8 +15,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_BFIN_H
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 5bf25fc3aa..479311df1c 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu_asm.h b/cpukit/score/cpu/bfin/rtems/score/cpu_asm.h
index a4c7be9a5e..7d23bc5a9a 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu_asm.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/bfin/rtems/score/types.h b/cpukit/score/cpu/bfin/rtems/score/types.h
index bf833974ed..4f734bb033 100644
--- a/cpukit/score/cpu/bfin/rtems/score/types.h
+++ b/cpukit/score/cpu/bfin/rtems/score/types.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am
index b19233dab0..8ac7e76b20 100644
--- a/cpukit/score/cpu/h8300/Makefile.am
+++ b/cpukit/score/cpu/h8300/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/h8300/README b/cpukit/score/cpu/h8300/README
index a55c61c662..1fed837fc8 100644
--- a/cpukit/score/cpu/h8300/README
+++ b/cpukit/score/cpu/h8300/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This port was done by Philip Quaife <philip@qs.co.nz> of Q Solutions
using RTEMS 3.5.1 under DOS and Hiview. Philip used an H8300H
diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c
index 208001f83d..558947b57f 100644
--- a/cpukit/score/cpu/h8300/cpu.c
+++ b/cpukit/score/cpu/h8300/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index 921f9819ef..4b48cd9b85 100644
--- a/cpukit/score/cpu/h8300/cpu_asm.S
+++ b/cpukit/score/cpu/h8300/cpu_asm.S
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/h8300/rtems/asm.h b/cpukit/score/cpu/h8300/rtems/asm.h
index 4322bf6ec0..0f4adee915 100644
--- a/cpukit/score/cpu/h8300/rtems/asm.h
+++ b/cpukit/score/cpu/h8300/rtems/asm.h
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index f86f800dbc..ea9d443e25 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/h8300/rtems/score/h8300.h b/cpukit/score/cpu/h8300/rtems/score/h8300.h
index 5a2444b081..dd7a3ec11b 100644
--- a/cpukit/score/cpu/h8300/rtems/score/h8300.h
+++ b/cpukit/score/cpu/h8300/rtems/score/h8300.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_H8300_H
diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h
index e073ffb312..fae136ab45 100644
--- a/cpukit/score/cpu/h8300/rtems/score/types.h
+++ b/cpukit/score/cpu/h8300/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am
index 75cfeda6e9..b9caa3381a 100644
--- a/cpukit/score/cpu/i386/Makefile.am
+++ b/cpukit/score/cpu/i386/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index acf07a8d0c..acd2768730 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S
index 5f64328c83..06e37525ef 100644
--- a/cpukit/score/cpu/i386/cpu_asm.S
+++ b/cpukit/score/cpu/i386/cpu_asm.S
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h
index f18d54c5b1..29594e0844 100644
--- a/cpukit/score/cpu/i386/rtems/asm.h
+++ b/cpukit/score/cpu/i386/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-1997.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h
index 686a9ae725..46d5c04fdb 100644
--- a/cpukit/score/cpu/i386/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i386/rtems/score/cpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h
index 2d8a8969cb..8b98f4ba28 100644
--- a/cpukit/score/cpu/i386/rtems/score/i386.h
+++ b/cpukit/score/cpu/i386/rtems/score/i386.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_I386_H
diff --git a/cpukit/score/cpu/i386/rtems/score/idtr.h b/cpukit/score/cpu/i386/rtems/score/idtr.h
index 361c8472b9..401aebe2fa 100644
--- a/cpukit/score/cpu/i386/rtems/score/idtr.h
+++ b/cpukit/score/cpu/i386/rtems/score/idtr.h
@@ -21,8 +21,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Applications must not include this file directly.
*/
diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h
index b6b541fb0e..08ad2b16c0 100644
--- a/cpukit/score/cpu/i386/rtems/score/interrupts.h
+++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Applications must not include this file directly.
*/
diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h
index 81c2a65e15..2b8f7700cd 100644
--- a/cpukit/score/cpu/i386/rtems/score/registers.h
+++ b/cpukit/score/cpu/i386/rtems/score/registers.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_REGISTERS_H
diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h
index 3a21714a0a..b2c9d3ec57 100644
--- a/cpukit/score/cpu/i386/rtems/score/types.h
+++ b/cpukit/score/cpu/i386/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/i386/sse_test.c b/cpukit/score/cpu/i386/sse_test.c
index 8b1cbd2658..1c8d852da0 100644
--- a/cpukit/score/cpu/i386/sse_test.c
+++ b/cpukit/score/cpu/i386/sse_test.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Authorship
* ----------
diff --git a/cpukit/score/cpu/lm32/Makefile.am b/cpukit/score/cpu/lm32/Makefile.am
index 871cbf41bd..d3b49bff2e 100644
--- a/cpukit/score/cpu/lm32/Makefile.am
+++ b/cpukit/score/cpu/lm32/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/lm32/cpu.c b/cpukit/score/cpu/lm32/cpu.c
index 0f7641d3e0..d668dd4de6 100644
--- a/cpukit/score/cpu/lm32/cpu.c
+++ b/cpukit/score/cpu/lm32/cpu.c
@@ -9,8 +9,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/cpukit/score/cpu/lm32/cpu_asm.S b/cpukit/score/cpu/lm32/cpu_asm.S
index d361c1ccf4..f3453606cc 100644
--- a/cpukit/score/cpu/lm32/cpu_asm.S
+++ b/cpukit/score/cpu/lm32/cpu_asm.S
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This file contains all assembly code for the
* LM32 implementation of RTEMS.
*
diff --git a/cpukit/score/cpu/lm32/irq.c b/cpukit/score/cpu/lm32/irq.c
index 91a77f3335..a601ded807 100644
--- a/cpukit/score/cpu/lm32/irq.c
+++ b/cpukit/score/cpu/lm32/irq.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/lm32/rtems/asm.h b/cpukit/score/cpu/lm32/rtems/asm.h
index 9585ba7b03..df16e4efdc 100644
--- a/cpukit/score/cpu/lm32/rtems/asm.h
+++ b/cpukit/score/cpu/lm32/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-2006.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h
index e26f99721e..19f3017e8f 100644
--- a/cpukit/score/cpu/lm32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/lm32/rtems/score/cpu.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu_asm.h b/cpukit/score/cpu/lm32/rtems/score/cpu_asm.h
index 0cfec072c1..7eada7827d 100644
--- a/cpukit/score/cpu/lm32/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/lm32/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/lm32/rtems/score/lm32.h b/cpukit/score/cpu/lm32/rtems/score/lm32.h
index 0b2dc05d78..b1d5edd688 100644
--- a/cpukit/score/cpu/lm32/rtems/score/lm32.h
+++ b/cpukit/score/cpu/lm32/rtems/score/lm32.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/cpukit/score/cpu/lm32/rtems/score/types.h b/cpukit/score/cpu/lm32/rtems/score/types.h
index 949f9e2d9d..aee9f923c1 100644
--- a/cpukit/score/cpu/lm32/rtems/score/types.h
+++ b/cpukit/score/cpu/lm32/rtems/score/types.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
* Jukka Pietarinen <jukka.pietarinen@mrf.fi>, 2008,
* Micro-Research Finland Oy
*/
diff --git a/cpukit/score/cpu/m32c/Makefile.am b/cpukit/score/cpu/m32c/Makefile.am
index 773e031c83..f836c58ff1 100644
--- a/cpukit/score/cpu/m32c/Makefile.am
+++ b/cpukit/score/cpu/m32c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_HEADERS = varvects.h
diff --git a/cpukit/score/cpu/m32c/context_init.c b/cpukit/score/cpu/m32c/context_init.c
index e79fb0e9c9..713f8fa161 100644
--- a/cpukit/score/cpu/m32c/context_init.c
+++ b/cpukit/score/cpu/m32c/context_init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32c/context_switch.S b/cpukit/score/cpu/m32c/context_switch.S
index e3bb695555..cd507ae163 100644
--- a/cpukit/score/cpu/m32c/context_switch.S
+++ b/cpukit/score/cpu/m32c/context_switch.S
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index 8107ead13b..4447cab916 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32c/cpu_asm.c b/cpukit/score/cpu/m32c/cpu_asm.c
index 81130dadb2..e6a40ee453 100644
--- a/cpukit/score/cpu/m32c/cpu_asm.c
+++ b/cpukit/score/cpu/m32c/cpu_asm.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/score/cpu/m32c/rtems/asm.h b/cpukit/score/cpu/m32c/rtems/asm.h
index 35639d2d72..6d9dcb75b6 100644
--- a/cpukit/score/cpu/m32c/rtems/asm.h
+++ b/cpukit/score/cpu/m32c/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-2006.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/m32c/rtems/score/cpu.h b/cpukit/score/cpu/m32c/rtems/score/cpu.h
index 1d9127739b..c1d1db876d 100644
--- a/cpukit/score/cpu/m32c/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m32c/rtems/score/cpu.h
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/m32c/rtems/score/cpu_asm.h b/cpukit/score/cpu/m32c/rtems/score/cpu_asm.h
index a509b36ae6..e3797a93f9 100644
--- a/cpukit/score/cpu/m32c/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/m32c/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/m32c/rtems/score/m32c.h b/cpukit/score/cpu/m32c/rtems/score/m32c.h
index 0c3fe43b7f..5cd3e71103 100644
--- a/cpukit/score/cpu/m32c/rtems/score/m32c.h
+++ b/cpukit/score/cpu/m32c/rtems/score/m32c.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_NO_CPU_H
diff --git a/cpukit/score/cpu/m32c/rtems/score/types.h b/cpukit/score/cpu/m32c/rtems/score/types.h
index f25f5a61ab..b9636ad780 100644
--- a/cpukit/score/cpu/m32c/rtems/score/types.h
+++ b/cpukit/score/cpu/m32c/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/m32r/Makefile.am b/cpukit/score/cpu/m32r/Makefile.am
index 268797c7cd..37b49ed30c 100644
--- a/cpukit/score/cpu/m32r/Makefile.am
+++ b/cpukit/score/cpu/m32r/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_HEADERS =
diff --git a/cpukit/score/cpu/m32r/context_init.c b/cpukit/score/cpu/m32r/context_init.c
index 344bc7cd6a..ab974242e7 100644
--- a/cpukit/score/cpu/m32r/context_init.c
+++ b/cpukit/score/cpu/m32r/context_init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32r/context_switch.S b/cpukit/score/cpu/m32r/context_switch.S
index dd95a461fb..33707b4d91 100644
--- a/cpukit/score/cpu/m32r/context_switch.S
+++ b/cpukit/score/cpu/m32r/context_switch.S
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c
index a5ec2854d6..b274ecb63f 100644
--- a/cpukit/score/cpu/m32r/cpu.c
+++ b/cpukit/score/cpu/m32r/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32r/cpu_asm.c b/cpukit/score/cpu/m32r/cpu_asm.c
index 8ab01849bd..a4db4ae6b2 100644
--- a/cpukit/score/cpu/m32r/cpu_asm.c
+++ b/cpukit/score/cpu/m32r/cpu_asm.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m32r/rtems/asm.h b/cpukit/score/cpu/m32r/rtems/asm.h
index 00177032e9..cd258c513b 100644
--- a/cpukit/score/cpu/m32r/rtems/asm.h
+++ b/cpukit/score/cpu/m32r/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-2006.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/m32r/rtems/score/cpu.h b/cpukit/score/cpu/m32r/rtems/score/cpu.h
index 81e01548fa..4e4c01f5aa 100644
--- a/cpukit/score/cpu/m32r/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m32r/rtems/score/cpu.h
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/m32r/rtems/score/cpu_asm.h b/cpukit/score/cpu/m32r/rtems/score/cpu_asm.h
index a509b36ae6..e3797a93f9 100644
--- a/cpukit/score/cpu/m32r/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/m32r/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/m32r/rtems/score/m32r.h b/cpukit/score/cpu/m32r/rtems/score/m32r.h
index 47238fc3db..d4dbe69744 100644
--- a/cpukit/score/cpu/m32r/rtems/score/m32r.h
+++ b/cpukit/score/cpu/m32r/rtems/score/m32r.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_NO_CPU_H
diff --git a/cpukit/score/cpu/m32r/rtems/score/types.h b/cpukit/score/cpu/m32r/rtems/score/types.h
index 9aa2294fd3..839ac98cc6 100644
--- a/cpukit/score/cpu/m32r/rtems/score/types.h
+++ b/cpukit/score/cpu/m32r/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am
index d67f7e5e13..319cbdd181 100644
--- a/cpukit/score/cpu/m68k/Makefile.am
+++ b/cpukit/score/cpu/m68k/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
noinst_LIBRARIES = libscorecpu.a
diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c
index 2970d63eaa..23051c28a6 100644
--- a/cpukit/score/cpu/m68k/cpu.c
+++ b/cpukit/score/cpu/m68k/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/m68k/cpu_asm.S b/cpukit/score/cpu/m68k/cpu_asm.S
index 63b88ea19a..f68cb104e6 100644
--- a/cpukit/score/cpu/m68k/cpu_asm.S
+++ b/cpukit/score/cpu/m68k/cpu_asm.S
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/score/cpu/m68k/rtems/asm.h b/cpukit/score/cpu/m68k/rtems/asm.h
index 851093480e..f6abbd6d32 100644
--- a/cpukit/score/cpu/m68k/rtems/asm.h
+++ b/cpukit/score/cpu/m68k/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-1997.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/m68302.h b/cpukit/score/cpu/m68k/rtems/m68k/m68302.h
index 58abf1bdfc..bcda554948 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/m68302.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/m68302.h
@@ -26,9 +26,6 @@
* implied warranties of merchantability, title and fitness for a
* particular purpose.
*
- *
- * $Id$
- *
*------------------------------------------------------------------
*/
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
index 4ddf2a55ff..312dfa8325 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
@@ -33,8 +33,6 @@
* particular purpose.
*
*------------------------------------------------------------------
- *
- * $Id$
*/
#ifndef _RTEMS_M68K_QSM_H
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/sim.h b/cpukit/score/cpu/m68k/rtems/m68k/sim.h
index 5b60a3cefb..42eae109d9 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/sim.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/sim.h
@@ -41,8 +41,6 @@
* particular purpose.
*
*------------------------------------------------------------------
- *
- * $Id$
*/
#ifndef _RTEMS_M68K_SIM_H
diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index ba308fbf54..013f1b51ce 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index 88c214a992..cc2f11dc40 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_M68K_H
diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h
index eb87a6c83c..8591511075 100644
--- a/cpukit/score/cpu/m68k/rtems/score/types.h
+++ b/cpukit/score/cpu/m68k/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/mips/Makefile.am b/cpukit/score/cpu/mips/Makefile.am
index b1a2d66e21..6ca30c3056 100644
--- a/cpukit/score/cpu/mips/Makefile.am
+++ b/cpukit/score/cpu/mips/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index ffb1e66ca8..657e53e071 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -42,8 +42,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index cc52aa81ce..836cf2329c 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -46,8 +46,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h
index 0ef10f8baa..73e4366b87 100644
--- a/cpukit/score/cpu/mips/rtems/asm.h
+++ b/cpukit/score/cpu/mips/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-1997.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
/* @(#)asm.h 03/15/96 1.1 */
diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
index c8c8569f4a..c79001c773 100644
--- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
@@ -20,8 +20,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- $Id$
-*/
/*
** idtcpu.h -- cpu related defines
diff --git a/cpukit/score/cpu/mips/rtems/mips/iregdef.h b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
index 0891c3b825..631e5aa178 100644
--- a/cpukit/score/cpu/mips/rtems/mips/iregdef.h
+++ b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
@@ -20,8 +20,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- $Id$
-*/
/*
** iregdef.h - IDT R3000 register structure header file
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 8215d346b5..0ccf429ae3 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -37,8 +37,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/mips/rtems/score/mips.h b/cpukit/score/cpu/mips/rtems/score/mips.h
index 8c4f3ae0f4..f81fd32ec2 100644
--- a/cpukit/score/cpu/mips/rtems/score/mips.h
+++ b/cpukit/score/cpu/mips/rtems/score/mips.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_MIPS_H
diff --git a/cpukit/score/cpu/mips/rtems/score/types.h b/cpukit/score/cpu/mips/rtems/score/types.h
index 67b253bcf8..f26819a739 100644
--- a/cpukit/score/cpu/mips/rtems/score/types.h
+++ b/cpukit/score/cpu/mips/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* @(#)mipstypes.h 08/20/96 1.4 */
diff --git a/cpukit/score/cpu/nios2/Makefile.am b/cpukit/score/cpu/nios2/Makefile.am
index 606a512400..f662946ac6 100644
--- a/cpukit/score/cpu/nios2/Makefile.am
+++ b/cpukit/score/cpu/nios2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
CLEANFILES =
diff --git a/cpukit/score/cpu/nios2/irq.c b/cpukit/score/cpu/nios2/irq.c
index 89334b62a0..b7123151f0 100644
--- a/cpukit/score/cpu/nios2/irq.c
+++ b/cpukit/score/cpu/nios2/irq.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-context-initialize.c b/cpukit/score/cpu/nios2/nios2-context-initialize.c
index 637d39d0cf..e74e04f356 100644
--- a/cpukit/score/cpu/nios2/nios2-context-initialize.c
+++ b/cpukit/score/cpu/nios2/nios2-context-initialize.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-context-switch.S b/cpukit/score/cpu/nios2/nios2-context-switch.S
index 1cfc0fd246..8eb261020a 100644
--- a/cpukit/score/cpu/nios2/nios2-context-switch.S
+++ b/cpukit/score/cpu/nios2/nios2-context-switch.S
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S b/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S
index b7c38f3ad4..42da434da6 100644
--- a/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S
+++ b/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/score/percpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-eic-rsie-low-level.S b/cpukit/score/cpu/nios2/nios2-eic-rsie-low-level.S
index efb71ebd0c..e6ae5a99ab 100644
--- a/cpukit/score/cpu/nios2/nios2-eic-rsie-low-level.S
+++ b/cpukit/score/cpu/nios2/nios2-eic-rsie-low-level.S
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/score/percpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-fatal-halt.c b/cpukit/score/cpu/nios2/nios2-fatal-halt.c
index 319f6bdce1..350c3397de 100644
--- a/cpukit/score/cpu/nios2/nios2-fatal-halt.c
+++ b/cpukit/score/cpu/nios2/nios2-fatal-halt.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-iic-low-level.S b/cpukit/score/cpu/nios2/nios2-iic-low-level.S
index 0196cf98e3..889cfea5f5 100644
--- a/cpukit/score/cpu/nios2/nios2-iic-low-level.S
+++ b/cpukit/score/cpu/nios2/nios2-iic-low-level.S
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This file contains all assembly code for the
* NIOS2 implementation of RTEMS.
*
diff --git a/cpukit/score/cpu/nios2/nios2-initialize-vectors.c b/cpukit/score/cpu/nios2/nios2-initialize-vectors.c
index 208ffff3c1..ff624999d5 100644
--- a/cpukit/score/cpu/nios2/nios2-initialize-vectors.c
+++ b/cpukit/score/cpu/nios2/nios2-initialize-vectors.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-initialize.c b/cpukit/score/cpu/nios2/nios2-initialize.c
index 27571675c7..e192d774e6 100644
--- a/cpukit/score/cpu/nios2/nios2-initialize.c
+++ b/cpukit/score/cpu/nios2/nios2-initialize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-isr-get-level.c b/cpukit/score/cpu/nios2/nios2-isr-get-level.c
index 147a48b9c9..f6a51cdc10 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-get-level.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-get-level.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-isr-install-raw-handler.c b/cpukit/score/cpu/nios2/nios2-isr-install-raw-handler.c
index 35c7af35a1..ee566b8a64 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-install-raw-handler.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-install-raw-handler.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-isr-install-vector.c b/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
index 3feed998a4..cf5cc278c6 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c b/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
index 9cdac4c374..b51404df3a 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-isr-set-level.c b/cpukit/score/cpu/nios2/nios2-isr-set-level.c
index b94a9345e9..99964764ae 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-set-level.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-set-level.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-configuration.c b/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
index abd7292734..320e1880d4 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c b/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
index be680ffeb2..dd97a29023 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c b/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
index 797a2072e8..77a00fde61 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-reset.c b/cpukit/score/cpu/nios2/nios2-mpu-reset.c
index 5431b7da75..1f55d8c364 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-reset.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-reset.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c b/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
index 512b62d0a6..b939e02e8b 100644
--- a/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
+++ b/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/nios2/rtems/asm.h b/cpukit/score/cpu/nios2/rtems/asm.h
index 390048d353..0725d7c0ed 100644
--- a/cpukit/score/cpu/nios2/rtems/asm.h
+++ b/cpukit/score/cpu/nios2/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-1997.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h
index 898b91b425..0632aa9548 100644
--- a/cpukit/score/cpu/nios2/rtems/score/cpu.h
+++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu_asm.h b/cpukit/score/cpu/nios2/rtems/score/cpu_asm.h
index 7d6a8fe809..d0572d8b2a 100644
--- a/cpukit/score/cpu/nios2/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/nios2/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
index bab411b245..022990d919 100644
--- a/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
+++ b/cpukit/score/cpu/nios2/rtems/score/nios2-utility.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_NIOS2_UTILITY_H
diff --git a/cpukit/score/cpu/nios2/rtems/score/nios2.h b/cpukit/score/cpu/nios2/rtems/score/nios2.h
index f35eebbe8e..9fd8bff0f3 100644
--- a/cpukit/score/cpu/nios2/rtems/score/nios2.h
+++ b/cpukit/score/cpu/nios2/rtems/score/nios2.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_NIOS2_H
diff --git a/cpukit/score/cpu/nios2/rtems/score/types.h b/cpukit/score/cpu/nios2/rtems/score/types.h
index 7420bd8c18..48c1ebacb9 100644
--- a/cpukit/score/cpu/nios2/rtems/score/types.h
+++ b/cpukit/score/cpu/nios2/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/no_cpu/Makefile.am b/cpukit/score/cpu/no_cpu/Makefile.am
index dac52db11f..820579cd42 100644
--- a/cpukit/score/cpu/no_cpu/Makefile.am
+++ b/cpukit/score/cpu/no_cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c
index 0a8a1a24b3..89162bb411 100644
--- a/cpukit/score/cpu/no_cpu/cpu.c
+++ b/cpukit/score/cpu/no_cpu/cpu.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c
index 32c3f1f8c7..e2e466cbc9 100644
--- a/cpukit/score/cpu/no_cpu/cpu_asm.c
+++ b/cpukit/score/cpu/no_cpu/cpu_asm.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/score/cpu/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h
index 7dd89312b7..90708e3cfc 100644
--- a/cpukit/score/cpu/no_cpu/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/asm.h
@@ -21,8 +21,6 @@
*
* COPYRIGHT (c) 1994-2006.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 4e48d912e3..8a00c19dc0 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -26,8 +26,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
index a509b36ae6..e3797a93f9 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
@@ -14,8 +14,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_CPU_ASM_H
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
index ecb389dc2e..ca34728868 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -13,8 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef _RTEMS_SCORE_NO_CPU_H
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index 2fb960c899..74240aa1e4 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am
index 67f4339a77..65007ef533 100644
--- a/cpukit/score/cpu/powerpc/Makefile.am
+++ b/cpukit/score/cpu/powerpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/powerpc/cpu.c b/cpukit/score/cpu/powerpc/cpu.c
index 108a7ce45d..b12deae57b 100644
--- a/cpukit/score/cpu/powerpc/cpu.c
+++ b/cpukit/score/cpu/powerpc/cpu.c
@@ -2,8 +2,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/*
diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h
index e6b90ece72..b1a8870b9c 100644
--- a/cpukit/score/cpu/powerpc/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/rtems/asm.h
@@ -24,8 +24,6 @@
*
* COPYRIGHT (c) 1994.
* On-Line Applications Research Corporation (OAR).
- *
- * $Id:$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h b/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h
index 5ec4dd6161..03e2ea6980 100644
--- a/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h
+++ b/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_POWERPC_REGISTERS_H
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index bd05247534..3ed76dffb7 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
@@ -28,8 +28,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index 93ab3b6499..bee0695000 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -37,8 +37,6 @@
*
* Note:
* This file is included by both C and assembler code ( -DASM )
- *
- * $Id$
*/
diff --git a/cpukit/score/cpu/powerpc/rtems/score/types.h b/cpukit/score/cpu/powerpc/rtems/score/types.h
index 828a363934..1f61bfe6ef 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/types.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/types.h
@@ -29,8 +29,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/sh/Makefile.am b/cpukit/score/cpu/sh/Makefile.am
index aeb2c68006..8e148d81d2 100644
--- a/cpukit/score/cpu/sh/Makefile.am
+++ b/cpukit/score/cpu/sh/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c
index ddeb4874d3..597c868d00 100644
--- a/cpukit/score/cpu/sh/context.c
+++ b/cpukit/score/cpu/sh/context.c
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index 9d6e48d315..d4f1644dd2 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/sh/rtems/asm.h b/cpukit/score/cpu/sh/rtems/asm.h
index 56e11313d7..b2cbce6020 100644
--- a/cpukit/score/cpu/sh/rtems/asm.h
+++ b/cpukit/score/cpu/sh/rtems/asm.h
@@ -36,8 +36,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index 8bc3bc6374..29319da596 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/sh/rtems/score/sh.h b/cpukit/score/cpu/sh/rtems/score/sh.h
index 0cd7a5d926..507a812bc7 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SH_H
diff --git a/cpukit/score/cpu/sh/rtems/score/sh_io.h b/cpukit/score/cpu/sh/rtems/score/sh_io.h
index 2b58aae62a..6cb1ffcb0f 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh_io.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh_io.h
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SH_IO_H
diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h
index f367422d2b..8f0b06c79c 100644
--- a/cpukit/score/cpu/sh/rtems/score/types.h
+++ b/cpukit/score/cpu/sh/rtems/score/types.h
@@ -22,8 +22,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/sparc/Makefile.am b/cpukit/score/cpu/sparc/Makefile.am
index 3d77da184e..578ecc68a7 100644
--- a/cpukit/score/cpu/sparc/Makefile.am
+++ b/cpukit/score/cpu/sparc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sparc/README b/cpukit/score/cpu/sparc/README
index c4c2200075..001d46f68a 100644
--- a/cpukit/score/cpu/sparc/README
+++ b/cpukit/score/cpu/sparc/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This file discusses SPARC specific issues which are important to
this port. The primary topics in this file are:
diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c
index 383319d0d7..78917261ea 100644
--- a/cpukit/score/cpu/sparc/cpu.c
+++ b/cpukit/score/cpu/sparc/cpu.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/sparc/cpu_asm.S b/cpukit/score/cpu/sparc/cpu_asm.S
index ccfbefd655..ac8d799106 100644
--- a/cpukit/score/cpu/sparc/cpu_asm.S
+++ b/cpukit/score/cpu/sparc/cpu_asm.S
@@ -17,8 +17,6 @@
*
* ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
* European Space Agency.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h
index 1da25f8c26..530197eeb8 100644
--- a/cpukit/score/cpu/sparc/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/rtems/asm.h
@@ -18,8 +18,6 @@
* from ftp.cygnus.com. The file which was used had no copyright
* notice. This file is freely distributable as long as the source
* of the file is noted.
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index d565befe8d..06bb26e724 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h
index 9d17347b04..6b7936f2e5 100644
--- a/cpukit/score/cpu/sparc/rtems/score/sparc.h
+++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SPARC_H
diff --git a/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h
index cc9e7fd766..a8e56b73b2 100644
--- a/cpukit/score/cpu/sparc/rtems/score/types.h
+++ b/cpukit/score/cpu/sparc/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/cpu/sparc64/Makefile.am b/cpukit/score/cpu/sparc64/Makefile.am
index 88817d842c..33ba8441e6 100644
--- a/cpukit/score/cpu/sparc64/Makefile.am
+++ b/cpukit/score/cpu/sparc64/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sparc64/README b/cpukit/score/cpu/sparc64/README
index 9da0c5e0ef..60fa8bbe9f 100644
--- a/cpukit/score/cpu/sparc64/README
+++ b/cpukit/score/cpu/sparc64/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
A lot of explanation needed, will do when known.
The score/cpu/sparc64 contains only code that can execute without accessing
diff --git a/cpukit/score/cpu/sparc64/context.S b/cpukit/score/cpu/sparc64/context.S
index bbf4d4a76e..11f064f443 100644
--- a/cpukit/score/cpu/sparc64/context.S
+++ b/cpukit/score/cpu/sparc64/context.S
@@ -21,8 +21,6 @@
* Ported to UltraSPARC T1 Niagara implementation of the SPARC-v9.
* Niagara modifications of respective RTEMS file:
* COPYRIGHT (c) 2010. Gedare Bloom.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/cpukit/score/cpu/sparc64/cpu.c b/cpukit/score/cpu/sparc64/cpu.c
index cb62f9333a..ac35dc413b 100644
--- a/cpukit/score/cpu/sparc64/cpu.c
+++ b/cpukit/score/cpu/sparc64/cpu.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/cpukit/score/cpu/sparc64/rtems/asm.h b/cpukit/score/cpu/sparc64/rtems/asm.h
index 29847ea1d5..d670fc6149 100644
--- a/cpukit/score/cpu/sparc64/rtems/asm.h
+++ b/cpukit/score/cpu/sparc64/rtems/asm.h
@@ -18,8 +18,6 @@
* from ftp.cygnus.com. The file which was used had no copyright
* notice. This file is freely distributable as long as the source
* of the file is noted.
- *
- * $Id$
*/
#ifndef _RTEMS_ASM_H
diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index 7be274ca2f..0f69c6d3ac 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CPU_H
diff --git a/cpukit/score/cpu/sparc64/rtems/score/sparc64.h b/cpukit/score/cpu/sparc64/rtems/score/sparc64.h
index 41862c2362..b7ac2c5137 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/sparc64.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/sparc64.h
@@ -16,8 +16,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SPARC_H
diff --git a/cpukit/score/cpu/sparc64/rtems/score/types.h b/cpukit/score/cpu/sparc64/rtems/score/types.h
index 92c67cdf61..3d289a586a 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/types.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/types.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TYPES_H
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 84aef5f0e4..05dc9d16b8 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_BSPSMP_H
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 7a53a4559d..4155775ef2 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_DEBUG_H
diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index 6270e17dd4..a09d63821c 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_ADDRESS_H
diff --git a/cpukit/score/include/rtems/score/apiext.h b/cpukit/score/include/rtems/score/apiext.h
index 10291fddee..514e4bab95 100644
--- a/cpukit/score/include/rtems/score/apiext.h
+++ b/cpukit/score/include/rtems/score/apiext.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_APIEXT_H
diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/score/include/rtems/score/apimutex.h
index 8a0ad124e7..780b16708c 100644
--- a/cpukit/score/include/rtems/score/apimutex.h
+++ b/cpukit/score/include/rtems/score/apimutex.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_APIMUTEX_H
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index 2f1c39870a..1f8660cb9b 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_BASEDEFS_H
diff --git a/cpukit/score/include/rtems/score/bitfield.h b/cpukit/score/include/rtems/score/bitfield.h
index 4e267e04f7..cfb9bf8753 100644
--- a/cpukit/score/include/rtems/score/bitfield.h
+++ b/cpukit/score/include/rtems/score/bitfield.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_BITFIELD_H
diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h
index b7b2a1b9b5..651ee15291 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/score/include/rtems/score/chain.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CHAIN_H
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/score/include/rtems/score/context.h
index f6a0971673..96e3f15191 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/score/include/rtems/score/context.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CONTEXT_H
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index 8c418abd7c..87e652026b 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COPYRT_H
diff --git a/cpukit/score/include/rtems/score/corebarrier.h b/cpukit/score/include/rtems/score/corebarrier.h
index d1cc0e0a69..d284026157 100644
--- a/cpukit/score/include/rtems/score/corebarrier.h
+++ b/cpukit/score/include/rtems/score/corebarrier.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREBARRIER_H
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h
index 227a94cdf2..4c1d27e890 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/score/include/rtems/score/coremsg.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREMSG_H
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 481c95081b..01a0dd54ed 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREMUTEX_H
diff --git a/cpukit/score/include/rtems/score/corerwlock.h b/cpukit/score/include/rtems/score/corerwlock.h
index 15183e47d5..0b0c806498 100644
--- a/cpukit/score/include/rtems/score/corerwlock.h
+++ b/cpukit/score/include/rtems/score/corerwlock.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORERWLOCK_H
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index d6952602e6..fc4d0baa34 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORESEM_H
diff --git a/cpukit/score/include/rtems/score/corespinlock.h b/cpukit/score/include/rtems/score/corespinlock.h
index 1665b19d55..48c944fb7b 100644
--- a/cpukit/score/include/rtems/score/corespinlock.h
+++ b/cpukit/score/include/rtems/score/corespinlock.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORESPINLOCK_H
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 8f508c9874..9208d17ef4 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_HEAP_H
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 8eb838e4cb..19342a3db8 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_INTERR_H
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 6a146df625..531b872256 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_ISR_H
diff --git a/cpukit/score/include/rtems/score/isrlevel.h b/cpukit/score/include/rtems/score/isrlevel.h
index 2bb9e51c15..13f1c53c3f 100644
--- a/cpukit/score/include/rtems/score/isrlevel.h
+++ b/cpukit/score/include/rtems/score/isrlevel.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_ISR_LEVEL_h
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 6ae6687af2..59e60f10fe 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_MPCI_H
diff --git a/cpukit/score/include/rtems/score/mppkt.h b/cpukit/score/include/rtems/score/mppkt.h
index 3bf3f534f0..85d80b85b3 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/score/include/rtems/score/mppkt.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_MPPKT_H
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 4f2147cd99..6c6166e14e 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_OBJECT_H
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index fcf9dd166c..c8e4bb8086 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_OBJECTMP_H
diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h
index b6506e5976..ed6e6b2b72 100644
--- a/cpukit/score/include/rtems/score/percpu.h
+++ b/cpukit/score/include/rtems/score/percpu.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_PERCPU_H
diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h
index 7fc20c2c25..3c6f7771f6 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/score/include/rtems/score/priority.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_PRIORITY_H
diff --git a/cpukit/score/include/rtems/score/prioritybitmap.h b/cpukit/score/include/rtems/score/prioritybitmap.h
index e02992a1fe..4a9966cef7 100644
--- a/cpukit/score/include/rtems/score/prioritybitmap.h
+++ b/cpukit/score/include/rtems/score/prioritybitmap.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_PRIORITYBITMAP_H
diff --git a/cpukit/score/include/rtems/score/protectedheap.h b/cpukit/score/include/rtems/score/protectedheap.h
index 84f7d60097..8c2f2cd66c 100644
--- a/cpukit/score/include/rtems/score/protectedheap.h
+++ b/cpukit/score/include/rtems/score/protectedheap.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_PROTECTED_HEAP_H
diff --git a/cpukit/score/include/rtems/score/rbtree.h b/cpukit/score/include/rtems/score/rbtree.h
index b3cfc45fa3..82bdb6df7f 100644
--- a/cpukit/score/include/rtems/score/rbtree.h
+++ b/cpukit/score/include/rtems/score/rbtree.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_RBTREE_H
diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h
index f899391128..dbda8b2d67 100644
--- a/cpukit/score/include/rtems/score/scheduler.h
+++ b/cpukit/score/include/rtems/score/scheduler.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULER_H
diff --git a/cpukit/score/include/rtems/score/schedulercbs.h b/cpukit/score/include/rtems/score/schedulercbs.h
index 80abfc2488..7f49321bb2 100644
--- a/cpukit/score/include/rtems/score/schedulercbs.h
+++ b/cpukit/score/include/rtems/score/schedulercbs.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERCBS_H
diff --git a/cpukit/score/include/rtems/score/scheduleredf.h b/cpukit/score/include/rtems/score/scheduleredf.h
index 06569066d6..5d7551d422 100644
--- a/cpukit/score/include/rtems/score/scheduleredf.h
+++ b/cpukit/score/include/rtems/score/scheduleredf.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULEREDF_H
diff --git a/cpukit/score/include/rtems/score/schedulerpriority.h b/cpukit/score/include/rtems/score/schedulerpriority.h
index eaea71bd17..aae8012fdd 100644
--- a/cpukit/score/include/rtems/score/schedulerpriority.h
+++ b/cpukit/score/include/rtems/score/schedulerpriority.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERPRIORITY_H
diff --git a/cpukit/score/include/rtems/score/schedulersimple.h b/cpukit/score/include/rtems/score/schedulersimple.h
index 5f8dbf3f17..fb883bb9c3 100644
--- a/cpukit/score/include/rtems/score/schedulersimple.h
+++ b/cpukit/score/include/rtems/score/schedulersimple.h
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERSIMPLE_H
diff --git a/cpukit/score/include/rtems/score/schedulersimplesmp.h b/cpukit/score/include/rtems/score/schedulersimplesmp.h
index 6672ac51a0..e915993a52 100644
--- a/cpukit/score/include/rtems/score/schedulersimplesmp.h
+++ b/cpukit/score/include/rtems/score/schedulersimplesmp.h
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERSIMPLE_SMP_H
diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/score/include/rtems/score/smp.h
index d53b06fecf..38ac681bcd 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/score/include/rtems/score/smp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SMP_H
diff --git a/cpukit/score/include/rtems/score/smplock.h b/cpukit/score/include/rtems/score/smplock.h
index a604d7bfe0..611b49811f 100644
--- a/cpukit/score/include/rtems/score/smplock.h
+++ b/cpukit/score/include/rtems/score/smplock.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_LOCK_H
diff --git a/cpukit/score/include/rtems/score/stack.h b/cpukit/score/include/rtems/score/stack.h
index 184e49403a..1e06e366c9 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/score/include/rtems/score/stack.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_STACK_H
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index 2acfd22a34..eb4658e3be 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_STATES_H
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index 1164367ebb..c81e9c3f73 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SYSSTATE_H
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 4fa361a0df..18ce1e3acd 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREAD_H
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 6998190652..4814098b70 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREADMP_H
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index e633cffad4..873a3393f5 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREADQ_H
diff --git a/cpukit/score/include/rtems/score/threadsync.h b/cpukit/score/include/rtems/score/threadsync.h
index 7154654f5a..df8ce5f800 100644
--- a/cpukit/score/include/rtems/score/threadsync.h
+++ b/cpukit/score/include/rtems/score/threadsync.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREAD_SYNC_H
diff --git a/cpukit/score/include/rtems/score/timespec.h b/cpukit/score/include/rtems/score/timespec.h
index ed0a9d89c5..39394ff3da 100644
--- a/cpukit/score/include/rtems/score/timespec.h
+++ b/cpukit/score/include/rtems/score/timespec.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TIMESPEC_H
diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h
index 6160744040..b86090978e 100644
--- a/cpukit/score/include/rtems/score/timestamp.h
+++ b/cpukit/score/include/rtems/score/timestamp.h
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TIMESTAMP_H
diff --git a/cpukit/score/include/rtems/score/timestamp64.h b/cpukit/score/include/rtems/score/timestamp64.h
index 4bba7c9a2d..08d3ac7ecd 100644
--- a/cpukit/score/include/rtems/score/timestamp64.h
+++ b/cpukit/score/include/rtems/score/timestamp64.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TIMESTAMP64_H
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index c8684ae6cc..e9a2e84381 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TOD_H
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index 3c79730b4a..1c2e1326f5 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TQDATA_H
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index b8604deae9..087df8c7d2 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_USEREXT_H
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index ba6de8ec36..01b36b3be7 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_WATCHDOG_H
diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h
index b1d3e88d9f..10b80ccaab 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/score/include/rtems/score/wkspace.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_WKSPACE_H
diff --git a/cpukit/score/include/rtems/seterr.h b/cpukit/score/include/rtems/seterr.h
index 9eb4295554..ddd5c1c685 100644
--- a/cpukit/score/include/rtems/seterr.h
+++ b/cpukit/score/include/rtems/seterr.h
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SETERR_H
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 3e2a717b5b..46f080b46a 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SYSTEM_H
diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl
index 03aeef3732..c1c4f30b02 100644
--- a/cpukit/score/inline/rtems/score/address.inl
+++ b/cpukit/score/inline/rtems/score/address.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_ADDRESS_H
diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl
index a465a3462b..f0714eb78c 100644
--- a/cpukit/score/inline/rtems/score/chain.inl
+++ b/cpukit/score/inline/rtems/score/chain.inl
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CHAIN_H
diff --git a/cpukit/score/inline/rtems/score/corebarrier.inl b/cpukit/score/inline/rtems/score/corebarrier.inl
index a1e56fc221..1af05151db 100644
--- a/cpukit/score/inline/rtems/score/corebarrier.inl
+++ b/cpukit/score/inline/rtems/score/corebarrier.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREBARRIER_H
diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl
index eaa00b7fe5..0191c3cd1e 100644
--- a/cpukit/score/inline/rtems/score/coremsg.inl
+++ b/cpukit/score/inline/rtems/score/coremsg.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREMSG_H
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index f6f666159b..90b939345b 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_COREMUTEX_H
diff --git a/cpukit/score/inline/rtems/score/corerwlock.inl b/cpukit/score/inline/rtems/score/corerwlock.inl
index b23ef32015..8736c0f331 100644
--- a/cpukit/score/inline/rtems/score/corerwlock.inl
+++ b/cpukit/score/inline/rtems/score/corerwlock.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORERWLOCK_H
diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl
index 3608b2d91b..f504798f31 100644
--- a/cpukit/score/inline/rtems/score/coresem.inl
+++ b/cpukit/score/inline/rtems/score/coresem.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORESEM_H
diff --git a/cpukit/score/inline/rtems/score/corespinlock.inl b/cpukit/score/inline/rtems/score/corespinlock.inl
index 05e3408742..f45f320d85 100644
--- a/cpukit/score/inline/rtems/score/corespinlock.inl
+++ b/cpukit/score/inline/rtems/score/corespinlock.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_CORESPINLOCK_H
diff --git a/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl
index 50fb16a55c..6a89555ede 100644
--- a/cpukit/score/inline/rtems/score/heap.inl
+++ b/cpukit/score/inline/rtems/score/heap.inl
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_HEAP_H
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index a4e7866959..accc03c2c7 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_ISR_H
diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl
index 593e8eebb1..c83242464e 100644
--- a/cpukit/score/inline/rtems/score/mppkt.inl
+++ b/cpukit/score/inline/rtems/score/mppkt.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_MPPKT_H
diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl
index 6a4fe21037..1f3adcb274 100644
--- a/cpukit/score/inline/rtems/score/object.inl
+++ b/cpukit/score/inline/rtems/score/object.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_OBJECT_H
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index 53db23621a..502c946014 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_OBJECTMP_H
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index 796a14e2b9..c0ac766a2f 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_PRIORITY_H
diff --git a/cpukit/score/inline/rtems/score/prioritybitmap.inl b/cpukit/score/inline/rtems/score/prioritybitmap.inl
index 7938a38afc..76bb1a1c83 100644
--- a/cpukit/score/inline/rtems/score/prioritybitmap.inl
+++ b/cpukit/score/inline/rtems/score/prioritybitmap.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_PRIORITYBITMAP_H
diff --git a/cpukit/score/inline/rtems/score/scheduler.inl b/cpukit/score/inline/rtems/score/scheduler.inl
index 0a60928565..227cabc399 100644
--- a/cpukit/score/inline/rtems/score/scheduler.inl
+++ b/cpukit/score/inline/rtems/score/scheduler.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULER_H
diff --git a/cpukit/score/inline/rtems/score/schedulerpriority.inl b/cpukit/score/inline/rtems/score/schedulerpriority.inl
index 9b418fc7ae..5c3dd5fbd6 100644
--- a/cpukit/score/inline/rtems/score/schedulerpriority.inl
+++ b/cpukit/score/inline/rtems/score/schedulerpriority.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERPRIORITY_H
diff --git a/cpukit/score/inline/rtems/score/schedulersimple.inl b/cpukit/score/inline/rtems/score/schedulersimple.inl
index 5e8178c025..b94cd224da 100644
--- a/cpukit/score/inline/rtems/score/schedulersimple.inl
+++ b/cpukit/score/inline/rtems/score/schedulersimple.inl
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SCHEDULERSIMPLE_H
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index 2f49d012b3..2f60f0f50b 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_STACK_H
diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl
index 5a10985e95..7bad0c9f12 100644
--- a/cpukit/score/inline/rtems/score/states.inl
+++ b/cpukit/score/inline/rtems/score/states.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_STATES_H
diff --git a/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl
index f391badaf3..02d2598690 100644
--- a/cpukit/score/inline/rtems/score/sysstate.inl
+++ b/cpukit/score/inline/rtems/score/sysstate.inl
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_SYSSTATE_H
diff --git a/cpukit/score/inline/rtems/score/thread.inl b/cpukit/score/inline/rtems/score/thread.inl
index af824177bb..b2806385ab 100644
--- a/cpukit/score/inline/rtems/score/thread.inl
+++ b/cpukit/score/inline/rtems/score/thread.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREAD_H
diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl
index 7599f37503..81ecb6dcc6 100644
--- a/cpukit/score/inline/rtems/score/threadmp.inl
+++ b/cpukit/score/inline/rtems/score/threadmp.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREADMP_H
diff --git a/cpukit/score/inline/rtems/score/threadq.inl b/cpukit/score/inline/rtems/score/threadq.inl
index b8bc99bf20..d16013d19f 100644
--- a/cpukit/score/inline/rtems/score/threadq.inl
+++ b/cpukit/score/inline/rtems/score/threadq.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_THREADQ_H
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index 67a37862e9..14c7b6f5ae 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TOD_H
diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl
index 6db7ce2f5a..aa7aaf4dc7 100644
--- a/cpukit/score/inline/rtems/score/tqdata.inl
+++ b/cpukit/score/inline/rtems/score/tqdata.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_TQDATA_H
diff --git a/cpukit/score/inline/rtems/score/watchdog.inl b/cpukit/score/inline/rtems/score/watchdog.inl
index 14f7759f79..e73a419e32 100644
--- a/cpukit/score/inline/rtems/score/watchdog.inl
+++ b/cpukit/score/inline/rtems/score/watchdog.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_WATCHDOG_H
diff --git a/cpukit/score/inline/rtems/score/wkspace.inl b/cpukit/score/inline/rtems/score/wkspace.inl
index 4342f2d20f..5d3748a7a5 100644
--- a/cpukit/score/inline/rtems/score/wkspace.inl
+++ b/cpukit/score/inline/rtems/score/wkspace.inl
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_SCORE_WKSPACE_H
diff --git a/cpukit/score/src/apiext.c b/cpukit/score/src/apiext.c
index 11eabef9c7..51b94515e3 100644
--- a/cpukit/score/src/apiext.c
+++ b/cpukit/score/src/apiext.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/apimutex.c b/cpukit/score/src/apimutex.c
index 93e67eafaf..0329441411 100644
--- a/cpukit/score/src/apimutex.c
+++ b/cpukit/score/src/apimutex.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/apimutexallocate.c b/cpukit/score/src/apimutexallocate.c
index 5a2a323315..8ba4c9b87e 100644
--- a/cpukit/score/src/apimutexallocate.c
+++ b/cpukit/score/src/apimutexallocate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/apimutexlock.c b/cpukit/score/src/apimutexlock.c
index b8e74064a2..aa78279153 100644
--- a/cpukit/score/src/apimutexlock.c
+++ b/cpukit/score/src/apimutexlock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/apimutexunlock.c b/cpukit/score/src/apimutexunlock.c
index 7ebfb90946..e8ec597772 100644
--- a/cpukit/score/src/apimutexunlock.c
+++ b/cpukit/score/src/apimutexunlock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index 7aad0d41fd..fb3916c285 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/chainappend.c b/cpukit/score/src/chainappend.c
index f5287a450f..302ca34f32 100644
--- a/cpukit/score/src/chainappend.c
+++ b/cpukit/score/src/chainappend.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/chainextract.c b/cpukit/score/src/chainextract.c
index deb537ed85..e2b36151e0 100644
--- a/cpukit/score/src/chainextract.c
+++ b/cpukit/score/src/chainextract.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/chainget.c b/cpukit/score/src/chainget.c
index 4ec11c112e..991a22910b 100644
--- a/cpukit/score/src/chainget.c
+++ b/cpukit/score/src/chainget.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/chaininsert.c b/cpukit/score/src/chaininsert.c
index 0f5cdd25ab..95e67aa539 100644
--- a/cpukit/score/src/chaininsert.c
+++ b/cpukit/score/src/chaininsert.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corebarrier.c b/cpukit/score/src/corebarrier.c
index d5445bd830..bab4182466 100644
--- a/cpukit/score/src/corebarrier.c
+++ b/cpukit/score/src/corebarrier.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corebarrierrelease.c b/cpukit/score/src/corebarrierrelease.c
index 70c0059df3..bd238fe201 100644
--- a/cpukit/score/src/corebarrierrelease.c
+++ b/cpukit/score/src/corebarrierrelease.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corebarrierwait.c b/cpukit/score/src/corebarrierwait.c
index 6d3881938d..0a2a1b7267 100644
--- a/cpukit/score/src/corebarrierwait.c
+++ b/cpukit/score/src/corebarrierwait.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsg.c b/cpukit/score/src/coremsg.c
index 6aeed9e9c8..72454b5d44 100644
--- a/cpukit/score/src/coremsg.c
+++ b/cpukit/score/src/coremsg.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c
index 399c5e96cf..d5d1f95563 100644
--- a/cpukit/score/src/coremsgbroadcast.c
+++ b/cpukit/score/src/coremsgbroadcast.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c
index 93a3e7a843..930c0adea9 100644
--- a/cpukit/score/src/coremsgclose.c
+++ b/cpukit/score/src/coremsgclose.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c
index 08f4dbe02d..0faf6c3c26 100644
--- a/cpukit/score/src/coremsgflush.c
+++ b/cpukit/score/src/coremsgflush.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index ae2f08f266..2f959f49d5 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index 268463ae79..58de174cea 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsginsert.c b/cpukit/score/src/coremsginsert.c
index 4641697f03..e21b0eafd4 100644
--- a/cpukit/score/src/coremsginsert.c
+++ b/cpukit/score/src/coremsginsert.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index dfe82eb706..84652d1b77 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index 93fb98bd43..1ce496ed88 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c
index 1643d4f64f..596fa3f256 100644
--- a/cpukit/score/src/coremutex.c
+++ b/cpukit/score/src/coremutex.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremutexflush.c b/cpukit/score/src/coremutexflush.c
index 6a8b6690d8..0c41aea8b8 100644
--- a/cpukit/score/src/coremutexflush.c
+++ b/cpukit/score/src/coremutexflush.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremutexseize.c b/cpukit/score/src/coremutexseize.c
index 1ac60f934b..8394a1db23 100644
--- a/cpukit/score/src/coremutexseize.c
+++ b/cpukit/score/src/coremutexseize.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremutexseizeintr.c b/cpukit/score/src/coremutexseizeintr.c
index 4e4e5c4a07..ee4f18f15b 100644
--- a/cpukit/score/src/coremutexseizeintr.c
+++ b/cpukit/score/src/coremutexseizeintr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c
index 7e1a444215..33cd942bd6 100644
--- a/cpukit/score/src/coremutexsurrender.c
+++ b/cpukit/score/src/coremutexsurrender.c
@@ -12,8 +12,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c
index ad5c50d1ba..7feea25f3a 100644
--- a/cpukit/score/src/corerwlock.c
+++ b/cpukit/score/src/corerwlock.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c
index a8fa4b726b..a8ea78ba1e 100644
--- a/cpukit/score/src/corerwlockobtainread.c
+++ b/cpukit/score/src/corerwlockobtainread.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c
index f17c95d59d..0dac3333a2 100644
--- a/cpukit/score/src/corerwlockobtainwrite.c
+++ b/cpukit/score/src/corerwlockobtainwrite.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corerwlockrelease.c b/cpukit/score/src/corerwlockrelease.c
index 5ac49ac2fe..b13d5f720c 100644
--- a/cpukit/score/src/corerwlockrelease.c
+++ b/cpukit/score/src/corerwlockrelease.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corerwlocktimeout.c b/cpukit/score/src/corerwlocktimeout.c
index 698b3f8095..50ae97a163 100644
--- a/cpukit/score/src/corerwlocktimeout.c
+++ b/cpukit/score/src/corerwlocktimeout.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 3d4007aab1..f0fa9f40d4 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coresemflush.c b/cpukit/score/src/coresemflush.c
index abfdab1ae4..5958159138 100644
--- a/cpukit/score/src/coresemflush.c
+++ b/cpukit/score/src/coresemflush.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coresemseize.c b/cpukit/score/src/coresemseize.c
index a66690e148..925290b8da 100644
--- a/cpukit/score/src/coresemseize.c
+++ b/cpukit/score/src/coresemseize.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coresemsurrender.c b/cpukit/score/src/coresemsurrender.c
index 943cc2dcb1..69e71687e2 100644
--- a/cpukit/score/src/coresemsurrender.c
+++ b/cpukit/score/src/coresemsurrender.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corespinlock.c b/cpukit/score/src/corespinlock.c
index 35ecaf70d1..e90792d1e9 100644
--- a/cpukit/score/src/corespinlock.c
+++ b/cpukit/score/src/corespinlock.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corespinlockrelease.c b/cpukit/score/src/corespinlockrelease.c
index 198e506ca3..e3a1325015 100644
--- a/cpukit/score/src/corespinlockrelease.c
+++ b/cpukit/score/src/corespinlockrelease.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/corespinlockwait.c b/cpukit/score/src/corespinlockwait.c
index 24cf589ff8..eb1f1388a7 100644
--- a/cpukit/score/src/corespinlockwait.c
+++ b/cpukit/score/src/corespinlockwait.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index 1f5966868f..30efa76d79 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodget.c b/cpukit/score/src/coretodget.c
index 79e7dfff5e..3e73a8daab 100644
--- a/cpukit/score/src/coretodget.c
+++ b/cpukit/score/src/coretodget.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodgetuptime.c b/cpukit/score/src/coretodgetuptime.c
index c5d940b0c0..454252921e 100644
--- a/cpukit/score/src/coretodgetuptime.c
+++ b/cpukit/score/src/coretodgetuptime.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodgetuptimetimespec.c b/cpukit/score/src/coretodgetuptimetimespec.c
index 6d30a95d9c..a4c72d2369 100644
--- a/cpukit/score/src/coretodgetuptimetimespec.c
+++ b/cpukit/score/src/coretodgetuptimetimespec.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodmsecstoticks.c b/cpukit/score/src/coretodmsecstoticks.c
index 0b6fa6dede..2f9128e45c 100644
--- a/cpukit/score/src/coretodmsecstoticks.c
+++ b/cpukit/score/src/coretodmsecstoticks.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index c8fe2ac351..e1b86a3976 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index fc6f907ce9..25ab6f3408 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/coretodtickspersec.c b/cpukit/score/src/coretodtickspersec.c
index ac6316ba7b..21e7201253 100644
--- a/cpukit/score/src/coretodtickspersec.c
+++ b/cpukit/score/src/coretodtickspersec.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/score/src/coretodusectoticks.c b/cpukit/score/src/coretodusectoticks.c
index b62e15cd27..2189a45ca3 100644
--- a/cpukit/score/src/coretodusectoticks.c
+++ b/cpukit/score/src/coretodusectoticks.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index eea4bb77aa..30779ebfed 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c
index 61cebc2054..a912644d80 100644
--- a/cpukit/score/src/heapallocate.c
+++ b/cpukit/score/src/heapallocate.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c
index eab2a9482d..9d2d587312 100644
--- a/cpukit/score/src/heapextend.c
+++ b/cpukit/score/src/heapextend.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapfree.c b/cpukit/score/src/heapfree.c
index 7217f1e991..d53a54de77 100644
--- a/cpukit/score/src/heapfree.c
+++ b/cpukit/score/src/heapfree.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c
index 406ed81d39..be0bfd883a 100644
--- a/cpukit/score/src/heapgetfreeinfo.c
+++ b/cpukit/score/src/heapgetfreeinfo.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c
index 872edc76ba..d796ba44e4 100644
--- a/cpukit/score/src/heapgetinfo.c
+++ b/cpukit/score/src/heapgetinfo.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapiterate.c b/cpukit/score/src/heapiterate.c
index b9100b9149..b5c900a81f 100644
--- a/cpukit/score/src/heapiterate.c
+++ b/cpukit/score/src/heapiterate.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c
index 2d3528645f..d085fc6b00 100644
--- a/cpukit/score/src/heapresizeblock.c
+++ b/cpukit/score/src/heapresizeblock.c
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c
index 0a8b150811..5c1ce69acd 100644
--- a/cpukit/score/src/heapsizeofuserarea.c
+++ b/cpukit/score/src/heapsizeofuserarea.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index fae0bd6330..c84f1282de 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index 6bab9c28f5..3679511189 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/isr.c b/cpukit/score/src/isr.c
index d339d752be..5862781ed6 100644
--- a/cpukit/score/src/isr.c
+++ b/cpukit/score/src/isr.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/isrsmp.c b/cpukit/score/src/isrsmp.c
index 961131c07a..e9504b502a 100644
--- a/cpukit/score/src/isrsmp.c
+++ b/cpukit/score/src/isrsmp.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/iterateoverthreads.c b/cpukit/score/src/iterateoverthreads.c
index 8c65becc4c..4cdb5ea2d9 100644
--- a/cpukit/score/src/iterateoverthreads.c
+++ b/cpukit/score/src/iterateoverthreads.c
@@ -11,8 +11,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 28e5a5232c..c4e8934ab6 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index d352553973..23debcad8f 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectapimaximumclass.c b/cpukit/score/src/objectapimaximumclass.c
index bb61371278..7c032a1844 100644
--- a/cpukit/score/src/objectapimaximumclass.c
+++ b/cpukit/score/src/objectapimaximumclass.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectclose.c b/cpukit/score/src/objectclose.c
index 1ed76b7fbe..f5db97f447 100644
--- a/cpukit/score/src/objectclose.c
+++ b/cpukit/score/src/objectclose.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c
index a360341ab3..e93994cbf6 100644
--- a/cpukit/score/src/objectextendinformation.c
+++ b/cpukit/score/src/objectextendinformation.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectfree.c b/cpukit/score/src/objectfree.c
index c888ae5cc8..f5db7469ee 100644
--- a/cpukit/score/src/objectfree.c
+++ b/cpukit/score/src/objectfree.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c
index 0c3e38b52a..f2a549afec 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetinfo.c b/cpukit/score/src/objectgetinfo.c
index da3e79713e..416726343f 100644
--- a/cpukit/score/src/objectgetinfo.c
+++ b/cpukit/score/src/objectgetinfo.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetinfoid.c b/cpukit/score/src/objectgetinfoid.c
index 729135a9dc..b8bdbaf1ff 100644
--- a/cpukit/score/src/objectgetinfoid.c
+++ b/cpukit/score/src/objectgetinfoid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetisr.c b/cpukit/score/src/objectgetisr.c
index 3bd4924490..c674af7e92 100644
--- a/cpukit/score/src/objectgetisr.c
+++ b/cpukit/score/src/objectgetisr.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetnameasstring.c b/cpukit/score/src/objectgetnameasstring.c
index 4c15cd9811..db87bc283f 100644
--- a/cpukit/score/src/objectgetnameasstring.c
+++ b/cpukit/score/src/objectgetnameasstring.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c
index c5f1a9d811..26725957d6 100644
--- a/cpukit/score/src/objectgetnext.c
+++ b/cpukit/score/src/objectgetnext.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c
index 56ff191317..8d283abd59 100644
--- a/cpukit/score/src/objectgetnoprotection.c
+++ b/cpukit/score/src/objectgetnoprotection.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c
index 870d424986..2698c17c25 100644
--- a/cpukit/score/src/objectidtoname.c
+++ b/cpukit/score/src/objectidtoname.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c
index 4ddb11b2cb..793344a463 100644
--- a/cpukit/score/src/objectinitializeinformation.c
+++ b/cpukit/score/src/objectinitializeinformation.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index e30b3a29e3..582194c3ac 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectnamespaceremove.c b/cpukit/score/src/objectnamespaceremove.c
index d6c0968f90..97ee95f7e5 100644
--- a/cpukit/score/src/objectnamespaceremove.c
+++ b/cpukit/score/src/objectnamespaceremove.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c
index ddd536f837..15700a0aff 100644
--- a/cpukit/score/src/objectnametoid.c
+++ b/cpukit/score/src/objectnametoid.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectnametoidstring.c b/cpukit/score/src/objectnametoidstring.c
index 21073dd742..fae262a7db 100644
--- a/cpukit/score/src/objectnametoidstring.c
+++ b/cpukit/score/src/objectnametoidstring.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectsetname.c b/cpukit/score/src/objectsetname.c
index 793e0914dd..625eb496f3 100644
--- a/cpukit/score/src/objectsetname.c
+++ b/cpukit/score/src/objectsetname.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c
index aa53cd544e..aae6203fba 100644
--- a/cpukit/score/src/objectshrinkinformation.c
+++ b/cpukit/score/src/objectshrinkinformation.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c
index b48e61c8c3..3278dc594c 100644
--- a/cpukit/score/src/percpu.c
+++ b/cpukit/score/src/percpu.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapallocate.c b/cpukit/score/src/pheapallocate.c
index b4888dc8ea..f3de8942da 100644
--- a/cpukit/score/src/pheapallocate.c
+++ b/cpukit/score/src/pheapallocate.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapextend.c b/cpukit/score/src/pheapextend.c
index e71fb1bd8c..be23c706e3 100644
--- a/cpukit/score/src/pheapextend.c
+++ b/cpukit/score/src/pheapextend.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapfree.c b/cpukit/score/src/pheapfree.c
index eb57ded669..c9c8def07b 100644
--- a/cpukit/score/src/pheapfree.c
+++ b/cpukit/score/src/pheapfree.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapgetblocksize.c b/cpukit/score/src/pheapgetblocksize.c
index 0591abdd6e..a4fb9afd27 100644
--- a/cpukit/score/src/pheapgetblocksize.c
+++ b/cpukit/score/src/pheapgetblocksize.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapgetfreeinfo.c b/cpukit/score/src/pheapgetfreeinfo.c
index e95bffe0ba..5cf524ebf2 100644
--- a/cpukit/score/src/pheapgetfreeinfo.c
+++ b/cpukit/score/src/pheapgetfreeinfo.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapgetinfo.c b/cpukit/score/src/pheapgetinfo.c
index 2c4a287edd..edde23ffae 100644
--- a/cpukit/score/src/pheapgetinfo.c
+++ b/cpukit/score/src/pheapgetinfo.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapgetsize.c b/cpukit/score/src/pheapgetsize.c
index fbf90ea3a4..6897b18e1f 100644
--- a/cpukit/score/src/pheapgetsize.c
+++ b/cpukit/score/src/pheapgetsize.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapinit.c b/cpukit/score/src/pheapinit.c
index f2a11a7be9..8536a7cfc5 100644
--- a/cpukit/score/src/pheapinit.c
+++ b/cpukit/score/src/pheapinit.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapiterate.c b/cpukit/score/src/pheapiterate.c
index ec98f75ad2..4e6bc38155 100644
--- a/cpukit/score/src/pheapiterate.c
+++ b/cpukit/score/src/pheapiterate.c
@@ -18,8 +18,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapresizeblock.c b/cpukit/score/src/pheapresizeblock.c
index 14dc522cff..77f3cac52e 100644
--- a/cpukit/score/src/pheapresizeblock.c
+++ b/cpukit/score/src/pheapresizeblock.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/pheapwalk.c b/cpukit/score/src/pheapwalk.c
index 5a89c0de8e..12b2a6d2a8 100644
--- a/cpukit/score/src/pheapwalk.c
+++ b/cpukit/score/src/pheapwalk.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtree.c b/cpukit/score/src/rbtree.c
index 387e66b409..48ea2a0a4f 100644
--- a/cpukit/score/src/rbtree.c
+++ b/cpukit/score/src/rbtree.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtreeextract.c b/cpukit/score/src/rbtreeextract.c
index e3b27fc430..3079f10b6e 100644
--- a/cpukit/score/src/rbtreeextract.c
+++ b/cpukit/score/src/rbtreeextract.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtreefind.c b/cpukit/score/src/rbtreefind.c
index 904a5b87c8..07cbb3f6ca 100644
--- a/cpukit/score/src/rbtreefind.c
+++ b/cpukit/score/src/rbtreefind.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtreefindheader.c b/cpukit/score/src/rbtreefindheader.c
index f73514c3a7..99b0387052 100644
--- a/cpukit/score/src/rbtreefindheader.c
+++ b/cpukit/score/src/rbtreefindheader.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtreeget.c b/cpukit/score/src/rbtreeget.c
index 7e4c84db0a..81e9161a37 100644
--- a/cpukit/score/src/rbtreeget.c
+++ b/cpukit/score/src/rbtreeget.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/rbtreeinsert.c b/cpukit/score/src/rbtreeinsert.c
index d2d544299b..878973427d 100644
--- a/cpukit/score/src/rbtreeinsert.c
+++ b/cpukit/score/src/rbtreeinsert.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduler.c b/cpukit/score/src/scheduler.c
index 71938a728c..0e0e8cec05 100644
--- a/cpukit/score/src/scheduler.c
+++ b/cpukit/score/src/scheduler.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbs.c b/cpukit/score/src/schedulercbs.c
index 225c76d41f..6da8281d7a 100644
--- a/cpukit/score/src/schedulercbs.c
+++ b/cpukit/score/src/schedulercbs.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsattachthread.c b/cpukit/score/src/schedulercbsattachthread.c
index 0643b193f4..9641cc57e5 100644
--- a/cpukit/score/src/schedulercbsattachthread.c
+++ b/cpukit/score/src/schedulercbsattachthread.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbscleanup.c b/cpukit/score/src/schedulercbscleanup.c
index c6c0b94129..392c995ef5 100644
--- a/cpukit/score/src/schedulercbscleanup.c
+++ b/cpukit/score/src/schedulercbscleanup.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbscreateserver.c b/cpukit/score/src/schedulercbscreateserver.c
index c604423d50..2780a71f2d 100644
--- a/cpukit/score/src/schedulercbscreateserver.c
+++ b/cpukit/score/src/schedulercbscreateserver.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsdestroyserver.c b/cpukit/score/src/schedulercbsdestroyserver.c
index 2b11922812..c839157afd 100644
--- a/cpukit/score/src/schedulercbsdestroyserver.c
+++ b/cpukit/score/src/schedulercbsdestroyserver.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsdetachthread.c b/cpukit/score/src/schedulercbsdetachthread.c
index 71e2214e61..0267790ce6 100644
--- a/cpukit/score/src/schedulercbsdetachthread.c
+++ b/cpukit/score/src/schedulercbsdetachthread.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsgetapprovedbudget.c b/cpukit/score/src/schedulercbsgetapprovedbudget.c
index 369d39378a..bf2877f90f 100644
--- a/cpukit/score/src/schedulercbsgetapprovedbudget.c
+++ b/cpukit/score/src/schedulercbsgetapprovedbudget.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsgetexecutiontime.c b/cpukit/score/src/schedulercbsgetexecutiontime.c
index 5cea3101c0..a16fdc912c 100644
--- a/cpukit/score/src/schedulercbsgetexecutiontime.c
+++ b/cpukit/score/src/schedulercbsgetexecutiontime.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsgetparameters.c b/cpukit/score/src/schedulercbsgetparameters.c
index 9bbedfbde2..63fc785b55 100644
--- a/cpukit/score/src/schedulercbsgetparameters.c
+++ b/cpukit/score/src/schedulercbsgetparameters.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsgetremainingbudget.c b/cpukit/score/src/schedulercbsgetremainingbudget.c
index bb394c87f1..4e32181f88 100644
--- a/cpukit/score/src/schedulercbsgetremainingbudget.c
+++ b/cpukit/score/src/schedulercbsgetremainingbudget.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsgetserverid.c b/cpukit/score/src/schedulercbsgetserverid.c
index 1460b0c058..5147621e4d 100644
--- a/cpukit/score/src/schedulercbsgetserverid.c
+++ b/cpukit/score/src/schedulercbsgetserverid.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsreleasejob.c b/cpukit/score/src/schedulercbsreleasejob.c
index 3587c01ce1..c276f8ca5e 100644
--- a/cpukit/score/src/schedulercbsreleasejob.c
+++ b/cpukit/score/src/schedulercbsreleasejob.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbssetparameters.c b/cpukit/score/src/schedulercbssetparameters.c
index 99f80635b4..49774cce7d 100644
--- a/cpukit/score/src/schedulercbssetparameters.c
+++ b/cpukit/score/src/schedulercbssetparameters.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulercbsunblock.c b/cpukit/score/src/schedulercbsunblock.c
index 0f417d8c9e..19578628b2 100644
--- a/cpukit/score/src/schedulercbsunblock.c
+++ b/cpukit/score/src/schedulercbsunblock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredf.c b/cpukit/score/src/scheduleredf.c
index 0407122ce2..d04efa56d2 100644
--- a/cpukit/score/src/scheduleredf.c
+++ b/cpukit/score/src/scheduleredf.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfallocate.c b/cpukit/score/src/scheduleredfallocate.c
index 6d45583519..5e6ff6a2d2 100644
--- a/cpukit/score/src/scheduleredfallocate.c
+++ b/cpukit/score/src/scheduleredfallocate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfblock.c b/cpukit/score/src/scheduleredfblock.c
index 5923171bc9..3efd618f86 100644
--- a/cpukit/score/src/scheduleredfblock.c
+++ b/cpukit/score/src/scheduleredfblock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfenqueue.c b/cpukit/score/src/scheduleredfenqueue.c
index dc59e26ab7..d814dcc747 100644
--- a/cpukit/score/src/scheduleredfenqueue.c
+++ b/cpukit/score/src/scheduleredfenqueue.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfenqueuefirst.c b/cpukit/score/src/scheduleredfenqueuefirst.c
index e8297a147c..8ad0d139ce 100644
--- a/cpukit/score/src/scheduleredfenqueuefirst.c
+++ b/cpukit/score/src/scheduleredfenqueuefirst.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfextract.c b/cpukit/score/src/scheduleredfextract.c
index 019b68e32f..e9ef0a4906 100644
--- a/cpukit/score/src/scheduleredfextract.c
+++ b/cpukit/score/src/scheduleredfextract.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredffree.c b/cpukit/score/src/scheduleredffree.c
index 76667f0cdd..556723c887 100644
--- a/cpukit/score/src/scheduleredffree.c
+++ b/cpukit/score/src/scheduleredffree.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfprioritycompare.c b/cpukit/score/src/scheduleredfprioritycompare.c
index 324e44af37..692c17296c 100644
--- a/cpukit/score/src/scheduleredfprioritycompare.c
+++ b/cpukit/score/src/scheduleredfprioritycompare.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfreleasejob.c b/cpukit/score/src/scheduleredfreleasejob.c
index 0bd86e976f..913aa57704 100644
--- a/cpukit/score/src/scheduleredfreleasejob.c
+++ b/cpukit/score/src/scheduleredfreleasejob.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c
index bca071adbc..4023100aab 100644
--- a/cpukit/score/src/scheduleredfunblock.c
+++ b/cpukit/score/src/scheduleredfunblock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfupdate.c b/cpukit/score/src/scheduleredfupdate.c
index fbb9459f84..d79e592c39 100644
--- a/cpukit/score/src/scheduleredfupdate.c
+++ b/cpukit/score/src/scheduleredfupdate.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/scheduleredfyield.c b/cpukit/score/src/scheduleredfyield.c
index 3b171bfe62..ff68838b47 100644
--- a/cpukit/score/src/scheduleredfyield.c
+++ b/cpukit/score/src/scheduleredfyield.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriority.c b/cpukit/score/src/schedulerpriority.c
index 279f42de6c..127df9e515 100644
--- a/cpukit/score/src/schedulerpriority.c
+++ b/cpukit/score/src/schedulerpriority.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityallocate.c b/cpukit/score/src/schedulerpriorityallocate.c
index 9df1e9ee5e..221373a2d7 100644
--- a/cpukit/score/src/schedulerpriorityallocate.c
+++ b/cpukit/score/src/schedulerpriorityallocate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityblock.c b/cpukit/score/src/schedulerpriorityblock.c
index 702ea48034..12e8e445b0 100644
--- a/cpukit/score/src/schedulerpriorityblock.c
+++ b/cpukit/score/src/schedulerpriorityblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityenqueue.c b/cpukit/score/src/schedulerpriorityenqueue.c
index b3708d3a7e..9829335ec0 100644
--- a/cpukit/score/src/schedulerpriorityenqueue.c
+++ b/cpukit/score/src/schedulerpriorityenqueue.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityenqueuefirst.c b/cpukit/score/src/schedulerpriorityenqueuefirst.c
index eb432c5b88..9081803ce1 100644
--- a/cpukit/score/src/schedulerpriorityenqueuefirst.c
+++ b/cpukit/score/src/schedulerpriorityenqueuefirst.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityextract.c b/cpukit/score/src/schedulerpriorityextract.c
index 10f5a5c04e..1db27565dc 100644
--- a/cpukit/score/src/schedulerpriorityextract.c
+++ b/cpukit/score/src/schedulerpriorityextract.c
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityfree.c b/cpukit/score/src/schedulerpriorityfree.c
index 27757755e3..b882e6a00b 100644
--- a/cpukit/score/src/schedulerpriorityfree.c
+++ b/cpukit/score/src/schedulerpriorityfree.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityprioritycompare.c b/cpukit/score/src/schedulerpriorityprioritycompare.c
index 85edb80d19..962adc4868 100644
--- a/cpukit/score/src/schedulerpriorityprioritycompare.c
+++ b/cpukit/score/src/schedulerpriorityprioritycompare.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityreleasejob.c b/cpukit/score/src/schedulerpriorityreleasejob.c
index 2ef0cafb6c..9c2864dd00 100644
--- a/cpukit/score/src/schedulerpriorityreleasejob.c
+++ b/cpukit/score/src/schedulerpriorityreleasejob.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityschedule.c b/cpukit/score/src/schedulerpriorityschedule.c
index e608e1f1f0..96114aace9 100644
--- a/cpukit/score/src/schedulerpriorityschedule.c
+++ b/cpukit/score/src/schedulerpriorityschedule.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerprioritytick.c b/cpukit/score/src/schedulerprioritytick.c
index 6f49ab60c8..aa89c6c20d 100644
--- a/cpukit/score/src/schedulerprioritytick.c
+++ b/cpukit/score/src/schedulerprioritytick.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityunblock.c b/cpukit/score/src/schedulerpriorityunblock.c
index 8c0f490c8c..4a45877520 100644
--- a/cpukit/score/src/schedulerpriorityunblock.c
+++ b/cpukit/score/src/schedulerpriorityunblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityupdate.c b/cpukit/score/src/schedulerpriorityupdate.c
index b66233d31a..8b170e0bda 100644
--- a/cpukit/score/src/schedulerpriorityupdate.c
+++ b/cpukit/score/src/schedulerpriorityupdate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulerpriorityyield.c b/cpukit/score/src/schedulerpriorityyield.c
index ba46a08f3d..62c3807982 100644
--- a/cpukit/score/src/schedulerpriorityyield.c
+++ b/cpukit/score/src/schedulerpriorityyield.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c
index 6769a332c7..9b875988d6 100644
--- a/cpukit/score/src/schedulersimple.c
+++ b/cpukit/score/src/schedulersimple.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleblock.c b/cpukit/score/src/schedulersimpleblock.c
index 212f4f10bf..50e66743e1 100644
--- a/cpukit/score/src/schedulersimpleblock.c
+++ b/cpukit/score/src/schedulersimpleblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleenqueue.c b/cpukit/score/src/schedulersimpleenqueue.c
index 2a04e9cc1a..c0f47829d4 100644
--- a/cpukit/score/src/schedulersimpleenqueue.c
+++ b/cpukit/score/src/schedulersimpleenqueue.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleenqueuefirst.c b/cpukit/score/src/schedulersimpleenqueuefirst.c
index f9e7579954..4f562a4a95 100644
--- a/cpukit/score/src/schedulersimpleenqueuefirst.c
+++ b/cpukit/score/src/schedulersimpleenqueuefirst.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleextract.c b/cpukit/score/src/schedulersimpleextract.c
index 3d369aa14b..eeeade9159 100644
--- a/cpukit/score/src/schedulersimpleextract.c
+++ b/cpukit/score/src/schedulersimpleextract.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimplereadyqueueenqueue.c b/cpukit/score/src/schedulersimplereadyqueueenqueue.c
index bc8fce632f..d0f6d473f3 100644
--- a/cpukit/score/src/schedulersimplereadyqueueenqueue.c
+++ b/cpukit/score/src/schedulersimplereadyqueueenqueue.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c b/cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c
index 703393c62e..2882034bf0 100644
--- a/cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c
+++ b/cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleschedule.c b/cpukit/score/src/schedulersimpleschedule.c
index 05dcac7c28..d34bd89a22 100644
--- a/cpukit/score/src/schedulersimpleschedule.c
+++ b/cpukit/score/src/schedulersimpleschedule.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimplesmpblock.c b/cpukit/score/src/schedulersimplesmpblock.c
index bb9498d9cb..5c8233a840 100644
--- a/cpukit/score/src/schedulersimplesmpblock.c
+++ b/cpukit/score/src/schedulersimplesmpblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimplesmptick.c b/cpukit/score/src/schedulersimplesmptick.c
index de097cf5f1..3be87db846 100644
--- a/cpukit/score/src/schedulersimplesmptick.c
+++ b/cpukit/score/src/schedulersimplesmptick.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimplesmpunblock.c b/cpukit/score/src/schedulersimplesmpunblock.c
index 58332d4f9e..64eb20d58f 100644
--- a/cpukit/score/src/schedulersimplesmpunblock.c
+++ b/cpukit/score/src/schedulersimplesmpunblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleunblock.c b/cpukit/score/src/schedulersimpleunblock.c
index f7b9c936b7..5d8ea2881e 100644
--- a/cpukit/score/src/schedulersimpleunblock.c
+++ b/cpukit/score/src/schedulersimpleunblock.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c
index 890ec84f29..84b5f19595 100644
--- a/cpukit/score/src/schedulersimpleyield.c
+++ b/cpukit/score/src/schedulersimpleyield.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index 92c2bfd6a2..f0b576ee8c 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/smplock.c b/cpukit/score/src/smplock.c
index 1e84ffc192..9ef4e07042 100644
--- a/cpukit/score/src/smplock.c
+++ b/cpukit/score/src/smplock.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c
index 613ef77e92..af5c67fc47 100644
--- a/cpukit/score/src/thread.c
+++ b/cpukit/score/src/thread.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadblockingoperationcancel.c b/cpukit/score/src/threadblockingoperationcancel.c
index 354df0c7e9..ff3932eeb4 100644
--- a/cpukit/score/src/threadblockingoperationcancel.c
+++ b/cpukit/score/src/threadblockingoperationcancel.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c
index 95011d8237..6ab096658e 100644
--- a/cpukit/score/src/threadchangepriority.c
+++ b/cpukit/score/src/threadchangepriority.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadclearstate.c b/cpukit/score/src/threadclearstate.c
index afeab04e8e..00e53977a7 100644
--- a/cpukit/score/src/threadclearstate.c
+++ b/cpukit/score/src/threadclearstate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadclose.c b/cpukit/score/src/threadclose.c
index ea2ee5bda4..48e6e6a36a 100644
--- a/cpukit/score/src/threadclose.c
+++ b/cpukit/score/src/threadclose.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c
index 0e1cddf949..768a985c21 100644
--- a/cpukit/score/src/threadcreateidle.c
+++ b/cpukit/score/src/threadcreateidle.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threaddelayended.c b/cpukit/score/src/threaddelayended.c
index 94b5998292..ecd5050dfa 100644
--- a/cpukit/score/src/threaddelayended.c
+++ b/cpukit/score/src/threaddelayended.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threaddisabledispatch.c b/cpukit/score/src/threaddisabledispatch.c
index ea2b6fd73b..66c22a6d2a 100644
--- a/cpukit/score/src/threaddisabledispatch.c
+++ b/cpukit/score/src/threaddisabledispatch.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index 4304821eb9..c8bc0060ee 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threaddispatchdisablelevel.c b/cpukit/score/src/threaddispatchdisablelevel.c
index 8d1f4d5afc..15e2f6d215 100644
--- a/cpukit/score/src/threaddispatchdisablelevel.c
+++ b/cpukit/score/src/threaddispatchdisablelevel.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/cpukit/score/src/threadenabledispatch.c b/cpukit/score/src/threadenabledispatch.c
index a61db059d8..0acb7cedd5 100644
--- a/cpukit/score/src/threadenabledispatch.c
+++ b/cpukit/score/src/threadenabledispatch.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index e3f0ec51c5..de3dea652a 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index 28f34ac2b3..e89228e3cf 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index 72a7c0a9f1..54116ad5e9 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadloadenv.c b/cpukit/score/src/threadloadenv.c
index e26ecf977a..9088a57c6e 100644
--- a/cpukit/score/src/threadloadenv.c
+++ b/cpukit/score/src/threadloadenv.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c
index cde461780e..426d68684f 100644
--- a/cpukit/score/src/threadmp.c
+++ b/cpukit/score/src/threadmp.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index 33774e6786..2a7449fa78 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqdequeue.c b/cpukit/score/src/threadqdequeue.c
index 17b30a66f7..bdfd3286f1 100644
--- a/cpukit/score/src/threadqdequeue.c
+++ b/cpukit/score/src/threadqdequeue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqdequeuefifo.c b/cpukit/score/src/threadqdequeuefifo.c
index dea35eb444..119c2d67cf 100644
--- a/cpukit/score/src/threadqdequeuefifo.c
+++ b/cpukit/score/src/threadqdequeuefifo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqdequeuepriority.c b/cpukit/score/src/threadqdequeuepriority.c
index df5c4137ef..8b199cfb83 100644
--- a/cpukit/score/src/threadqdequeuepriority.c
+++ b/cpukit/score/src/threadqdequeuepriority.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c
index 558f85105a..4b7ba938f1 100644
--- a/cpukit/score/src/threadqenqueue.c
+++ b/cpukit/score/src/threadqenqueue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqenqueuefifo.c b/cpukit/score/src/threadqenqueuefifo.c
index 8eb796bcf6..b873ba060b 100644
--- a/cpukit/score/src/threadqenqueuefifo.c
+++ b/cpukit/score/src/threadqenqueuefifo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqenqueuepriority.c b/cpukit/score/src/threadqenqueuepriority.c
index 0686e87c66..687187e56a 100644
--- a/cpukit/score/src/threadqenqueuepriority.c
+++ b/cpukit/score/src/threadqenqueuepriority.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqextract.c b/cpukit/score/src/threadqextract.c
index bb5fe0516c..94e41df8c7 100644
--- a/cpukit/score/src/threadqextract.c
+++ b/cpukit/score/src/threadqextract.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqextractfifo.c b/cpukit/score/src/threadqextractfifo.c
index d726df1725..e3e4ee431a 100644
--- a/cpukit/score/src/threadqextractfifo.c
+++ b/cpukit/score/src/threadqextractfifo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqextractpriority.c b/cpukit/score/src/threadqextractpriority.c
index b8619a4bed..73fd573c7b 100644
--- a/cpukit/score/src/threadqextractpriority.c
+++ b/cpukit/score/src/threadqextractpriority.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c
index dbed85176e..6b17adb119 100644
--- a/cpukit/score/src/threadqextractwithproxy.c
+++ b/cpukit/score/src/threadqextractwithproxy.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index 53805cc6bc..ddbd969845 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqfirstfifo.c b/cpukit/score/src/threadqfirstfifo.c
index a54a9028a3..6bf362f433 100644
--- a/cpukit/score/src/threadqfirstfifo.c
+++ b/cpukit/score/src/threadqfirstfifo.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqfirstpriority.c b/cpukit/score/src/threadqfirstpriority.c
index afe895d48c..c14f382b08 100644
--- a/cpukit/score/src/threadqfirstpriority.c
+++ b/cpukit/score/src/threadqfirstpriority.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c
index a699bad056..cfeb0501eb 100644
--- a/cpukit/score/src/threadqflush.c
+++ b/cpukit/score/src/threadqflush.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqprocesstimeout.c b/cpukit/score/src/threadqprocesstimeout.c
index 9683a6e728..b3d2908a6b 100644
--- a/cpukit/score/src/threadqprocesstimeout.c
+++ b/cpukit/score/src/threadqprocesstimeout.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqrequeue.c b/cpukit/score/src/threadqrequeue.c
index 9064cee670..769f7090d7 100644
--- a/cpukit/score/src/threadqrequeue.c
+++ b/cpukit/score/src/threadqrequeue.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadqtimeout.c b/cpukit/score/src/threadqtimeout.c
index 4fa1d5817b..ee279e6595 100644
--- a/cpukit/score/src/threadqtimeout.c
+++ b/cpukit/score/src/threadqtimeout.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadready.c b/cpukit/score/src/threadready.c
index 9e3a285d22..8037f1750a 100644
--- a/cpukit/score/src/threadready.c
+++ b/cpukit/score/src/threadready.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadreset.c b/cpukit/score/src/threadreset.c
index 57b5605d30..c71f0af18d 100644
--- a/cpukit/score/src/threadreset.c
+++ b/cpukit/score/src/threadreset.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index 37af4d805f..657b62ac6e 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadsetpriority.c b/cpukit/score/src/threadsetpriority.c
index 678df56fc8..a500624bb1 100644
--- a/cpukit/score/src/threadsetpriority.c
+++ b/cpukit/score/src/threadsetpriority.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c
index ff86209852..94798f3a53 100644
--- a/cpukit/score/src/threadsetstate.c
+++ b/cpukit/score/src/threadsetstate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadsettransient.c b/cpukit/score/src/threadsettransient.c
index 691bcf5a2b..dd3c780937 100644
--- a/cpukit/score/src/threadsettransient.c
+++ b/cpukit/score/src/threadsettransient.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c
index 68aa649857..d844564cb1 100644
--- a/cpukit/score/src/threadstackallocate.c
+++ b/cpukit/score/src/threadstackallocate.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadstackfree.c b/cpukit/score/src/threadstackfree.c
index 926c1e9eb1..410ebb0b3f 100644
--- a/cpukit/score/src/threadstackfree.c
+++ b/cpukit/score/src/threadstackfree.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c
index 1bc293c96f..8e89f691ef 100644
--- a/cpukit/score/src/threadstart.c
+++ b/cpukit/score/src/threadstart.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 54b7d83e3b..62f7b41a22 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecaddto.c b/cpukit/score/src/timespecaddto.c
index ac764b83c1..4d14cabc65 100644
--- a/cpukit/score/src/timespecaddto.c
+++ b/cpukit/score/src/timespecaddto.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecdivide.c b/cpukit/score/src/timespecdivide.c
index 5e2cd2a65a..370055a198 100644
--- a/cpukit/score/src/timespecdivide.c
+++ b/cpukit/score/src/timespecdivide.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecdividebyinteger.c b/cpukit/score/src/timespecdividebyinteger.c
index 118fd24ee3..85db7f10d9 100644
--- a/cpukit/score/src/timespecdividebyinteger.c
+++ b/cpukit/score/src/timespecdividebyinteger.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecfromticks.c b/cpukit/score/src/timespecfromticks.c
index a3f44977fc..db9c32c52d 100644
--- a/cpukit/score/src/timespecfromticks.c
+++ b/cpukit/score/src/timespecfromticks.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecisvalid.c b/cpukit/score/src/timespecisvalid.c
index 3347052ba9..26c5102017 100644
--- a/cpukit/score/src/timespecisvalid.c
+++ b/cpukit/score/src/timespecisvalid.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespeclessthan.c b/cpukit/score/src/timespeclessthan.c
index fb54e69dc9..fedf83cba3 100644
--- a/cpukit/score/src/timespeclessthan.c
+++ b/cpukit/score/src/timespeclessthan.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespecsubtract.c b/cpukit/score/src/timespecsubtract.c
index 44e9f21c25..f8f356e106 100644
--- a/cpukit/score/src/timespecsubtract.c
+++ b/cpukit/score/src/timespecsubtract.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/timespectoticks.c b/cpukit/score/src/timespectoticks.c
index 10d462976b..4fe22f03f7 100644
--- a/cpukit/score/src/timespectoticks.c
+++ b/cpukit/score/src/timespectoticks.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64addto.c b/cpukit/score/src/ts64addto.c
index 35ff8e3698..7793abf408 100644
--- a/cpukit/score/src/ts64addto.c
+++ b/cpukit/score/src/ts64addto.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64divide.c b/cpukit/score/src/ts64divide.c
index 284a4f75a1..2f8161ae1b 100644
--- a/cpukit/score/src/ts64divide.c
+++ b/cpukit/score/src/ts64divide.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64dividebyinteger.c b/cpukit/score/src/ts64dividebyinteger.c
index 72a9d65f1d..b48c188977 100644
--- a/cpukit/score/src/ts64dividebyinteger.c
+++ b/cpukit/score/src/ts64dividebyinteger.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64equalto.c b/cpukit/score/src/ts64equalto.c
index 5172d0b2ad..8dd226772e 100644
--- a/cpukit/score/src/ts64equalto.c
+++ b/cpukit/score/src/ts64equalto.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64getnanoseconds.c b/cpukit/score/src/ts64getnanoseconds.c
index 6ab9b47892..c21ec637e8 100644
--- a/cpukit/score/src/ts64getnanoseconds.c
+++ b/cpukit/score/src/ts64getnanoseconds.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64getseconds.c b/cpukit/score/src/ts64getseconds.c
index 54db036bcc..10bfb3429e 100644
--- a/cpukit/score/src/ts64getseconds.c
+++ b/cpukit/score/src/ts64getseconds.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64lessthan.c b/cpukit/score/src/ts64lessthan.c
index e0d6519c16..53b20daae7 100644
--- a/cpukit/score/src/ts64lessthan.c
+++ b/cpukit/score/src/ts64lessthan.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64set.c b/cpukit/score/src/ts64set.c
index ab03f13c47..16e3d7beac 100644
--- a/cpukit/score/src/ts64set.c
+++ b/cpukit/score/src/ts64set.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64settozero.c b/cpukit/score/src/ts64settozero.c
index b017e3e860..9792a71a43 100644
--- a/cpukit/score/src/ts64settozero.c
+++ b/cpukit/score/src/ts64settozero.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64subtract.c b/cpukit/score/src/ts64subtract.c
index a1ed20ed89..2452d00011 100644
--- a/cpukit/score/src/ts64subtract.c
+++ b/cpukit/score/src/ts64subtract.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64toticks.c b/cpukit/score/src/ts64toticks.c
index f028f8892f..b35a69c60e 100644
--- a/cpukit/score/src/ts64toticks.c
+++ b/cpukit/score/src/ts64toticks.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/ts64totimespec.c b/cpukit/score/src/ts64totimespec.c
index b93c1db55d..69640fdf70 100644
--- a/cpukit/score/src/ts64totimespec.c
+++ b/cpukit/score/src/ts64totimespec.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userext.c b/cpukit/score/src/userext.c
index d0e8efc6c9..a331255aed 100644
--- a/cpukit/score/src/userext.c
+++ b/cpukit/score/src/userext.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextaddset.c b/cpukit/score/src/userextaddset.c
index fd732e73c4..09509f6da8 100644
--- a/cpukit/score/src/userextaddset.c
+++ b/cpukit/score/src/userextaddset.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextremoveset.c b/cpukit/score/src/userextremoveset.c
index a7f23da536..1b950ed6be 100644
--- a/cpukit/score/src/userextremoveset.c
+++ b/cpukit/score/src/userextremoveset.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreadbegin.c b/cpukit/score/src/userextthreadbegin.c
index 9fed82ac4a..b3e673b18d 100644
--- a/cpukit/score/src/userextthreadbegin.c
+++ b/cpukit/score/src/userextthreadbegin.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreadcreate.c b/cpukit/score/src/userextthreadcreate.c
index a2950ee37e..21a1cb3056 100644
--- a/cpukit/score/src/userextthreadcreate.c
+++ b/cpukit/score/src/userextthreadcreate.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreaddelete.c b/cpukit/score/src/userextthreaddelete.c
index 39397fea84..559bddb405 100644
--- a/cpukit/score/src/userextthreaddelete.c
+++ b/cpukit/score/src/userextthreaddelete.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreadrestart.c b/cpukit/score/src/userextthreadrestart.c
index c2a4d69e6a..17079add92 100644
--- a/cpukit/score/src/userextthreadrestart.c
+++ b/cpukit/score/src/userextthreadrestart.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreadstart.c b/cpukit/score/src/userextthreadstart.c
index 0fbe6ab755..c852e5d8c3 100644
--- a/cpukit/score/src/userextthreadstart.c
+++ b/cpukit/score/src/userextthreadstart.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/userextthreadswitch.c b/cpukit/score/src/userextthreadswitch.c
index 026b56d9de..e80b4c362b 100644
--- a/cpukit/score/src/userextthreadswitch.c
+++ b/cpukit/score/src/userextthreadswitch.c
@@ -13,8 +13,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdog.c b/cpukit/score/src/watchdog.c
index 61526eb6ea..987928e44c 100644
--- a/cpukit/score/src/watchdog.c
+++ b/cpukit/score/src/watchdog.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index f50b497107..5dc4b31895 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogadjusttochain.c b/cpukit/score/src/watchdogadjusttochain.c
index 569a9364f7..f18d78d15c 100644
--- a/cpukit/score/src/watchdogadjusttochain.c
+++ b/cpukit/score/src/watchdogadjusttochain.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c
index 0996628064..5ed8f12bd4 100644
--- a/cpukit/score/src/watchdoginsert.c
+++ b/cpukit/score/src/watchdoginsert.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdognanoseconds.c b/cpukit/score/src/watchdognanoseconds.c
index b3d3e7b028..37b56b4691 100644
--- a/cpukit/score/src/watchdognanoseconds.c
+++ b/cpukit/score/src/watchdognanoseconds.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index c5425a0e13..eeca207954 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogreport.c b/cpukit/score/src/watchdogreport.c
index 58bce56959..5924db784a 100644
--- a/cpukit/score/src/watchdogreport.c
+++ b/cpukit/score/src/watchdogreport.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogreportchain.c b/cpukit/score/src/watchdogreportchain.c
index 8b616914c6..aeea191cf5 100644
--- a/cpukit/score/src/watchdogreportchain.c
+++ b/cpukit/score/src/watchdogreportchain.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index 8d498f9530..14714cafd1 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c
index 179f08d9cc..842cade81b 100644
--- a/cpukit/score/src/wkspace.c
+++ b/cpukit/score/src/wkspace.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/score/src/wkstringduplicate.c b/cpukit/score/src/wkstringduplicate.c
index cef1550a43..00aa3a3e11 100644
--- a/cpukit/score/src/wkstringduplicate.c
+++ b/cpukit/score/src/wkstringduplicate.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index cb72745e98..d114ba4a3b 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README
index 626b458f23..3807aa5ebf 100644
--- a/cpukit/telnetd/README
+++ b/cpukit/telnetd/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
This directory contains a telnetd server
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index 51d08723b8..5a801b5fbc 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Authorship
* ----------
diff --git a/cpukit/telnetd/passwd.h b/cpukit/telnetd/passwd.h
index e6f15f7d84..8d5c299a5e 100644
--- a/cpukit/telnetd/passwd.h
+++ b/cpukit/telnetd/passwd.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Define a default password for telnetd here.
* NOTES:
* - this can be overridden at run-time by setting
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index fae95126cb..e73f0e515a 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -17,8 +17,6 @@
* is closed. Rather let 'read()' return a 0 count so
* they may cleanup. Some magic hack works around termios
* limitation.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index 503fb9444d..1d86294c44 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -7,8 +7,6 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
*/
#ifndef _RTEMS_PTY_H
diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c
index 903b6dfb51..622aa14286 100644
--- a/cpukit/telnetd/telnetd.c
+++ b/cpukit/telnetd/telnetd.c
@@ -34,8 +34,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index a146ad942b..a2ebcb7c11 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -14,8 +14,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef _RTEMS_TELNETD_H
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index b5b89fb73f..36d31033d8 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/zlib/Makefile.am b/cpukit/zlib/Makefile.am
index 271f276cc4..478134b560 100644
--- a/cpukit/zlib/Makefile.am
+++ b/cpukit/zlib/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(top_srcdir)/automake/compile.am
project_lib_LIBRARIES = libz.a
diff --git a/cpukit/zlib/adler32.c b/cpukit/zlib/adler32.c
index 65ad6a5adc..172de60321 100644
--- a/cpukit/zlib/adler32.c
+++ b/cpukit/zlib/adler32.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#include "zutil.h"
#define local static
diff --git a/cpukit/zlib/compress.c b/cpukit/zlib/compress.c
index ea4dfbe9d7..30ffc77cb9 100644
--- a/cpukit/zlib/compress.c
+++ b/cpukit/zlib/compress.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/crc32.c b/cpukit/zlib/crc32.c
index 91be372d22..08843ff732 100644
--- a/cpukit/zlib/crc32.c
+++ b/cpukit/zlib/crc32.c
@@ -9,8 +9,6 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id$ */
-
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
protection on the static variables used to control the first-use generation
diff --git a/cpukit/zlib/deflate.c b/cpukit/zlib/deflate.c
index 5c4022f3d4..1c6a00c18c 100644
--- a/cpukit/zlib/deflate.c
+++ b/cpukit/zlib/deflate.c
@@ -47,8 +47,6 @@
*
*/
-/* @(#) $Id$ */
-
#include "deflate.h"
const char deflate_copyright[] =
diff --git a/cpukit/zlib/deflate.h b/cpukit/zlib/deflate.h
index cbf0d1ea5d..6ac0a1eb12 100644
--- a/cpukit/zlib/deflate.h
+++ b/cpukit/zlib/deflate.h
@@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
-
#ifndef DEFLATE_H
#define DEFLATE_H
diff --git a/cpukit/zlib/trees.c b/cpukit/zlib/trees.c
index 56e9bb1c11..843612689b 100644
--- a/cpukit/zlib/trees.c
+++ b/cpukit/zlib/trees.c
@@ -30,8 +30,6 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id$ */
-
/* #define GEN_TREES_H */
#include "deflate.h"
diff --git a/cpukit/zlib/uncompr.c b/cpukit/zlib/uncompr.c
index ad98be3a5d..769f83ee0c 100644
--- a/cpukit/zlib/uncompr.c
+++ b/cpukit/zlib/uncompr.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/zconf.h.in b/cpukit/zlib/zconf.h.in
index 02ce56c431..5e115b6fba 100644
--- a/cpukit/zlib/zconf.h.in
+++ b/cpukit/zlib/zconf.h.in
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#ifndef ZCONF_H
#define ZCONF_H
diff --git a/cpukit/zlib/zutil.c b/cpukit/zlib/zutil.c
index 898ed345b0..15645c5e72 100644
--- a/cpukit/zlib/zutil.c
+++ b/cpukit/zlib/zutil.c
@@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
-
#include "zutil.h"
#ifndef NO_DUMMY_DECL
diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h
index 258fa88799..1f5a6c0ef4 100644
--- a/cpukit/zlib/zutil.h
+++ b/cpukit/zlib/zutil.h
@@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
-
#ifndef ZUTIL_H
#define ZUTIL_H