summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/Makefile.am4
-rw-r--r--testsuites/samples/capture/capture.doc3
-rw-r--r--testsuites/samples/capture/init.c2
-rw-r--r--testsuites/samples/capture/system.h2
-rw-r--r--testsuites/samples/capture/test1.c2
5 files changed, 0 insertions, 13 deletions
diff --git a/testsuites/samples/capture/Makefile.am b/testsuites/samples/capture/Makefile.am
index dfa1d59a9a..17a1e68cf8 100644
--- a/testsuites/samples/capture/Makefile.am
+++ b/testsuites/samples/capture/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = capture
capture_SOURCES = init.c test1.c system.h
diff --git a/testsuites/samples/capture/capture.doc b/testsuites/samples/capture/capture.doc
index fad103d555..e39e219260 100644
--- a/testsuites/samples/capture/capture.doc
+++ b/testsuites/samples/capture/capture.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c
index 0132c62860..28eeb57934 100644
--- a/testsuites/samples/capture/init.c
+++ b/testsuites/samples/capture/init.c
@@ -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$
*/
#define CONFIGURE_INIT
diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h
index f496d4fcf9..cbc61374db 100644
--- a/testsuites/samples/capture/system.h
+++ b/testsuites/samples/capture/system.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$
*/
#include <rtems.h>
diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c
index 5f499bd23c..59da894fc6 100644
--- a/testsuites/samples/capture/test1.c
+++ b/testsuites/samples/capture/test1.c
@@ -13,8 +13,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