diff --git a/Makefile b/Makefile
index 649403dc5..aaae60fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,6 @@
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
-#
-# $Revision-Id$
-#
TOP = .
include $(TOP)/configure/CONFIG
diff --git a/src/Makefile b/src/Makefile
index 5e2c660ae..9c75bd79b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,9 +6,6 @@
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
-#
-# $Revision-Id$
-#
TOP = ..
include $(TOP)/configure/CONFIG
diff --git a/src/RTEMS/Makefile b/src/RTEMS/Makefile
index db0cca944..d43a78bbd 100644
--- a/src/RTEMS/Makefile
+++ b/src/RTEMS/Makefile
@@ -7,9 +7,6 @@
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
-#
-# $Revision-Id$
-#
TOP = ../..
diff --git a/src/RTEMS/base/epicsRtemsInitHookPost.c b/src/RTEMS/base/epicsRtemsInitHookPost.c
index da2fbeab4..f589eb9cf 100644
--- a/src/RTEMS/base/epicsRtemsInitHookPost.c
+++ b/src/RTEMS/base/epicsRtemsInitHookPost.c
@@ -8,7 +8,6 @@
/*
* Dummy version -- use if application does not provide its own version
- * $Revision-Id$
*/
#include "epicsRtemsInitHooks.h"
diff --git a/src/RTEMS/base/epicsRtemsInitHookPre.c b/src/RTEMS/base/epicsRtemsInitHookPre.c
index 357952007..08efe1fe2 100644
--- a/src/RTEMS/base/epicsRtemsInitHookPre.c
+++ b/src/RTEMS/base/epicsRtemsInitHookPre.c
@@ -8,7 +8,6 @@
/*
* Dummy version -- use if application does not provide its own version
- * $Revision-Id$
*/
#include "epicsRtemsInitHooks.h"
diff --git a/src/RTEMS/base/epicsRtemsInitHooks.h b/src/RTEMS/base/epicsRtemsInitHooks.h
index fac577a06..b7f09c100 100644
--- a/src/RTEMS/base/epicsRtemsInitHooks.h
+++ b/src/RTEMS/base/epicsRtemsInitHooks.h
@@ -8,7 +8,6 @@
/*
* Hooks into RTEMS startup code
- * $Revision-Id$
*/
#include
Modified on -$Date$
diff --git a/src/libCom/freeList/freeListLib.c b/src/libCom/freeList/freeListLib.c index 5e07ba9c3..f17719061 100644 --- a/src/libCom/freeList/freeListLib.c +++ b/src/libCom/freeList/freeListLib.c @@ -7,9 +7,7 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Marty Kraimer Date: 04-19-94 */ - #include#include diff --git a/src/libCom/gpHash/gpHash.h b/src/libCom/gpHash/gpHash.h index 1a2783b64..6823ec7f5 100644 --- a/src/libCom/gpHash/gpHash.h +++ b/src/libCom/gpHash/gpHash.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Marty Kraimer Date: 04-07-94 */ /* gph provides a general purpose directory accessed via a hash table*/ diff --git a/src/libCom/gpHash/gpHash.html b/src/libCom/gpHash/gpHash.html index 658e47f47..29d13defa 100644 --- a/src/libCom/gpHash/gpHash.html +++ b/src/libCom/gpHash/gpHash.html @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ diff --git a/src/libCom/gpHash/gpHashLib.c b/src/libCom/gpHash/gpHashLib.c index 842f3b4de..a492fd539 100644 --- a/src/libCom/gpHash/gpHashLib.c +++ b/src/libCom/gpHash/gpHashLib.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Marty Kraimer Date: 04-07-94 */ diff --git a/src/libCom/macLib/macCore.c b/src/libCom/macLib/macCore.c index da5244dfd..f550ed7dc 100644 --- a/src/libCom/macLib/macCore.c +++ b/src/libCom/macLib/macCore.c @@ -6,8 +6,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Implementation of core macro substitution library (macLib) * * The implementation is fairly unsophisticated and linked lists are diff --git a/src/libCom/macLib/macEnv.c b/src/libCom/macLib/macEnv.c index 766d62473..6ee73d413 100644 --- a/src/libCom/macLib/macEnv.c +++ b/src/libCom/macLib/macEnv.c @@ -4,8 +4,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Macro expansion of environment variables */ diff --git a/src/libCom/macLib/macLib.h b/src/libCom/macLib/macLib.h index a99007e9a..388823927 100644 --- a/src/libCom/macLib/macLib.h +++ b/src/libCom/macLib/macLib.h @@ -6,8 +6,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Definitions for macro substitution library (macLib) * * William Lupton, W. M. Keck Observatory diff --git a/src/libCom/macLib/macLibNOTES b/src/libCom/macLib/macLibNOTES index d079a3282..fc3606254 100644 --- a/src/libCom/macLib/macLibNOTES +++ b/src/libCom/macLib/macLibNOTES @@ -1,5 +1,3 @@ -# $Revision-Id$ -# # Test input file for macTest filter, doubling as notes on usage of the # macro library. Some special strings at start of line are supported: # diff --git a/src/libCom/macLib/macUtil.c b/src/libCom/macLib/macUtil.c index ee7b53f7f..7bf73542e 100644 --- a/src/libCom/macLib/macUtil.c +++ b/src/libCom/macLib/macUtil.c @@ -6,8 +6,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Implementation of utility macro substitution library (macLib) * * William Lupton, W. M. Keck Observatory diff --git a/src/libCom/misc/cantProceed.c b/src/libCom/misc/cantProceed.c index 832622ad0..94b7ccc6f 100644 --- a/src/libCom/misc/cantProceed.c +++ b/src/libCom/misc/cantProceed.c @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Marty Kraimer Date: 04JAN99 */ diff --git a/src/libCom/misc/dbDefs.h b/src/libCom/misc/dbDefs.h index 069d55c1a..94e05e8a4 100644 --- a/src/libCom/misc/dbDefs.h +++ b/src/libCom/misc/dbDefs.h @@ -6,8 +6,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Author: Marty Kraimer * Date: 6-1-90 */ diff --git a/src/libCom/misc/epicsString.c b/src/libCom/misc/epicsString.c index 2ce13be6d..11099d037 100644 --- a/src/libCom/misc/epicsString.c +++ b/src/libCom/misc/epicsString.c @@ -7,7 +7,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum, * Mark Rivers, Andrew Johnson, Ralph Lange diff --git a/src/libCom/misc/epicsString.h b/src/libCom/misc/epicsString.h index c264ebb27..5d53957a1 100644 --- a/src/libCom/misc/epicsString.h +++ b/src/libCom/misc/epicsString.h @@ -7,7 +7,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum, * Mark Rivers, Andrew Johnson, Ralph Lange diff --git a/src/libCom/misc/epicsTypes.h b/src/libCom/misc/epicsTypes.h index 2d554ce1e..0771c111c 100644 --- a/src/libCom/misc/epicsTypes.h +++ b/src/libCom/misc/epicsTypes.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeff Hill diff --git a/src/libCom/misc/epicsUnitTest.c b/src/libCom/misc/epicsUnitTest.c index 730bde7a2..ce41ae56e 100644 --- a/src/libCom/misc/epicsUnitTest.c +++ b/src/libCom/misc/epicsUnitTest.c @@ -5,7 +5,7 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ +/* * Author: Andrew Johnson * * Unit test module which generates output in the Test Anything Protocol diff --git a/src/libCom/misc/epicsUnitTest.h b/src/libCom/misc/epicsUnitTest.h index 47f5cf53a..46ec629a2 100644 --- a/src/libCom/misc/epicsUnitTest.h +++ b/src/libCom/misc/epicsUnitTest.h @@ -5,7 +5,7 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ +/* * Author: Andrew Johnson */ diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp index 4800f3110..09742e8a3 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp @@ -9,15 +9,6 @@ \*************************************************************************/ /* - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov */ diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.h b/src/libCom/misc/ipAddrToAsciiAsynchronous.h index 1e7ef6619..f2de879b6 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.h +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.h @@ -9,16 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov */ diff --git a/src/libCom/misc/locationException.h b/src/libCom/misc/locationException.h index 4a5a279a9..30b187208 100644 --- a/src/libCom/misc/locationException.h +++ b/src/libCom/misc/locationException.h @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -// -// $Revision-Id$ // // Author: Jeff Hill // diff --git a/src/libCom/misc/testMain.h b/src/libCom/misc/testMain.h index 655503881..4db72c39e 100644 --- a/src/libCom/misc/testMain.h +++ b/src/libCom/misc/testMain.h @@ -4,7 +4,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ #ifndef INC_testMain_H #define INC_testMain_H diff --git a/src/libCom/misc/unixFileName.h b/src/libCom/misc/unixFileName.h index faeed9d8e..36e818c8f 100644 --- a/src/libCom/misc/unixFileName.h +++ b/src/libCom/misc/unixFileName.h @@ -10,8 +10,6 @@ /* * unixFileName.h * Author: Jeff Hill - * - * */ #ifndef unixFileNameH #define unixFileNameH diff --git a/src/libCom/osi/devLib.h b/src/libCom/osi/devLib.h index b78f94907..729f9b932 100644 --- a/src/libCom/osi/devLib.h +++ b/src/libCom/osi/devLib.h @@ -9,7 +9,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* devLib.h */ -/* $Revision-Id$ */ /* * Original Author: Marty Kraimer diff --git a/src/libCom/osi/devLibVME.c b/src/libCom/osi/devLibVME.c index f59de68a7..6c7d93f99 100644 --- a/src/libCom/osi/devLibVME.c +++ b/src/libCom/osi/devLibVME.c @@ -9,7 +9,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* devLib.c - support for allocation of common device resources */ -/* $Revision-Id$ */ /* * Original Author: Marty Kraimer @@ -20,8 +19,6 @@ * .01 06-14-93 joh needs devAllocInterruptVector() routine */ -static const char sccsID[] = "@(#) $Revision-Id$"; - #include#include #include diff --git a/src/libCom/osi/devLibVME.h b/src/libCom/osi/devLibVME.h index 8e526a139..4fb17f0c2 100644 --- a/src/libCom/osi/devLibVME.h +++ b/src/libCom/osi/devLibVME.h @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* devLib.h */ -/* devLib.h,v 1.1.2.8 2009/07/09 15:27:43 anj Exp */ /* * Original Author: Marty Kraimer diff --git a/src/libCom/osi/devLibVMEImpl.h b/src/libCom/osi/devLibVMEImpl.h index e695edeb9..e479d869c 100644 --- a/src/libCom/osi/devLibVMEImpl.h +++ b/src/libCom/osi/devLibVMEImpl.h @@ -9,7 +9,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* devLibImpl.h */ -/* */ /* * Original Author: Marty Kraimer diff --git a/src/libCom/osi/epicsAssert.h b/src/libCom/osi/epicsAssert.h index db071d6cb..e90ec9a7b 100644 --- a/src/libCom/osi/epicsAssert.h +++ b/src/libCom/osi/epicsAssert.h @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * EPICS assert * diff --git a/src/libCom/osi/epicsMessageQueue.cpp b/src/libCom/osi/epicsMessageQueue.cpp index e416c46d0..047107566 100644 --- a/src/libCom/osi/epicsMessageQueue.cpp +++ b/src/libCom/osi/epicsMessageQueue.cpp @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/epicsMessageQueue.h b/src/libCom/osi/epicsMessageQueue.h index 0c18dd545..b75e640a4 100644 --- a/src/libCom/osi/epicsMessageQueue.h +++ b/src/libCom/osi/epicsMessageQueue.h @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/epicsMutex.cpp b/src/libCom/osi/epicsMutex.cpp index d2e421204..ce94b73a0 100644 --- a/src/libCom/osi/epicsMutex.cpp +++ b/src/libCom/osi/epicsMutex.cpp @@ -7,7 +7,7 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* epicsMutex.c */ +/* epicsMutex.cpp */ /* Author: Marty Kraimer and Jeff Hill Date: 03APR01 */ /* diff --git a/src/libCom/osi/epicsThread.cpp b/src/libCom/osi/epicsThread.cpp index dcd210d04..a849588f2 100644 --- a/src/libCom/osi/epicsThread.cpp +++ b/src/libCom/osi/epicsThread.cpp @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ // -// $Revision-Id$ -// // Author: Jeff Hill // diff --git a/src/libCom/osi/os/Darwin/osdEnv.c b/src/libCom/osi/os/Darwin/osdEnv.c index 8287f41bd..bc63ea14f 100644 --- a/src/libCom/osi/os/Darwin/osdEnv.c +++ b/src/libCom/osi/os/Darwin/osdEnv.c @@ -6,8 +6,6 @@ \*************************************************************************/ /* osdEnv.c */ /* - * $Revision-Id$ - * * Author: Eric Norum * Date: May 7, 2001 * diff --git a/src/libCom/osi/os/Darwin/osdSock.h b/src/libCom/osi/os/Darwin/osdSock.h index bff7814e0..961b60663 100644 --- a/src/libCom/osi/os/Darwin/osdSock.h +++ b/src/libCom/osi/os/Darwin/osdSock.h @@ -4,8 +4,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp b/src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp index a7bb3615c..869514160 100644 --- a/src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp +++ b/src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp @@ -1,4 +1,3 @@ - /*************************************************************************\ * Copyright (c) 2002 The University of Chicago, as Operator of Argonne * National Laboratory. @@ -10,7 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/Darwin/osdTime.h b/src/libCom/osi/os/Darwin/osdTime.h index 3abea1f14..d0c361404 100644 --- a/src/libCom/osi/os/Darwin/osdTime.h +++ b/src/libCom/osi/os/Darwin/osdTime.h @@ -4,8 +4,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/Darwin/osiFileName.h b/src/libCom/osi/os/Darwin/osiFileName.h index 4004e82a4..a78118679 100644 --- a/src/libCom/osi/os/Darwin/osiFileName.h +++ b/src/libCom/osi/os/Darwin/osiFileName.h @@ -5,8 +5,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/Linux/osdTime.h b/src/libCom/osi/os/Linux/osdTime.h index 50788a025..988f8747f 100644 --- a/src/libCom/osi/os/Linux/osdTime.h +++ b/src/libCom/osi/os/Linux/osdTime.h @@ -6,8 +6,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/Linux/osiFileName.h b/src/libCom/osi/os/Linux/osiFileName.h index b79203992..3a6448d54 100644 --- a/src/libCom/osi/os/Linux/osiFileName.h +++ b/src/libCom/osi/os/Linux/osiFileName.h @@ -10,8 +10,6 @@ /* * osiFileName.h * Author: Jeff Hill - * - * */ #ifndef osiFileNameH #define osiFileNameH diff --git a/src/libCom/osi/os/Linux/osiUnistd.h b/src/libCom/osi/os/Linux/osiUnistd.h index fc58f0b59..336a9a802 100644 --- a/src/libCom/osi/os/Linux/osiUnistd.h +++ b/src/libCom/osi/os/Linux/osiUnistd.h @@ -8,16 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/osi/os/RTEMS/devLibVMEOSD.c b/src/libCom/osi/os/RTEMS/devLibVMEOSD.c index dfc5fcaf1..0a96bad1a 100644 --- a/src/libCom/osi/os/RTEMS/devLibVMEOSD.c +++ b/src/libCom/osi/os/RTEMS/devLibVMEOSD.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* RTEMS port by Till Straumann, * 3/2002 diff --git a/src/libCom/osi/os/RTEMS/osdEvent.c b/src/libCom/osi/os/RTEMS/osdEvent.c index 12bbc4733..9caf841ec 100644 --- a/src/libCom/osi/os/RTEMS/osdEvent.c +++ b/src/libCom/osi/os/RTEMS/osdEvent.c @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdEvent.c - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdEvent.h b/src/libCom/osi/os/RTEMS/osdEvent.h index 506f3d65d..6c53aada7 100644 --- a/src/libCom/osi/os/RTEMS/osdEvent.h +++ b/src/libCom/osi/os/RTEMS/osdEvent.h @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdEvent.h - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdInterrupt.c b/src/libCom/osi/os/RTEMS/osdInterrupt.c index 8f029112e..88ce664e5 100644 --- a/src/libCom/osi/os/RTEMS/osdInterrupt.c +++ b/src/libCom/osi/os/RTEMS/osdInterrupt.c @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdInterrupt.c - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdMessageQueue.c b/src/libCom/osi/os/RTEMS/osdMessageQueue.c index 2707df1f4..3551e1e2f 100644 --- a/src/libCom/osi/os/RTEMS/osdMessageQueue.c +++ b/src/libCom/osi/os/RTEMS/osdMessageQueue.c @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/os/RTEMS/osdMessageQueue.h b/src/libCom/osi/os/RTEMS/osdMessageQueue.h index c0631b72a..0244a1f0b 100644 --- a/src/libCom/osi/os/RTEMS/osdMessageQueue.h +++ b/src/libCom/osi/os/RTEMS/osdMessageQueue.h @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/os/RTEMS/osdMutex.c b/src/libCom/osi/os/RTEMS/osdMutex.c index 2706facfe..fdd52250c 100644 --- a/src/libCom/osi/os/RTEMS/osdMutex.c +++ b/src/libCom/osi/os/RTEMS/osdMutex.c @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdMutex.c - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdMutex.h b/src/libCom/osi/os/RTEMS/osdMutex.h index edf630f78..7e2ecc77d 100644 --- a/src/libCom/osi/os/RTEMS/osdMutex.h +++ b/src/libCom/osi/os/RTEMS/osdMutex.h @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdMutex.h - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdProcess.c b/src/libCom/osi/os/RTEMS/osdProcess.c index ce788bf99..2768dbb0d 100644 --- a/src/libCom/osi/os/RTEMS/osdProcess.c +++ b/src/libCom/osi/os/RTEMS/osdProcess.c @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Operating System Dependent Implementation of osiProcess.h * * Author: Jeff Hill diff --git a/src/libCom/osi/os/RTEMS/osdSock.h b/src/libCom/osi/os/RTEMS/osdSock.h index 21a350822..0f69b2a2c 100644 --- a/src/libCom/osi/os/RTEMS/osdSock.h +++ b/src/libCom/osi/os/RTEMS/osdSock.h @@ -5,7 +5,6 @@ \*************************************************************************/ /* * RTEMS osdSock.h - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdThread.c b/src/libCom/osi/os/RTEMS/osdThread.c index f735671b1..b304026e0 100644 --- a/src/libCom/osi/os/RTEMS/osdThread.c +++ b/src/libCom/osi/os/RTEMS/osdThread.c @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osdThread.c - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osdTime.cpp b/src/libCom/osi/os/RTEMS/osdTime.cpp index e71c64a88..e0db34f30 100644 --- a/src/libCom/osi/os/RTEMS/osdTime.cpp +++ b/src/libCom/osi/os/RTEMS/osdTime.cpp @@ -6,8 +6,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author: W. Eric Norum */ #define __BSD_VISIBLE 1 diff --git a/src/libCom/osi/os/RTEMS/osdTime.h b/src/libCom/osi/os/RTEMS/osdTime.h index 5790ec3b6..55e3bc2b0 100644 --- a/src/libCom/osi/os/RTEMS/osdTime.h +++ b/src/libCom/osi/os/RTEMS/osdTime.h @@ -7,11 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* - * $Revision-Id$ - * - */ - #ifndef INC_osdTime_H #define INC_osdTime_H diff --git a/src/libCom/osi/os/RTEMS/osdVME.h b/src/libCom/osi/os/RTEMS/osdVME.h index 5e8c5f984..65548abcb 100644 --- a/src/libCom/osi/os/RTEMS/osdVME.h +++ b/src/libCom/osi/os/RTEMS/osdVME.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * OS-dependent VME support diff --git a/src/libCom/osi/os/RTEMS/osiFileName.h b/src/libCom/osi/os/RTEMS/osiFileName.h index 5cd57e52c..8c9226898 100644 --- a/src/libCom/osi/os/RTEMS/osiFileName.h +++ b/src/libCom/osi/os/RTEMS/osiFileName.h @@ -6,7 +6,6 @@ \*************************************************************************/ /* * RTEMS osiFileName.h - * $Revision-Id$ * Author: W. Eric Norum * eric@cls.usask.ca * (306) 966-6055 diff --git a/src/libCom/osi/os/RTEMS/osiUnistd.h b/src/libCom/osi/os/RTEMS/osiUnistd.h index e5264267c..c0a6e222d 100644 --- a/src/libCom/osi/os/RTEMS/osiUnistd.h +++ b/src/libCom/osi/os/RTEMS/osiUnistd.h @@ -8,16 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp b/src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp index 5ab809cde..3db87ac84 100644 --- a/src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp +++ b/src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp @@ -7,10 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* - * $Revision-Id$ - */ - #include #define epicsExportSharedSymbols diff --git a/src/libCom/osi/os/WIN32/epicsTempFile.cpp b/src/libCom/osi/os/WIN32/epicsTempFile.cpp index 486535460..8f6d21971 100644 --- a/src/libCom/osi/os/WIN32/epicsTempFile.cpp +++ b/src/libCom/osi/os/WIN32/epicsTempFile.cpp @@ -9,7 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/WIN32/osdEvent.c b/src/libCom/osi/os/WIN32/osdEvent.c index f7cafcf3e..f4feed7c8 100644 --- a/src/libCom/osi/os/WIN32/osdEvent.c +++ b/src/libCom/osi/os/WIN32/osdEvent.c @@ -9,7 +9,6 @@ \*************************************************************************/ /* osdEvent.c */ /* - * $Revision-Id$ * WIN32 version * * Author Jeffrey O. Hill diff --git a/src/libCom/osi/os/WIN32/osdEvent.h b/src/libCom/osi/os/WIN32/osdEvent.h index b5dd115bf..f57f2cc49 100644 --- a/src/libCom/osi/os/WIN32/osdEvent.h +++ b/src/libCom/osi/os/WIN32/osdEvent.h @@ -9,7 +9,6 @@ \*************************************************************************/ /* osdEvent.c */ /* - * $Revision-Id$ * WIN32 version * * Author Jeffrey O. Hill diff --git a/src/libCom/osi/os/WIN32/osdMutex.c b/src/libCom/osi/os/WIN32/osdMutex.c index 710151848..27eafb6cb 100644 --- a/src/libCom/osi/os/WIN32/osdMutex.c +++ b/src/libCom/osi/os/WIN32/osdMutex.c @@ -9,7 +9,6 @@ \*************************************************************************/ /* osdMutex.c */ /* - * $Revision-Id$ * WIN32 version * * Author Jeffrey O. Hill diff --git a/src/libCom/osi/os/WIN32/osdMutex.h b/src/libCom/osi/os/WIN32/osdMutex.h index e531f792d..d8f3f78bd 100644 --- a/src/libCom/osi/os/WIN32/osdMutex.h +++ b/src/libCom/osi/os/WIN32/osdMutex.h @@ -10,7 +10,6 @@ /* osdMutex.h */ /* - * $Revision-Id$ * WIN32 version * * Author Jeffrey O. Hill diff --git a/src/libCom/osi/os/WIN32/osdNetIntf.c b/src/libCom/osi/os/WIN32/osdNetIntf.c index 74025237f..1126fb307 100644 --- a/src/libCom/osi/os/WIN32/osdNetIntf.c +++ b/src/libCom/osi/os/WIN32/osdNetIntf.c @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * WIN32 specific initialisation for bsd sockets, * based on Chris Timossi's base/src/ca/windows_depend.c, * and also further additions by Kay Kasemir when this was in diff --git a/src/libCom/osi/os/WIN32/osdProcess.c b/src/libCom/osi/os/WIN32/osdProcess.c index fd680307d..55bf61f6c 100644 --- a/src/libCom/osi/os/WIN32/osdProcess.c +++ b/src/libCom/osi/os/WIN32/osdProcess.c @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Operating System Dependent Implementation of osiProcess.h * * Author: Jeff Hill diff --git a/src/libCom/osi/os/WIN32/osdSock.c b/src/libCom/osi/os/WIN32/osdSock.c index 564fe431c..b8c8363fb 100644 --- a/src/libCom/osi/os/WIN32/osdSock.c +++ b/src/libCom/osi/os/WIN32/osdSock.c @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * WIN32 specific initialisation for bsd sockets, * based on Chris Timossi's base/src/ca/windows_depend.c, * and also further additions by Kay Kasemir when this was in diff --git a/src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp b/src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp index e8de4d4b7..d441d7511 100644 --- a/src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp +++ b/src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp @@ -10,7 +10,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/WIN32/osdThread.c b/src/libCom/osi/os/WIN32/osdThread.c index c15161c6f..7f3d34500 100644 --- a/src/libCom/osi/os/WIN32/osdThread.c +++ b/src/libCom/osi/os/WIN32/osdThread.c @@ -8,11 +8,7 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Jeff Hill - * - * */ #include diff --git a/src/libCom/osi/os/WIN32/osdTime.cpp b/src/libCom/osi/os/WIN32/osdTime.cpp index 239d21a2c..2174a52bc 100644 --- a/src/libCom/osi/os/WIN32/osdTime.cpp +++ b/src/libCom/osi/os/WIN32/osdTime.cpp @@ -7,12 +7,9 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -// -// $Revision-Id$ // // Author: Jeff Hill // -// // // ANSI C diff --git a/src/libCom/osi/os/WIN32/osdTime.h b/src/libCom/osi/os/WIN32/osdTime.h index 5875c0e7e..67fc83320 100644 --- a/src/libCom/osi/os/WIN32/osdTime.h +++ b/src/libCom/osi/os/WIN32/osdTime.h @@ -8,8 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/WIN32/osiFileName.h b/src/libCom/osi/os/WIN32/osiFileName.h index 658975d89..6ff0308b2 100644 --- a/src/libCom/osi/os/WIN32/osiFileName.h +++ b/src/libCom/osi/os/WIN32/osiFileName.h @@ -11,7 +11,6 @@ * osiFileName.h * Author: Jeff Hill * - * */ #ifndef osiFileNameH #define osiFileNameH diff --git a/src/libCom/osi/os/WIN32/osiUnistd.h b/src/libCom/osi/os/WIN32/osiUnistd.h index c8c744f6f..3f34e74cc 100644 --- a/src/libCom/osi/os/WIN32/osiUnistd.h +++ b/src/libCom/osi/os/WIN32/osiUnistd.h @@ -8,16 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/osi/os/WIN32/systemCallIntMech.cpp b/src/libCom/osi/os/WIN32/systemCallIntMech.cpp index be18c02a1..5e13299c0 100644 --- a/src/libCom/osi/os/WIN32/systemCallIntMech.cpp +++ b/src/libCom/osi/os/WIN32/systemCallIntMech.cpp @@ -8,7 +8,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/cygwin32/devLibVMEOSD.c b/src/libCom/osi/os/cygwin32/devLibVMEOSD.c index bc1ec80cf..53cbd58cd 100644 --- a/src/libCom/osi/os/cygwin32/devLibVMEOSD.c +++ b/src/libCom/osi/os/cygwin32/devLibVMEOSD.c @@ -5,8 +5,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - #include #define epicsExportSharedSymbols diff --git a/src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp b/src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp index e8de4d4b7..d441d7511 100644 --- a/src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp +++ b/src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp @@ -10,7 +10,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/cygwin32/osiFileName.h b/src/libCom/osi/os/cygwin32/osiFileName.h index 658975d89..6d7fd6eb9 100644 --- a/src/libCom/osi/os/cygwin32/osiFileName.h +++ b/src/libCom/osi/os/cygwin32/osiFileName.h @@ -10,8 +10,6 @@ /* * osiFileName.h * Author: Jeff Hill - * - * */ #ifndef osiFileNameH #define osiFileNameH diff --git a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp b/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp index ee97f8b3e..175f8c961 100644 --- a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp +++ b/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp @@ -8,7 +8,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/default/devLibVMEOSD.c b/src/libCom/osi/os/default/devLibVMEOSD.c index 1b4fa7a66..11d73222a 100644 --- a/src/libCom/osi/os/default/devLibVMEOSD.c +++ b/src/libCom/osi/os/default/devLibVMEOSD.c @@ -6,8 +6,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - #include #define epicsExportSharedSymbols diff --git a/src/libCom/osi/os/default/epicsReadline.c b/src/libCom/osi/os/default/epicsReadline.c index 7cdcfdafe..dacf0d530 100644 --- a/src/libCom/osi/os/default/epicsReadline.c +++ b/src/libCom/osi/os/default/epicsReadline.c @@ -5,7 +5,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Eric Norum Date: 12DEC2001 */ #include diff --git a/src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp b/src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp index 0e0ef94f0..3cbfce60d 100644 --- a/src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp +++ b/src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* osdSock.c */ -/* $Revision-Id$ */ /* * Author: Jeff Hill * Date: 04-05-94 diff --git a/src/libCom/osi/os/default/osdAssert.c b/src/libCom/osi/os/default/osdAssert.c index 938a3c654..153ad8e20 100644 --- a/src/libCom/osi/os/default/osdAssert.c +++ b/src/libCom/osi/os/default/osdAssert.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeffrey Hill * Date: 02-27-95 diff --git a/src/libCom/osi/os/default/osdEnv.c b/src/libCom/osi/os/default/osdEnv.c index c31ab7e09..65df5c194 100644 --- a/src/libCom/osi/os/default/osdEnv.c +++ b/src/libCom/osi/os/default/osdEnv.c @@ -6,8 +6,6 @@ \*************************************************************************/ /* osdEnv.c */ /* - * $Revision-Id$ - * * Author: Eric Norum * Date: May 7, 2001 * diff --git a/src/libCom/osi/os/default/osdMessageQueue.cpp b/src/libCom/osi/os/default/osdMessageQueue.cpp index 83a5ba2ca..ce78684c4 100644 --- a/src/libCom/osi/os/default/osdMessageQueue.cpp +++ b/src/libCom/osi/os/default/osdMessageQueue.cpp @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/os/default/osdNetIntf.c b/src/libCom/osi/os/default/osdNetIntf.c index ab36fdf10..1ad6360c1 100644 --- a/src/libCom/osi/os/default/osdNetIntf.c +++ b/src/libCom/osi/os/default/osdNetIntf.c @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeff Hill * Date: 04-05-94 diff --git a/src/libCom/osi/os/default/osdVME.h b/src/libCom/osi/os/default/osdVME.h index 37ac6a30a..1b65b3184 100644 --- a/src/libCom/osi/os/default/osdVME.h +++ b/src/libCom/osi/os/default/osdVME.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * OS-dependent VME support diff --git a/src/libCom/osi/os/default/osdWireFormat.h b/src/libCom/osi/os/default/osdWireFormat.h index 6db3e20ab..385c9bd69 100644 --- a/src/libCom/osi/os/default/osdWireFormat.h +++ b/src/libCom/osi/os/default/osdWireFormat.h @@ -8,13 +8,6 @@ \*************************************************************************/ /* - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 2000, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov */ diff --git a/src/libCom/osi/os/freebsd/osdTime.h b/src/libCom/osi/os/freebsd/osdTime.h index d0a61c9e0..941426c72 100644 --- a/src/libCom/osi/os/freebsd/osdTime.h +++ b/src/libCom/osi/os/freebsd/osdTime.h @@ -5,8 +5,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/freebsd/osiFileName.h b/src/libCom/osi/os/freebsd/osiFileName.h index a64c19ad8..83204c70f 100644 --- a/src/libCom/osi/os/freebsd/osiFileName.h +++ b/src/libCom/osi/os/freebsd/osiFileName.h @@ -9,8 +9,6 @@ /* * osiFileName.h * Author: Jeff Hill - * - * */ #ifndef osiFileNameH #define osiFileNameH diff --git a/src/libCom/osi/os/freebsd/osiUnistd.h b/src/libCom/osi/os/freebsd/osiUnistd.h index b96f87b5f..c64e57a6c 100644 --- a/src/libCom/osi/os/freebsd/osiUnistd.h +++ b/src/libCom/osi/os/freebsd/osiUnistd.h @@ -7,16 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/osi/os/iOS/osdEnv.c b/src/libCom/osi/os/iOS/osdEnv.c index 90561aff3..00ec5532c 100644 --- a/src/libCom/osi/os/iOS/osdEnv.c +++ b/src/libCom/osi/os/iOS/osdEnv.c @@ -6,13 +6,10 @@ /* osdEnv.c */ /* - * $Revision-Id$ - * * Author: Eric Norum * Date: May 7, 2001 * * Routines to modify/display environment variables and EPICS parameters - * */ #include diff --git a/src/libCom/osi/os/iOS/osdSock.h b/src/libCom/osi/os/iOS/osdSock.h index de8a1cf97..136c8f8a9 100644 --- a/src/libCom/osi/os/iOS/osdSock.h +++ b/src/libCom/osi/os/iOS/osdSock.h @@ -5,8 +5,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/iOS/osdSockAddrReuse.cpp b/src/libCom/osi/os/iOS/osdSockAddrReuse.cpp index f5aa99f31..9f64e331a 100644 --- a/src/libCom/osi/os/iOS/osdSockAddrReuse.cpp +++ b/src/libCom/osi/os/iOS/osdSockAddrReuse.cpp @@ -8,7 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/iOS/osdTime.h b/src/libCom/osi/os/iOS/osdTime.h index 554999779..953ec31b8 100644 --- a/src/libCom/osi/os/iOS/osdTime.h +++ b/src/libCom/osi/os/iOS/osdTime.h @@ -5,8 +5,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/iOS/osiFileName.h b/src/libCom/osi/os/iOS/osiFileName.h index b88bfe35a..f7dd62878 100644 --- a/src/libCom/osi/os/iOS/osiFileName.h +++ b/src/libCom/osi/os/iOS/osiFileName.h @@ -5,8 +5,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Eric Norum */ diff --git a/src/libCom/osi/os/posix/osdProcess.c b/src/libCom/osi/os/posix/osdProcess.c index ccc8412d3..765804649 100644 --- a/src/libCom/osi/os/posix/osdProcess.c +++ b/src/libCom/osi/os/posix/osdProcess.c @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Operating System Dependent Implementation of osiProcess.h * * Author: Jeff Hill diff --git a/src/libCom/osi/os/posix/osdSock.c b/src/libCom/osi/os/posix/osdSock.c index 4cd776c92..9f8146142 100644 --- a/src/libCom/osi/os/posix/osdSock.c +++ b/src/libCom/osi/os/posix/osdSock.c @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* osdSock.c */ -/* $Revision-Id$ */ /* * Author: Jeff Hill * Date: 04-05-94 diff --git a/src/libCom/osi/os/posix/osdSockAddrReuse.cpp b/src/libCom/osi/os/posix/osdSockAddrReuse.cpp index 6f56f77e6..622239ed7 100644 --- a/src/libCom/osi/os/posix/osdSockAddrReuse.cpp +++ b/src/libCom/osi/os/posix/osdSockAddrReuse.cpp @@ -10,7 +10,6 @@ \*************************************************************************/ /* - * $Revision-Id$ * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/posix/osdTime.h b/src/libCom/osi/os/posix/osdTime.h index 28c481701..ae9b3ad67 100644 --- a/src/libCom/osi/os/posix/osdTime.h +++ b/src/libCom/osi/os/posix/osdTime.h @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/posix/osiUnistd.h b/src/libCom/osi/os/posix/osiUnistd.h index 5d2bb5e6f..5121261b6 100644 --- a/src/libCom/osi/os/posix/osiUnistd.h +++ b/src/libCom/osi/os/posix/osiUnistd.h @@ -8,16 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * - * - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 1986, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/osi/os/posix/systemCallIntMech.cpp b/src/libCom/osi/os/posix/systemCallIntMech.cpp index 9eb77a1b6..cdac1d0cb 100644 --- a/src/libCom/osi/os/posix/systemCallIntMech.cpp +++ b/src/libCom/osi/os/posix/systemCallIntMech.cpp @@ -8,7 +8,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Jeff Hill */ diff --git a/src/libCom/osi/os/vxWorks/camacLib.h b/src/libCom/osi/os/vxWorks/camacLib.h index eb2456b1a..a30ab5659 100644 --- a/src/libCom/osi/os/vxWorks/camacLib.h +++ b/src/libCom/osi/os/vxWorks/camacLib.h @@ -14,8 +14,6 @@ * */ -static char ht2992_h_RCSID[] = "$Revision-Id$"; - /********************************/ /* GLOBAL DATA */ /********************************/ diff --git a/src/libCom/osi/os/vxWorks/devLibVMEOSD.c b/src/libCom/osi/os/vxWorks/devLibVMEOSD.c index 22cd177ea..82bec603d 100644 --- a/src/libCom/osi/os/vxWorks/devLibVMEOSD.c +++ b/src/libCom/osi/os/vxWorks/devLibVMEOSD.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Archictecture dependent support for common device driver resources * * Author: Jeff Hill diff --git a/src/libCom/osi/os/vxWorks/epicsDynLink.c b/src/libCom/osi/os/vxWorks/epicsDynLink.c index 57d5e9dd4..a0344a01d 100644 --- a/src/libCom/osi/os/vxWorks/epicsDynLink.c +++ b/src/libCom/osi/os/vxWorks/epicsDynLink.c @@ -7,8 +7,7 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Id $ - * +/* * Comments from original version: * On the MIPS processor, all symbols do not have the prepended underscore. * Here we redefine symFindByName to look at the second character of the diff --git a/src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp b/src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp index fade9ffea..b44881cd0 100644 --- a/src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp +++ b/src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * route vxWorks logMsg messages into the EPICS logging system * * Author: Jeff Hill diff --git a/src/libCom/osi/os/vxWorks/module_types.h b/src/libCom/osi/os/vxWorks/module_types.h index af3dd122f..07372c37a 100644 --- a/src/libCom/osi/os/vxWorks/module_types.h +++ b/src/libCom/osi/os/vxWorks/module_types.h @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* module_types.h */ -/* base/include $Revision-Id$ */ /* * Author: Bob Dalesio * Date: 12-07-88 diff --git a/src/libCom/osi/os/vxWorks/osdEnv.c b/src/libCom/osi/os/vxWorks/osdEnv.c index dd53e4078..eaadb4bcd 100644 --- a/src/libCom/osi/os/vxWorks/osdEnv.c +++ b/src/libCom/osi/os/vxWorks/osdEnv.c @@ -5,8 +5,6 @@ \*************************************************************************/ /* osdEnv.c */ /* - * $Revision-Id$ - * * Author: Eric Norum * Date: May 7, 2001 * diff --git a/src/libCom/osi/os/vxWorks/osdMessageQueue.cpp b/src/libCom/osi/os/vxWorks/osdMessageQueue.cpp index 206d6def4..89c2745ed 100644 --- a/src/libCom/osi/os/vxWorks/osdMessageQueue.cpp +++ b/src/libCom/osi/os/vxWorks/osdMessageQueue.cpp @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/os/vxWorks/osdMessageQueue.h b/src/libCom/osi/os/vxWorks/osdMessageQueue.h index 3ae77b514..87b35bd38 100644 --- a/src/libCom/osi/os/vxWorks/osdMessageQueue.h +++ b/src/libCom/osi/os/vxWorks/osdMessageQueue.h @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum * norume@aps.anl.gov * 630 252 4793 diff --git a/src/libCom/osi/os/vxWorks/osdProcess.c b/src/libCom/osi/os/vxWorks/osdProcess.c index 27f5b71e9..2347a407c 100644 --- a/src/libCom/osi/os/vxWorks/osdProcess.c +++ b/src/libCom/osi/os/vxWorks/osdProcess.c @@ -8,8 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Operating System Dependent Implementation of osiProcess.h * * Author: Jeff Hill diff --git a/src/libCom/osi/os/vxWorks/osdVME.h b/src/libCom/osi/os/vxWorks/osdVME.h index a5e3bb346..b9d031a04 100644 --- a/src/libCom/osi/os/vxWorks/osdVME.h +++ b/src/libCom/osi/os/vxWorks/osdVME.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * OS-dependent VME support diff --git a/src/libCom/osi/os/vxWorks/osiFileName.h b/src/libCom/osi/os/vxWorks/osiFileName.h index b79203992..3a6448d54 100644 --- a/src/libCom/osi/os/vxWorks/osiFileName.h +++ b/src/libCom/osi/os/vxWorks/osiFileName.h @@ -10,8 +10,6 @@ /* * osiFileName.h * Author: Jeff Hill - * - * */ #ifndef osiFileNameH #define osiFileNameH diff --git a/src/libCom/osi/os/vxWorks/task_params.h b/src/libCom/osi/os/vxWorks/task_params.h index 455e8ceb2..7b2055157 100644 --- a/src/libCom/osi/os/vxWorks/task_params.h +++ b/src/libCom/osi/os/vxWorks/task_params.h @@ -7,7 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Parameters for tasks on IOC */ /* diff --git a/src/libCom/osi/os/vxWorks/veclist.c b/src/libCom/osi/os/vxWorks/veclist.c index 63aea6618..2a4e617ef 100644 --- a/src/libCom/osi/os/vxWorks/veclist.c +++ b/src/libCom/osi/os/vxWorks/veclist.c @@ -8,9 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * @(#)veclist.c 1.10 - * * list fuctions attached to the interrupt vector table * * Created 28Mar89 Jeffrey O. Hill @@ -19,19 +16,6 @@ * */ -/* - * - * makefile - * - * - * V5VW = /.../vx/v502b - * - * veclist.o: - * cc68k -c -DCPU_FAMILY=MC680X0 -I$(V5VW)/h veclist.c - * - * - */ - #include "vxWorks.h" #include "stdio.h" #include "string.h" @@ -41,9 +25,6 @@ #include "ctype.h" #include "sysSymTbl.h" -static const char sccsID[] = - "@(#) $Revision-Id$"; - /* * * VME bus dependent diff --git a/src/libCom/osi/osiPoolStatus.h b/src/libCom/osi/osiPoolStatus.h index 20f1b7339..b0207f185 100644 --- a/src/libCom/osi/osiPoolStatus.h +++ b/src/libCom/osi/osiPoolStatus.h @@ -11,8 +11,6 @@ #define INC_osiPoolStatus_H /* - * $Revision-Id$ - * * Author: Jeff Hill * * Functions which interrogate the state of the system wide pool diff --git a/src/libCom/osi/osiProcess.h b/src/libCom/osi/osiProcess.h index b954c4019..eabff1e72 100644 --- a/src/libCom/osi/osiProcess.h +++ b/src/libCom/osi/osiProcess.h @@ -11,8 +11,6 @@ #define INC_osiProcess_H /* - * $Revision-Id$ - * * Operating System Independent Interface to Process Environment * * Author: Jeff Hill diff --git a/src/libCom/osi/osiSock.c b/src/libCom/osi/osiSock.c index e030f5ab2..8b4634caf 100644 --- a/src/libCom/osi/osiSock.c +++ b/src/libCom/osi/osiSock.c @@ -9,8 +9,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * socket support library generic code * * 7-1-97 -joh- diff --git a/src/libCom/osi/osiSock.h b/src/libCom/osi/osiSock.h index 1b52c7993..061619e89 100644 --- a/src/libCom/osi/osiSock.h +++ b/src/libCom/osi/osiSock.h @@ -8,8 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * socket support library API def * * 7-1-97 -joh- diff --git a/src/libCom/osi/osiWireFormat.h b/src/libCom/osi/osiWireFormat.h index 1ba8b905d..4d7e6717f 100644 --- a/src/libCom/osi/osiWireFormat.h +++ b/src/libCom/osi/osiWireFormat.h @@ -8,13 +8,6 @@ \*************************************************************************/ /* - * L O S A L A M O S - * Los Alamos National Laboratory - * Los Alamos, New Mexico 87545 - * - * Copyright, 2000, The Regents of the University of California. - * - * * Author Jeffrey O. Hill * johill@lanl.gov */ diff --git a/src/libCom/taskwd/taskwd.h b/src/libCom/taskwd/taskwd.h index 2d66be950..4d5274d56 100644 --- a/src/libCom/taskwd/taskwd.h +++ b/src/libCom/taskwd/taskwd.h @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* General purpose task watchdog */ /* * Original Author: Marty Kraimer diff --git a/src/libCom/test/epicsCalcTest.cpp b/src/libCom/test/epicsCalcTest.cpp index ae129c449..5a4d44aa7 100644 --- a/src/libCom/test/epicsCalcTest.cpp +++ b/src/libCom/test/epicsCalcTest.cpp @@ -4,7 +4,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -// $Revision-Id$ // Author: Andrew Johnson #include "epicsUnitTest.h" diff --git a/src/libCom/test/epicsMessageQueueTest.cpp b/src/libCom/test/epicsMessageQueueTest.cpp index 8d7daea05..aa4c9dfc1 100644 --- a/src/libCom/test/epicsMessageQueueTest.cpp +++ b/src/libCom/test/epicsMessageQueueTest.cpp @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author W. Eric Norum */ #include diff --git a/src/libCom/test/epicsStringTest.c b/src/libCom/test/epicsStringTest.c index 27ac53678..d0287f00e 100644 --- a/src/libCom/test/epicsStringTest.c +++ b/src/libCom/test/epicsStringTest.c @@ -6,8 +6,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Author Marty Kraimer */ diff --git a/src/libCom/test/epicsThreadOnceTest.c b/src/libCom/test/epicsThreadOnceTest.c index 5e9088442..e82214d87 100644 --- a/src/libCom/test/epicsThreadOnceTest.c +++ b/src/libCom/test/epicsThreadOnceTest.c @@ -4,7 +4,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ #include #include diff --git a/src/libCom/test/epicsThreadPrivateTest.cpp b/src/libCom/test/epicsThreadPrivateTest.cpp index 582611ad8..7ce28f4fd 100644 --- a/src/libCom/test/epicsThreadPrivateTest.cpp +++ b/src/libCom/test/epicsThreadPrivateTest.cpp @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Jeff Hill Date: March 28 2001 */ diff --git a/src/libCom/test/epicsTimerTest.cpp b/src/libCom/test/epicsTimerTest.cpp index 43a6528b3..69cb99051 100644 --- a/src/libCom/test/epicsTimerTest.cpp +++ b/src/libCom/test/epicsTimerTest.cpp @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/test/epicsUnitTestTest.c b/src/libCom/test/epicsUnitTestTest.c index 688049c05..b16bad52a 100644 --- a/src/libCom/test/epicsUnitTestTest.c +++ b/src/libCom/test/epicsUnitTestTest.c @@ -5,7 +5,7 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ +/* * Author: Andrew Johnson * * Test for the unit test module... diff --git a/src/libCom/test/macEnvExpandTest.c b/src/libCom/test/macEnvExpandTest.c index 99464873a..b9445afec 100644 --- a/src/libCom/test/macEnvExpandTest.c +++ b/src/libCom/test/macEnvExpandTest.c @@ -6,9 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* - * $Revision-Id$ - */ #include #include diff --git a/src/libCom/test/macLibTest.c b/src/libCom/test/macLibTest.c index 1b79ad012..1f00a6ac7 100644 --- a/src/libCom/test/macLibTest.c +++ b/src/libCom/test/macLibTest.c @@ -6,9 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* - * $Revision-Id$ - */ #include #include diff --git a/src/libCom/test/taskwdTest.c b/src/libCom/test/taskwdTest.c index d7222dfa7..f235f6047 100644 --- a/src/libCom/test/taskwdTest.c +++ b/src/libCom/test/taskwdTest.c @@ -4,7 +4,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* Author: Andrew Johnson * Date: May 21, 2008 diff --git a/src/libCom/timer/epicsTimer.cpp b/src/libCom/timer/epicsTimer.cpp index 1acdc08c6..1a3ccd4b2 100644 --- a/src/libCom/timer/epicsTimer.cpp +++ b/src/libCom/timer/epicsTimer.cpp @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/timer/timer.cpp b/src/libCom/timer/timer.cpp index 788bf6d61..d2cd26673 100644 --- a/src/libCom/timer/timer.cpp +++ b/src/libCom/timer/timer.cpp @@ -9,11 +9,9 @@ \*************************************************************************/ /* - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * */ #include diff --git a/src/libCom/timer/timerPrivate.h b/src/libCom/timer/timerPrivate.h index dadd8daa4..228085d65 100644 --- a/src/libCom/timer/timerPrivate.h +++ b/src/libCom/timer/timerPrivate.h @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/timer/timerQueue.cpp b/src/libCom/timer/timerQueue.cpp index cbccd8ffa..5a798d4d4 100644 --- a/src/libCom/timer/timerQueue.cpp +++ b/src/libCom/timer/timerQueue.cpp @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/timer/timerQueueActive.cpp b/src/libCom/timer/timerQueueActive.cpp index 6225b11a0..5d8b72951 100644 --- a/src/libCom/timer/timerQueueActive.cpp +++ b/src/libCom/timer/timerQueueActive.cpp @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/timer/timerQueueActiveMgr.cpp b/src/libCom/timer/timerQueueActiveMgr.cpp index 803b96bba..d6349a84c 100644 --- a/src/libCom/timer/timerQueueActiveMgr.cpp +++ b/src/libCom/timer/timerQueueActiveMgr.cpp @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/timer/timerQueuePassive.cpp b/src/libCom/timer/timerQueuePassive.cpp index 192f2bbe5..a352c5672 100644 --- a/src/libCom/timer/timerQueuePassive.cpp +++ b/src/libCom/timer/timerQueuePassive.cpp @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 diff --git a/src/libCom/tsDefs/tsDefs.c b/src/libCom/tsDefs/tsDefs.c index 22fdbe6ed..3ffc31d6d 100644 --- a/src/libCom/tsDefs/tsDefs.c +++ b/src/libCom/tsDefs/tsDefs.c @@ -7,9 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* - * $Revision-Id$ - */ #define epicsExportSharedSymbols #include "tsDefs.h" diff --git a/src/libCom/tsDefs/tsDefs.h b/src/libCom/tsDefs/tsDefs.h index 00f48feae..a3c284ef5 100644 --- a/src/libCom/tsDefs/tsDefs.h +++ b/src/libCom/tsDefs/tsDefs.h @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ * This file contains the old R3.13 * time stamp definitions and routines * needed by epics extensions. They exist diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index cf65d290f..b53a0541e 100644 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -1,7 +1,6 @@ #!/usr/bin/env perl # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson -# $Revision-Id$ use FindBin qw($Bin); use lib ("$Bin/../../lib/perl", $Bin); diff --git a/src/makeBaseApp/top/caServerApp/vxEntry.cc b/src/makeBaseApp/top/caServerApp/vxEntry.cc index 14984fe19..1cb240723 100644 --- a/src/makeBaseApp/top/caServerApp/vxEntry.cc +++ b/src/makeBaseApp/top/caServerApp/vxEntry.cc @@ -8,10 +8,8 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ // -// $Revision-Id$ // Author: Jeff HIll (LANL) // -// #include #include diff --git a/src/makeBaseExt/makeBaseExt.pl b/src/makeBaseExt/makeBaseExt.pl index 307764823..45ce94829 100644 --- a/src/makeBaseExt/makeBaseExt.pl +++ b/src/makeBaseExt/makeBaseExt.pl @@ -1,7 +1,6 @@ #!/usr/bin/env perl # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson -# $Revision-Id$ use Cwd; use Getopt::Std; diff --git a/src/makeBaseExt/top/Makefile b/src/makeBaseExt/top/Makefile index 053bc6ab8..91e678167 100644 --- a/src/makeBaseExt/top/Makefile +++ b/src/makeBaseExt/top/Makefile @@ -1,4 +1,4 @@ -# $Revision-Id$ +# Makefile at the top of an extensions tree TOP = . include $(TOP)/configure/CONFIG diff --git a/src/makeBaseExt/top/configure/Makefile b/src/makeBaseExt/top/configure/Makefile index 956ca1f05..6e6609842 100644 --- a/src/makeBaseExt/top/configure/Makefile +++ b/src/makeBaseExt/top/configure/Makefile @@ -1,4 +1,4 @@ -# $Revision-Id$ +# Makefile in extensions/configure directory TOP=.. diff --git a/src/makeBaseExt/top/configure/RULES b/src/makeBaseExt/top/configure/RULES index 87f23cc85..7592a37c6 100644 --- a/src/makeBaseExt/top/configure/RULES +++ b/src/makeBaseExt/top/configure/RULES @@ -1,4 +1,4 @@ -# $Revision-Id$ +# extensions/configure/RULES include $(CONFIG)/RULES -include $(TOP)/configure/RULES_PYTHON diff --git a/src/makeBaseExt/top/configure/RULES_DIRS b/src/makeBaseExt/top/configure/RULES_DIRS index b3ee47beb..dd6904367 100644 --- a/src/makeBaseExt/top/configure/RULES_DIRS +++ b/src/makeBaseExt/top/configure/RULES_DIRS @@ -1,3 +1,3 @@ -# $Revision-Id$ +# extensions/configure/RULES_DIRS include $(CONFIG)/RULES_DIRS diff --git a/src/makeBaseExt/top/configure/RULES_IDL b/src/makeBaseExt/top/configure/RULES_IDL index c48eb8db5..3610bcc21 100644 --- a/src/makeBaseExt/top/configure/RULES_IDL +++ b/src/makeBaseExt/top/configure/RULES_IDL @@ -1,4 +1,4 @@ -# $Revision-Id$ +# extensions/configure/RULES_IDL ifdef T_A ifeq ($(findstring Host,$(VALID_BUILDS)),Host) diff --git a/src/makeBaseExt/top/configure/RULES_PYTHON b/src/makeBaseExt/top/configure/RULES_PYTHON index 41bdc9e65..49dffa02b 100644 --- a/src/makeBaseExt/top/configure/RULES_PYTHON +++ b/src/makeBaseExt/top/configure/RULES_PYTHON @@ -1,4 +1,4 @@ -# $Revision-Id$ +# extensions/configure/RULES_PYTHON ifdef T_A ifeq ($(findstring Host,$(VALID_BUILDS)),Host) diff --git a/src/makeBaseExt/top/configure/RULES_TOP b/src/makeBaseExt/top/configure/RULES_TOP index b3b5c8d2f..1f81d3d39 100644 --- a/src/makeBaseExt/top/configure/RULES_TOP +++ b/src/makeBaseExt/top/configure/RULES_TOP @@ -1,4 +1,4 @@ -# $Revision-Id$ +# extensions/configure/RULES_TOP include $(CONFIG)/RULES_TOP diff --git a/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index d191e69c6..ebc1b8238 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common b/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common index e6ea50981..21363a633 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu index aa02c0941..19d65aead 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc index d3ace4e2a..3f40e0b37 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 index 948b39afe..f1745159b 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc index d546a6f3a..d8fb7c158 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 index e4c0927bd..6e31ffdb4 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 index 522510666..9e98c70ef 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 index 300f2be27..c4d1d5670 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu index 069e70ded..7bc712ccc 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc index 75e70d5bd..452e35ca7 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 index ebab3020b..35e148023 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc index bd4ed29c2..4d78b29d7 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland index d9b3039fc..ac1d400be 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug index bd4ed29c2..4d78b29d7 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon index aa78c9f65..25036ccac 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 index b24d14bdd..8641a9d27 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug index bd4ed29c2..4d78b29d7 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 index d2ab00e9d..8d1386636 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug index d2e6e2627..b0b61ce0a 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu index db0be679f..b0b61ce0a 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc index 23d2ffb3e..bd113bea3 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu index 8de3cfde9..e8b88e0de 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 index 2d4e3a497..87628e74e 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug index 78dd969b6..2c322fcfa 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu index 808b367f0..bf9746289 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 index 7260652b4..299dc0834 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64 index a85e513f2..9ac039a5b 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland index e3d77b45a..1f4883134 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin index 97416906c..f6ca56942 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug index 74e929e9e..ebc1b8238 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw index 97416906c..f6ca56942 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw @@ -1,6 +1,3 @@ - -# -# $Revision-Id$ # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 index 641ba4291..68a0c149a 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 @@ -1,6 +1,4 @@ # -# $Revision-Id$ -# # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/makeBaseExt/top/src/Makefile b/src/makeBaseExt/top/src/Makefile index 4b367d431..d672087ca 100644 --- a/src/makeBaseExt/top/src/Makefile +++ b/src/makeBaseExt/top/src/Makefile @@ -1,5 +1,3 @@ -# $Revision-Id$ - TOP = .. include $(TOP)/configure/CONFIG diff --git a/src/misc/base.dbd b/src/misc/base.dbd index ec702801d..ab10dae77 100644 --- a/src/misc/base.dbd +++ b/src/misc/base.dbd @@ -1,4 +1,3 @@ -# $Revision-Id$ # # This file defines the standard record types and device support # provided by Base and (usually) loaded into all IOCs. diff --git a/src/misc/epicsRelease.c b/src/misc/epicsRelease.c index d1fce539f..6e2343e23 100644 --- a/src/misc/epicsRelease.c +++ b/src/misc/epicsRelease.c @@ -7,8 +7,6 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - **/ #include #include diff --git a/src/misc/iocInit.c b/src/misc/iocInit.c index 27313da80..b8f32d809 100644 --- a/src/misc/iocInit.c +++ b/src/misc/iocInit.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Original Author: Marty Kraimer * Date: 06-01-91 diff --git a/src/rec/aSubRecord.c b/src/rec/aSubRecord.c index ccf4af9bd..e3983ed96 100644 --- a/src/rec/aSubRecord.c +++ b/src/rec/aSubRecord.c @@ -4,8 +4,7 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ - * +/* * Record Support Routines for the Array Subroutine Record type, * derived from Andy Foster's genSub record, with some features * removed and asynchronous support added. diff --git a/src/rec/aiRecord.c b/src/rec/aiRecord.c index f0fd07670..7ab7a50f0 100644 --- a/src/rec/aiRecord.c +++ b/src/rec/aiRecord.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* aiRecord.c - Record Support Routines for Analog Input records */ /* diff --git a/src/rec/aoRecord.c b/src/rec/aoRecord.c index d2b45e832..14ec79d5b 100644 --- a/src/rec/aoRecord.c +++ b/src/rec/aoRecord.c @@ -6,7 +6,6 @@ * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* aoRecord.c - Record Support Routines for Analog Output records */ /* diff --git a/src/rec/biRecord.c b/src/rec/biRecord.c index 1ba7b129b..36dd678c6 100644 --- a/src/rec/biRecord.c +++ b/src/rec/biRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recBi.c - Record Support Routines for Binary Input records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/boRecord.c b/src/rec/boRecord.c index ee21ce56d..efcfc0fd4 100644 --- a/src/rec/boRecord.c +++ b/src/rec/boRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recBo.c - Record Support Routines for Binary Output records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/calcRecord.c b/src/rec/calcRecord.c index 1bff7b85f..3fe91c18a 100644 --- a/src/rec/calcRecord.c +++ b/src/rec/calcRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* Record Support Routines for Calculation records */ /* * Original Author: Julie Sander and Bob Dalesio diff --git a/src/rec/compressRecord.c b/src/rec/compressRecord.c index d0539b218..33b32f705 100644 --- a/src/rec/compressRecord.c +++ b/src/rec/compressRecord.c @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Original Author: Bob Dalesio * Date: 7-14-89 diff --git a/src/rec/dfanoutRecord.c b/src/rec/dfanoutRecord.c index 382c5a46f..ce4f91b59 100644 --- a/src/rec/dfanoutRecord.c +++ b/src/rec/dfanoutRecord.c @@ -5,8 +5,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recDfanout.c - Record Support Routines for Dfanout records */ /* * Original Author: Matt Bickley (Sometime in 1994) diff --git a/src/rec/eventRecord.c b/src/rec/eventRecord.c index 9977640f0..1c7cdc129 100644 --- a/src/rec/eventRecord.c +++ b/src/rec/eventRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recEvent.c - Record Support Routines for Event records */ /* * Author: Janet Anderson diff --git a/src/rec/fanoutRecord.c b/src/rec/fanoutRecord.c index 4a76b9ddd..f74959bf9 100644 --- a/src/rec/fanoutRecord.c +++ b/src/rec/fanoutRecord.c @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Original Author: Bob Dalesio * Date: 12-20-88 diff --git a/src/rec/histogramRecord.c b/src/rec/histogramRecord.c index f794f315c..61a8b785e 100644 --- a/src/rec/histogramRecord.c +++ b/src/rec/histogramRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recHistogram.c - Record Support Routines for Histogram records */ /* * Author: Janet Anderson diff --git a/src/rec/longinRecord.c b/src/rec/longinRecord.c index 176b3b5e0..58d9ccfbf 100644 --- a/src/rec/longinRecord.c +++ b/src/rec/longinRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recLongin.c - Record Support Routines for Longin records */ /* * Author: Janet Anderson diff --git a/src/rec/longoutRecord.c b/src/rec/longoutRecord.c index ce0ab80d7..a57d52829 100644 --- a/src/rec/longoutRecord.c +++ b/src/rec/longoutRecord.c @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Author: Janet Anderson * Date: 9/23/91 diff --git a/src/rec/mbbiDirectRecord.c b/src/rec/mbbiDirectRecord.c index f6591e274..fd43b90f7 100644 --- a/src/rec/mbbiDirectRecord.c +++ b/src/rec/mbbiDirectRecord.c @@ -9,8 +9,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recMbbiDirect.c - Record Support routines for mbboDirect records */ /* * Original Author: Bob Dalesio and Matthew Needes 10-07-93 diff --git a/src/rec/mbbiRecord.c b/src/rec/mbbiRecord.c index 0a07ba1a1..2ce10e877 100644 --- a/src/rec/mbbiRecord.c +++ b/src/rec/mbbiRecord.c @@ -8,7 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ /* * Original Author: Bob Dalesio * Date: 5-9-88 diff --git a/src/rec/mbboDirectRecord.c b/src/rec/mbboDirectRecord.c index 8ec8a3acd..947a887ca 100644 --- a/src/rec/mbboDirectRecord.c +++ b/src/rec/mbboDirectRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recMbboDirect.c - Record Support for mbboDirect records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/mbboRecord.c b/src/rec/mbboRecord.c index 79a3c8227..a983fdcdc 100644 --- a/src/rec/mbboRecord.c +++ b/src/rec/mbboRecord.c @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recMbbo.c - Record Support Routines for multi bit binary Output records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/permissiveRecord.c b/src/rec/permissiveRecord.c index 65077253a..8242a1992 100644 --- a/src/rec/permissiveRecord.c +++ b/src/rec/permissiveRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recPermissive.c - Record Support Routines for Permissive records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/selRecord.c b/src/rec/selRecord.c index 52f22b74b..f96f92290 100644 --- a/src/rec/selRecord.c +++ b/src/rec/selRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* selRecord.c - Record Support Routines for Select records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/seqRecord.c b/src/rec/seqRecord.c index 5b43d34e8..7627f44e3 100644 --- a/src/rec/seqRecord.c +++ b/src/rec/seqRecord.c @@ -8,8 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: John Winans * Date: 09-21-92 */ diff --git a/src/rec/stateRecord.c b/src/rec/stateRecord.c index b295ccbb7..a052b0728 100644 --- a/src/rec/stateRecord.c +++ b/src/rec/stateRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recState.c - Record Support Routines for State records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/stringinRecord.c b/src/rec/stringinRecord.c index 02f454788..19f55866a 100644 --- a/src/rec/stringinRecord.c +++ b/src/rec/stringinRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recStringin.c - Record Support Routines for Stringin records */ /* * Author: Janet Anderson diff --git a/src/rec/stringoutRecord.c b/src/rec/stringoutRecord.c index 64532a601..02cde7ad2 100644 --- a/src/rec/stringoutRecord.c +++ b/src/rec/stringoutRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recStringout.c - Record Support Routines for Stringout records */ /* * Author: Janet Anderson diff --git a/src/rec/subArrayRecord.c b/src/rec/subArrayRecord.c index d24eb77dd..75709c89e 100644 --- a/src/rec/subArrayRecord.c +++ b/src/rec/subArrayRecord.c @@ -5,8 +5,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recSubArray.c - Record Support Routines for SubArray records * * diff --git a/src/rec/subRecord.c b/src/rec/subRecord.c index dd31e4ab5..22742e6fe 100644 --- a/src/rec/subRecord.c +++ b/src/rec/subRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* Record Support Routines for Subroutine records */ /* * Original Author: Bob Dalesio diff --git a/src/rec/waveformRecord.c b/src/rec/waveformRecord.c index 918a7b0a9..9c3635651 100644 --- a/src/rec/waveformRecord.c +++ b/src/rec/waveformRecord.c @@ -7,8 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* recWaveform.c - Record Support Routines for Waveform records */ /* * Original Author: Bob Dalesio diff --git a/src/rsrv/caservertask.c b/src/rsrv/caservertask.c index 7eef1d200..51b7e99a8 100644 --- a/src/rsrv/caservertask.c +++ b/src/rsrv/caservertask.c @@ -8,10 +8,7 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Jeffrey O. Hill - * */ #include diff --git a/src/rsrv/online_notify.c b/src/rsrv/online_notify.c index 24af1d493..883951dce 100644 --- a/src/rsrv/online_notify.c +++ b/src/rsrv/online_notify.c @@ -8,8 +8,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* - * $Revision-Id$ - * * tell CA clients this a server has joined the network * * Author: Jeffrey O. Hill diff --git a/src/rsrv/rsrv.h b/src/rsrv/rsrv.h index 4f08bbab7..90165f657 100644 --- a/src/rsrv/rsrv.h +++ b/src/rsrv/rsrv.h @@ -8,8 +8,6 @@ \*************************************************************************/ /* - * $Revision-Id$ - * * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 diff --git a/src/softIoc/softIocExit.db b/src/softIoc/softIocExit.db index b5c027d70..54caab7a1 100644 --- a/src/softIoc/softIocExit.db +++ b/src/softIoc/softIocExit.db @@ -1,4 +1,4 @@ -# $Revision-Id$ +# softIocExit.db # record(sub,"$(IOC):exit") { field(DESC,"Exit subroutine") diff --git a/src/softIoc/softMain.cpp b/src/softIoc/softMain.cpp index 3c847852d..5718f7bbe 100644 --- a/src/softIoc/softMain.cpp +++ b/src/softIoc/softMain.cpp @@ -7,8 +7,6 @@ * found in the file LICENSE that is included with this distribution. \*************************************************************************/ -/* $Revision-Id$ */ - /* Author: Andrew Johnson Date: 2003-04-08 */ /* Usage: diff --git a/src/tools/EPICS/Copy.pm b/src/tools/EPICS/Copy.pm index 5c8f37478..e1ef2a54e 100644 --- a/src/tools/EPICS/Copy.pm +++ b/src/tools/EPICS/Copy.pm @@ -5,8 +5,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ - # Copy directories and files from a template sub copyTree { diff --git a/src/tools/EPICS/Path.pm b/src/tools/EPICS/Path.pm index 83a91efb3..97f9e9ed6 100644 --- a/src/tools/EPICS/Path.pm +++ b/src/tools/EPICS/Path.pm @@ -5,8 +5,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ - use Carp; use Cwd qw(getcwd abs_path); use File::Spec; diff --git a/src/tools/EPICS/Release.pm b/src/tools/EPICS/Release.pm index 1cc307379..9f7aee9a6 100644 --- a/src/tools/EPICS/Release.pm +++ b/src/tools/EPICS/Release.pm @@ -5,8 +5,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ - # # Parse all relevent configure/RELEASE* files and includes # diff --git a/src/tools/convertRelease.pl b/src/tools/convertRelease.pl index 772ce1112..336cc46d2 100644 --- a/src/tools/convertRelease.pl +++ b/src/tools/convertRelease.pl @@ -8,8 +8,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* # -# $Revision-Id$ -# # Convert configure/RELEASE file(s) into something else. # diff --git a/src/tools/cvsclean.pl b/src/tools/cvsclean.pl index b1398fda5..8dac418d7 100644 --- a/src/tools/cvsclean.pl +++ b/src/tools/cvsclean.pl @@ -8,8 +8,6 @@ # in the file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ -# # Find and delete cvs .#* and editor backup *~ # files from all dirs of the directory tree. diff --git a/src/tools/dos2unix.pl b/src/tools/dos2unix.pl index 4940fd5f2..35163ac1f 100644 --- a/src/tools/dos2unix.pl +++ b/src/tools/dos2unix.pl @@ -10,7 +10,6 @@ #************************************************************************* # Converts text file in DOS CR/LF format to unix ISO format -# $Revision-Id$ @files=@ARGV; diff --git a/src/tools/expandVars.pl b/src/tools/expandVars.pl index 5015fe07a..0888d3155 100644 --- a/src/tools/expandVars.pl +++ b/src/tools/expandVars.pl @@ -6,8 +6,6 @@ # Author: Andrew Johnson # Date: 10 February 2005 # -# $Revision-Id$ -# use strict; diff --git a/src/tools/filterWarnings.pl b/src/tools/filterWarnings.pl index 5f346cd46..1f455887b 100644 --- a/src/tools/filterWarnings.pl +++ b/src/tools/filterWarnings.pl @@ -11,7 +11,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ # # Author: Ralph Lange # diff --git a/src/tools/fullPathName.pl b/src/tools/fullPathName.pl index a553dbd3c..32e4d8986 100644 --- a/src/tools/fullPathName.pl +++ b/src/tools/fullPathName.pl @@ -6,8 +6,6 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ - # Determines an absolute pathname for its argument, # which may be either a relative or absolute path and # might have trailing directory names that don't exist yet. diff --git a/src/tools/makeIncludeDbd.pl b/src/tools/makeIncludeDbd.pl index c0b8238db..c48c2b81b 100644 --- a/src/tools/makeIncludeDbd.pl +++ b/src/tools/makeIncludeDbd.pl @@ -8,8 +8,6 @@ # and higher are distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* -# -# $Revision-Id$ use File::Basename; diff --git a/src/tools/munch.pl b/src/tools/munch.pl index f6c0d6e08..b8c26734e 100644 --- a/src/tools/munch.pl +++ b/src/tools/munch.pl @@ -7,7 +7,6 @@ # EPICS BASE is distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution. #************************************************************************* -# $Revision-Id$ # # Creates a ctdt.c file of C++ static constructors and destructors, # as required for all vxWorks binaries containing C++ code. diff --git a/src/toolsComm/flex/README b/src/toolsComm/flex/README index 27ef4909c..210290892 100644 --- a/src/toolsComm/flex/README +++ b/src/toolsComm/flex/README @@ -1,5 +1,3 @@ -// $Revision-Id$ - This is release 2.3 of flex - a full release. The flex distribution consists of the following files: diff --git a/src/toolsComm/flex/ccl.c b/src/toolsComm/flex/ccl.c index 0fc82c9c1..36841d9b1 100644 --- a/src/toolsComm/flex/ccl.c +++ b/src/toolsComm/flex/ccl.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" /* ccladd - add a single character to a ccl diff --git a/src/toolsComm/flex/dfa.c b/src/toolsComm/flex/dfa.c index cda0dc894..559a12fd1 100644 --- a/src/toolsComm/flex/dfa.c +++ b/src/toolsComm/flex/dfa.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" diff --git a/src/toolsComm/flex/ecs.c b/src/toolsComm/flex/ecs.c index 37d938832..416ea601a 100644 --- a/src/toolsComm/flex/ecs.c +++ b/src/toolsComm/flex/ecs.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" /* ccl2ecl - convert character classes to set of equivalence classes diff --git a/src/toolsComm/flex/flex.html b/src/toolsComm/flex/flex.html index bb8c240a3..3b6ae9b80 100644 --- a/src/toolsComm/flex/flex.html +++ b/src/toolsComm/flex/flex.html @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ diff --git a/src/toolsComm/flex/flex.skel b/src/toolsComm/flex/flex.skel index b8fb64090..6b9805b04 100644 --- a/src/toolsComm/flex/flex.skel +++ b/src/toolsComm/flex/flex.skel @@ -1,8 +1,6 @@ /* A lexical scanner generated by flex */ -/* scanner skeleton version: - * $Revision-Id$ - */ +/* scanner skeleton */ #define FLEX_SCANNER diff --git a/src/toolsComm/flex/flex.skel.static b/src/toolsComm/flex/flex.skel.static index 827bc8ff8..a43db43fc 100644 --- a/src/toolsComm/flex/flex.skel.static +++ b/src/toolsComm/flex/flex.skel.static @@ -1,8 +1,6 @@ /* A lexical scanner generated by flex */ -/* scanner skeleton version: - * $Revision-Id$ - */ +/* scanner skeleton */ /* modified by Jim Kowalkowski to have everything declared static */ diff --git a/src/toolsComm/flex/flexdef.h b/src/toolsComm/flex/flexdef.h index f05694a1c..79cfa9427 100644 --- a/src/toolsComm/flex/flexdef.h +++ b/src/toolsComm/flex/flexdef.h @@ -34,8 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Revision-Id$ (LBL) */ - #ifndef INC_flexdef_H #define INC_flexdef_H diff --git a/src/toolsComm/flex/flexdoc.html b/src/toolsComm/flex/flexdoc.html index 0a3b59510..30ed69521 100644 --- a/src/toolsComm/flex/flexdoc.html +++ b/src/toolsComm/flex/flexdoc.html @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/diff --git a/src/toolsComm/flex/gen.c b/src/toolsComm/flex/gen.c index 575d98829..aad884074 100644 --- a/src/toolsComm/flex/gen.c +++ b/src/toolsComm/flex/gen.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" diff --git a/src/toolsComm/flex/libmain.c b/src/toolsComm/flex/libmain.c index 70a10af06..878aa21dc 100644 --- a/src/toolsComm/flex/libmain.c +++ b/src/toolsComm/flex/libmain.c @@ -8,8 +8,6 @@ \*************************************************************************/ /* libmain - flex run-time support library "main" function */ -/* $Revision-Id$ */ - extern int yylex(); int main(int argc, char *argv[]) diff --git a/src/toolsComm/flex/main.c b/src/toolsComm/flex/main.c index c86affb17..cf797ac03 100644 --- a/src/toolsComm/flex/main.c +++ b/src/toolsComm/flex/main.c @@ -42,15 +42,6 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - -#include "flexdef.h" -*/ - #include "epicsStdio.h" static char flex_version[] = "2.3"; diff --git a/src/toolsComm/flex/misc.c b/src/toolsComm/flex/misc.c index 96dbbaacc..a0b18a70a 100644 --- a/src/toolsComm/flex/misc.c +++ b/src/toolsComm/flex/misc.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include#include "flexdef.h" #include diff --git a/src/toolsComm/flex/nfa.c b/src/toolsComm/flex/nfa.c index cd04ade81..b57c6d646 100644 --- a/src/toolsComm/flex/nfa.c +++ b/src/toolsComm/flex/nfa.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" diff --git a/src/toolsComm/flex/parse.y b/src/toolsComm/flex/parse.y index 402232d81..203347679 100644 --- a/src/toolsComm/flex/parse.y +++ b/src/toolsComm/flex/parse.y @@ -30,11 +30,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" int pat, scnum, eps, headcnt, trailcnt, anyccl, lastchar, i, actvp, rulelen; diff --git a/src/toolsComm/flex/scan.c b/src/toolsComm/flex/scan.c index d38fce46e..0388092c8 100644 --- a/src/toolsComm/flex/scan.c +++ b/src/toolsComm/flex/scan.c @@ -1,8 +1,6 @@ /* A lexical scanner generated by flex */ -/* scanner skeleton version: - * $Revision-Id$ - */ +/* scanner skeleton */ #define FLEX_SCANNER diff --git a/src/toolsComm/flex/sym.c b/src/toolsComm/flex/sym.c index 943dafdac..45e1c5409 100644 --- a/src/toolsComm/flex/sym.c +++ b/src/toolsComm/flex/sym.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" diff --git a/src/toolsComm/flex/tblcmp.c b/src/toolsComm/flex/tblcmp.c index 31fd979b6..3e4c4744b 100644 --- a/src/toolsComm/flex/tblcmp.c +++ b/src/toolsComm/flex/tblcmp.c @@ -34,11 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static char rcsid[] = - "@(#) $Revision-Id$ (LBL)"; -#endif - #include "flexdef.h" diff --git a/src/toolsComm/flex/yylex.c b/src/toolsComm/flex/yylex.c index 3fb51dcfa..28f487d6b 100644 --- a/src/toolsComm/flex/yylex.c +++ b/src/toolsComm/flex/yylex.c @@ -34,10 +34,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* - * $Revision-Id$ - */ - #include #include "flexdef.h" #include "parse.h" diff --git a/src/util/ca_test.c b/src/util/ca_test.c index f4954797f..998536843 100644 --- a/src/util/ca_test.c +++ b/src/util/ca_test.c @@ -7,12 +7,9 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* @(#)ca_test.c $Revision-Id$ +/* * Author: Jeff Hill * Date: 07-01-91 - * - * make options - * -DvxWorks makes a version for VxWorks */ /* diff --git a/src/util/ca_test.h b/src/util/ca_test.h index f14fea600..076f8936a 100644 --- a/src/util/ca_test.h +++ b/src/util/ca_test.h @@ -7,7 +7,7 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* @(#)ca_test.k $Revision-Id$ +/* * Author: Jeff Hill * Date: 21JAN2000 */ diff --git a/src/util/ca_test_main.c b/src/util/ca_test_main.c index ae41f40ef..85fd7ea19 100644 --- a/src/util/ca_test_main.c +++ b/src/util/ca_test_main.c @@ -7,7 +7,7 @@ * and higher are distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* @(#)ca_test_main.c $Revision-Id$ +/* * Author: Jeff Hill * Date: 21JAN2000 */ diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 3040c9cc8..f9deb06e5 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -7,7 +7,6 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ /* iocLogServer.c */ -/* $Revision-Id$ */ /* * archive logMsg() from several IOC's to a common rotating file