summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:23:55 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:25:45 -0500
commitaf6a124c980da349f673ae788c6a99aaf10e9115 (patch)
tree1d5762a997f0f180883eaae85d1a54ba14d3a346
parent2011-08-02 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadnetwork-demos-af6a124c980da349f673ae788c6a99aaf10e9115.tar.bz2
network-demos - Remove CVS Ids (scripted)
-rw-r--r--README4
-rw-r--r--STATUS4
-rw-r--r--dnstest/Makefile4
-rw-r--r--dnstest/init.c2
-rw-r--r--dnstest/test.c2
-rw-r--r--http/Makefile4
-rw-r--r--http/mongoose_ext.c2
-rw-r--r--http/shttpd_ext.c2
-rw-r--r--http/system.h1
-rw-r--r--mcast/Makefile4
-rw-r--r--mcast/README4
-rw-r--r--mcast/init.c2
-rw-r--r--mcast/mcast_params.h2
-rw-r--r--netdemo/Makefile4
-rw-r--r--netdemo/README4
-rw-r--r--netdemo/init.c2
-rw-r--r--netdemo/test.c2
-rw-r--r--networkconfig-icecube.h2
-rw-r--r--networkconfig-loopback.h2
-rw-r--r--networkconfig-mpc8313erdb.h2
-rw-r--r--networkconfig-qemu.h2
-rw-r--r--networkconfig.h2
-rw-r--r--nfsClientTest/Makefile4
-rw-r--r--ntp/Makefile4
-rw-r--r--ntp/init.c2
-rw-r--r--select/Makefile4
-rw-r--r--select/init.c2
-rw-r--r--select/test.c2
-rw-r--r--telnetd/Makefile4
-rw-r--r--tftpTest/Makefile4
-rw-r--r--tftpTest/init.c2
-rw-r--r--tftpTest/test.c2
-rw-r--r--ttcp/Makefile4
-rw-r--r--ttcp/README4
-rw-r--r--ttcp/init.c2
-rw-r--r--ttcp/rtems_ttcp.c2
-rw-r--r--ttcp/ttcp_orig/README4
-rw-r--r--ttcp/ttcp_orig/ttcp.c2
38 files changed, 0 insertions, 107 deletions
diff --git a/README b/README
index fd73bfe..7bc6208 100644
--- a/README
+++ b/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a set of network tests and demonstrations
programs.
diff --git a/STATUS b/STATUS
index 0a687bf..d3c6490 100644
--- a/STATUS
+++ b/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This set of tests is intended to demonstrate the capabilities
of the RTEMS port of the FreeBSD TCP/IP stack. In addition, these
tests can be used to test a network device driver.
diff --git a/dnstest/Makefile b/dnstest/Makefile
index 6e6d8c8..d1fbfda 100644
--- a/dnstest/Makefile
+++ b/dnstest/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=dnstest
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/dnstest/init.c b/dnstest/init.c
index d60ca46..42a81d2 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/dnstest/test.c b/dnstest/test.c
index a2ab47c..8a5769a 100644
--- a/dnstest/test.c
+++ b/dnstest/test.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/http/Makefile b/http/Makefile
index 135b290..b253681 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=http
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/http/mongoose_ext.c b/http/mongoose_ext.c
index 8a42dbb..9545059 100644
--- a/http/mongoose_ext.c
+++ b/http/mongoose_ext.c
@@ -1,6 +1,4 @@
/* Mongoose HTTPD Extensions
- *
- * $Id$
*/
diff --git a/http/shttpd_ext.c b/http/shttpd_ext.c
index 898bbc8..d2909c2 100644
--- a/http/shttpd_ext.c
+++ b/http/shttpd_ext.c
@@ -1,6 +1,4 @@
/* SHTTPD Extensions
- *
- * $Id$
*/
diff --git a/http/system.h b/http/system.h
index 273bd7c..bc4d51e 100644
--- a/http/system.h
+++ b/http/system.h
@@ -8,7 +8,6 @@
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
- * $Id$
*/
#include <rtems.h>
diff --git a/mcast/Makefile b/mcast/Makefile
index 5ecf8ec..cdb551e 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
PGM=${ARCH}/mcast.exe
MANAGERS=all
diff --git a/mcast/README b/mcast/README
index 24ed119..25f6990 100644
--- a/mcast/README
+++ b/mcast/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a very simple multicast demo program. There
are multiple multicast demo programs on the Internet and this program
is a combination of those.
diff --git a/mcast/init.c b/mcast/init.c
index ad9c196..fc6f29d 100644
--- a/mcast/init.c
+++ b/mcast/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/mcast/mcast_params.h b/mcast/mcast_params.h
index 86b5826..9d555fc 100644
--- a/mcast/mcast_params.h
+++ b/mcast/mcast_params.h
@@ -1,7 +1,5 @@
/*
* Multicast parameters which you might want to change
- *
- * $Id$
*/
#define MCAST_ADDR "239.9.8.0"
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>
diff --git a/networkconfig-icecube.h b/networkconfig-icecube.h
index c778e04..5bf4352 100644
--- a/networkconfig-icecube.h
+++ b/networkconfig-icecube.h
@@ -5,8 +5,6 @@
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
* BEFORE RUNNING ANY RTEMS PROGRAMS WHICH USE THE NETWORK! *
************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_NETWORKCONFIG_H_
diff --git a/networkconfig-loopback.h b/networkconfig-loopback.h
index bf303cb..5002011 100644
--- a/networkconfig-loopback.h
+++ b/networkconfig-loopback.h
@@ -9,8 +9,6 @@
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
* BEFORE RUNNING ANY RTEMS PROGRAMS WHICH USE THE NETWORK! *
************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_NETWORKCONFIG_H_
diff --git a/networkconfig-mpc8313erdb.h b/networkconfig-mpc8313erdb.h
index d7331af..ead6ea3 100644
--- a/networkconfig-mpc8313erdb.h
+++ b/networkconfig-mpc8313erdb.h
@@ -5,8 +5,6 @@
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
* BEFORE RUNNING ANY RTEMS PROGRAMS WHICH USE THE NETWORK! *
************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_NETWORKCONFIG_H_
diff --git a/networkconfig-qemu.h b/networkconfig-qemu.h
index 53fbbca..e618457 100644
--- a/networkconfig-qemu.h
+++ b/networkconfig-qemu.h
@@ -11,8 +11,6 @@
* W. Eric Norum
* eric.norum@usask.ca
* (306) 966-5394
- *
- * $Id$
*/
#ifndef _RTEMS_NETWORKCONFIG_H_
diff --git a/networkconfig.h b/networkconfig.h
index bf303cb..5002011 100644
--- a/networkconfig.h
+++ b/networkconfig.h
@@ -9,8 +9,6 @@
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
* BEFORE RUNNING ANY RTEMS PROGRAMS WHICH USE THE NETWORK! *
************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_NETWORKCONFIG_H_
diff --git a/nfsClientTest/Makefile b/nfsClientTest/Makefile
index bd3084c..b84d0b3 100644
--- a/nfsClientTest/Makefile
+++ b/nfsClientTest/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=nfsClientTest
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/ntp/Makefile b/ntp/Makefile
index 5e29a73..8b3cd57 100644
--- a/ntp/Makefile
+++ b/ntp/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=ntpdemo
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/ntp/init.c b/ntp/init.c
index a85d6cc..58b9435 100644
--- a/ntp/init.c
+++ b/ntp/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/select/Makefile b/select/Makefile
index f55181b..79b398d 100644
--- a/select/Makefile
+++ b/select/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=selectTest
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/select/init.c b/select/init.c
index 6f3f2b5..829c567 100644
--- a/select/init.c
+++ b/select/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/select/test.c b/select/test.c
index 01c2996..1dbe284 100644
--- a/select/test.c
+++ b/select/test.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/telnetd/Makefile b/telnetd/Makefile
index c12c215..e7ef1db 100644
--- a/telnetd/Makefile
+++ b/telnetd/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=telnetd
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/tftpTest/Makefile b/tftpTest/Makefile
index c854dae..aca93b4 100644
--- a/tftpTest/Makefile
+++ b/tftpTest/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=tftp
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/tftpTest/init.c b/tftpTest/init.c
index b6d6138..6aa8e9b 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/tftpTest/test.c b/tftpTest/test.c
index a18d1f3..0705ae9 100644
--- a/tftpTest/test.c
+++ b/tftpTest/test.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/ttcp/Makefile b/ttcp/Makefile
index b70e678..1866d1e 100644
--- a/ttcp/Makefile
+++ b/ttcp/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=ttcp
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/ttcp/README b/ttcp/README
index fd5afbb..5f209ab 100644
--- a/ttcp/README
+++ b/ttcp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains an RTEMS application for measuring TCP/UDP
network throughput. The ttcp_orig subdirectory contains the original
UNIX program which can be compiled and run on your host machine.
diff --git a/ttcp/init.c b/ttcp/init.c
index f72f031..385825c 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/ttcp/rtems_ttcp.c b/ttcp/rtems_ttcp.c
index 6dfc526..3889151 100644
--- a/ttcp/rtems_ttcp.c
+++ b/ttcp/rtems_ttcp.c
@@ -16,8 +16,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/ttcp/ttcp_orig/README b/ttcp/ttcp_orig/README
index cddb790..215ddac 100644
--- a/ttcp/ttcp_orig/README
+++ b/ttcp/ttcp_orig/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
TTCP is a benchmarking tool for determining TCP and UDP performance
between 2 systems.
diff --git a/ttcp/ttcp_orig/ttcp.c b/ttcp/ttcp_orig/ttcp.c
index 85da5ab..dc62c64 100644
--- a/ttcp/ttcp_orig/ttcp.c
+++ b/ttcp/ttcp_orig/ttcp.c
@@ -34,8 +34,6 @@
*
* Distribution Status -
* Public Domain. Distribution Unlimited.
- *
- * $Id$
*/
#ifndef lint