[network-demos commit] network-demos - Remove CVS Ids (scripted)

Joel Sherrill joel at rtems.org
Tue May 15 21:22:45 UTC 2012


Module:    network-demos
Branch:    master
Commit:    af6a124c980da349f673ae788c6a99aaf10e9115
Changeset: http://git.rtems.org/network-demos/commit/?id=af6a124c980da349f673ae788c6a99aaf10e9115

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue May 15 16:23:55 2012 -0500

network-demos - Remove CVS Ids (scripted)

---

 README                      |    4 ----
 STATUS                      |    4 ----
 dnstest/Makefile            |    4 ----
 dnstest/init.c              |    2 --
 dnstest/test.c              |    2 --
 http/Makefile               |    4 ----
 http/mongoose_ext.c         |    2 --
 http/shttpd_ext.c           |    2 --
 http/system.h               |    1 -
 mcast/Makefile              |    4 ----
 mcast/README                |    4 ----
 mcast/init.c                |    2 --
 mcast/mcast_params.h        |    2 --
 netdemo/Makefile            |    4 ----
 netdemo/README              |    4 ----
 netdemo/init.c              |    2 --
 netdemo/test.c              |    2 --
 networkconfig-icecube.h     |    2 --
 networkconfig-loopback.h    |    2 --
 networkconfig-mpc8313erdb.h |    2 --
 networkconfig-qemu.h        |    2 --
 networkconfig.h             |    2 --
 nfsClientTest/Makefile      |    4 ----
 ntp/Makefile                |    4 ----
 ntp/init.c                  |    2 --
 select/Makefile             |    4 ----
 select/init.c               |    2 --
 select/test.c               |    2 --
 telnetd/Makefile            |    4 ----
 tftpTest/Makefile           |    4 ----
 tftpTest/init.c             |    2 --
 tftpTest/test.c             |    2 --
 ttcp/Makefile               |    4 ----
 ttcp/README                 |    4 ----
 ttcp/init.c                 |    2 --
 ttcp/rtems_ttcp.c           |    2 --
 ttcp/ttcp_orig/README       |    4 ----
 ttcp/ttcp_orig/ttcp.c       |    2 --
 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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




More information about the vc mailing list