[rtems commit] Remove CVS-Ids.

Ralf Corsepius ralf at rtems.org
Thu Jul 19 14:52:33 UTC 2012


Module:    rtems
Branch:    master
Commit:    1c554014afbf6f73d1ee59d4119ae0e8c3765442
Changeset: http://git.rtems.org/rtems/commit/?id=1c554014afbf6f73d1ee59d4119ae0e8c3765442

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Thu Jul 19 16:14:53 2012 +0200

Remove CVS-Ids.

---

 c/src/lib/libbsp/m68k/csb360/include/bsp.h         |    2 --
 c/src/lib/libbsp/mips/csb350/README                |    2 +-
 .../mips/hurricane/make/custom/hurricane.cfg       |    2 --
 c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds |    2 +-
 c/src/lib/libbsp/mips/hurricane/startup/linkcmds   |    2 +-
 c/src/lib/libbsp/mips/rbtx4925/README              |    4 +---
 .../libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg  |    2 --
 c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S    |    2 --
 c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c   |    2 +-
 c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds    |    3 +--
 c/src/lib/libbsp/mips/rbtx4938/README              |    4 +---
 .../libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg  |    2 --
 c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c   |    2 +-
 c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds    |    3 +--
 c/src/lib/libbsp/mips/shared/liblnk/lnklib.S       |    2 +-
 c/src/lib/libbsp/mips/shared/startup/idttlb.S      |    2 --
 c/src/lib/libbsp/powerpc/beatnik/include/bsp.h     |    2 --
 .../lib/libbsp/powerpc/beatnik/irq/irq_test_app.c  |    2 --
 c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c  |    2 --
 c/src/lib/libbsp/powerpc/ep1a/start/start.S        |    2 --
 c/src/lib/libbsp/powerpc/gen5200/README            |    2 +-
 c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c         |    2 --
 c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c      |    2 --
 c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c |    2 --
 c/src/lib/libbsp/powerpc/gen5200/include/i2c.h     |    2 --
 c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h  |    2 --
 c/src/lib/libbsp/powerpc/gen5200/include/tm27.h    |    2 --
 c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c     |    2 --
 c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c      |    2 --
 .../lib/libbsp/powerpc/haleakala/dlentry/dlentry.S |    3 ---
 .../libbsp/powerpc/motorola_powerpc/README.mtx603e |    2 +-
 c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c        |    2 --
 .../powerpc/mvme5500/startup/pgtbl_activate.c      |    2 --
 c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h         |    2 --
 .../lib/libbsp/sparc/leon3/leon_greth/leon_greth.c |    2 --
 c/src/lib/libbsp/sparc/leon3/pci/pci.c             |    2 --
 c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c    |    2 --
 c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c      |    2 --
 c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c        |    2 --
 c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c       |    2 --
 c/src/lib/libbsp/sparc/shared/include/pci.h        |    2 --
 c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c       |    2 --
 c/src/lib/libcpu/m68k/mcf5272/timer/timer.c        |    2 --
 c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S     |    2 --
 c/src/libchip/network/README.3com                  |    3 +--
 c/src/libchip/network/cs8900.c                     |    2 --
 c/src/libchip/network/cs8900.h                     |    2 --
 cpukit/libblock/include/rtems/bdbuf.h              |    2 --
 cpukit/libblock/src/bdbuf.c                        |    2 --
 cpukit/libmisc/fsmount/README                      |    2 --
 cpukit/posix/src/ptimer.c                          |    2 --
 testsuites/samples/fileio/system.h                 |    2 --
 52 files changed, 13 insertions(+), 99 deletions(-)

diff --git a/c/src/lib/libbsp/m68k/csb360/include/bsp.h b/c/src/lib/libbsp/m68k/csb360/include/bsp.h
index 7b6b352..8f364dc 100644
--- a/c/src/lib/libbsp/m68k/csb360/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/csb360/include/bsp.h
@@ -13,8 +13,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- *  bsp.h,v 1.1 2001/10/26 19:30:10 joel Exp
  */
 
 #ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/csb350/README b/c/src/lib/libbsp/mips/csb350/README
index 647eed8..fac26df 100644
--- a/c/src/lib/libbsp/mips/csb350/README
+++ b/c/src/lib/libbsp/mips/csb350/README
@@ -1,5 +1,5 @@
 #
-#  README,v 1.4 2000/12/13 22:16:27 joel Exp
+#  README
 #
 
 BSP for the Cogent CSB350 Au1100 based board
diff --git a/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.cfg b/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.cfg
index 73dda3e..68fe719 100644
--- a/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.cfg
+++ b/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.cfg
@@ -1,8 +1,6 @@
 #
 #  Config file for the Quick Logic Hurricane evaluation board with PMC-Sierra RM5231 cpu
 #
-#  hurricane.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
 
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds b/c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds
index 15020fe..9b6c6dc 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds
+++ b/c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds
@@ -1,5 +1,5 @@
 #
-#  ghlinkcmds,v 1.2 1998/01/16 16:56:32 joel Exp
+#  ghlinkcmds
 #
 
 -map
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/linkcmds b/c/src/lib/libbsp/mips/hurricane/startup/linkcmds
index 7f449ce..7891462 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/hurricane/startup/linkcmds
@@ -1,5 +1,5 @@
 /*
- *   linkcmds,v 1.6 2003/01/20 20:20:10 joel Exp
+ *   linkcmds
  */
 
 /*
diff --git a/c/src/lib/libbsp/mips/rbtx4925/README b/c/src/lib/libbsp/mips/rbtx4925/README
index 69ce93d..6e61770 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/README
+++ b/c/src/lib/libbsp/mips/rbtx4925/README
@@ -1,7 +1,5 @@
 #
-#  README,v 1.2 1998/01/16 16:56:31 joel Exp
-#
-# @(#)README        08/20/96     1.2
+#  README
 #
 
 BSP NAME:           rbtx4925
diff --git a/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg
index 4c11392..d32ffd3 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg
+++ b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg
@@ -1,8 +1,6 @@
 #
 #  Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu
 #
-#  rbtx4925.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
 
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S b/c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S
index d8800ae..2574027 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S
@@ -19,8 +19,6 @@ two paragraphs in the transferred software.
 
 COPYRIGHT IDT CORPORATION 1996
 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
-
-  idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
 */
 
 
diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c b/c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c
index 40df161..d82eff7 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c
@@ -1,5 +1,5 @@
 /*
- *  inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
+ *  inittlb.c
  */
 
 #include <rtems/mips/idtcpu.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds b/c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds
index 9f63688..1f8a4c2 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds
@@ -1,6 +1,5 @@
 /*
- *  linkcmds,v 1.10 2003/01/20 20:20:11 joel Exp
- *
+ *  linkcmds
  */
 
 /*
diff --git a/c/src/lib/libbsp/mips/rbtx4938/README b/c/src/lib/libbsp/mips/rbtx4938/README
index 4eaf9f6..7f84697 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/README
+++ b/c/src/lib/libbsp/mips/rbtx4938/README
@@ -1,7 +1,5 @@
 #
-#  README,v 1.2 1998/01/16 16:56:31 joel Exp
-#
-# @(#)README        08/20/96     1.2
+#  README
 #
 
 BSP NAME:           rbtx4938
diff --git a/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg b/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg
index 0e20b1f..aa4b542 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg
+++ b/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg
@@ -1,8 +1,6 @@
 #
 #  Config file for the Toshiba RBTX4938 evaluation board with TX4938 cpu
 #
-#  rbtx4938.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
 
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
diff --git a/c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c b/c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c
index 40df161..d82eff7 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c
@@ -1,5 +1,5 @@
 /*
- *  inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
+ *  inittlb.c
  */
 
 #include <rtems/mips/idtcpu.h>
diff --git a/c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds b/c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds
index aa9d2c1..4e5d6c8 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds
+++ b/c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds
@@ -1,6 +1,5 @@
 /*
- *  linkcmds,v 1.10 2003/01/20 20:20:11 joel Exp
- *
+ *  linkcmds
  */
 
 /*
diff --git a/c/src/lib/libbsp/mips/shared/liblnk/lnklib.S b/c/src/lib/libbsp/mips/shared/liblnk/lnklib.S
index 0800e25..315ec3c 100644
--- a/c/src/lib/libbsp/mips/shared/liblnk/lnklib.S
+++ b/c/src/lib/libbsp/mips/shared/liblnk/lnklib.S
@@ -1,5 +1,5 @@
 /*
- *  lnklib.S,v 1.4 1999/03/31 23:21:19 joel Exp
+ *  lnklib.S
  */
 
 #include <rtems/mips/iregdef.h>
diff --git a/c/src/lib/libbsp/mips/shared/startup/idttlb.S b/c/src/lib/libbsp/mips/shared/startup/idttlb.S
index d8800ae..2574027 100644
--- a/c/src/lib/libbsp/mips/shared/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/shared/startup/idttlb.S
@@ -19,8 +19,6 @@ two paragraphs in the transferred software.
 
 COPYRIGHT IDT CORPORATION 1996
 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
-
-  idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
 */
 
 
diff --git a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
index 2bb44ed..32fd3b4 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
@@ -10,8 +10,6 @@
  *  S. Kate Feng 2003-2007 : Modified it to support the mvme5500 BSP.
  *
  *  Modified for the 'beatnik' BSP by T. Straumann, 2005-2007.
- *
- * bsp.h,v 1.9.4.2 2003/09/04 18:45:20 joel Exp
  */
 #ifndef LIBBSP_BEATNIK_BSP_H
 #define LIBBSP_BEATNIK_BSP_H
diff --git a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
index 2a2bfdf..58d1d0d 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
@@ -19,8 +19,6 @@
  *
  *  OAR init.c Template modified by T. Straumann who provided
  *  the implementation of this application.
- *
- *  init.c,v 1.12.4.1 2003/09/04 18:46:30 joel Exp
  */
 
 #define CONFIGURE_INIT
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c b/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
index c273cc8..fdd91b6 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
@@ -11,8 +11,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- * polled_io.c,v 1.4.2.3 2003/09/04 18:45:20 joel Exp
  */
 
 #include <rtems/system.h>
diff --git a/c/src/lib/libbsp/powerpc/ep1a/start/start.S b/c/src/lib/libbsp/powerpc/ep1a/start/start.S
index b1ae032..51596ac 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/start/start.S
+++ b/c/src/lib/libbsp/powerpc/ep1a/start/start.S
@@ -28,8 +28,6 @@
  * and need not follow the licensing terms described here, provided that
  * the new terms are clearly indicated on the first page of each file where
  * they apply.
- *
- *  start.S,v 1.4 2002/04/19 13:25:27 joel Exp
  */
 /*
 #include <ppc-asm.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README b/c/src/lib/libbsp/powerpc/gen5200/README
index f2faf47..2c3b082 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/README
+++ b/c/src/lib/libbsp/powerpc/gen5200/README
@@ -1,5 +1,5 @@
 #
-#  README,v 1.1 2001/10/22 14:45:58 joel Exp
+#  README
 #
 
 BSP NAME:           gen5200
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
index 0723511..6539be5 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
@@ -7,8 +7,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.c,v 1.5 2004/04/21 16:01:34 ralf Exp
  */
 
 #include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
index bbc2959..cc60be6 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
@@ -33,8 +33,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.c,v 1.6 2004/04/21 16:01:34 ralf Exp
  */
 
 #include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
index 0c7dbc5..45a1cd5 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
@@ -29,8 +29,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcfmbus.c,v 1.4 2004/03/31 01:59:32 ralf Exp
  */
 #include "mpc5200mbus.h"
 #include "../include/mpc5200.h"
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
index 8c014c0..f98b7d0 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
@@ -8,8 +8,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.h,v 1.4 2004/04/21 10:42:52 ralf Exp
  */
 
 #ifndef __RTEMS__I2C_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
index c3213e7..dc50530 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
@@ -8,8 +8,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.h,v 1.3 2004/04/21 10:42:52 ralf Exp
  */
 
 #ifndef __I2CDRV_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
index 8f3b425..0eb36ea 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
@@ -4,8 +4,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  tm27.h,v 1.2 2004/04/23 04:47:38 ralf Exp
  */
 
 #ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
index 4fc35f7..3ef9389 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
@@ -38,8 +38,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) ds1307.c,v 1.5 2004/04/21 10:42:52 ralf Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
index 5baac6c..6726706 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
@@ -30,8 +30,6 @@
  * found in the file LICENSE in this distribution or at
  *
  * http://www.rtems.com/license/LICENSE.
- *
- * @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp
  */
 
 #include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
index 2efc046..2395d89 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
@@ -33,9 +33,6 @@
  *
  *  Further changes to derive for the PPC405CR/GP/GPr/EX/EXr
  *  by Michael Hamel ADInstruments Ltd 2008
- *
- *
- *  Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
  */
 
 #include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
index bd23cfb..ef81f5a 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
@@ -1,5 +1,5 @@
 #
-#  README.mtx603e,v 1.1 2002/11/6 1:00:00 gregm Exp
+#  README.mtx603e
 #
 
 BSP NAME:           mtx603e
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
index 912e66e..522ed2a 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
@@ -13,8 +13,6 @@
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/rtems/license.html.
  *
- *  pci.c,v 1.2 2002/05/14 17:10:16 joel Exp
- *
  *  Copyright 2004, 2008 Brookhaven National Laboratory and
  *                  Shuchen K. Feng, <feng1 at bnl.gov>
  *
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
index 293fd2c..8145e22 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
@@ -1,5 +1,3 @@
-/* pgtbl_activate.c,v 1.1.2.1 2003/02/20 21:45:49 joel Exp */
-
 #include <rtems.h>
 #include <libcpu/pte121.h>
 #include <libcpu/bat.h>
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h b/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
index c18e741..4d5695d 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
@@ -14,8 +14,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
  */
 
 #ifndef LIBBSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/sparc/leon3/leon_greth/leon_greth.c b/c/src/lib/libbsp/sparc/leon3/leon_greth/leon_greth.c
index 4c4c0b1..e913137 100644
--- a/c/src/lib/libbsp/sparc/leon3/leon_greth/leon_greth.c
+++ b/c/src/lib/libbsp/sparc/leon3/leon_greth/leon_greth.c
@@ -7,8 +7,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  leon_open_eth.c,v 1.1.2.1 2005/10/05 19:26:00 joel Exp
  */
 
 
diff --git a/c/src/lib/libbsp/sparc/leon3/pci/pci.c b/c/src/lib/libbsp/sparc/leon3/pci/pci.c
index 4aadd30..a110067 100644
--- a/c/src/lib/libbsp/sparc/leon3/pci/pci.c
+++ b/c/src/lib/libbsp/sparc/leon3/pci/pci.c
@@ -13,8 +13,6 @@
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
  *
- *  pci.c,v 1.2.4.4 2004/11/10 22:15:01 joel Exp
- *
  *  Till Straumann, <strauman at slac.stanford.edu>, 1/2002
  *   - separated bridge detection code out of this file
  *
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c
index 0bf94d2..5de6aed 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c
@@ -14,8 +14,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  addrconv.c,v 1.7.8.1 2003/09/04 18:44:55 joel Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c
index f8edf11..7e35352 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c
@@ -27,8 +27,6 @@ XXX: FIX THE COMMENTS BELOW WHEN THE CPU IS KNOWN
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  getcfg.c,v 1.7.8.1 2003/09/04 18:44:56 joel Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c
index 1cc3529..be3f64d 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c
@@ -12,8 +12,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  lock.c,v 1.9.4.1 2003/09/04 18:44:56 joel Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
index a414b8b..6a05dd6 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
@@ -6,8 +6,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  mpisr.c,v 1.7.8.1 2003/09/04 18:44:56 joel Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libbsp/sparc/shared/include/pci.h b/c/src/lib/libbsp/sparc/shared/include/pci.h
index 2dc9ac3..1bdb7e6 100644
--- a/c/src/lib/libbsp/sparc/shared/include/pci.h
+++ b/c/src/lib/libbsp/sparc/shared/include/pci.h
@@ -11,8 +11,6 @@
  *	PCI Local Bus Specification
  *	PCI to PCI Bridge Specification
  *	PCI System Design Guide
- *
- * pci.h,v 1.2.4.2 2004/11/10 22:15:01 joel Exp
  */
 
 #ifndef RTEMS_PCI_H
diff --git a/c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c b/c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c
index 6fc1ccd..43e669b 100644
--- a/c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c
+++ b/c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c
@@ -20,8 +20,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  ckinit.c,v 1.1 2001/10/26 19:32:40 joel Exp
  */
 
 #include <stdlib.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5272/timer/timer.c b/c/src/lib/libcpu/m68k/mcf5272/timer/timer.c
index 3ca4979..5c40357 100644
--- a/c/src/lib/libcpu/m68k/mcf5272/timer/timer.c
+++ b/c/src/lib/libcpu/m68k/mcf5272/timer/timer.c
@@ -17,8 +17,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  timer.c,v 1.1 2001/10/26 19:32:40 joel Exp
  */
 
 #include <rtems.h>
diff --git a/c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S b/c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S
index ebe92eb..40b2c2a 100644
--- a/c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S
+++ b/c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S
@@ -26,8 +26,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  timerisr.S,v 1.1 2001/10/26 19:32:40 joel Exp
  */
 
 #include <rtems/asm.h>
diff --git a/c/src/libchip/network/README.3com b/c/src/libchip/network/README.3com
index dd98b78..b67061d 100644
--- a/c/src/libchip/network/README.3com
+++ b/c/src/libchip/network/README.3com
@@ -1,4 +1,3 @@
 #
-#  README.3com,v 1.1 2003/03/19 15:00:00 Gregm Exp
+#  README.3com
 #
-
diff --git a/c/src/libchip/network/cs8900.c b/c/src/libchip/network/cs8900.c
index b420b9c..9d6a79f 100644
--- a/c/src/libchip/network/cs8900.c
+++ b/c/src/libchip/network/cs8900.c
@@ -1,7 +1,5 @@
 /*
   ------------------------------------------------------------------------
-  cs8900.c,v 1.5 2002/11/13 15:34:39 joel Exp
-  ------------------------------------------------------------------------
 
   Copyright Cybertec Pty Ltd, 2000
   All rights reserved Cybertec Pty Ltd, 2000
diff --git a/c/src/libchip/network/cs8900.h b/c/src/libchip/network/cs8900.h
index c03b22b..2715d31 100644
--- a/c/src/libchip/network/cs8900.h
+++ b/c/src/libchip/network/cs8900.h
@@ -1,7 +1,5 @@
 /*
   ------------------------------------------------------------------------
-  cs8900.h,v 1.3 2002/09/07 23:09:47 joel Exp
-  ------------------------------------------------------------------------
 
   Copyright Cybertec Pty Ltd, 2000
   All rights reserved Cybertec Pty Ltd, 2000
diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h
index 6c6eb76..05e324c 100644
--- a/cpukit/libblock/include/rtems/bdbuf.h
+++ b/cpukit/libblock/include/rtems/bdbuf.h
@@ -16,8 +16,6 @@
  *    Change to support demand driven variable buffer sizes.
  *
  * Copyright (c) 2009-2012 embedded brains GmbH.
- *
- * @(#) bdbuf.h,v 1.9 2005/02/02 00:06:18 joel Exp
  */
 
 #ifndef _RTEMS_BDBUF_H
diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c
index f5da0fc..3f4915b 100644
--- a/cpukit/libblock/src/bdbuf.c
+++ b/cpukit/libblock/src/bdbuf.c
@@ -20,8 +20,6 @@
  *    issues.
  *
  * Copyright (c) 2009-2012 embedded brains GmbH.
- *
- * @(#) bdbuf.c,v 1.14 2004/04/17 08:15:17 ralf Exp
  */
 
 /**
diff --git a/cpukit/libmisc/fsmount/README b/cpukit/libmisc/fsmount/README
index 88bfda6..19f3494 100644
--- a/cpukit/libmisc/fsmount/README
+++ b/cpukit/libmisc/fsmount/README
@@ -4,8 +4,6 @@
 #
 #  Author: Thomas Doerfler 02/07/2003
 #
-#  README,v 1.1 1999/07/09 17:23:15 joel Exp
-#
 
 fsmount.c contains the function fsmount. It processes the 
 fs table given as an parameter to create the listed mount points
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index 6ded55c..178ec5e 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -5,8 +5,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  ptimer.c,v 1.1 1996/06/03 16:29:58 joel Exp
  */
 
 #if HAVE_CONFIG_H
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 5bc8c30..9dd9205 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -9,8 +9,6 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  system.h,v 1.13 2000/06/12 15:00:12 joel Exp
  */
 
 #include <rtems.h>




More information about the vc mailing list