summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/loopback/Makefile.am4
-rw-r--r--testsuites/samples/loopback/README4
-rw-r--r--testsuites/samples/loopback/init.c4
3 files changed, 0 insertions, 12 deletions
diff --git a/testsuites/samples/loopback/Makefile.am b/testsuites/samples/loopback/Makefile.am
index 4d65cbc03b..f104c0f491 100644
--- a/testsuites/samples/loopback/Makefile.am
+++ b/testsuites/samples/loopback/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = loopback
loopback_SOURCES = init.c
diff --git a/testsuites/samples/loopback/README b/testsuites/samples/loopback/README
index 8733bed358..9090e93414 100644
--- a/testsuites/samples/loopback/README
+++ b/testsuites/samples/loopback/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Simple test of kernel network code.
Requires no network hardware since only the loopback network address is used.
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 9df895f45e..0feccf573a 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif