summaryrefslogtreecommitdiff
path: root/netdemo
diff options
context:
space:
mode:
Diffstat (limited to 'netdemo')
-rw-r--r--netdemo/Makefile4
-rw-r--r--netdemo/README4
-rw-r--r--netdemo/init.c2
-rw-r--r--netdemo/test.c2
4 files changed, 0 insertions, 12 deletions
diff --git a/netdemo/Makefile b/netdemo/Makefile
index 811616a..c1102c7 100644
--- a/netdemo/Makefile
+++ b/netdemo/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=netdemo
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/netdemo/README b/netdemo/README
index 80bd7aa..9fba83b 100644
--- a/netdemo/README
+++ b/netdemo/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
A simple application to test some of the RTEMS/FreeBSD networking code.
**************************
diff --git a/netdemo/init.c b/netdemo/init.c
index 2b1c318..c49e1f7 100644
--- a/netdemo/init.c
+++ b/netdemo/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/netdemo/test.c b/netdemo/test.c
index d0e3fb0..90d9b9c 100644
--- a/netdemo/test.c
+++ b/netdemo/test.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>