summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/Makefile.am4
-rw-r--r--testsuites/fstests/configure.ac2
-rw-r--r--testsuites/fstests/fserror/fserror.doc3
-rw-r--r--testsuites/fstests/fserror/test.c2
-rw-r--r--testsuites/fstests/fslink/fslink.doc3
-rw-r--r--testsuites/fstests/fslink/test.c2
-rw-r--r--testsuites/fstests/fspatheval/patheval.doc3
-rw-r--r--testsuites/fstests/fspatheval/test.c2
-rw-r--r--testsuites/fstests/fspermission/fspermission.doc3
-rw-r--r--testsuites/fstests/fspermission/test.c3
-rw-r--r--testsuites/fstests/fsrdwr/fsrdwr.doc3
-rw-r--r--testsuites/fstests/fsrdwr/init.c2
-rw-r--r--testsuites/fstests/fssymlink/fssymlink.doc3
-rw-r--r--testsuites/fstests/fssymlink/test.c3
-rw-r--r--testsuites/fstests/fstime/fstime.doc3
-rw-r--r--testsuites/fstests/fstime/test.c3
-rw-r--r--testsuites/fstests/imfs_fserror/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fslink/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fspatheval/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fspermission/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fsrdwr/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fssymlink/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_fstime/Makefile.am4
-rw-r--r--testsuites/fstests/imfs_support/fs_config.h2
-rw-r--r--testsuites/fstests/imfs_support/fs_support.c2
-rw-r--r--testsuites/fstests/mdosfs_fserror/Makefile.am4
-rw-r--r--testsuites/fstests/mdosfs_fspatheval/Makefile.am4
-rw-r--r--testsuites/fstests/mdosfs_fsrdwr/Makefile.am4
-rw-r--r--testsuites/fstests/mdosfs_fstime/Makefile.am4
-rw-r--r--testsuites/fstests/mdosfs_support/fs_config.h2
-rw-r--r--testsuites/fstests/mdosfs_support/fs_support.c2
-rw-r--r--testsuites/fstests/mimfs_fserror/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fslink/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fspatheval/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fspermission/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fsrdwr/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fssymlink/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_fstime/Makefile.am4
-rw-r--r--testsuites/fstests/mimfs_support/fs_config.h2
-rw-r--r--testsuites/fstests/mimfs_support/fs_support.c2
-rw-r--r--testsuites/fstests/mrfs_fserror/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fslink/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fspatheval/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fspermission/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fsrdwr/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fssymlink/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_fstime/Makefile.am4
-rw-r--r--testsuites/fstests/mrfs_support/fs_config.h2
-rw-r--r--testsuites/fstests/mrfs_support/fs_support.c2
-rw-r--r--testsuites/fstests/support/fstest.h2
-rw-r--r--testsuites/fstests/support/fstest_support.c2
-rw-r--r--testsuites/fstests/support/fstest_support.h2
-rw-r--r--testsuites/fstests/support/ramdisk_support.c2
-rw-r--r--testsuites/fstests/support/ramdisk_support.h2
54 files changed, 0 insertions, 170 deletions
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index 43832760a0..79aef7527b 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS =
diff --git a/testsuites/fstests/configure.ac b/testsuites/fstests/configure.ac
index ccf9ee0bcf..81967a911d 100644
--- a/testsuites/fstests/configure.ac
+++ b/testsuites/fstests/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-tests-fstests],
diff --git a/testsuites/fstests/fserror/fserror.doc b/testsuites/fstests/fserror/fserror.doc
index bd15afdaa8..4e2d94302b 100644
--- a/testsuites/fstests/fserror/fserror.doc
+++ b/testsuites/fstests/fserror/fserror.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2009.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fserror/test.c b/testsuites/fstests/fserror/test.c
index c0d59881da..7f2d8b9a84 100644
--- a/testsuites/fstests/fserror/test.c
+++ b/testsuites/fstests/fserror/test.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/testsuites/fstests/fslink/fslink.doc b/testsuites/fstests/fslink/fslink.doc
index 008e671130..d60fdbc30c 100644
--- a/testsuites/fstests/fslink/fslink.doc
+++ b/testsuites/fstests/fslink/fslink.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2009.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fslink/test.c b/testsuites/fstests/fslink/test.c
index b2e062c4f9..1e58162860 100644
--- a/testsuites/fstests/fslink/test.c
+++ b/testsuites/fstests/fslink/test.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/testsuites/fstests/fspatheval/patheval.doc b/testsuites/fstests/fspatheval/patheval.doc
index cd031ad4b1..b7290d46f3 100644
--- a/testsuites/fstests/fspatheval/patheval.doc
+++ b/testsuites/fstests/fspatheval/patheval.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2009.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fspatheval/test.c b/testsuites/fstests/fspatheval/test.c
index 9df57f5616..ad69b7e14b 100644
--- a/testsuites/fstests/fspatheval/test.c
+++ b/testsuites/fstests/fspatheval/test.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/testsuites/fstests/fspermission/fspermission.doc b/testsuites/fstests/fspermission/fspermission.doc
index f9c3562315..f1dcf0ec7e 100644
--- a/testsuites/fstests/fspermission/fspermission.doc
+++ b/testsuites/fstests/fspermission/fspermission.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2009.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fspermission/test.c b/testsuites/fstests/fspermission/test.c
index 7b9e1c26b1..e7aae2020e 100644
--- a/testsuites/fstests/fspermission/test.c
+++ b/testsuites/fstests/fspermission/test.c
@@ -1,4 +1,3 @@
-
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
@@ -6,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/testsuites/fstests/fsrdwr/fsrdwr.doc b/testsuites/fstests/fsrdwr/fsrdwr.doc
index 7b0338f629..7830b70be1 100644
--- a/testsuites/fstests/fsrdwr/fsrdwr.doc
+++ b/testsuites/fstests/fsrdwr/fsrdwr.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fsrdwr/init.c b/testsuites/fstests/fsrdwr/init.c
index c2f3978f6f..6e43756b9f 100644
--- a/testsuites/fstests/fsrdwr/init.c
+++ b/testsuites/fstests/fsrdwr/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/testsuites/fstests/fssymlink/fssymlink.doc b/testsuites/fstests/fssymlink/fssymlink.doc
index 9f2e222f2b..da651756e5 100644
--- a/testsuites/fstests/fssymlink/fssymlink.doc
+++ b/testsuites/fstests/fssymlink/fssymlink.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fssymlink/test.c b/testsuites/fstests/fssymlink/test.c
index e009907bd7..f8f7d4493b 100644
--- a/testsuites/fstests/fssymlink/test.c
+++ b/testsuites/fstests/fssymlink/test.c
@@ -1,4 +1,3 @@
-
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
@@ -6,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/testsuites/fstests/fstime/fstime.doc b/testsuites/fstests/fstime/fstime.doc
index b7b5ea05c9..b06bd2019c 100644
--- a/testsuites/fstests/fstime/fstime.doc
+++ b/testsuites/fstests/fstime/fstime.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2009.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/fstests/fstime/test.c b/testsuites/fstests/fstime/test.c
index fe6bcee941..fb39d51d9c 100644
--- a/testsuites/fstests/fstime/test.c
+++ b/testsuites/fstests/fstime/test.c
@@ -1,4 +1,3 @@
-
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
@@ -6,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/testsuites/fstests/imfs_fserror/Makefile.am b/testsuites/fstests/imfs_fserror/Makefile.am
index fdc52864de..aea866851f 100644
--- a/testsuites/fstests/imfs_fserror/Makefile.am
+++ b/testsuites/fstests/imfs_fserror/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fserror
imfs_fserror_SOURCES = ../fserror/test.c
diff --git a/testsuites/fstests/imfs_fslink/Makefile.am b/testsuites/fstests/imfs_fslink/Makefile.am
index cca5fcc4bf..09bdaa00c2 100644
--- a/testsuites/fstests/imfs_fslink/Makefile.am
+++ b/testsuites/fstests/imfs_fslink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fslink
imfs_fslink_SOURCES = ../fslink/test.c
diff --git a/testsuites/fstests/imfs_fspatheval/Makefile.am b/testsuites/fstests/imfs_fspatheval/Makefile.am
index 044534aa5b..4a07c50231 100644
--- a/testsuites/fstests/imfs_fspatheval/Makefile.am
+++ b/testsuites/fstests/imfs_fspatheval/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fspatheval
imfs_fspatheval_SOURCES = ../fspatheval/test.c
diff --git a/testsuites/fstests/imfs_fspermission/Makefile.am b/testsuites/fstests/imfs_fspermission/Makefile.am
index 3e32f42438..dc76d96af8 100644
--- a/testsuites/fstests/imfs_fspermission/Makefile.am
+++ b/testsuites/fstests/imfs_fspermission/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fspermission
imfs_fspermission_SOURCES = ../fspermission/test.c
diff --git a/testsuites/fstests/imfs_fsrdwr/Makefile.am b/testsuites/fstests/imfs_fsrdwr/Makefile.am
index 6e5ee5db3b..3ac5d0b503 100644
--- a/testsuites/fstests/imfs_fsrdwr/Makefile.am
+++ b/testsuites/fstests/imfs_fsrdwr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fsrdwr
imfs_fsrdwr_SOURCES = ../fsrdwr/init.c
diff --git a/testsuites/fstests/imfs_fssymlink/Makefile.am b/testsuites/fstests/imfs_fssymlink/Makefile.am
index 1ac311635d..8d9518f543 100644
--- a/testsuites/fstests/imfs_fssymlink/Makefile.am
+++ b/testsuites/fstests/imfs_fssymlink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fssymlink
imfs_fssymlink_SOURCES = ../fssymlink/test.c
diff --git a/testsuites/fstests/imfs_fstime/Makefile.am b/testsuites/fstests/imfs_fstime/Makefile.am
index ba2e4f53db..0ddd00573b 100644
--- a/testsuites/fstests/imfs_fstime/Makefile.am
+++ b/testsuites/fstests/imfs_fstime/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = imfs_fstime
imfs_fstime_SOURCES = ../fstime/test.c
diff --git a/testsuites/fstests/imfs_support/fs_config.h b/testsuites/fstests/imfs_support/fs_config.h
index da12a6e029..787fcbe64a 100644
--- a/testsuites/fstests/imfs_support/fs_config.h
+++ b/testsuites/fstests/imfs_support/fs_config.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 __IMFS_SUPPORT_h
#define __IMFS_SUPPORT_h
diff --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c
index b1e7e2149b..f623d9b873 100644
--- a/testsuites/fstests/imfs_support/fs_support.c
+++ b/testsuites/fstests/imfs_support/fs_support.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
#include "config.h"
diff --git a/testsuites/fstests/mdosfs_fserror/Makefile.am b/testsuites/fstests/mdosfs_fserror/Makefile.am
index 36026385c9..d5a49e33cc 100644
--- a/testsuites/fstests/mdosfs_fserror/Makefile.am
+++ b/testsuites/fstests/mdosfs_fserror/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mdosfs_fserror
mdosfs_fserror_SOURCES = ../fserror/test.c
diff --git a/testsuites/fstests/mdosfs_fspatheval/Makefile.am b/testsuites/fstests/mdosfs_fspatheval/Makefile.am
index 7217f6e183..3f38d8b8e5 100644
--- a/testsuites/fstests/mdosfs_fspatheval/Makefile.am
+++ b/testsuites/fstests/mdosfs_fspatheval/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mdosfs_fspatheval
mdosfs_fspatheval_SOURCES = ../fspatheval/test.c
diff --git a/testsuites/fstests/mdosfs_fsrdwr/Makefile.am b/testsuites/fstests/mdosfs_fsrdwr/Makefile.am
index ea66e389c2..59c10fab39 100644
--- a/testsuites/fstests/mdosfs_fsrdwr/Makefile.am
+++ b/testsuites/fstests/mdosfs_fsrdwr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mdosfs_fsrdwr
mdosfs_fsrdwr_SOURCES = ../fsrdwr/init.c
diff --git a/testsuites/fstests/mdosfs_fstime/Makefile.am b/testsuites/fstests/mdosfs_fstime/Makefile.am
index a6f23eb6c3..14f58c5271 100644
--- a/testsuites/fstests/mdosfs_fstime/Makefile.am
+++ b/testsuites/fstests/mdosfs_fstime/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mdosfs_fstime
mdosfs_fstime_SOURCES = ../fstime/test.c
diff --git a/testsuites/fstests/mdosfs_support/fs_config.h b/testsuites/fstests/mdosfs_support/fs_config.h
index 333b1f7612..6e484ed826 100644
--- a/testsuites/fstests/mdosfs_support/fs_config.h
+++ b/testsuites/fstests/mdosfs_support/fs_config.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 __MIMFS_SUPPORT_h
diff --git a/testsuites/fstests/mdosfs_support/fs_support.c b/testsuites/fstests/mdosfs_support/fs_support.c
index aa66c454a1..ef4356e65b 100644
--- a/testsuites/fstests/mdosfs_support/fs_support.c
+++ b/testsuites/fstests/mdosfs_support/fs_support.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
#include "config.h"
diff --git a/testsuites/fstests/mimfs_fserror/Makefile.am b/testsuites/fstests/mimfs_fserror/Makefile.am
index b99aa6b5d9..6c3b4c3ae8 100644
--- a/testsuites/fstests/mimfs_fserror/Makefile.am
+++ b/testsuites/fstests/mimfs_fserror/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fserror
mimfs_fserror_SOURCES = ../fserror/test.c
diff --git a/testsuites/fstests/mimfs_fslink/Makefile.am b/testsuites/fstests/mimfs_fslink/Makefile.am
index 76c65a9548..7ae7e9e779 100644
--- a/testsuites/fstests/mimfs_fslink/Makefile.am
+++ b/testsuites/fstests/mimfs_fslink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fslink
mimfs_fslink_SOURCES = ../fslink/test.c
diff --git a/testsuites/fstests/mimfs_fspatheval/Makefile.am b/testsuites/fstests/mimfs_fspatheval/Makefile.am
index b6620b2207..2704bac803 100644
--- a/testsuites/fstests/mimfs_fspatheval/Makefile.am
+++ b/testsuites/fstests/mimfs_fspatheval/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fspatheval
mimfs_fspatheval_SOURCES = ../fspatheval/test.c
diff --git a/testsuites/fstests/mimfs_fspermission/Makefile.am b/testsuites/fstests/mimfs_fspermission/Makefile.am
index 531e1c9fb1..5b33b57a52 100644
--- a/testsuites/fstests/mimfs_fspermission/Makefile.am
+++ b/testsuites/fstests/mimfs_fspermission/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fspermission
mimfs_fspermission_SOURCES = ../fspermission/test.c
diff --git a/testsuites/fstests/mimfs_fsrdwr/Makefile.am b/testsuites/fstests/mimfs_fsrdwr/Makefile.am
index 24d4fb5ccc..f4c8e9a3c8 100644
--- a/testsuites/fstests/mimfs_fsrdwr/Makefile.am
+++ b/testsuites/fstests/mimfs_fsrdwr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fsrdwr
mimfs_fsrdwr_SOURCES = ../fsrdwr/init.c
diff --git a/testsuites/fstests/mimfs_fssymlink/Makefile.am b/testsuites/fstests/mimfs_fssymlink/Makefile.am
index 2000d223e4..8c9ceeb83e 100644
--- a/testsuites/fstests/mimfs_fssymlink/Makefile.am
+++ b/testsuites/fstests/mimfs_fssymlink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fssymlink
mimfs_fssymlink_SOURCES = ../fssymlink/test.c
diff --git a/testsuites/fstests/mimfs_fstime/Makefile.am b/testsuites/fstests/mimfs_fstime/Makefile.am
index 1c98f565a1..1a88784ab6 100644
--- a/testsuites/fstests/mimfs_fstime/Makefile.am
+++ b/testsuites/fstests/mimfs_fstime/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mimfs_fstime
mimfs_fstime_SOURCES = ../fstime/test.c
diff --git a/testsuites/fstests/mimfs_support/fs_config.h b/testsuites/fstests/mimfs_support/fs_config.h
index 30ee88fad9..2b444a239f 100644
--- a/testsuites/fstests/mimfs_support/fs_config.h
+++ b/testsuites/fstests/mimfs_support/fs_config.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 __MIMFS_SUPPORT_h
diff --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c
index 0ad0899ca4..2ac1e6c04d 100644
--- a/testsuites/fstests/mimfs_support/fs_support.c
+++ b/testsuites/fstests/mimfs_support/fs_support.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/testsuites/fstests/mrfs_fserror/Makefile.am b/testsuites/fstests/mrfs_fserror/Makefile.am
index 7b04c9962b..8580a10b6c 100644
--- a/testsuites/fstests/mrfs_fserror/Makefile.am
+++ b/testsuites/fstests/mrfs_fserror/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fserror
mrfs_fserror_SOURCES = ../fserror/test.c
diff --git a/testsuites/fstests/mrfs_fslink/Makefile.am b/testsuites/fstests/mrfs_fslink/Makefile.am
index 9fdb70300b..73edb64c9f 100644
--- a/testsuites/fstests/mrfs_fslink/Makefile.am
+++ b/testsuites/fstests/mrfs_fslink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fslink
mrfs_fslink_SOURCES = ../fslink/test.c
diff --git a/testsuites/fstests/mrfs_fspatheval/Makefile.am b/testsuites/fstests/mrfs_fspatheval/Makefile.am
index a06a6f319a..1425db2fa8 100644
--- a/testsuites/fstests/mrfs_fspatheval/Makefile.am
+++ b/testsuites/fstests/mrfs_fspatheval/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fspatheval
mrfs_fspatheval_SOURCES = ../fspatheval/test.c
diff --git a/testsuites/fstests/mrfs_fspermission/Makefile.am b/testsuites/fstests/mrfs_fspermission/Makefile.am
index f76b1d3d70..4a5062bc0f 100644
--- a/testsuites/fstests/mrfs_fspermission/Makefile.am
+++ b/testsuites/fstests/mrfs_fspermission/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fspermission
mrfs_fspermission_SOURCES = ../fspermission/test.c
diff --git a/testsuites/fstests/mrfs_fsrdwr/Makefile.am b/testsuites/fstests/mrfs_fsrdwr/Makefile.am
index 1d10eccf22..68176e6ca5 100644
--- a/testsuites/fstests/mrfs_fsrdwr/Makefile.am
+++ b/testsuites/fstests/mrfs_fsrdwr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fsrdwr
mrfs_fsrdwr_SOURCES = ../fsrdwr/init.c
diff --git a/testsuites/fstests/mrfs_fssymlink/Makefile.am b/testsuites/fstests/mrfs_fssymlink/Makefile.am
index 06e3c3cc9d..781af2bd4f 100644
--- a/testsuites/fstests/mrfs_fssymlink/Makefile.am
+++ b/testsuites/fstests/mrfs_fssymlink/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fssymlink
mrfs_fssymlink_SOURCES = ../fssymlink/test.c
diff --git a/testsuites/fstests/mrfs_fstime/Makefile.am b/testsuites/fstests/mrfs_fstime/Makefile.am
index 3eb4aebcc7..69f45d5f99 100644
--- a/testsuites/fstests/mrfs_fstime/Makefile.am
+++ b/testsuites/fstests/mrfs_fstime/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = mrfs_fstime
mrfs_fstime_SOURCES = ../fstime/test.c
diff --git a/testsuites/fstests/mrfs_support/fs_config.h b/testsuites/fstests/mrfs_support/fs_config.h
index c061a3075b..1bbc575b60 100644
--- a/testsuites/fstests/mrfs_support/fs_config.h
+++ b/testsuites/fstests/mrfs_support/fs_config.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 __MIMFS_SUPPORT_h
diff --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c
index 0eaff99d30..1e960063f5 100644
--- a/testsuites/fstests/mrfs_support/fs_support.c
+++ b/testsuites/fstests/mrfs_support/fs_support.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/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h
index d3fabac815..4b904de4c8 100644
--- a/testsuites/fstests/support/fstest.h
+++ b/testsuites/fstests/support/fstest.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 __FSTEST_H
diff --git a/testsuites/fstests/support/fstest_support.c b/testsuites/fstests/support/fstest_support.c
index 9613c12a82..51f19c1105 100644
--- a/testsuites/fstests/support/fstest_support.c
+++ b/testsuites/fstests/support/fstest_support.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/testsuites/fstests/support/fstest_support.h b/testsuites/fstests/support/fstest_support.h
index 6f91e8b27e..eb71eb2a40 100644
--- a/testsuites/fstests/support/fstest_support.h
+++ b/testsuites/fstests/support/fstest_support.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 __FSTEST_SUPPORT_H
#define __FSTEST_SUPPORT_H
diff --git a/testsuites/fstests/support/ramdisk_support.c b/testsuites/fstests/support/ramdisk_support.c
index 02459ab939..339c63a6cb 100644
--- a/testsuites/fstests/support/ramdisk_support.c
+++ b/testsuites/fstests/support/ramdisk_support.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/testsuites/fstests/support/ramdisk_support.h b/testsuites/fstests/support/ramdisk_support.h
index 8a457181d3..be56181cbf 100644
--- a/testsuites/fstests/support/ramdisk_support.h
+++ b/testsuites/fstests/support/ramdisk_support.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 __RAMDISK_SUPPORT_H
#define __RAMDISK_SUPPORT_H