diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..e97d420cb --- /dev/null +++ b/LICENSE @@ -0,0 +1,109 @@ +Copyright (c) 2002 University of Chicago and The Regents of the University +of California. All rights reserved. + +EPICS BASE is distributed subject to the following license agreement: + + SOFTWARE LICENSE AGREEMENT + Software: EPICS BASE + Versions: 3.13.7 and higher + +IMPORTANT! READ CAREFULLY: EPICS BASE is NOT distributed as Open Source. +This is a legal agreement between you (in your capacity as an individual +and as an agent for your company, institution or other entity) and The +University of Chicago, as Operator of Argonne National Laboratory under +Contract W-31-109-ENG-38 with the U.S. Department of Energy ("Argonne"), +and The Regents of the University of California, as Operator of Los Alamos +National Laboratory under Contract W-7405-ENG-36 with the U.S. Department +of Energy ("Los Alamos"). + + 1. The "Software", below, refers to EPICS BASE (in either source code, or + binary form and accompanying documentation). Each licensee is + addressed as "you" or "Licensee." + + 2. Argonne and Los Alamos are copyright holders in the Software. The + copyright holders and their third-party licensors hereby grant + Licensee a royalty-free nonexclusive license, subject to the + limitations stated herein and U.S. Government license rights. + + 3. You may modify and make a copy or copies of the Software for use + within your organization, if you meet the following conditions: + a. Copies in source code must include the copyright notice and this + Software License Agreement. + b. Copies in binary form must include the copyright notice and this + Software License Agreement in the documentation and/or other + materials provided with the copy. + + 4. You may modify a copy or copies of the Software or any portion of it, + thus forming a work based on the Software, and distribute copies of + such work outside your organization, if you meet all of the following + conditions: + a. Copies in source code must include the copyright notice and this + Software License Agreement; + b. Copies in binary form must include the copyright notice and this + Software License Agreement in the documentation and/or other + materials provided with the copy; + c. Modified copies and works based on the Software must carry + prominent notices stating that you changed specified portions of + the Software; and + d. Prior to sending a copy or modified copy of the Software to any + person or entity outside your organization you must verify with + Argonne that the intended recipient of the Software has executed + a license with Argonne for EPICS BASE. (See + http://www.aps.anl.gov/epics/license/verify.php for information + on how to contact Argonne.) + + 5. THE SOFTWARE INCLUDES PORTIONS WHICH MAY REQUIRE SOME FORM OF EXPORT + CONTROL LICENSE FROM THE U.S. GOVERNMENT. FAILURE TO OBTAIN SUCH + EXPORT CONTROL LICENSE MAY RESULT IN CRIMINAL LIABILITY UNDER U.S. + LAWS. + + 6. Portions of the Software resulted from work developed under a U.S. + Government contract and are subject to the following license: the + Government is granted for itself and others acting on its behalf a + paid-up, nonexclusive, irrevocable worldwide license in this computer + software to reproduce, prepare derivative works, and perform publicly + and display publicly. + + 7. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY + OF ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE + UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR + EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS + FOR A PARTICULAR PURPOSE, TITLE OR NONINFRINGEMENT, (2) DO NOT ASSUME + ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, + OR USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE + SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT + THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR FREE + OR THAT ANY ERRORS WILL BE CORRECTED. + + 8. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR + THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT + OF ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL, + CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, + INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY + REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF + CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR + OTHERWISE, EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE + POSSIBILITY OF SUCH LOSS OR DAMAGES. + +________________________________________________________________________ + +This software is in part copyrighted by the BERLINER SPEICHERRING +GESELLSCHAFT FUER SYNCHROTRONSTRAHLUNG M.B.H. (BESSY), +BERLIN, GERMANY. + +In no event shall BESSY be liable to any party for direct, +indirect, special, incidental, or consequential damages arising +out of the use of this software, its documentation, or any +derivatives thereof, even if BESSY has been advised of the +possibility of such damage. + +BESSY specifically disclaims any warranties, including, but not +limited to, the implied warranties of merchantability, fitness for +a particular purpose, and non-infringement. This software is +provided on an "as is" basis, and BESSY has no obligation to +provide maintenance, support, updates, enhancements, or +modifications. +________________________________________________________________________ + + diff --git a/Makefile b/Makefile index f56179276..e3f6da3ba 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG b/config/CONFIG index 986354900..51a2634ad 100644 --- a/config/CONFIG +++ b/config/CONFIG @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG.Host.Borland b/config/CONFIG.Host.Borland index 33a5df591..16e267399 100644 --- a/config/CONFIG.Host.Borland +++ b/config/CONFIG.Host.Borland @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.Borland # This file is maintained by the EPICS community. # Sites may override these definitions in CONFIG_SITE.Borland diff --git a/config/CONFIG.Host.Darwin b/config/CONFIG.Host.Darwin index 844ca7a4f..45cbae65d 100644 --- a/config/CONFIG.Host.Darwin +++ b/config/CONFIG.Host.Darwin @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.Darwin # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.Linux b/config/CONFIG.Host.Linux index 2f595e90a..af369e157 100644 --- a/config/CONFIG.Host.Linux +++ b/config/CONFIG.Host.Linux @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.Linux # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.LynxOS b/config/CONFIG.Host.LynxOS index 2a86d63ce..5eca94db7 100644 --- a/config/CONFIG.Host.LynxOS +++ b/config/CONFIG.Host.LynxOS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.LynxOS # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.UnixCommon b/config/CONFIG.Host.UnixCommon index e129759bc..892af426c 100644 --- a/config/CONFIG.Host.UnixCommon +++ b/config/CONFIG.Host.UnixCommon @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # Contains definitions common to all Unix archs diff --git a/config/CONFIG.Host.WIN32 b/config/CONFIG.Host.WIN32 index 14711f976..1374f0c4c 100644 --- a/config/CONFIG.Host.WIN32 +++ b/config/CONFIG.Host.WIN32 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.WIN32 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.alpha b/config/CONFIG.Host.alpha index 7420959c3..63d61dc91 100644 --- a/config/CONFIG.Host.alpha +++ b/config/CONFIG.Host.alpha @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.alpha # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.cygwin32 b/config/CONFIG.Host.cygwin32 index 2cf095a4f..9226f4641 100644 --- a/config/CONFIG.Host.cygwin32 +++ b/config/CONFIG.Host.cygwin32 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.cygwin32 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.darwin-ppc b/config/CONFIG.Host.darwin-ppc index 77212a92a..8f95f5a18 100644 --- a/config/CONFIG.Host.darwin-ppc +++ b/config/CONFIG.Host.darwin-ppc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ -include $(EPICS_BASE)/config/CONFIG.Host.Darwin diff --git a/config/CONFIG.Host.hp700 b/config/CONFIG.Host.hp700 index 00ccc6943..01ce75c4d 100644 --- a/config/CONFIG.Host.hp700 +++ b/config/CONFIG.Host.hp700 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.hp700 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.hpux-m68k b/config/CONFIG.Host.hpux-m68k index 1b7e094dd..b3896ee73 100644 --- a/config/CONFIG.Host.hpux-m68k +++ b/config/CONFIG.Host.hpux-m68k @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # hpux-m68k is the new name for hp700 diff --git a/config/CONFIG.Host.linux-x86 b/config/CONFIG.Host.linux-x86 index fbb18331b..ebbe38781 100644 --- a/config/CONFIG.Host.linux-x86 +++ b/config/CONFIG.Host.linux-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # linux-x86 is the new name for linux diff --git a/config/CONFIG.Host.osf-alpha b/config/CONFIG.Host.osf-alpha index b72c83d11..51ceefb77 100644 --- a/config/CONFIG.Host.osf-alpha +++ b/config/CONFIG.Host.osf-alpha @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # osf-alpha is the new name for alpha diff --git a/config/CONFIG.Host.sgi b/config/CONFIG.Host.sgi index 8df92c701..6ad0ee521 100644 --- a/config/CONFIG.Host.sgi +++ b/config/CONFIG.Host.sgi @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.sgi # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.solaris b/config/CONFIG.Host.solaris index e8b4cec0f..067f02ead 100644 --- a/config/CONFIG.Host.solaris +++ b/config/CONFIG.Host.solaris @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.solaris # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.solaris-sparc b/config/CONFIG.Host.solaris-sparc index 867399522..09b0a1eb8 100644 --- a/config/CONFIG.Host.solaris-sparc +++ b/config/CONFIG.Host.solaris-sparc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # solaris-sparc is the new name for solaris diff --git a/config/CONFIG.Host.solaris-sparc-gnu b/config/CONFIG.Host.solaris-sparc-gnu index 3b682c9bf..563015385 100644 --- a/config/CONFIG.Host.solaris-sparc-gnu +++ b/config/CONFIG.Host.solaris-sparc-gnu @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # solaris-sparc is the new name for solaris diff --git a/config/CONFIG.Host.solaris-x86 b/config/CONFIG.Host.solaris-x86 index 3206deea7..8f28bc972 100644 --- a/config/CONFIG.Host.solaris-x86 +++ b/config/CONFIG.Host.solaris-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.solaris-x86 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.solaris-x86-gnu b/config/CONFIG.Host.solaris-x86-gnu index 662c25004..64c8884e9 100644 --- a/config/CONFIG.Host.solaris-x86-gnu +++ b/config/CONFIG.Host.solaris-x86-gnu @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.solaris-x86 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.sun4 b/config/CONFIG.Host.sun4 index 71f7d6781..500486e3e 100644 --- a/config/CONFIG.Host.sun4 +++ b/config/CONFIG.Host.sun4 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Host.sun4 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Host.sun4-sparc b/config/CONFIG.Host.sun4-sparc index b13d59afa..975d5438a 100644 --- a/config/CONFIG.Host.sun4-sparc +++ b/config/CONFIG.Host.sun4-sparc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # sun4-sparc is the new name for sun4 diff --git a/config/CONFIG.Host.win32-x86 b/config/CONFIG.Host.win32-x86 index d6961362d..b2e11ee2a 100644 --- a/config/CONFIG.Host.win32-x86 +++ b/config/CONFIG.Host.win32-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # win32-x86 is the new name for WIN32 diff --git a/config/CONFIG.Host.win32-x86-borland b/config/CONFIG.Host.win32-x86-borland index 121e0d484..bc1c90af9 100644 --- a/config/CONFIG.Host.win32-x86-borland +++ b/config/CONFIG.Host.win32-x86-borland @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # win32-x86-borland is the new name for Borland diff --git a/config/CONFIG.LynxOS b/config/CONFIG.LynxOS index f18c11ae6..af14aad71 100644 --- a/config/CONFIG.LynxOS +++ b/config/CONFIG.LynxOS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file contains definitions for Vx builds diff --git a/config/CONFIG.Vx b/config/CONFIG.Vx index 5fb86dbdb..17af66b5e 100644 --- a/config/CONFIG.Vx +++ b/config/CONFIG.Vx @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file contains definitions for Vx builds diff --git a/config/CONFIG.Vx.frc40 b/config/CONFIG.Vx.frc40 index b9ddff238..f4d338586 100644 --- a/config/CONFIG.Vx.frc40 +++ b/config/CONFIG.Vx.frc40 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Vx.frc5ce b/config/CONFIG.Vx.frc5ce index 6d2527e7a..37a476bd9 100644 --- a/config/CONFIG.Vx.frc5ce +++ b/config/CONFIG.Vx.frc5ce @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.frc5ce # Vx GNU cross compiler suffix diff --git a/config/CONFIG.Vx.hkbaja47 b/config/CONFIG.Vx.hkbaja47 index 5045dfdb9..edc4b955f 100644 --- a/config/CONFIG.Vx.hkbaja47 +++ b/config/CONFIG.Vx.hkbaja47 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.hkbaja60 b/config/CONFIG.Vx.hkbaja60 index 2ed21e3ce..03cc6bc97 100644 --- a/config/CONFIG.Vx.hkbaja60 +++ b/config/CONFIG.Vx.hkbaja60 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.hkv2f b/config/CONFIG.Vx.hkv2f index affd2cdf8..3fb2ab435 100644 --- a/config/CONFIG.Vx.hkv2f +++ b/config/CONFIG.Vx.hkv2f @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv147 b/config/CONFIG.Vx.mv147 index d6c157549..a665d575b 100644 --- a/config/CONFIG.Vx.mv147 +++ b/config/CONFIG.Vx.mv147 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv1604 b/config/CONFIG.Vx.mv1604 index d15ade983..cfbbffd9b 100644 --- a/config/CONFIG.Vx.mv1604 +++ b/config/CONFIG.Vx.mv1604 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Vx.mv162 b/config/CONFIG.Vx.mv162 index c5864fb13..678284791 100644 --- a/config/CONFIG.Vx.mv162 +++ b/config/CONFIG.Vx.mv162 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv162lc b/config/CONFIG.Vx.mv162lc index 3df0e95a5..0621cf7d6 100644 --- a/config/CONFIG.Vx.mv162lc +++ b/config/CONFIG.Vx.mv162lc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv167 b/config/CONFIG.Vx.mv167 index c5864fb13..678284791 100644 --- a/config/CONFIG.Vx.mv167 +++ b/config/CONFIG.Vx.mv167 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv177 b/config/CONFIG.Vx.mv177 index 722b76fb5..5a32320b7 100644 --- a/config/CONFIG.Vx.mv177 +++ b/config/CONFIG.Vx.mv177 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.mv2700 b/config/CONFIG.Vx.mv2700 index e54a4f5f9..6ac392764 100644 --- a/config/CONFIG.Vx.mv2700 +++ b/config/CONFIG.Vx.mv2700 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/config/CONFIG.Vx.niCpu030 b/config/CONFIG.Vx.niCpu030 index 20cdb08ee..6a607d313 100644 --- a/config/CONFIG.Vx.niCpu030 +++ b/config/CONFIG.Vx.niCpu030 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.niCpu030 # diff --git a/config/CONFIG.Vx.pc486 b/config/CONFIG.Vx.pc486 index 236780c05..b19588c5b 100644 --- a/config/CONFIG.Vx.pc486 +++ b/config/CONFIG.Vx.pc486 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.pc486 # diff --git a/config/CONFIG.Vx.pcPentium b/config/CONFIG.Vx.pcPentium index 76319e7e1..0f41fa755 100644 --- a/config/CONFIG.Vx.pcPentium +++ b/config/CONFIG.Vx.pcPentium @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.pentium # diff --git a/config/CONFIG.Vx.ppc603 b/config/CONFIG.Vx.ppc603 index e627a47e2..5d8b59d28 100644 --- a/config/CONFIG.Vx.ppc603 +++ b/config/CONFIG.Vx.ppc603 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Vx.ppc604 b/config/CONFIG.Vx.ppc604 index 71125a5df..dd003975f 100644 --- a/config/CONFIG.Vx.ppc604 +++ b/config/CONFIG.Vx.ppc604 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # This file is maintained by the EPICS community. diff --git a/config/CONFIG.Vx.simpc b/config/CONFIG.Vx.simpc index a22792cfc..0eae5f1c1 100644 --- a/config/CONFIG.Vx.simpc +++ b/config/CONFIG.Vx.simpc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.simpc # diff --git a/config/CONFIG.Vx.vxWorks-486 b/config/CONFIG.Vx.vxWorks-486 index 9b8a261de..32552f70b 100644 --- a/config/CONFIG.Vx.vxWorks-486 +++ b/config/CONFIG.Vx.vxWorks-486 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # vxWorks-486 is the new R3.14 name for pc486 diff --git a/config/CONFIG.Vx.vxWorks-68040 b/config/CONFIG.Vx.vxWorks-68040 index 6f48f30ed..be43014a0 100644 --- a/config/CONFIG.Vx.vxWorks-68040 +++ b/config/CONFIG.Vx.vxWorks-68040 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # vxWorks-68040 is the new R3.14 name for mv167 diff --git a/config/CONFIG.Vx.vxWorks-68040lc b/config/CONFIG.Vx.vxWorks-68040lc index 12468356e..0300d9c1e 100644 --- a/config/CONFIG.Vx.vxWorks-68040lc +++ b/config/CONFIG.Vx.vxWorks-68040lc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # vxWorks-68040lc is the new R3.14 name for mv162lc diff --git a/config/CONFIG.Vx.vxWorks-68060 b/config/CONFIG.Vx.vxWorks-68060 index 9046be76c..79a5ac44f 100644 --- a/config/CONFIG.Vx.vxWorks-68060 +++ b/config/CONFIG.Vx.vxWorks-68060 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # vxWorks-68060 is the new R3.14 name for mv177 diff --git a/config/CONFIG.Vx.vxWorks-ppc604 b/config/CONFIG.Vx.vxWorks-ppc604 index ab852db71..6859dfee9 100644 --- a/config/CONFIG.Vx.vxWorks-ppc604 +++ b/config/CONFIG.Vx.vxWorks-ppc604 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # vxWorks-ppc604 is the new R3.14 name for ppc604 diff --git a/config/CONFIG.Vx.vxipc b/config/CONFIG.Vx.vxipc index 2526ebb3b..c8970667e 100644 --- a/config/CONFIG.Vx.vxipc +++ b/config/CONFIG.Vx.vxipc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG.Vx.VXIpc # diff --git a/config/CONFIG_BASE b/config/CONFIG_BASE index 208301d2b..da4a5fc8f 100644 --- a/config/CONFIG_BASE +++ b/config/CONFIG_BASE @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG_BASE_VERSION b/config/CONFIG_BASE_VERSION index e651fe600..47f346e61 100644 --- a/config/CONFIG_BASE_VERSION +++ b/config/CONFIG_BASE_VERSION @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG_COMMON b/config/CONFIG_COMMON index 2994e3222..650d87989 100644 --- a/config/CONFIG_COMMON +++ b/config/CONFIG_COMMON @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG_COMPAT b/config/CONFIG_COMPAT index 9e59a74c9..282dde32c 100644 --- a/config/CONFIG_COMPAT +++ b/config/CONFIG_COMPAT @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/CONFIG_ENV b/config/CONFIG_ENV index 5d4a3c005..aa809479f 100644 --- a/config/CONFIG_ENV +++ b/config/CONFIG_ENV @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # Author: Andrew Johnson # Date: 20 April 1995 diff --git a/config/CONFIG_HOST_ARCH.Borland b/config/CONFIG_HOST_ARCH.Borland index 6f09d7ee6..180a6ad60 100644 --- a/config/CONFIG_HOST_ARCH.Borland +++ b/config/CONFIG_HOST_ARCH.Borland @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.Borland # diff --git a/config/CONFIG_HOST_ARCH.Darwin b/config/CONFIG_HOST_ARCH.Darwin index 2a2dcc30e..7e09c34e5 100644 --- a/config/CONFIG_HOST_ARCH.Darwin +++ b/config/CONFIG_HOST_ARCH.Darwin @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.Darwin # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.Linux b/config/CONFIG_HOST_ARCH.Linux index d5634e10e..8466862cb 100644 --- a/config/CONFIG_HOST_ARCH.Linux +++ b/config/CONFIG_HOST_ARCH.Linux @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.Linux # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.LynxOS b/config/CONFIG_HOST_ARCH.LynxOS index 4d9bd2216..688d4acf8 100644 --- a/config/CONFIG_HOST_ARCH.LynxOS +++ b/config/CONFIG_HOST_ARCH.LynxOS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.LynxOS # # Override values in CONFIG.LynxOS diff --git a/config/CONFIG_HOST_ARCH.UnixCommon b/config/CONFIG_HOST_ARCH.UnixCommon index 57c714e3f..a2d7e286c 100644 --- a/config/CONFIG_HOST_ARCH.UnixCommon +++ b/config/CONFIG_HOST_ARCH.UnixCommon @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.UnixCommon # diff --git a/config/CONFIG_HOST_ARCH.WIN32 b/config/CONFIG_HOST_ARCH.WIN32 index ab1642bc2..2f2374197 100644 --- a/config/CONFIG_HOST_ARCH.WIN32 +++ b/config/CONFIG_HOST_ARCH.WIN32 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.WIN32 # diff --git a/config/CONFIG_HOST_ARCH.alpha b/config/CONFIG_HOST_ARCH.alpha index 51e3f77da..503b0c4fd 100644 --- a/config/CONFIG_HOST_ARCH.alpha +++ b/config/CONFIG_HOST_ARCH.alpha @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.alpha # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.cygwin32 b/config/CONFIG_HOST_ARCH.cygwin32 index 92c20f181..c2d47d127 100644 --- a/config/CONFIG_HOST_ARCH.cygwin32 +++ b/config/CONFIG_HOST_ARCH.cygwin32 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.cygwin32 # # This file is maintained by the EPICS community. diff --git a/config/CONFIG_HOST_ARCH.darwin-ppc b/config/CONFIG_HOST_ARCH.darwin-ppc index ec7332b05..e7ae793ba 100644 --- a/config/CONFIG_HOST_ARCH.darwin-ppc +++ b/config/CONFIG_HOST_ARCH.darwin-ppc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin diff --git a/config/CONFIG_HOST_ARCH.hp700 b/config/CONFIG_HOST_ARCH.hp700 index fa126b35f..15ac6f9f5 100644 --- a/config/CONFIG_HOST_ARCH.hp700 +++ b/config/CONFIG_HOST_ARCH.hp700 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.hp700 # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.hpux-m68k b/config/CONFIG_HOST_ARCH.hpux-m68k index 277a2d38a..e1c4d3822 100644 --- a/config/CONFIG_HOST_ARCH.hpux-m68k +++ b/config/CONFIG_HOST_ARCH.hpux-m68k @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # hpux-m68k is the new name for hp700 diff --git a/config/CONFIG_HOST_ARCH.linux-x86 b/config/CONFIG_HOST_ARCH.linux-x86 index 8804b6520..e84e704dd 100644 --- a/config/CONFIG_HOST_ARCH.linux-x86 +++ b/config/CONFIG_HOST_ARCH.linux-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # linux-x86 is the new name for linux diff --git a/config/CONFIG_HOST_ARCH.osf-alpha b/config/CONFIG_HOST_ARCH.osf-alpha index c1020918c..180aaa5d3 100644 --- a/config/CONFIG_HOST_ARCH.osf-alpha +++ b/config/CONFIG_HOST_ARCH.osf-alpha @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # osf-alpha is the new name for alpha diff --git a/config/CONFIG_HOST_ARCH.sgi b/config/CONFIG_HOST_ARCH.sgi index 9f57e992f..43d013594 100644 --- a/config/CONFIG_HOST_ARCH.sgi +++ b/config/CONFIG_HOST_ARCH.sgi @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.sgi # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.solaris b/config/CONFIG_HOST_ARCH.solaris index df0a6d1f8..2ca7634ab 100644 --- a/config/CONFIG_HOST_ARCH.solaris +++ b/config/CONFIG_HOST_ARCH.solaris @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.solaris # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.solaris-sparc b/config/CONFIG_HOST_ARCH.solaris-sparc index f27648afd..b92225be7 100644 --- a/config/CONFIG_HOST_ARCH.solaris-sparc +++ b/config/CONFIG_HOST_ARCH.solaris-sparc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # solaris-sparc is the new name for solaris diff --git a/config/CONFIG_HOST_ARCH.solaris-sparc-gnu b/config/CONFIG_HOST_ARCH.solaris-sparc-gnu index 57461d15d..df90166be 100644 --- a/config/CONFIG_HOST_ARCH.solaris-sparc-gnu +++ b/config/CONFIG_HOST_ARCH.solaris-sparc-gnu @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris diff --git a/config/CONFIG_HOST_ARCH.solaris-x86 b/config/CONFIG_HOST_ARCH.solaris-x86 index f03f47562..6d5255a3f 100644 --- a/config/CONFIG_HOST_ARCH.solaris-x86 +++ b/config/CONFIG_HOST_ARCH.solaris-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.solaris-x86 # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.sun4 b/config/CONFIG_HOST_ARCH.sun4 index 7fee4d1e5..6fe1786ae 100644 --- a/config/CONFIG_HOST_ARCH.sun4 +++ b/config/CONFIG_HOST_ARCH.sun4 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # CONFIG_HOST_ARCH.sun4 # # Override values in CONFIG.Vx diff --git a/config/CONFIG_HOST_ARCH.sun4-sparc b/config/CONFIG_HOST_ARCH.sun4-sparc index c77e2b236..d195c2158 100644 --- a/config/CONFIG_HOST_ARCH.sun4-sparc +++ b/config/CONFIG_HOST_ARCH.sun4-sparc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # sun4-sparc is the new name for sun4 diff --git a/config/CONFIG_HOST_ARCH.win32-x86 b/config/CONFIG_HOST_ARCH.win32-x86 index 97fd74cda..18f8ef845 100644 --- a/config/CONFIG_HOST_ARCH.win32-x86 +++ b/config/CONFIG_HOST_ARCH.win32-x86 @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # win32-x86 is the new name for WIN32 diff --git a/config/CONFIG_HOST_ARCH.win32-x86-borland b/config/CONFIG_HOST_ARCH.win32-x86-borland index 5f80f4437..9f9a2e325 100644 --- a/config/CONFIG_HOST_ARCH.win32-x86-borland +++ b/config/CONFIG_HOST_ARCH.win32-x86-borland @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # win32-x86-borland is the new name for Borland diff --git a/config/Makefile b/config/Makefile index 3b6c7d413..675f79f63 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/RULES.Db b/config/RULES.Db index ea65e7bbf..00683ccb1 100644 --- a/config/RULES.Db +++ b/config/RULES.Db @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # Rules for making things related to databases diff --git a/config/RULES.Host b/config/RULES.Host index 9726fce7c..0d53a6b70 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # Rules for making things specified in Makefile.Host diff --git a/config/RULES.Unix b/config/RULES.Unix index 8bdcad536..950a7af93 100644 --- a/config/RULES.Unix +++ b/config/RULES.Unix @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ INCREC +=$(RECTYPES) $(MENUS) diff --git a/config/RULES.Vx b/config/RULES.Vx index 075892200..b265d1ef5 100644 --- a/config/RULES.Vx +++ b/config/RULES.Vx @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ ifneq ($(strip $(LIBOBJS_$(ARCH_CLASS))),) diff --git a/config/RULES_ARCHS b/config/RULES_ARCHS index 6f6f1ed09..81bad38af 100644 --- a/config/RULES_ARCHS +++ b/config/RULES_ARCHS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/RULES_DIRS b/config/RULES_DIRS index 14f649f63..40844f273 100644 --- a/config/RULES_DIRS +++ b/config/RULES_DIRS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/RULES_TOP b/config/RULES_TOP index aa60e7d55..265c05df7 100644 --- a/config/RULES_TOP +++ b/config/RULES_TOP @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/Sample.Makefile.Host b/config/Sample.Makefile.Host index a9b49db5f..4722b59a7 100644 --- a/config/Sample.Makefile.Host +++ b/config/Sample.Makefile.Host @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # Makefile.Host for base/src/sample # # diff --git a/config/tools/Makefile b/config/tools/Makefile index 674ca2d19..6343eed58 100644 --- a/config/tools/Makefile +++ b/config/tools/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/config/tools/cp.pl b/config/tools/cp.pl index bc202c6ae..6562d92f7 100755 --- a/config/tools/cp.pl +++ b/config/tools/cp.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-cp in Perl diff --git a/config/tools/findBase.pl b/config/tools/findBase.pl index 1e14af348..796dde3e1 100755 --- a/config/tools/findBase.pl +++ b/config/tools/findBase.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* use Cwd; diff --git a/config/tools/installEpics b/config/tools/installEpics index d5472dc6d..edd4f3ccc 100755 --- a/config/tools/installEpics +++ b/config/tools/installEpics @@ -1,4 +1,13 @@ #!/bin/sh +#************************************************************************* +# 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. +#************************************************************************* # InstallEpics # diff --git a/config/tools/installEpics.pl b/config/tools/installEpics.pl index 3e4c84054..d2a1a1194 100755 --- a/config/tools/installEpics.pl +++ b/config/tools/installEpics.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # InstallEpics.pl # diff --git a/config/tools/makeMakefile.pl b/config/tools/makeMakefile.pl index ef567a0b7..9c0b2fe93 100755 --- a/config/tools/makeMakefile.pl +++ b/config/tools/makeMakefile.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # makeMakefile.pl # diff --git a/config/tools/mkdir.pl b/config/tools/mkdir.pl index 95efc0052..7d268ae07 100755 --- a/config/tools/mkdir.pl +++ b/config/tools/mkdir.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-mkdir in Perl # diff --git a/config/tools/munch.pl b/config/tools/munch.pl index acfe34f74..03aa6c45a 100755 --- a/config/tools/munch.pl +++ b/config/tools/munch.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # makeConfigAppInclude.pl +#************************************************************************* +# 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. +#************************************************************************* # Creates a ctdt.c file of c++ static constructors and destructors. # $Id$ diff --git a/config/tools/mv.pl b/config/tools/mv.pl index 9ccaae9be..2ccf5105d 100755 --- a/config/tools/mv.pl +++ b/config/tools/mv.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-mv in Perl diff --git a/config/tools/rm.pl b/config/tools/rm.pl index 8a5ad222c..f5fa70ef7 100755 --- a/config/tools/rm.pl +++ b/config/tools/rm.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-rm in Perl diff --git a/configure/CONFIG b/configure/CONFIG index f2aa6bea6..4d856b019 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/CONFIG.CrossCommon b/configure/CONFIG.CrossCommon index 22c983ff9..5794d8758 100644 --- a/configure/CONFIG.CrossCommon +++ b/configure/CONFIG.CrossCommon @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # Cross compiler default definitions # Build class: either HOST or CROSS diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index bf01fc785..880454d94 100644 --- a/configure/CONFIG.gnuCommon +++ b/configure/CONFIG.gnuCommon @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* #-------------------------------------------------- # GNU compiler defaults diff --git a/configure/CONFIG_ADDONS b/configure/CONFIG_ADDONS index 937e7bb33..0a2055d74 100644 --- a/configure/CONFIG_ADDONS +++ b/configure/CONFIG_ADDONS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id# # # check for add-on CFLAGS and CXXFLAGS diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 529157e53..83c77ed89 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* ifndef EPICS_BASE EPICS_BASE = $(INSTALL_LOCATION) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 6de38211c..c20d20f9b 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/CONFIG_COMMON b/configure/CONFIG_COMMON index 9b6291858..b2d0cfc04 100644 --- a/configure/CONFIG_COMMON +++ b/configure/CONFIG_COMMON @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/CONFIG_ENV b/configure/CONFIG_ENV index 04003ee22..3d928a619 100644 --- a/configure/CONFIG_ENV +++ b/configure/CONFIG_ENV @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # Author: Andrew Johnson # Date: 20 April 1995 diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index b18d2fa59..4da3e781a 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/CONFIG_SITE_ENV b/configure/CONFIG_SITE_ENV index e5fb57bf0..8d13f116e 100644 --- a/configure/CONFIG_SITE_ENV +++ b/configure/CONFIG_SITE_ENV @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # Author: Andrew Johnson # Date: 1 May 1995 diff --git a/configure/Makefile b/configure/Makefile index 11066c6b9..040a0a41f 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/RELEASE b/configure/RELEASE index a5f7d37ca..8746b0a68 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* #RELEASE Location of external products # # NOTE: RELEASE.$(EPICS_HOST_ARCH) files will override diff --git a/configure/RULES b/configure/RULES index 4e219aeea..a33ec8c1d 100644 --- a/configure/RULES +++ b/configure/RULES @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ ifndef T_A diff --git a/configure/RULES.Db b/configure/RULES.Db index ae66f3dbb..05cca7d11 100644 --- a/configure/RULES.Db +++ b/configure/RULES.Db @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* #RULES.Db ##################################################### vpath diff --git a/configure/RULES.ioc b/configure/RULES.ioc index 38af9c427..5ccbad1b2 100644 --- a/configure/RULES.ioc +++ b/configure/RULES.ioc @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* #RULES.ioc include $(CONFIG)/RULES_DIRS diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index a60e2104a..baedb1068 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD index b1ed7ee92..4dcf83e2e 100644 --- a/configure/RULES_BUILD +++ b/configure/RULES_BUILD @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # # Rules for making things specified in Makefile diff --git a/configure/RULES_DIRS b/configure/RULES_DIRS index 9ef396b83..5f1f9a8cf 100644 --- a/configure/RULES_DIRS +++ b/configure/RULES_DIRS @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/RULES_JAVA b/configure/RULES_JAVA index 78beedd4f..671b7e8fa 100644 --- a/configure/RULES_JAVA +++ b/configure/RULES_JAVA @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/configure/RULES_TOP b/configure/RULES_TOP index 3bc29dc3b..51d9a33d6 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/Sample.Makefile b/configure/Sample.Makefile index 309422faa..07810a91e 100755 --- a/configure/Sample.Makefile +++ b/configure/Sample.Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # Makefile for base/src/sample # # diff --git a/configure/tools/MakeRelease b/configure/tools/MakeRelease index 8e93415e4..aa4c63429 100755 --- a/configure/tools/MakeRelease +++ b/configure/tools/MakeRelease @@ -1,4 +1,13 @@ #!/bin/sh +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # @@ -10,6 +19,9 @@ # [-b] - For fully built release # # $Log$ +# Revision 1.1 2000/10/12 18:31:18 jba +# Moved MakeRelease from base dir. +# # Revision 1.12 1997/07/23 14:46:55 jba # Added *bat files. # diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index aed58d32c..414bdc4b2 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # convertRelease.pl +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/configure/tools/cp.pl b/configure/tools/cp.pl index bc202c6ae..6562d92f7 100755 --- a/configure/tools/cp.pl +++ b/configure/tools/cp.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-cp in Perl diff --git a/configure/tools/filterWarnings.pl b/configure/tools/filterWarnings.pl index c2d9961e2..39aefce32 100755 --- a/configure/tools/filterWarnings.pl +++ b/configure/tools/filterWarnings.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # makeDependsTargets.pl +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/configure/tools/installEpics.pl b/configure/tools/installEpics.pl index 3e4c84054..d2a1a1194 100755 --- a/configure/tools/installEpics.pl +++ b/configure/tools/installEpics.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # InstallEpics.pl # diff --git a/configure/tools/makeMakefile.pl b/configure/tools/makeMakefile.pl index 29f5c919a..80383ab3f 100755 --- a/configure/tools/makeMakefile.pl +++ b/configure/tools/makeMakefile.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # makeMakefile.pl # diff --git a/configure/tools/makeMakefileInclude.pl b/configure/tools/makeMakefileInclude.pl index c04a884a0..92ce63053 100755 --- a/configure/tools/makeMakefileInclude.pl +++ b/configure/tools/makeMakefileInclude.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # makeMakefileInclude.pl +#************************************************************************* +# 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. +#************************************************************************* # $Id$ # diff --git a/configure/tools/mkdir.pl b/configure/tools/mkdir.pl index 95efc0052..7d268ae07 100755 --- a/configure/tools/mkdir.pl +++ b/configure/tools/mkdir.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-mkdir in Perl # diff --git a/configure/tools/mkmf.pl b/configure/tools/mkmf.pl index aa1d3078f..ab9861721 100755 --- a/configure/tools/mkmf.pl +++ b/configure/tools/mkmf.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* #----------------------------------------------------------------------- # mkmf.pl: Perl script to create #include file dependancies # diff --git a/configure/tools/munch.pl b/configure/tools/munch.pl index acfe34f74..03aa6c45a 100755 --- a/configure/tools/munch.pl +++ b/configure/tools/munch.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # makeConfigAppInclude.pl +#************************************************************************* +# 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. +#************************************************************************* # Creates a ctdt.c file of c++ static constructors and destructors. # $Id$ diff --git a/configure/tools/mv.pl b/configure/tools/mv.pl index 9ccaae9be..2ccf5105d 100755 --- a/configure/tools/mv.pl +++ b/configure/tools/mv.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-mv in Perl diff --git a/configure/tools/replaceVAR.pl b/configure/tools/replaceVAR.pl index e87474007..4c50f1a19 100755 --- a/configure/tools/replaceVAR.pl +++ b/configure/tools/replaceVAR.pl @@ -1,5 +1,14 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # replaceVAR.pl +#************************************************************************* +# 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. +#************************************************************************* # Called from within the object directory # Replaces VAR(xxx) with $(xxx) diff --git a/configure/tools/rm.pl b/configure/tools/rm.pl index 8a5ad222c..f5fa70ef7 100755 --- a/configure/tools/rm.pl +++ b/configure/tools/rm.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # UNIX-rm in Perl diff --git a/copyright/COPYRIGHT_BESSY b/copyright/COPYRIGHT_BESSY deleted file mode 100644 index 6f8e727a3..000000000 --- a/copyright/COPYRIGHT_BESSY +++ /dev/null @@ -1,29 +0,0 @@ -/*************************************************************************** - * - * This software is copyrighted by the BERLINER SPEICHERRING - * GESELLSCHAFT FUER SYNCHROTRONSTRAHLUNG M.B.H., BERLIN, GERMANY. - * The following terms apply to all files associated with the - * software. - * - * BESSY hereby grants permission to use, copy, and modify this - * software and its documentation for non-commercial educational or - * research purposes, provided that existing copyright notices are - * retained in all copies. - * - * The receiver of the software provides BESSY with all enhancements, - * including complete translations, made by the receiver. - * - * IN NO EVENT SHALL BESSY BE LIABLE TO ANY PARTY FOR DIRECT, - * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING - * OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY - * DERIVATIVES THEREOF, EVEN IF BESSY HAS BEEN ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - * - * BESSY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR - * A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS - * PROVIDED ON AN "AS IS" BASIS, AND BESSY HAS NO OBLIGATION TO - * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR - * MODIFICATIONS. - * - ******************************************************************************/ diff --git a/copyright/COPYRIGHT_Combined b/copyright/COPYRIGHT_Combined deleted file mode 100644 index 0a6c6c82f..000000000 --- a/copyright/COPYRIGHT_Combined +++ /dev/null @@ -1,21 +0,0 @@ -/* Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - ***********************************************************************/ diff --git a/copyright/COPYRIGHT_UniversityOfChicago b/copyright/COPYRIGHT_UniversityOfChicago deleted file mode 100644 index 9e8401977..000000000 --- a/copyright/COPYRIGHT_UniversityOfChicago +++ /dev/null @@ -1,45 +0,0 @@ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE, -AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE -AND IN ALL SOURCE LISTINGS OF THE CODE. - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -Argonne National Laboratory (ANL), with facilities in the States of -Illinois and Idaho, is owned by the United States Government, and -operated by the University of Chicago under provision of a contract -with the Department of Energy. - -Portions of this material resulted from work developed under a U.S. -Government contract and are subject to the following license: For -a period of five years from March 30, 1993, the Government is -granted for itself and others acting on its behalf a paid-up, -nonexclusive, irrevocable worldwide license in this computer -software to reproduce, prepare derivative works, and perform -publicly and display publicly. With the approval of DOE, this -period may be renewed for two additional five year periods. -Following the expiration of this period or periods, the Government -is granted for itself and others acting on its behalf, a paid-up, -nonexclusive, irrevocable worldwide license in this computer -software to reproduce, prepare derivative works, distribute copies -to the public, perform publicly and display publicly, and to permit -others to do so. - -***************************************************************** - DISCLAIMER -***************************************************************** - -NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR -THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS, -MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL -LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR -USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS -DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY -OWNED RIGHTS. - -***************************************************************** -LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY -DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). diff --git a/copyright/SkeletonCOPYRIGHT_Combined b/copyright/SkeletonCOPYRIGHT_Combined deleted file mode 100644 index 3ebdf3f5d..000000000 --- a/copyright/SkeletonCOPYRIGHT_Combined +++ /dev/null @@ -1,11 +0,0 @@ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ diff --git a/copyright/SkeletonCOPYRIGHT_UniversityOfChicago b/copyright/SkeletonCOPYRIGHT_UniversityOfChicago deleted file mode 100644 index a04d3e2bd..000000000 --- a/copyright/SkeletonCOPYRIGHT_UniversityOfChicago +++ /dev/null @@ -1,10 +0,0 @@ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ diff --git a/src/Makefile b/src/Makefile index 9577df294..e69c5a46c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/src/RTEMS/Makefile b/src/RTEMS/Makefile index c23a83001..973927a87 100644 --- a/src/RTEMS/Makefile +++ b/src/RTEMS/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* # # $Id$ # diff --git a/src/RTEMS/base/Makefile b/src/RTEMS/base/Makefile index 6f3067621..49e19d9ef 100644 --- a/src/RTEMS/base/Makefile +++ b/src/RTEMS/base/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../.. include $(TOP)/configure/CONFIG diff --git a/src/RTEMS/base/rtems_config.c b/src/RTEMS/base/rtems_config.c index 2dd8374f3..8dfcfb8ba 100644 --- a/src/RTEMS/base/rtems_config.c +++ b/src/RTEMS/base/rtems_config.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* * RTEMS configuration for EPICS * $Id$ diff --git a/src/RTEMS/base/rtems_dummyreg.c b/src/RTEMS/base/rtems_dummyreg.c index 5b2ecf18d..3557ec0c9 100644 --- a/src/RTEMS/base/rtems_dummyreg.c +++ b/src/RTEMS/base/rtems_dummyreg.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* * Provide a dummy version of iocshRegister to be used with test applications. */ diff --git a/src/RTEMS/base/rtems_init.c b/src/RTEMS/base/rtems_init.c index e46c56f56..82d73c6d5 100644 --- a/src/RTEMS/base/rtems_init.c +++ b/src/RTEMS/base/rtems_init.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* * RTEMS startup task for EPICS * $Id$ diff --git a/src/RTEMS/base/rtems_netconfig.c b/src/RTEMS/base/rtems_netconfig.c index bf6147efe..80bc652a1 100644 --- a/src/RTEMS/base/rtems_netconfig.c +++ b/src/RTEMS/base/rtems_netconfig.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* * RTEMS network configuration for EPICS * $Id$ diff --git a/src/RTEMS/base/rtems_util.c b/src/RTEMS/base/rtems_util.c index 2808b32fc..434487efd 100644 --- a/src/RTEMS/base/rtems_util.c +++ b/src/RTEMS/base/rtems_util.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* * RTEMS utilitiy routines for EPICS * $Id$ diff --git a/src/as/Makefile b/src/as/Makefile index 8188dcf0f..f82f9a7fc 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/as/asCa.c b/src/as/asCa.c index d804947d1..2476cfc04 100644 --- a/src/as/asCa.c +++ b/src/as/asCa.c @@ -1,22 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/as/asCa.c */ /* share/src/as $Id$ */ /* Author: Marty Kraimer Date: 10-15-93 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ -/* - * - * Modification Log: - * ----------------- - * .01 03-22-94 mrk Initial Implementation - */ /*This module is separate from asDbLib because CA uses old database access*/ #include diff --git a/src/as/asCa.h b/src/as/asCa.h index 64ee20654..9d9e6753c 100644 --- a/src/as/asCa.h +++ b/src/as/asCa.h @@ -1,14 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* asCa.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCasCah #define INCasCah diff --git a/src/as/asDbLib.c b/src/as/asDbLib.c index 465d48408..64ed48b35 100644 --- a/src/as/asDbLib.c +++ b/src/as/asDbLib.c @@ -1,22 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/as/asDbLib.c */ /* share/src/as $Id$ */ /* Author: Marty Kraimer Date: 02-11-94*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* - * Modification Log: - * ----------------- - * .01 02-11-94 mrk Initial Implementation - */ #include #include diff --git a/src/as/asDbLib.h b/src/as/asDbLib.h index 94efc1a48..542f199fb 100644 --- a/src/as/asDbLib.h +++ b/src/as/asDbLib.h @@ -1,22 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/epicsH/dbAsLib.h */ /* $Id$ */ /* Author: Marty Kraimer Date: 02-23-94*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* - * Modification Log: - * ----------------- - * .01 02-23-94 mrk Initial Implementation - */ #ifndef INCdbAsLibh #define INCdbAsLibh diff --git a/src/as/asLib.h b/src/as/asLib.h index 00c478abf..fc8307288 100644 --- a/src/as/asLib.h +++ b/src/as/asLib.h @@ -1,21 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ */ /* Author: Marty Kraimer Date: 09-27-93*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* - * Modification Log: - * ----------------- - * .01 09-27-93 mrk Initial Implementation - */ #ifndef INCasLibh #define INCasLibh diff --git a/src/as/asLibRoutines.c b/src/as/asLibRoutines.c index d77bc8e33..d60e80d53 100644 --- a/src/as/asLibRoutines.c +++ b/src/as/asLibRoutines.c @@ -1,23 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/as/asLibRoutines.c */ /* share/src/as $Id$ */ /* Author: Marty Kraimer Date: 10-15-93 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - - -/* - * Modification Log: - * ----------------- - * .01 10-15-93 mrk Initial Implementation - */ #include #include diff --git a/src/as/asTrapWrite.c b/src/as/asTrapWrite.c index db28b5d3b..0b4216f07 100644 --- a/src/as/asTrapWrite.c +++ b/src/as/asTrapWrite.c @@ -1,15 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*asTrapWrite.c */ /* Author: Marty Kraimer Date: 07NOV2000 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ /* Matthias Clausen and Vladis Korobov at DESY * implemented the first logging of Channel Access Puts diff --git a/src/as/asTrapWrite.h b/src/as/asTrapWrite.h index 6eac7b5d0..4c28bb634 100644 --- a/src/as/asTrapWrite.h +++ b/src/as/asTrapWrite.h @@ -1,15 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*asTrapWrite.h*/ /* Author: Marty Kraimer Date: 07NOV2000 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCasTrapWriteh #define INCasTrapWriteh diff --git a/src/as/ascheck.c b/src/as/ascheck.c index 6a3d3da72..436c1aad1 100644 --- a/src/as/ascheck.c +++ b/src/as/ascheck.c @@ -1,21 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/as/ascheck.c */ /* share/src/as $Id$ */ /* Author: Marty Kraimer Date: 03-24-94 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 03-24-94 mrk Initial Implementation -*/ #include #include diff --git a/src/bpt/Makefile b/src/bpt/Makefile index 50a5a4a01..389ca73a7 100644 --- a/src/bpt/Makefile +++ b/src/bpt/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/bpt/cvtTable.h b/src/bpt/cvtTable.h index d008e2711..0b22fd2e7 100644 --- a/src/bpt/cvtTable.h +++ b/src/bpt/cvtTable.h @@ -1,35 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Breakpoint Tables * * Author: Marty Kraimer * Date: 11-7-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 05-18-92 rcz removed extern - * .02 05-18-92 rcz new database access - * .03 08-19-92 jba add prototypes for cvtRawToEngBpt,cvtEngToRawBpt */ #ifndef INCcvtTableh diff --git a/src/bpt/makeBpt.c b/src/bpt/makeBpt.c index 1c1bf259d..cf5c4218d 100644 --- a/src/bpt/makeBpt.c +++ b/src/bpt/makeBpt.c @@ -1,32 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Author: Marty Kraimer * Date: 9/28/95 * Replacement for old bldCvtTable - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 28SEP95 mrk Replace old bldCvtTable */ #include diff --git a/src/bpt/menuConvert.dbd b/src/bpt/menuConvert.dbd index 986defbdd..1e1e16c4c 100644 --- a/src/bpt/menuConvert.dbd +++ b/src/bpt/menuConvert.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuConvert) { choice(menuConvertNO_CONVERSION,"NO CONVERSION") choice(menuConvertSLOPE,"SLOPE") diff --git a/src/ca/CASG.cpp b/src/ca/CASG.cpp index 3d7c6665d..69410961d 100644 --- a/src/ca/CASG.cpp +++ b/src/ca/CASG.cpp @@ -1,30 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 254042059..5b1aa3098 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/ca/Makefile b/src/ca/Makefile index cc89427f6..b466b3789 100644 --- a/src/ca/Makefile +++ b/src/ca/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. diff --git a/src/ca/access.cpp b/src/ca/access.cpp index 1334af220..46a491a52 100644 --- a/src/ca/access.cpp +++ b/src/ca/access.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 45d1ad24c..f809d3ddc 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * CA regression test diff --git a/src/ca/acctstMain.c b/src/ca/acctstMain.c index ab80c9974..23a7949ea 100644 --- a/src/ca/acctstMain.c +++ b/src/ca/acctstMain.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/addrList.h b/src/ca/addrList.h index 885e6894c..1c17c11d8 100644 --- a/src/ca/addrList.h +++ b/src/ca/addrList.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef addrListh #define addrListh diff --git a/src/ca/autoPtrDestroy.h b/src/ca/autoPtrDestroy.h index ac15ad961..2bb1c5c6f 100644 --- a/src/ca/autoPtrDestroy.h +++ b/src/ca/autoPtrDestroy.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/autoPtrRecycle.h b/src/ca/autoPtrRecycle.h index 862df896f..3e3f0b84a 100644 --- a/src/ca/autoPtrRecycle.h +++ b/src/ca/autoPtrRecycle.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/baseNMIU.cpp b/src/ca/baseNMIU.cpp index cc4fe6f3f..3f6c131a6 100644 --- a/src/ca/baseNMIU.cpp +++ b/src/ca/baseNMIU.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/bhe.cpp b/src/ca/bhe.cpp index b460e0891..d07a4e850 100644 --- a/src/ca/bhe.cpp +++ b/src/ca/bhe.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/bhe.h b/src/ca/bhe.h index 1b41505f1..f529929d6 100644 --- a/src/ca/bhe.h +++ b/src/ca/bhe.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/caConnTest.cpp b/src/ca/caConnTest.cpp index f698c8b61..00037ec43 100644 --- a/src/ca/caConnTest.cpp +++ b/src/ca/caConnTest.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/caConnTestMain.cpp b/src/ca/caConnTestMain.cpp index abc6641c9..45e24dd48 100644 --- a/src/ca/caConnTestMain.cpp +++ b/src/ca/caConnTestMain.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/caDiagnostics.h b/src/ca/caDiagnostics.h index 1f98eb75f..514e3b0b3 100644 --- a/src/ca/caDiagnostics.h +++ b/src/ca/caDiagnostics.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef caDiagnosticsh #define caDiagnosticsh diff --git a/src/ca/caEventRate.cpp b/src/ca/caEventRate.cpp index 3f0df9298..6a2d695b7 100644 --- a/src/ca/caEventRate.cpp +++ b/src/ca/caEventRate.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/caEventRateMain.cpp b/src/ca/caEventRateMain.cpp index 6e7d4a127..c783ad8b5 100644 --- a/src/ca/caEventRateMain.cpp +++ b/src/ca/caEventRateMain.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/caProto.h b/src/ca/caProto.h index 651546e43..b051b50b0 100644 --- a/src/ca/caProto.h +++ b/src/ca/caProto.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #ifndef __CAPROTO__ diff --git a/src/ca/caRepeater.cpp b/src/ca/caRepeater.cpp index 794adb24c..2044b9a92 100644 --- a/src/ca/caRepeater.cpp +++ b/src/ca/caRepeater.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/caServerID.h b/src/ca/caServerID.h index fc89dba0e..ceff90c02 100644 --- a/src/ca/caServerID.h +++ b/src/ca/caServerID.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index f3a037f40..ecd6548e1 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cac.h b/src/ca/cac.h index 524aeed8c..eec3a5d9e 100644 --- a/src/ca/cac.h +++ b/src/ca/cac.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cacChannel.cpp b/src/ca/cacChannel.cpp index 7f112d5e3..49ab07f5f 100644 --- a/src/ca/cacChannel.cpp +++ b/src/ca/cacChannel.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ diff --git a/src/ca/cacChannelNotify.cpp b/src/ca/cacChannelNotify.cpp index b8fb0513c..9d3dc1e77 100644 --- a/src/ca/cacChannelNotify.cpp +++ b/src/ca/cacChannelNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index 376c7e9ce..33a1aeeb2 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cacNotify.cpp b/src/ca/cacNotify.cpp index 697d6405e..59159fe0a 100644 --- a/src/ca/cacNotify.cpp +++ b/src/ca/cacNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/cacReadNotify.cpp b/src/ca/cacReadNotify.cpp index ab0955f8b..a4961713c 100644 --- a/src/ca/cacReadNotify.cpp +++ b/src/ca/cacReadNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/cacServiceList.cpp b/src/ca/cacServiceList.cpp index 1c44e238a..8b3105beb 100644 --- a/src/ca/cacServiceList.cpp +++ b/src/ca/cacServiceList.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/cacStateNotify.cpp b/src/ca/cacStateNotify.cpp index f426e6174..b22b15a7a 100644 --- a/src/ca/cacStateNotify.cpp +++ b/src/ca/cacStateNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/cacWriteNotify.cpp b/src/ca/cacWriteNotify.cpp index dd5e275be..386cf9fdc 100644 --- a/src/ca/cacWriteNotify.cpp +++ b/src/ca/cacWriteNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/cadef.h b/src/ca/cadef.h index 3a479496a..506a41c45 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/caerr.h b/src/ca/caerr.h index e7eafa845..d92e09a0c 100644 --- a/src/ca/caerr.h +++ b/src/ca/caerr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * * L O S A L A M O S diff --git a/src/ca/caeventmask.h b/src/ca/caeventmask.h index 84388ce09..f090b3b87 100644 --- a/src/ca/caeventmask.h +++ b/src/ca/caeventmask.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ caeventmask.h diff --git a/src/ca/callbackMutex.cpp b/src/ca/callbackMutex.cpp index edff6af30..be34810af 100644 --- a/src/ca/callbackMutex.cpp +++ b/src/ca/callbackMutex.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/casw.cpp b/src/ca/casw.cpp index 86a0251a4..7c3db01a5 100644 --- a/src/ca/casw.cpp +++ b/src/ca/casw.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/catime.c b/src/ca/catime.c index 5a65ea339..9c5d3d566 100644 --- a/src/ca/catime.c +++ b/src/ca/catime.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * * CA performance test diff --git a/src/ca/catimeMain.c b/src/ca/catimeMain.c index 891cc1384..598ec453b 100644 --- a/src/ca/catimeMain.c +++ b/src/ca/catimeMain.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/ca/comBuf.cpp b/src/ca/comBuf.cpp index f1f1a093c..f2cb04ae2 100644 --- a/src/ca/comBuf.cpp +++ b/src/ca/comBuf.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/comBuf.h b/src/ca/comBuf.h index 26ea43219..fdc1a0b6a 100644 --- a/src/ca/comBuf.h +++ b/src/ca/comBuf.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/comQueRecv.cpp b/src/ca/comQueRecv.cpp index 946315aec..dc740ab09 100644 --- a/src/ca/comQueRecv.cpp +++ b/src/ca/comQueRecv.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/comQueRecv.h b/src/ca/comQueRecv.h index 80161c2f2..a338fb2d9 100644 --- a/src/ca/comQueRecv.h +++ b/src/ca/comQueRecv.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/comQueSend.cpp b/src/ca/comQueSend.cpp index 8ed27b1d3..68c68a315 100644 --- a/src/ca/comQueSend.cpp +++ b/src/ca/comQueSend.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/comQueSend.h b/src/ca/comQueSend.h index 426340e39..88a042757 100644 --- a/src/ca/comQueSend.h +++ b/src/ca/comQueSend.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/ca/convert.cpp b/src/ca/convert.cpp index a3f2c8683..2ee5e8ec0 100644 --- a/src/ca/convert.cpp +++ b/src/ca/convert.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * C O N V E R T . C * diff --git a/src/ca/db_access.h b/src/ca/db_access.h index 1ae55d3e8..44290ef7e 100644 --- a/src/ca/db_access.h +++ b/src/ca/db_access.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* base/include/db_access.h */ /* $Id$ */ @@ -5,77 +14,6 @@ * Date: 4-4-88 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - - -/* Modification Log: - * ----------------- - * .01 05-02-88 lrd add control enumeration field, structure & size - * .02 05-12-88 lrd add array structures - * change structure names dbf_ to dbr_ - * add VALID_FIELD_TYPE & INVALID_FIELD_TYPE macros - * add db_access_val union of all access strucures - * add MAX_STRING_SIZE 40 define - * .03 08-08-88 lrd add no_elements to db_addr - * removed DBF_ARRAY and all DBR_ARRAY variations - * made value the last field of each structure - * db_access_val union modified for changes - * dbr_size array modified for changes - * .04 11-29-88 lrd fixed declaration of union db_access_val - * .05 12-17-88 lrd added extra processing field - * .06 01-13-89 lrd added EP_CALC for modifying calculations on-line - * .07 03-12-90 joh added INCLdb_accessh for auto include - * .08 04-06-90 lrd add DBF_CHAR, DBF_LONG, DBF_DOUBLE - * and DBR_TIME - * .09 04-06-90 joh added dbr_size_n(type, count) - * .10 04-06-90 joh changed all dbr_size stuff to unsigned - * .11 04-27-90 rac added date to DBR_TIME structures - * .12 05-02-90 rac changed back to old way of doing sts and gr; - * added dbr and dbf keywords and macros - * .13 08-07-90 rac re-enter various changes since .12; change - * some char structure members to short; change - * time structures once more. - * .14 10-29-90 joh forced size and value size to allocate in - * one module alone. - * .15 10-29-90 joh added the readonly keyword for VAX C after - * failing to find any way to get the CA VMS share - * image to work without polluting the source. - * .16 01-07-91 rac fix a problem with dbf_text_to_type() - * .17 06-03-91 joh SPARC padding. - * .18 06-04-91 joh added VALID_DB_FIELD(x) & INVALID_DB_FIELD(x) - * macros. - * .19 03-01-91 mda integration of ANL/LANL code - * .20 06-25-91 joh added #include db_addr.h - * .21 02-02-94 mrk added PUTNOTIFY - * .22 08-17-94 joh MAX_UNITS_SIZE, MAX_ENUM_STRING_SIZE, - * MAX_ENUM_STATES used to declare the - * character arrays. - * .23 08-17-94 joh dbr_value_class[] definitions, - * .24 08-17-94 joh arch independent types - * .25 03-06-95 joh more arch independent types - * .26 05-17-95 joh conversion between epics core types - * and dbr types - * .27 05-26-95 joh added const - * .28 10-10-96 joh eliminated the dbAddr/db_addr mess - * - * NOTES: - * .01 06-04-91 joh the value must always be the last item - * in the structure so arrays work. - * .02 06-05-91 joh structures are aligned to their largest memeber - * for the SPARC. CA takes care of alignment - * between structures as part of the CA protocol. - */ - #ifndef INCLdb_accessh #define INCLdb_accessh diff --git a/src/ca/evtime.c b/src/ca/evtime.c index 395e53d3f..d5cf58382 100644 --- a/src/ca/evtime.c +++ b/src/ca/evtime.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/ca/getCallback.cpp b/src/ca/getCallback.cpp index fba722c00..078e3c785 100644 --- a/src/ca/getCallback.cpp +++ b/src/ca/getCallback.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/getCopy.cpp b/src/ca/getCopy.cpp index 269c0ae60..32133b273 100644 --- a/src/ca/getCopy.cpp +++ b/src/ca/getCopy.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/hostNameCache.cpp b/src/ca/hostNameCache.cpp index b3f3acc81..03ddab443 100644 --- a/src/ca/hostNameCache.cpp +++ b/src/ca/hostNameCache.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/hostNameCache.h b/src/ca/hostNameCache.h index 71293c14f..fa17415a1 100644 --- a/src/ca/hostNameCache.h +++ b/src/ca/hostNameCache.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/inetAddrID.h b/src/ca/inetAddrID.h index cb2d1e952..bbe26a61e 100644 --- a/src/ca/inetAddrID.h +++ b/src/ca/inetAddrID.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/iocinf.cpp b/src/ca/iocinf.cpp index 3f10f1c61..ad265b3a8 100644 --- a/src/ca/iocinf.cpp +++ b/src/ca/iocinf.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index d5c34ffc7..91a56599c 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/limboiiu.cpp b/src/ca/limboiiu.cpp index 407798c52..e2fb33ea3 100644 --- a/src/ca/limboiiu.cpp +++ b/src/ca/limboiiu.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/localHostName.cpp b/src/ca/localHostName.cpp index ab05a130e..c2a867446 100644 --- a/src/ca/localHostName.cpp +++ b/src/ca/localHostName.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/localHostName.h b/src/ca/localHostName.h index 2a9de4006..2c105a0fb 100644 --- a/src/ca/localHostName.h +++ b/src/ca/localHostName.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/msgForMultiplyDefinedPV.cpp b/src/ca/msgForMultiplyDefinedPV.cpp index 6efe2edc1..d34183427 100644 --- a/src/ca/msgForMultiplyDefinedPV.cpp +++ b/src/ca/msgForMultiplyDefinedPV.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/msgForMultiplyDefinedPV.h b/src/ca/msgForMultiplyDefinedPV.h index d5f9e5f9b..043e0a8f3 100644 --- a/src/ca/msgForMultiplyDefinedPV.h +++ b/src/ca/msgForMultiplyDefinedPV.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index 87bc74759..dc0ca29cf 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/nciu.h b/src/ca/nciu.h index 2968f6edb..1577bf6c5 100644 --- a/src/ca/nciu.h +++ b/src/ca/nciu.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/netIO.h b/src/ca/netIO.h index 0924acdeb..6b020b427 100644 --- a/src/ca/netIO.h +++ b/src/ca/netIO.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/netReadNotifyIO.cpp b/src/ca/netReadNotifyIO.cpp index 76f5d82be..1bdcd9fe4 100644 --- a/src/ca/netReadNotifyIO.cpp +++ b/src/ca/netReadNotifyIO.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/netSubscription.cpp b/src/ca/netSubscription.cpp index 43595f6ee..c9dbc27a4 100644 --- a/src/ca/netSubscription.cpp +++ b/src/ca/netSubscription.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/netWriteNotifyIO.cpp b/src/ca/netWriteNotifyIO.cpp index 5270902e7..401ee7e93 100644 --- a/src/ca/netWriteNotifyIO.cpp +++ b/src/ca/netWriteNotifyIO.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/net_convert.h b/src/ca/net_convert.h index 539b73523..3c4b49eec 100644 --- a/src/ca/net_convert.h +++ b/src/ca/net_convert.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/netiiu.cpp b/src/ca/netiiu.cpp index f317747fd..20ff3e69e 100644 --- a/src/ca/netiiu.cpp +++ b/src/ca/netiiu.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/netiiu.h b/src/ca/netiiu.h index 94eb6b264..a6048ea6c 100644 --- a/src/ca/netiiu.h +++ b/src/ca/netiiu.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/oldAccess.h b/src/ca/oldAccess.h index 6275280fc..00b33e9e1 100644 --- a/src/ca/oldAccess.h +++ b/src/ca/oldAccess.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/oldChannelNotify.cpp b/src/ca/oldChannelNotify.cpp index 721ea0a04..a29a013ac 100644 --- a/src/ca/oldChannelNotify.cpp +++ b/src/ca/oldChannelNotify.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/oldSubscription.cpp b/src/ca/oldSubscription.cpp index 8e8a9e0c0..bbb7e4d41 100644 --- a/src/ca/oldSubscription.cpp +++ b/src/ca/oldSubscription.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * diff --git a/src/ca/putCallback.cpp b/src/ca/putCallback.cpp index 77b009a56..8132a26fc 100644 --- a/src/ca/putCallback.cpp +++ b/src/ca/putCallback.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/repeater.cpp b/src/ca/repeater.cpp index 16b94fa56..ffff4bc86 100644 --- a/src/ca/repeater.cpp +++ b/src/ca/repeater.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/repeaterClient.h b/src/ca/repeaterClient.h index b786192f9..590b1697b 100644 --- a/src/ca/repeaterClient.h +++ b/src/ca/repeaterClient.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/repeaterSubscribeTimer.cpp b/src/ca/repeaterSubscribeTimer.cpp index c00bea78f..22335e42f 100644 --- a/src/ca/repeaterSubscribeTimer.cpp +++ b/src/ca/repeaterSubscribeTimer.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/repeaterSubscribeTimer.h b/src/ca/repeaterSubscribeTimer.h index a3cd44299..8476f2179 100644 --- a/src/ca/repeaterSubscribeTimer.h +++ b/src/ca/repeaterSubscribeTimer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/searchTimer.cpp b/src/ca/searchTimer.cpp index da006105d..a39bfa4dc 100644 --- a/src/ca/searchTimer.cpp +++ b/src/ca/searchTimer.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // diff --git a/src/ca/searchTimer.h b/src/ca/searchTimer.h index 638a0b51c..b5326761a 100644 --- a/src/ca/searchTimer.h +++ b/src/ca/searchTimer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ diff --git a/src/ca/sgAutoPtr.h b/src/ca/sgAutoPtr.h index bd59f2664..910ca8480 100644 --- a/src/ca/sgAutoPtr.h +++ b/src/ca/sgAutoPtr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/syncGroup.h b/src/ca/syncGroup.h index 688a43167..a6ff11e55 100644 --- a/src/ca/syncGroup.h +++ b/src/ca/syncGroup.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/syncGroupNotify.cpp b/src/ca/syncGroupNotify.cpp index dd7cc9eef..2a77471b0 100644 --- a/src/ca/syncGroupNotify.cpp +++ b/src/ca/syncGroupNotify.cpp @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" diff --git a/src/ca/syncGroupReadNotify.cpp b/src/ca/syncGroupReadNotify.cpp index db781e943..54889a4a0 100644 --- a/src/ca/syncGroupReadNotify.cpp +++ b/src/ca/syncGroupReadNotify.cpp @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include diff --git a/src/ca/syncGroupWriteNotify.cpp b/src/ca/syncGroupWriteNotify.cpp index dbf4e1f29..c9a3d1e44 100644 --- a/src/ca/syncGroupWriteNotify.cpp +++ b/src/ca/syncGroupWriteNotify.cpp @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include diff --git a/src/ca/syncgrp.cpp b/src/ca/syncgrp.cpp index cccb76ffe..a65371a5e 100644 --- a/src/ca/syncgrp.cpp +++ b/src/ca/syncgrp.cpp @@ -1,30 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" diff --git a/src/ca/tcpRecvThread.cpp b/src/ca/tcpRecvThread.cpp index 139597f9c..34bf8ca83 100644 --- a/src/ca/tcpRecvThread.cpp +++ b/src/ca/tcpRecvThread.cpp @@ -1,2 +1,11 @@ +/*************************************************************************\ +* 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/ca/tcpRecvWatchdog.cpp b/src/ca/tcpRecvWatchdog.cpp index 86d4ea48b..a879d00d4 100644 --- a/src/ca/tcpRecvWatchdog.cpp +++ b/src/ca/tcpRecvWatchdog.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/tcpRecvWatchdog.h b/src/ca/tcpRecvWatchdog.h index feba2cc59..cbd5a58cb 100644 --- a/src/ca/tcpRecvWatchdog.h +++ b/src/ca/tcpRecvWatchdog.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/tcpSendWatchdog.cpp b/src/ca/tcpSendWatchdog.cpp index 33320f109..eb110f161 100644 --- a/src/ca/tcpSendWatchdog.cpp +++ b/src/ca/tcpSendWatchdog.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/tcpSendWatchdog.h b/src/ca/tcpSendWatchdog.h index 4e1812d5a..3af35422e 100644 --- a/src/ca/tcpSendWatchdog.h +++ b/src/ca/tcpSendWatchdog.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index c41c35011..4b882d506 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/templateInstances.cpp b/src/ca/templateInstances.cpp index 6d916b721..cc9e0db65 100644 --- a/src/ca/templateInstances.cpp +++ b/src/ca/templateInstances.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/test_event.cpp b/src/ca/test_event.cpp index 3c9442630..f0f9ab157 100644 --- a/src/ca/test_event.cpp +++ b/src/ca/test_event.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * * T E S T _ E V E N T . C diff --git a/src/ca/ucx.h b/src/ca/ucx.h index 6395962d2..c164161a5 100644 --- a/src/ca/ucx.h +++ b/src/ca/ucx.h @@ -1,16 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * * U C X . H * UNIX ioctl structures and defines used for VAX/UCX - * Author: Gerhard Grygiel (GeG) - * - * GeG 09-DEC-1992 initial edit - * CJM 13-Jul-1994 add fd_set etc for R3.12 - * CJM 09-Dec-1994 define fd_set etc. so it will compile for - * both DEC C and Vax C - * CJM 19-Nov-1995 use memset instead of bzero following advice - * from Jeff Hill and add a definition of struct - * timezone to support gettimeofday * */ #ifndef _UCX_H_ diff --git a/src/ca/udpiiu.cpp b/src/ca/udpiiu.cpp index 8dbec1689..f8766c6e8 100644 --- a/src/ca/udpiiu.cpp +++ b/src/ca/udpiiu.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/ca/udpiiu.h b/src/ca/udpiiu.h index 470610c68..874ef4a4b 100644 --- a/src/ca/udpiiu.h +++ b/src/ca/udpiiu.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/ca/virtualCircuit.h b/src/ca/virtualCircuit.h index cd574c25d..3f678e88b 100644 --- a/src/ca/virtualCircuit.h +++ b/src/ca/virtualCircuit.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/cas/Makefile b/src/cas/Makefile index 81885a1e4..662b12400 100644 --- a/src/cas/Makefile +++ b/src/cas/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. diff --git a/src/cas/build/Makefile b/src/cas/build/Makefile index 02aacac9f..5d0609230 100644 --- a/src/cas/build/Makefile +++ b/src/cas/build/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP := ../../.. CAS := $(TOP)/src/cas SRC := $(CAS)/generic diff --git a/src/cas/example/Makefile b/src/cas/example/Makefile index fb8b73ff1..9ecc3099c 100644 --- a/src/cas/example/Makefile +++ b/src/cas/example/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../.. diff --git a/src/cas/example/directoryService/Makefile b/src/cas/example/directoryService/Makefile index ae2358f85..ab7143073 100644 --- a/src/cas/example/directoryService/Makefile +++ b/src/cas/example/directoryService/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../../.. diff --git a/src/cas/example/directoryService/directoryServer.cc b/src/cas/example/directoryService/directoryServer.cc index a2e5bf4aa..d67429d47 100644 --- a/src/cas/example/directoryService/directoryServer.cc +++ b/src/cas/example/directoryService/directoryServer.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA directory server diff --git a/src/cas/example/directoryService/directoryServer.h b/src/cas/example/directoryService/directoryServer.h index 369629306..ad5e2bf71 100644 --- a/src/cas/example/directoryService/directoryServer.h +++ b/src/cas/example/directoryService/directoryServer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA directory server // diff --git a/src/cas/example/directoryService/main.cc b/src/cas/example/directoryService/main.cc index 1113056c4..788657ac5 100644 --- a/src/cas/example/directoryService/main.cc +++ b/src/cas/example/directoryService/main.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/cas/example/directoryService/vxEntry.cc b/src/cas/example/directoryService/vxEntry.cc index 621910e8b..37cdc355e 100644 --- a/src/cas/example/directoryService/vxEntry.cc +++ b/src/cas/example/directoryService/vxEntry.cc @@ -1,8 +1,20 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // Author: Jeff HIll (LANL) // // $Log$ +// Revision 1.2 2001/01/31 13:33:29 mrk +// osiTime=>epicsTime +// // Revision 1.1 1997/06/13 09:20:26 jhill // installed // diff --git a/src/cas/example/simple/Makefile b/src/cas/example/simple/Makefile index 94a64777a..b0202e5e8 100644 --- a/src/cas/example/simple/Makefile +++ b/src/cas/example/simple/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../../.. diff --git a/src/cas/example/simple/exAsyncPV.cc b/src/cas/example/simple/exAsyncPV.cc index a0dac2210..96396b7bb 100644 --- a/src/cas/example/simple/exAsyncPV.cc +++ b/src/cas/example/simple/exAsyncPV.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA server diff --git a/src/cas/example/simple/exChannel.cc b/src/cas/example/simple/exChannel.cc index 339c674b8..5f4e5b109 100644 --- a/src/cas/example/simple/exChannel.cc +++ b/src/cas/example/simple/exChannel.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA server diff --git a/src/cas/example/simple/exPV.cc b/src/cas/example/simple/exPV.cc index bfd3748d3..2320bb25a 100644 --- a/src/cas/example/simple/exPV.cc +++ b/src/cas/example/simple/exPV.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA server // diff --git a/src/cas/example/simple/exScalarPV.cc b/src/cas/example/simple/exScalarPV.cc index 72ebd537a..1b3731435 100644 --- a/src/cas/example/simple/exScalarPV.cc +++ b/src/cas/example/simple/exScalarPV.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/cas/example/simple/exServer.cc b/src/cas/example/simple/exServer.cc index cde3c9342..7ad3610eb 100644 --- a/src/cas/example/simple/exServer.cc +++ b/src/cas/example/simple/exServer.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // fileDescriptorManager.process(delay); // (the name of the global symbol has leaked in here) diff --git a/src/cas/example/simple/exServer.h b/src/cas/example/simple/exServer.h index 6cc33b4ba..1fa425c83 100644 --- a/src/cas/example/simple/exServer.h +++ b/src/cas/example/simple/exServer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Example EPICS CA server // diff --git a/src/cas/example/simple/exVectorPV.cc b/src/cas/example/simple/exVectorPV.cc index b7a2c4412..2927e4ff5 100644 --- a/src/cas/example/simple/exVectorPV.cc +++ b/src/cas/example/simple/exVectorPV.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include "exServer.h" #include "gddApps.h" diff --git a/src/cas/example/simple/main.cc b/src/cas/example/simple/main.cc index bb0465e1b..36bceae7d 100644 --- a/src/cas/example/simple/main.cc +++ b/src/cas/example/simple/main.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include "envDefs.h" diff --git a/src/cas/example/simple/vxEntry.cc b/src/cas/example/simple/vxEntry.cc index 24f850dee..f1ac906ae 100644 --- a/src/cas/example/simple/vxEntry.cc +++ b/src/cas/example/simple/vxEntry.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // Author: Jeff HIll (LANL) diff --git a/src/cas/generic/caCommonDef.h b/src/cas/generic/caCommonDef.h index 3f4ed6505..fd728211b 100644 --- a/src/cas/generic/caCommonDef.h +++ b/src/cas/generic/caCommonDef.h @@ -1,33 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * */ diff --git a/src/cas/generic/caNetAddr.h b/src/cas/generic/caNetAddr.h index cbb7696b2..1aca96e83 100644 --- a/src/cas/generic/caNetAddr.h +++ b/src/cas/generic/caNetAddr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // caNetAddr // diff --git a/src/cas/generic/caServer.cc b/src/cas/generic/caServer.cc index 79b0e16eb..d74bf7116 100644 --- a/src/cas/generic/caServer.cc +++ b/src/cas/generic/caServer.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include "dbMapper.h" // ait to dbr types diff --git a/src/cas/generic/caServerI.cc b/src/cas/generic/caServerI.cc index bea408034..17aa901b1 100644 --- a/src/cas/generic/caServerI.cc +++ b/src/cas/generic/caServerI.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #define CAS_VERSION_GLOBAL diff --git a/src/cas/generic/caServerIIL.h b/src/cas/generic/caServerIIL.h index 7ba33c994..65ea484f5 100644 --- a/src/cas/generic/caServerIIL.h +++ b/src/cas/generic/caServerIIL.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casAddr.h b/src/cas/generic/casAddr.h index a50bee982..93ee6f9d9 100644 --- a/src/cas/generic/casAddr.h +++ b/src/cas/generic/casAddr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef includeCASAddrH #define includeCASAddrH diff --git a/src/cas/generic/casAsyncIOI.cc b/src/cas/generic/casAsyncIOI.cc index 189c74efe..e64831518 100644 --- a/src/cas/generic/casAsyncIOI.cc +++ b/src/cas/generic/casAsyncIOI.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casAsyncIOIIL.h b/src/cas/generic/casAsyncIOIIL.h index 0faa4dc05..9763617c4 100644 --- a/src/cas/generic/casAsyncIOIIL.h +++ b/src/cas/generic/casAsyncIOIIL.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casAsyncPVAttachIO.cc b/src/cas/generic/casAsyncPVAttachIO.cc index 529ca8c7f..d1b041a75 100644 --- a/src/cas/generic/casAsyncPVAttachIO.cc +++ b/src/cas/generic/casAsyncPVAttachIO.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include "server.h" diff --git a/src/cas/generic/casAsyncPVExistIO.cc b/src/cas/generic/casAsyncPVExistIO.cc index aca342168..45b0735f1 100644 --- a/src/cas/generic/casAsyncPVExistIO.cc +++ b/src/cas/generic/casAsyncPVExistIO.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casAsyncReadIO.cc b/src/cas/generic/casAsyncReadIO.cc index bd92398c0..432c5bc98 100644 --- a/src/cas/generic/casAsyncReadIO.cc +++ b/src/cas/generic/casAsyncReadIO.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casAsyncWriteIO.cc b/src/cas/generic/casAsyncWriteIO.cc index 19a5d3446..12faa808a 100644 --- a/src/cas/generic/casAsyncWriteIO.cc +++ b/src/cas/generic/casAsyncWriteIO.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casBufferFactory.cpp b/src/cas/generic/casBufferFactory.cpp index b5c5c74b5..4b8f0ff69 100644 --- a/src/cas/generic/casBufferFactory.cpp +++ b/src/cas/generic/casBufferFactory.cpp @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include diff --git a/src/cas/generic/casChanDelEv.cc b/src/cas/generic/casChanDelEv.cc index edc47fdce..711eb6f63 100644 --- a/src/cas/generic/casChanDelEv.cc +++ b/src/cas/generic/casChanDelEv.cc @@ -1,47 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.4 1997/06/13 09:15:54 jhill - * connect proto changes - * - * Revision 1.3 1997/04/10 19:33:58 jhill - * API changes - * - * Revision 1.2 1996/11/02 00:54:01 jhill - * many improvements - * - * Revision 1.1.1.1 1996/06/20 00:28:15 jhill - * ca server installation - * - * */ diff --git a/src/cas/generic/casChannel.cc b/src/cas/generic/casChannel.cc index 21f19244a..7908f6c43 100644 --- a/src/cas/generic/casChannel.cc +++ b/src/cas/generic/casChannel.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include "server.h" diff --git a/src/cas/generic/casChannelI.cc b/src/cas/generic/casChannelI.cc index d2802a8a5..332fcd7f3 100644 --- a/src/cas/generic/casChannelI.cc +++ b/src/cas/generic/casChannelI.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include "server.h" diff --git a/src/cas/generic/casChannelIIL.h b/src/cas/generic/casChannelIIL.h index a87d60029..b020b3a93 100644 --- a/src/cas/generic/casChannelIIL.h +++ b/src/cas/generic/casChannelIIL.h @@ -1,33 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * */ diff --git a/src/cas/generic/casClient.cc b/src/cas/generic/casClient.cc index ea9266e31..8766bb704 100644 --- a/src/cas/generic/casClient.cc +++ b/src/cas/generic/casClient.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include diff --git a/src/cas/generic/casClientIL.h b/src/cas/generic/casClientIL.h index 10f53affd..c376bfbf8 100644 --- a/src/cas/generic/casClientIL.h +++ b/src/cas/generic/casClientIL.h @@ -1,47 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.4 1997/04/10 19:34:02 jhill - * API changes - * - * Revision 1.3 1996/12/11 00:59:37 jhill - * added bad chan attachment detection - * - * Revision 1.2 1996/11/02 00:54:06 jhill - * many improvements - * - * Revision 1.1.1.1 1996/06/20 00:28:16 jhill - * ca server installation - * - * */ diff --git a/src/cas/generic/casClientMon.cc b/src/cas/generic/casClientMon.cc index 11bc01e6f..a2080a381 100644 --- a/src/cas/generic/casClientMon.cc +++ b/src/cas/generic/casClientMon.cc @@ -1,61 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.8 2002/02/06 02:28:24 jhill - * fixed warnings - * - * Revision 1.7 2001/01/11 21:54:53 jhill - * accomodate Marty's osi => epics name changes - * - * Revision 1.6 2000/04/28 02:23:30 jhill - * many, many changes - * - * Revision 1.5 1999/09/15 00:00:40 jhill - * changed the field name "m_type" to "m_dataType" to avoid - * collision with a MACRO that is defined by the SENS IP stack - * which is mandatory in WRS's Tornado II product. - * - * Revision 1.4 1998/07/08 15:38:04 jhill - * fixed lost monitors during flow control problem - * - * Revision 1.3 1997/08/05 00:47:05 jhill - * fixed warnings - * - * Revision 1.2 1997/04/10 19:34:03 jhill - * API changes - * - * Revision 1.1.1.1 1996/06/20 00:28:15 jhill - * ca server installation - * - * */ diff --git a/src/cas/generic/casCoreClient.cc b/src/cas/generic/casCoreClient.cc index e5c46b852..428c28be2 100644 --- a/src/cas/generic/casCoreClient.cc +++ b/src/cas/generic/casCoreClient.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casCoreClientIL.h b/src/cas/generic/casCoreClientIL.h index 16caa786f..c95d574cd 100644 --- a/src/cas/generic/casCoreClientIL.h +++ b/src/cas/generic/casCoreClientIL.h @@ -1,41 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.2 1997/04/10 19:34:04 jhill - * API changes - * - * Revision 1.1 1996/11/02 01:01:06 jhill - * installed - * - * */ diff --git a/src/cas/generic/casCtx.cc b/src/cas/generic/casCtx.cc index e14a0ce58..a7dbd8340 100644 --- a/src/cas/generic/casCtx.cc +++ b/src/cas/generic/casCtx.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include "server.h" diff --git a/src/cas/generic/casCtxIL.h b/src/cas/generic/casCtxIL.h index aa336aa8b..3b8b5c086 100644 --- a/src/cas/generic/casCtxIL.h +++ b/src/cas/generic/casCtxIL.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef casCtxILh #define casCtxILh diff --git a/src/cas/generic/casDGClient.cc b/src/cas/generic/casDGClient.cc index d4caf37e6..a87430257 100644 --- a/src/cas/generic/casDGClient.cc +++ b/src/cas/generic/casDGClient.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include "gddApps.h" diff --git a/src/cas/generic/casEventMask.cc b/src/cas/generic/casEventMask.cc index 8715c8df3..b08500f2e 100644 --- a/src/cas/generic/casEventMask.cc +++ b/src/cas/generic/casEventMask.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include diff --git a/src/cas/generic/casEventMask.h b/src/cas/generic/casEventMask.h index f6c4ee129..ba2ab8e47 100644 --- a/src/cas/generic/casEventMask.h +++ b/src/cas/generic/casEventMask.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casEventSys.cc b/src/cas/generic/casEventSys.cc index e13a58cc5..e9ccba4d7 100644 --- a/src/cas/generic/casEventSys.cc +++ b/src/cas/generic/casEventSys.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ /* diff --git a/src/cas/generic/casEventSysIL.h b/src/cas/generic/casEventSysIL.h index 24de4c21a..fe02dba7a 100644 --- a/src/cas/generic/casEventSysIL.h +++ b/src/cas/generic/casEventSysIL.h @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ diff --git a/src/cas/generic/casInternal.h b/src/cas/generic/casInternal.h index 2cfe346ec..c757b506a 100644 --- a/src/cas/generic/casInternal.h +++ b/src/cas/generic/casInternal.h @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ // diff --git a/src/cas/generic/casMonEvent.cc b/src/cas/generic/casMonEvent.cc index df95bb84b..476aa850b 100644 --- a/src/cas/generic/casMonEvent.cc +++ b/src/cas/generic/casMonEvent.cc @@ -1,53 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.6 1998/07/08 15:38:06 jhill - * fixed lost monitors during flow control problem - * - * Revision 1.5 1998/06/16 02:27:06 jhill - * use smart gdd ptr - * - * Revision 1.4 1997/04/10 19:34:11 jhill - * API changes - * - * Revision 1.3 1996/11/02 00:54:16 jhill - * many improvements - * - * Revision 1.2 1996/06/26 21:18:55 jhill - * now matches gdd api revisions - * - * Revision 1.1.1.1 1996/06/20 00:28:16 jhill - * ca server installation - * - * */ diff --git a/src/cas/generic/casMonEventIL.h b/src/cas/generic/casMonEventIL.h index 9e49b3784..31bbf6dba 100644 --- a/src/cas/generic/casMonEventIL.h +++ b/src/cas/generic/casMonEventIL.h @@ -1,53 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * History - * $Log$ - * Revision 1.6 1998/10/27 21:34:19 jhill - * avoid problems with early g++ - * - * Revision 1.5 1998/10/23 00:28:20 jhill - * fixed HP-UX warnings - * - * Revision 1.4 1998/06/16 02:27:53 jhill - * use smart gdd ptr - * - * Revision 1.3 1997/04/10 19:34:11 jhill - * API changes - * - * Revision 1.2 1996/11/02 00:54:17 jhill - * many improvements - * - * Revision 1.1.1.1 1996/06/20 00:28:16 jhill - * ca server installation - * - * */ diff --git a/src/cas/generic/casMonitor.cc b/src/cas/generic/casMonitor.cc index ce611bb81..57113054e 100644 --- a/src/cas/generic/casMonitor.cc +++ b/src/cas/generic/casMonitor.cc @@ -1,33 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * */ diff --git a/src/cas/generic/casOpaqueAddr.cc b/src/cas/generic/casOpaqueAddr.cc index d227d1d79..8c6c0e8c0 100644 --- a/src/cas/generic/casOpaqueAddr.cc +++ b/src/cas/generic/casOpaqueAddr.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include "casdef.h" diff --git a/src/cas/generic/casOpaqueAddrIL.h b/src/cas/generic/casOpaqueAddrIL.h index af67a5fea..86236f9b0 100644 --- a/src/cas/generic/casOpaqueAddrIL.h +++ b/src/cas/generic/casOpaqueAddrIL.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef casOpaqueAddrILh #define casOpaqueAddrILh diff --git a/src/cas/generic/casPV.cc b/src/cas/generic/casPV.cc index f88aab4dd..9cea9cf31 100644 --- a/src/cas/generic/casPV.cc +++ b/src/cas/generic/casPV.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ // diff --git a/src/cas/generic/casPVI.cc b/src/cas/generic/casPVI.cc index a08c35682..38e516187 100644 --- a/src/cas/generic/casPVI.cc +++ b/src/cas/generic/casPVI.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include "gddAppTable.h" // EPICS application type table diff --git a/src/cas/generic/casPVIIL.h b/src/cas/generic/casPVIIL.h index 690ce0fad..7db356017 100644 --- a/src/cas/generic/casPVIIL.h +++ b/src/cas/generic/casPVIIL.h @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ diff --git a/src/cas/generic/casPVListChan.cc b/src/cas/generic/casPVListChan.cc index da2b7805c..bbbb9be38 100644 --- a/src/cas/generic/casPVListChan.cc +++ b/src/cas/generic/casPVListChan.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ @@ -5,29 +14,6 @@ * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include "server.h" diff --git a/src/cas/generic/casPVListChanIL.h b/src/cas/generic/casPVListChanIL.h index 6c58cc919..9a12ba51f 100644 --- a/src/cas/generic/casPVListChanIL.h +++ b/src/cas/generic/casPVListChanIL.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ diff --git a/src/cas/generic/casStrmClient.cc b/src/cas/generic/casStrmClient.cc index 7593ab82f..88042d910 100644 --- a/src/cas/generic/casStrmClient.cc +++ b/src/cas/generic/casStrmClient.cc @@ -1,33 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * */ #include "dbMapper.h" // ait to dbr types diff --git a/src/cas/generic/casdef.h b/src/cas/generic/casdef.h index 00b61482c..7d2d129a6 100644 --- a/src/cas/generic/casdef.h +++ b/src/cas/generic/casdef.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // @@ -6,28 +15,6 @@ // (505) 665 1831 // Date: 1-95 // -// Experimental Physics and Industrial Control System (EPICS) -// -// Copyright 1991, the Regents of the University of California, -// and the University of Chicago Board of Governors. -// -// This software was produced under U.S. Government contracts: -// (W-7405-ENG-36) at the Los Alamos National Laboratory, -// and (W-31-109-ENG-38) at Argonne National Laboratory. -// -// Initial development by: -// The Controls and Automation Group (AT-8) -// Ground Test Accelerator -// Accelerator Technology Division -// Los Alamos National Laboratory -// -// Co-developed with -// The Controls and Computing Group -// Accelerator Systems Division -// Advanced Photon Source -// Argonne National Laboratory -// -// #ifndef includecasdefh #define includecasdefh diff --git a/src/cas/generic/inBuf.cc b/src/cas/generic/inBuf.cc index 0db326fd7..3e4fdd3a7 100644 --- a/src/cas/generic/inBuf.cc +++ b/src/cas/generic/inBuf.cc @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #include "server.h" diff --git a/src/cas/generic/inBufIL.h b/src/cas/generic/inBufIL.h index a17f52ad4..0097490c2 100644 --- a/src/cas/generic/inBufIL.h +++ b/src/cas/generic/inBufIL.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef inBufILh #define inBufILh diff --git a/src/cas/generic/mt/ioBlocked.cc b/src/cas/generic/mt/ioBlocked.cc index 7233a6898..89ad2ba27 100644 --- a/src/cas/generic/mt/ioBlocked.cc +++ b/src/cas/generic/mt/ioBlocked.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // Author: Jeff Hill diff --git a/src/cas/generic/outBuf.cc b/src/cas/generic/outBuf.cc index 1f2d4bdfb..2c9503d5e 100644 --- a/src/cas/generic/outBuf.cc +++ b/src/cas/generic/outBuf.cc @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #include "server.h" diff --git a/src/cas/generic/outBufIL.h b/src/cas/generic/outBufIL.h index 2c9ff44f1..3f1500c83 100644 --- a/src/cas/generic/outBufIL.h +++ b/src/cas/generic/outBufIL.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef outBufILh #define outBufILh diff --git a/src/cas/generic/server.h b/src/cas/generic/server.h index d2b67974c..273d27202 100644 --- a/src/cas/generic/server.h +++ b/src/cas/generic/server.h @@ -1,31 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #ifndef INCLserverh diff --git a/src/cas/generic/st/caServerOS.cc b/src/cas/generic/st/caServerOS.cc index 2e5893489..3abaee659 100644 --- a/src/cas/generic/st/caServerOS.cc +++ b/src/cas/generic/st/caServerOS.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cas/generic/st/casDGIntfOS.cc b/src/cas/generic/st/casDGIntfOS.cc index 2a0bb0c02..6f88317d5 100644 --- a/src/cas/generic/st/casDGIntfOS.cc +++ b/src/cas/generic/st/casDGIntfOS.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cas/generic/st/casIntfOS.cc b/src/cas/generic/st/casIntfOS.cc index b80ec9e22..c618fe281 100644 --- a/src/cas/generic/st/casIntfOS.cc +++ b/src/cas/generic/st/casIntfOS.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cas/generic/st/casOSD.h b/src/cas/generic/st/casOSD.h index 6dbbde45f..93f1f0cd8 100644 --- a/src/cas/generic/st/casOSD.h +++ b/src/cas/generic/st/casOSD.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // diff --git a/src/cas/generic/st/casStreamOS.cc b/src/cas/generic/st/casStreamOS.cc index 3560c70e4..df3fbf202 100644 --- a/src/cas/generic/st/casStreamOS.cc +++ b/src/cas/generic/st/casStreamOS.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // casStreamOS.cc // $Id$ diff --git a/src/cas/generic/st/ioBlocked.cc b/src/cas/generic/st/ioBlocked.cc index 183305204..0d9fabd94 100644 --- a/src/cas/generic/st/ioBlocked.cc +++ b/src/cas/generic/st/ioBlocked.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ diff --git a/src/cas/generic/st/osiMutexCAS.h b/src/cas/generic/st/osiMutexCAS.h index d0e1aa67f..5bcd2f335 100644 --- a/src/cas/generic/st/osiMutexCAS.h +++ b/src/cas/generic/st/osiMutexCAS.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // single threaded code NOOPs the mutex class diff --git a/src/cas/io/bsdSocket/caServerIO.cc b/src/cas/io/bsdSocket/caServerIO.cc index 1353d3cdb..2beee1264 100644 --- a/src/cas/io/bsdSocket/caServerIO.cc +++ b/src/cas/io/bsdSocket/caServerIO.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // diff --git a/src/cas/io/bsdSocket/casDGIntfIO.cc b/src/cas/io/bsdSocket/casDGIntfIO.cc index df0a64eb9..df42eb45d 100644 --- a/src/cas/io/bsdSocket/casDGIntfIO.cc +++ b/src/cas/io/bsdSocket/casDGIntfIO.cc @@ -1,30 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * Author: Jeffrey O. Hill * hill@luke.lanl.gov * (505) 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * History */ // diff --git a/src/cas/io/bsdSocket/casIOD.h b/src/cas/io/bsdSocket/casIOD.h index e38eaaada..1a6301594 100644 --- a/src/cas/io/bsdSocket/casIOD.h +++ b/src/cas/io/bsdSocket/casIOD.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // diff --git a/src/cas/io/bsdSocket/casIODIL.h b/src/cas/io/bsdSocket/casIODIL.h index 9d680f3bc..c6f1e9c70 100644 --- a/src/cas/io/bsdSocket/casIODIL.h +++ b/src/cas/io/bsdSocket/casIODIL.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef casIODILh #define casIODILh diff --git a/src/cas/io/bsdSocket/casIntfIO.cc b/src/cas/io/bsdSocket/casIntfIO.cc index fb89da23c..5bb7a6638 100644 --- a/src/cas/io/bsdSocket/casIntfIO.cc +++ b/src/cas/io/bsdSocket/casIntfIO.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // diff --git a/src/cas/io/bsdSocket/casStreamIO.cc b/src/cas/io/bsdSocket/casStreamIO.cc index ef89a6ef6..eb4939584 100644 --- a/src/cas/io/bsdSocket/casStreamIO.cc +++ b/src/cas/io/bsdSocket/casStreamIO.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // @@ -5,6 +14,9 @@ // // // $Log$ +// Revision 1.24 2002/05/29 00:19:31 jhill +// large array modifications +// // Revision 1.23 2002/02/25 15:19:51 lange // All HPUX warnings fixed. // diff --git a/src/cas/os/vms/casSpecificOS.h b/src/cas/os/vms/casSpecificOS.h index 8e5038a8a..7aad5d828 100644 --- a/src/cas/os/vms/casSpecificOS.h +++ b/src/cas/os/vms/casSpecificOS.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/cas/os/vms/mitfp.c b/src/cas/os/vms/mitfp.c index df1e3435d..ff08ed832 100644 --- a/src/cas/os/vms/mitfp.c +++ b/src/cas/os/vms/mitfp.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * mitfp.c - routines to convert between VAX float and big endian diff --git a/src/cas/os/vms/mitfp.cc b/src/cas/os/vms/mitfp.cc index e6fb71a66..5dd1903ff 100644 --- a/src/cas/os/vms/mitfp.cc +++ b/src/cas/os/vms/mitfp.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * mitfp.c - routines to convert between VAX float and big endian diff --git a/src/cas/os/vms/mitfp.h b/src/cas/os/vms/mitfp.h index b916f9c5b..dce0ad99d 100644 --- a/src/cas/os/vms/mitfp.h +++ b/src/cas/os/vms/mitfp.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ double htond(double mit); diff --git a/src/cas/os/vms/vms_depen.h b/src/cas/os/vms/vms_depen.h index 394f77942..4b7910325 100644 --- a/src/cas/os/vms/vms_depen.h +++ b/src/cas/os/vms/vms_depen.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/cas/test/gddAppFuncTableTest.cc b/src/cas/test/gddAppFuncTableTest.cc index 29b036ee3..2c95ebeda 100644 --- a/src/cas/test/gddAppFuncTableTest.cc +++ b/src/cas/test/gddAppFuncTableTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // gddAppFuncTable.h // diff --git a/src/db/Makefile b/src/db/Makefile index 0a6b35bf6..5ef38f0e4 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/db/callback.c b/src/db/callback.c index 4d99b5a4c..a93b7d46c 100644 --- a/src/db/callback.c +++ b/src/db/callback.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* callback.c */ /* share/src/db @(#)callback.c 1.7 9/14/93 */ @@ -7,12 +16,6 @@ * Date: 07-18-91 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #include #include #include diff --git a/src/db/callback.h b/src/db/callback.h index 2b3ddf0a4..a3e386c8f 100644 --- a/src/db/callback.h +++ b/src/db/callback.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ */ /* includes for general purpose callback tasks */ @@ -6,21 +15,6 @@ * Date: 07-18-91 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - -/* Modification Log: - * ----------------- - * .01 12-12-91 mrk Initial version - * .02 04-05-94 mrk Remove casts on Lvalues (ANSI forbids) - * .02 02-09-95 joh if def'd out typedef CALLBACK for - * windows - */ - - #ifndef INCcallbackh #define INCcallbackh 1 diff --git a/src/db/cvtBpt.c b/src/db/cvtBpt.c index 77ba67e9f..2362c4849 100644 --- a/src/db/cvtBpt.c +++ b/src/db/cvtBpt.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ */ /* cvtBpt.c - Convert using breakpoint table @@ -5,32 +14,6 @@ * Author: Marty Kraimer * Date: 04OCT95 * This is adaptation of old bldCvtTable - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * Modification Log: - * ----------------- - * 01 04OCT95 mrk Taken from old bldCvtTable */ #include #include diff --git a/src/db/dbAccess.c b/src/db/dbAccess.c index cf1c16857..aa390c43a 100644 --- a/src/db/dbAccess.c +++ b/src/db/dbAccess.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbAccess.c */ /* base/src/db $Id$ */ /* @@ -6,38 +15,6 @@ * Date: 11-7-90 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ -/* - * Modification Log: - * ----------------- - * .01 07-26-91 mrk Allow choices to be retrieved as numeric - * .02 08-13-91 mrk Support db_field_log for dbGetField - * .03 09-30-91 mrk Support for TPRO and DISP - * .04 10-03-91 jba Bug fix in putStringUchar - * .05 11-06-91 jba Moved processing message before record process - * .06 11-26-91 jba Added return to dbGetLink - * Fixed bug in special processing of SPC_MOD (100) - * .07 12-02-91 jba Writing to PROC will always force record process - * .08 02-05-92 jba Changed function arguments from paddr to precord - * .09 03-02-92 jba Added function dbValueSize to replace db_value_size - * .10 04-17-92 rcz put in mrk's dbNameToAddr changes for dbBase - * .11 05-18-92 mrk Changes for database internal structures - * .12 07-16-92 jba Added disable alarm severity, ansi c changes - * .13 08-05-92 jba Removed all references to dbr_field_type - * .14 09-18-92 jba replaced get of disa code with recGblGetLinkValue call - * .15 07-15-93 mrk Changes for new dbStaticLib - * .16 02-02-94 mrk Added dbPutNotify and caching - * .17 02-02-94 mrk Added init code for tsel - * .18 03-18-94 mcn Split dbAccess.c into dbAccess.c and dbLink.c - * .19 03-18-94 mcn Added breakpoint capability - * .20 03-18-94 mcn Added comments/whitespace - * .21 10-20-95 mrk Combined dbAccess and dbLink; Created dbConvert - */ - #include #include diff --git a/src/db/dbAccess.h b/src/db/dbAccess.h index 2d40142bb..909774323 100644 --- a/src/db/dbAccess.h +++ b/src/db/dbAccess.h @@ -1,15 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbAccess.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - #ifndef INCdbAccessh #define INCdbAccessh diff --git a/src/db/dbAccessDefs.h b/src/db/dbAccessDefs.h index b9876e9e3..e0b33fe90 100644 --- a/src/db/dbAccessDefs.h +++ b/src/db/dbAccessDefs.h @@ -1,31 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbAccessDefs.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* $Id$ - * - * Original Author: Bob Dalesio - * Current Author: Marty Kraimer - * Date: 6-1-90 - * - * Modification Log: - * ----------------- - * .01 12-18-91 jba Changed caddr_t to void * - * .02 03-04-92 jba Replaced dbr_value_size with dbrValueSize in dbAccess - * .03 05-28-92 mrk cleanup - * .04 08-19-92 jba added prototypes dbCaAddInlink,dbCaAddOutlink - * .05 08-19-92 jba added prototypes dbCaPutLink,dbCaGetLink - * .06 02-02-94 mrk added definitions for dbPutNotify - * .07 03-18-94 mcn added breakpoint codes, fast link protos - */ +/* $Id$ */ #ifndef INCdbAccessDefsh #define INCdbAccessDefsh diff --git a/src/db/dbAddr.h b/src/db/dbAddr.h index 957fc337d..6a2662676 100644 --- a/src/db/dbAddr.h +++ b/src/db/dbAddr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef dbAddrh #define dbAddrh diff --git a/src/db/dbBkpt.c b/src/db/dbBkpt.c index ea2f64e64..905b8618a 100644 --- a/src/db/dbBkpt.c +++ b/src/db/dbBkpt.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbBkpt.c */ /* base/src/db $Id$ */ /* @@ -5,86 +14,6 @@ * Date: 8-30-93 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - -/* Modification Log: - * ----------------- - * $Log$ - * Revision 1.27 2001/01/31 13:33:35 mrk - * osiTime=>epicsTime - * - * Revision 1.26 2001/01/18 19:07:49 mrk - * changes for osiThread=>epicsThread - * - * Revision 1.25 2001/01/12 00:27:16 jhill - * fixed bugs introduced by APS's osi => epics name changes - * - * Revision 1.24 2001/01/11 16:11:21 mrk - * replace osiSem with epicsMutex and/or epicsEvent - * - * Revision 1.23 2000/04/28 18:29:48 mrk - * add dbior; add support for c++ - * - * Revision 1.22 2000/02/29 19:33:33 mrk - * more changes for win32 build - * - * Revision 1.21 2000/02/28 20:34:04 mrk - * changes for building win32 dlls - * - * Revision 1.20 2000/02/28 20:12:11 mrk - * move dbAccess.h - * - * Revision 1.19 2000/02/28 19:40:55 mrk - * changes for creating win dlls - * - * Revision 1.18 2000/02/26 23:45:22 norume - * Reflect routine name change from threadSuspend() to epicsThreadSuspendSelf(). - * - * Revision 1.17 2000/02/25 22:26:38 mrk - * more changes for creating dlls - * - * Revision 1.16 2000/02/25 22:01:24 mrk - * changes for creating DLLs - * - * Revision 1.15 2000/02/08 20:14:59 norume - * Remove task argument to threadSuspend(). - * - * Revision 1.14 2000/01/27 19:46:40 mrk - * semId => semBinaryId and epicsMutexId - * - * Revision 1.13 2000/01/24 20:58:12 mrk - * new way to build - * - * Revision 1.12 2000/01/04 20:26:16 mrk - * replace osiClock calls with epicsTime calls - * - * Revision 1.11 1999/12/14 22:01:33 mrk - * changes for osiSem changes - * - * Revision 1.10 1999/09/13 18:26:17 mrk - * changes for 3.14 - * - * Revision 1.9 1998/01/20 16:19:48 mrk - * Fix include statements - * - * Revision 1.8 1996/08/05 19:33:40 jhill - * removed ; from if - * - * Revision 1.7 1996/04/22 14:30:38 mrk - * Changes for dynamic link modification - * - * Revision 1.6 1995/11/29 14:23:28 mrk - * Changes for replacing default.dctsdr by all ascii files - * - * Revision 1.5 1995/02/23 21:45:03 mcn - * Fixed locking error. OOPS. - * - */ - /* * Database Breakpoint Manipulation and User Interface * diff --git a/src/db/dbBkpt.h b/src/db/dbBkpt.h index 2d0b71c1f..ee3f1b1b8 100644 --- a/src/db/dbBkpt.h +++ b/src/db/dbBkpt.h @@ -1,32 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbBkpt.h */ /* base/include $Id$ */ /* * Author: Matthew Needes * Date: 8-30-93 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- */ #ifndef INCdbBkptsh diff --git a/src/db/dbCAC.h b/src/db/dbCAC.h index 8e13724d0..28d14b6c6 100644 --- a/src/db/dbCAC.h +++ b/src/db/dbCAC.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/db/dbCa.c b/src/db/dbCa.c index b6fd96978..f497c681e 100644 --- a/src/db/dbCa.c +++ b/src/db/dbCa.c @@ -1,15 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCa.c */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ /**************************************************************** * @@ -19,9 +17,6 @@ of this distribution. * * Complete replacement for dbCaDblink.c dbCaLink.c (Nicholas T. Karonis) * -* Modification Log: -* ----------------- -* .01 26MAR96 lrd rewritten for simplicity, robustness and flexibility ****************************************************************/ #include diff --git a/src/db/dbCa.h b/src/db/dbCa.h index 968d9151a..10c0f8ca2 100644 --- a/src/db/dbCa.h +++ b/src/db/dbCa.h @@ -1,14 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCa.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCdbCah #define INCdbCah diff --git a/src/db/dbCaPvt.h b/src/db/dbCaPvt.h index fe281561d..222c5750a 100644 --- a/src/db/dbCaPvt.h +++ b/src/db/dbCaPvt.h @@ -1,26 +1,19 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCaPvt.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - /**************************************************************** * * Current Author: Bob Dalesio * Contributing Author: Marty Kraimer * Date: 08APR96 * -* -* Modification Log: -* ----------------- -* .01 08APR96 mrk Made separate module for dbcar ****************************************************************/ #ifndef INCdbCaPvth diff --git a/src/db/dbCaTest.c b/src/db/dbCaTest.c index 3bf236525..14737621e 100644 --- a/src/db/dbCaTest.c +++ b/src/db/dbCaTest.c @@ -1,25 +1,19 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCaTest.c */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ /**************************************************************** * * Current Author: Marty Kraimer * Date: 10APR96 * -* -* Modification Log: -* ----------------- -* .01 10APR96 mrk list db to CA links ****************************************************************/ #include diff --git a/src/db/dbCaTest.h b/src/db/dbCaTest.h index 0e562869c..12e88ea65 100644 --- a/src/db/dbCaTest.h +++ b/src/db/dbCaTest.h @@ -1,16 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCaTest.h */ /* Author: Marty Kraimer Date: 25FEB2000 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCdbTesth #define INCdbTesth 1 diff --git a/src/db/dbChannelIO.cpp b/src/db/dbChannelIO.cpp index 3e4646db5..4b9b69764 100644 --- a/src/db/dbChannelIO.cpp +++ b/src/db/dbChannelIO.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbChannelIO.h b/src/db/dbChannelIO.h index 093bb33ff..b3ae5818f 100644 --- a/src/db/dbChannelIO.h +++ b/src/db/dbChannelIO.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbCommon.dbd b/src/db/dbCommon.dbd index ddfdfbbe4..96fe91e28 100644 --- a/src/db/dbCommon.dbd +++ b/src/db/dbCommon.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* field(NAME,DBF_STRING) { prompt("Record Name") special(SPC_NOMOD) diff --git a/src/db/dbCommonRecord.dbd b/src/db/dbCommonRecord.dbd index 83e484a84..a988619ae 100644 --- a/src/db/dbCommonRecord.dbd +++ b/src/db/dbCommonRecord.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* recordtype(dbCommon) { include "dbCommon.dbd" } diff --git a/src/db/dbConvert.c b/src/db/dbConvert.c index eb990ec06..d176b3dc8 100644 --- a/src/db/dbConvert.c +++ b/src/db/dbConvert.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbConvert.c */ /* * Original Author: Bob Dalesio @@ -5,12 +14,6 @@ * Date: 11-7-90 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #include #include #include diff --git a/src/db/dbConvert.h b/src/db/dbConvert.h index f0c636b7c..a4e3e4e3c 100644 --- a/src/db/dbConvert.h +++ b/src/db/dbConvert.h @@ -1,16 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbConvert.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - #ifndef INCdbConverth #define INCdbConverth diff --git a/src/db/dbConvertFast.h b/src/db/dbConvertFast.h index a1257c5cc..cd9f4f963 100644 --- a/src/db/dbConvertFast.h +++ b/src/db/dbConvertFast.h @@ -1,16 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbConvertFast.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - #ifndef INCdbConvertFasth #define INCdbConvertFasth diff --git a/src/db/dbEvent.c b/src/db/dbEvent.c index d50f68699..bf2f2962c 100644 --- a/src/db/dbEvent.c +++ b/src/db/dbEvent.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbEvent.c */ /* $Id$ */ /* routines for scheduling events to lower priority tasks via the RT kernel */ @@ -6,18 +15,6 @@ * Date: 4-1-89 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - #include #include #include diff --git a/src/db/dbEvent.h b/src/db/dbEvent.h index 582714eb8..cd280bb2f 100644 --- a/src/db/dbEvent.h +++ b/src/db/dbEvent.h @@ -1,30 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author: Jeff Hill * Date: 030393 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #ifndef INCLdbEventh diff --git a/src/db/dbFastLinkConv.c b/src/db/dbFastLinkConv.c index ffefee6f5..ce529b9a9 100644 --- a/src/db/dbFastLinkConv.c +++ b/src/db/dbFastLinkConv.c @@ -1,32 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbFastLinkConv.c */ /* base/src/db $Id$ */ /* * Author: Matthew Needes * Date: 12-9-93 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- */ #include #include diff --git a/src/db/dbLock.c b/src/db/dbLock.c index 7a784a975..3e36a5d49 100644 --- a/src/db/dbLock.c +++ b/src/db/dbLock.c @@ -1,21 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbLock.c */ /* Author: Marty Kraimer Date: 12MAR96 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 12MAR96 mrk Initial Implementation -*/ /************** DISCUSSION OF DYNAMIC LINK MODIFICATION ********************** diff --git a/src/db/dbLock.h b/src/db/dbLock.h index 79712efd0..5e82925ef 100644 --- a/src/db/dbLock.h +++ b/src/db/dbLock.h @@ -1,20 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbLock.h */ /* Author: Marty Kraimer Date: 12MAR96 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 12MAR96 mrk Initial Implementation -*/ #ifndef INCdbLockh #define INCdbLockh diff --git a/src/db/dbNotify.c b/src/db/dbNotify.c index a492b5316..b35fa7d41 100644 --- a/src/db/dbNotify.c +++ b/src/db/dbNotify.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbNotify.c */ /* base/src/db $Id$ */ /* @@ -5,16 +14,6 @@ * Date: 03-30-95 * Extracted from dbLink.c */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #include #include diff --git a/src/db/dbNotify.h b/src/db/dbNotify.h index a3d5b3381..f93d3514a 100644 --- a/src/db/dbNotify.h +++ b/src/db/dbNotify.h @@ -1,15 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbNotify.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - #ifndef INCdbNotifyh #define INCdbNotifyh diff --git a/src/db/dbPutNotifyBlocker.cpp b/src/db/dbPutNotifyBlocker.cpp index f65c4d19f..ef4e5b47f 100644 --- a/src/db/dbPutNotifyBlocker.cpp +++ b/src/db/dbPutNotifyBlocker.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbPutNotifyBlocker.h b/src/db/dbPutNotifyBlocker.h index e4d1594a6..bd5414929 100644 --- a/src/db/dbPutNotifyBlocker.h +++ b/src/db/dbPutNotifyBlocker.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbScan.c b/src/db/dbScan.c index d5a26d4f4..a2f85ac27 100644 --- a/src/db/dbScan.c +++ b/src/db/dbScan.c @@ -1,45 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbScan.c */ /* tasks and subroutines to scan the database */ /* * Original Author: Bob Dalesio * Current Author: Marty Kraimer * Date: 07/18/91 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 07-18-91 mrk major revision of old scan tasks - * .02 02-05-92 jba Changed function arguments from paddr to precord - * .03 05-19-92 mrk Changes for internal database structure changes - * .04 08-11-92 jba ANSI C changes - * .05 08-26-92 jba init piosl NULL in scanAdd,scanDelete & added test - * .06 08-27-92 mrk removed support for old I/O event scanning - * .07 12-11-92 mrk scanDelete crashed if no get_ioint_info existed. - * .08 02-02-94 mrk added scanOnce - * .09 02-03-94 mrk If scanAdd fails set precord->scan=SCAN_PASSIVE - * .10 02-22-94 mrk Make init work if 1st record has 28 char name - * .11 05-04-94 mrk Call taskwdRemove only if spawing again - * .12 05-02-96 mrk Allow multiple priority event scan */ #include diff --git a/src/db/dbScan.h b/src/db/dbScan.h index 2378682e5..9c55467e3 100644 --- a/src/db/dbScan.h +++ b/src/db/dbScan.h @@ -1,15 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * * Author: Marty Kraimer * Date: 07-17-91 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbScanh #define INCdbScanh 1 diff --git a/src/db/dbServiceIO.cpp b/src/db/dbServiceIO.cpp index 95246fd85..d9b4b3cd8 100644 --- a/src/db/dbServiceIO.cpp +++ b/src/db/dbServiceIO.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/db/dbServiceIOReadNotifyCache.cpp b/src/db/dbServiceIOReadNotifyCache.cpp index cbd1a9acd..eff5f81fe 100644 --- a/src/db/dbServiceIOReadNotifyCache.cpp +++ b/src/db/dbServiceIOReadNotifyCache.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbSubscriptionIO.cpp b/src/db/dbSubscriptionIO.cpp index 48940a3e5..ede431cab 100644 --- a/src/db/dbSubscriptionIO.cpp +++ b/src/db/dbSubscriptionIO.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/dbTest.c b/src/db/dbTest.c index 875e824ba..89702a221 100644 --- a/src/db/dbTest.c +++ b/src/db/dbTest.c @@ -1,16 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbTest.c */ /* base/src/db $Id$ */ /* database access test subroutines */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #include #include diff --git a/src/db/dbTest.h b/src/db/dbTest.h index f2d8c66ad..836a99f82 100644 --- a/src/db/dbTest.h +++ b/src/db/dbTest.h @@ -1,16 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbTest.h */ /* Author: Marty Kraimer Date: 25FEB2000 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCdbTesth #define INCdbTesth 1 diff --git a/src/db/db_access.c b/src/db/db_access.c index 36555666c..9747b1f77 100644 --- a/src/db/db_access.c +++ b/src/db/db_access.c @@ -1,41 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* db_access.c */ /* base/src/db $Id$ */ /* db_access.c - Interface between old database access and new */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 06-25-91 joh inserted the RISC aligned db_access.h structures - * .02 08-06-91 mrk Make extra values 0 - * .03 08-13-91 mrk Add pfl argument to dbGetField calls - * .04 02-05-92 jba Changed function arguments from paddr to precord - * .05 02-28-92 jba ANSI C changes - * .06 07-21-92 jba ANSI C changes - * .07 02-02-94 mrk added dbPutNotifyMapType - * .08 10-10-96 joh eliminated the dbAddr/db_addr mess */ diff --git a/src/db/db_access_routines.h b/src/db/db_access_routines.h index 4b12727ca..4dde58fb7 100644 --- a/src/db/db_access_routines.h +++ b/src/db/db_access_routines.h @@ -1,17 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* base/include/db_access_routines.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - /* This defined routines for old database access. These were broken out of db_access.h so that ca can be build independent of db. src/ca contains db_access, which contains that data definitions diff --git a/src/db/db_convert.h b/src/db/db_convert.h index 725309670..861964d5e 100644 --- a/src/db/db_convert.h +++ b/src/db/db_convert.h @@ -1,18 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* db_convert.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1991 Regents of the University of California, -and the University of Chicago Board of Governors. - -This software was developed under a United States Government license -described on the COPYRIGHT_Combined file included as part -of this distribution. -**********************************************************************/ - - #ifndef INCLdb_converth #define INCLdb_converth diff --git a/src/db/db_field_log.h b/src/db/db_field_log.h index 7303bc59a..9c2d61115 100644 --- a/src/db/db_field_log.h +++ b/src/db/db_field_log.h @@ -1,32 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Author: Jeffrey O. Hill * Date: 4-1-89 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * NOTES: - * - * Modification Log: - * ----------------- */ #ifndef INCLdb_field_logh #define INCLdb_field_logh diff --git a/src/db/db_test.c b/src/db/db_test.c index fdc443a9d..412cfdf41 100644 --- a/src/db/db_test.c +++ b/src/db/db_test.c @@ -1,37 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/db @(#)db_test.c 1.10 2/3/94 */ /* database access subroutines */ /* * Author: Bob Dalesio * Date: 4/15/88 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 07-26-91 mrk Major cleanup - * .02 08-06-91 mrk More cleanup - * .03 08-13-91 mrk Added extra null arg to db_get_field calls - * .04 02-02-94 mrk added tpn (test put notify) - * .05 02-03-94 mrk gft was overrunning its buffer for arrays */ #include #include diff --git a/src/db/db_test.h b/src/db/db_test.h index 5778e2b38..b0036515f 100644 --- a/src/db/db_test.h +++ b/src/db/db_test.h @@ -1,16 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* base/include/db_test.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - #ifndef INCLdb_testh #define INCLdb_testh diff --git a/src/db/initHooks.c b/src/db/initHooks.c index ff7d8656f..2468a16cb 100644 --- a/src/db/initHooks.c +++ b/src/db/initHooks.c @@ -1,38 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/db/initHooks.c*/ /* * Authors: Benjamin Franksen (BESY) and Marty Kraimer * Date: 06-01-91 * major Revision: 07JuL97 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 09-05-92 rcz initial version - * .02 09-10-92 rcz changed return from void to long - * .03 09-10-92 rcz changed completely - * .04 09-10-92 rcz bug - moved call to setMasterTimeToSelf later - * .04 07-15-97 mrk Benjamin Franksen allow multiple functions - * */ diff --git a/src/db/initHooks.h b/src/db/initHooks.h index e9159824c..46e3224f7 100644 --- a/src/db/initHooks.h +++ b/src/db/initHooks.h @@ -1,36 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/src/db/initHooks.h*/ /* * Authors: Benjamin Franksen (BESY) and Marty Kraimer * Date: 06-01-91 * major Revision: 07JuL97 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 09-05-92 rcz initial version - * .02 09-10-92 rcz changed completely - * .03 07-15-97 mrk Benjamin Franksen allow multiple functions - * */ diff --git a/src/db/menuAlarmSevr.dbd b/src/db/menuAlarmSevr.dbd index b53313fd0..ae6661a9e 100644 --- a/src/db/menuAlarmSevr.dbd +++ b/src/db/menuAlarmSevr.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuAlarmSevr) { choice(menuAlarmSevrNO_ALARM,"NO_ALARM") choice(menuAlarmSevrMINOR,"MINOR") diff --git a/src/db/menuAlarmStat.dbd b/src/db/menuAlarmStat.dbd index 298080f57..e8d7f1ced 100644 --- a/src/db/menuAlarmStat.dbd +++ b/src/db/menuAlarmStat.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuAlarmStat) { choice(menuAlarmStatNO_ALARM,"NO_ALARM") choice(menuAlarmStatREAD,"READ") diff --git a/src/db/menuArrType.dbd b/src/db/menuArrType.dbd index 765bd8108..e278ed00f 100644 --- a/src/db/menuArrType.dbd +++ b/src/db/menuArrType.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuArrType) { choice(menuArrType8_bit_integers,"8 bit integers") choice(menuArrType16_bit_integers,"16 bit integers") diff --git a/src/db/menuCompress.dbd b/src/db/menuCompress.dbd index f2fc14573..68b68e2a2 100644 --- a/src/db/menuCompress.dbd +++ b/src/db/menuCompress.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuCompress) { choice(menuCompressN_to_1_First_Value,"N to 1 First Value") choice(menuCompressN_to_1_Low_Value,"N to 1 Low Value") diff --git a/src/db/menuFtype.dbd b/src/db/menuFtype.dbd index 28c87861c..ff20e0ca4 100644 --- a/src/db/menuFtype.dbd +++ b/src/db/menuFtype.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuFtype) { choice(menuFtypeSTRING,"STRING") choice(menuFtypeCHAR,"CHAR") diff --git a/src/db/menuGlobal.dbd b/src/db/menuGlobal.dbd index 97205ab4b..862e088e5 100644 --- a/src/db/menuGlobal.dbd +++ b/src/db/menuGlobal.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* include "menuAlarmSevr.dbd" include "menuAlarmStat.dbd" include "menuArrType.dbd" diff --git a/src/db/menuIvoa.dbd b/src/db/menuIvoa.dbd index 4916e9a39..b1b3ce51f 100644 --- a/src/db/menuIvoa.dbd +++ b/src/db/menuIvoa.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuIvoa) { choice(menuIvoaContinue_normally,"Continue normally") choice(menuIvoaDon_t_drive_outputs,"Don't drive outputs") diff --git a/src/db/menuOmsl.dbd b/src/db/menuOmsl.dbd index a25e889bb..3022437dc 100644 --- a/src/db/menuOmsl.dbd +++ b/src/db/menuOmsl.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuOmsl) { choice(menuOmslsupervisory,"supervisory") choice(menuOmslclosed_loop,"closed_loop") diff --git a/src/db/menuPriority.dbd b/src/db/menuPriority.dbd index c7b05cb54..155caa5e7 100644 --- a/src/db/menuPriority.dbd +++ b/src/db/menuPriority.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuPriority) { choice(menuPriorityLOW,"LOW") choice(menuPriorityMEDIUM,"MEDIUM") diff --git a/src/db/menuScan.dbd b/src/db/menuScan.dbd index 9ca3fb143..05bb12e8e 100644 --- a/src/db/menuScan.dbd +++ b/src/db/menuScan.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuScan) { choice(menuScanPassive,"Passive") choice(menuScanEvent,"Event") diff --git a/src/db/menuYesNo.dbd b/src/db/menuYesNo.dbd index bb42f1a52..2d09dd65a 100644 --- a/src/db/menuYesNo.dbd +++ b/src/db/menuYesNo.dbd @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* menu(menuYesNo) { choice(menuYesNoNO,"NO") choice(menuYesNoYES,"YES") diff --git a/src/db/recGbl.c b/src/db/recGbl.c index 29679baf6..675b6974c 100644 --- a/src/db/recGbl.c +++ b/src/db/recGbl.c @@ -1,44 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* recGbl.c - Global record processing routines */ /* base/src/db $Id$ */ /* * Author: Marty Kraimer * Date: 11-7-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 11-16-91 jba Added recGblGetGraphicDouble, recGblGetControlDouble - * .02 02-28-92 jba ANSI C changes - * .03 05-19-92 mrk Changes for internal database structure changes - * .04 07-16-92 jba changes made to remove compile warning msgs - * .05 07-21-92 jba Added recGblGetAlarmDouble - * .06 08-07-92 jba Added recGblGetLinkValue, recGblPutLinkValue - * .07 08-07-92 jba Added RTN_SUCCESS check for status - * .08 09-15-92 jba changed error parm in recGblRecordError calls - * .09 09-17-92 jba ANSI C changes - * .10 01-27-93 jba set pact to true during calls to dbPutLink - * .11 03-21-94 mcn Added fast link routines */ #include diff --git a/src/db/recGbl.h b/src/db/recGbl.h index ea2f6a462..b5eab96c9 100644 --- a/src/db/recGbl.h +++ b/src/db/recGbl.h @@ -1,32 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* recGbl.h */ /* Record Global * Author: Marty Kraimer * Date: 13Jun95 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 12Jun95 mrk Removed from recSup.h */ #ifndef INCrecGblh #define INCrecGblh 1 diff --git a/src/db/templateInstances.cpp b/src/db/templateInstances.cpp index 6f4947053..a73338cfa 100644 --- a/src/db/templateInstances.cpp +++ b/src/db/templateInstances.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/db/test/Makefile b/src/db/test/Makefile index ed9615fa7..849ca14e5 100644 --- a/src/db/test/Makefile +++ b/src/db/test/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../.. include $(TOP)/configure/CONFIG diff --git a/src/db/test/callbackTest.c b/src/db/test/callbackTest.c index 3af470978..04fdd3729 100644 --- a/src/db/test/callbackTest.c +++ b/src/db/test/callbackTest.c @@ -1,13 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* callbackTest.c */ /* Author: Marty Kraimer Date: 26JAN2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #include #include #include diff --git a/src/db/test/callbackTestMain.c b/src/db/test/callbackTestMain.c index aec271a77..f8f7ff742 100644 --- a/src/db/test/callbackTestMain.c +++ b/src/db/test/callbackTestMain.c @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* callbackTestMain.c */ /* Author: Marty Kraimer Date: 26JAN2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #include #include #include diff --git a/src/dbStatic/Makefile b/src/dbStatic/Makefile index 7567b8d00..52ce36c22 100644 --- a/src/dbStatic/Makefile +++ b/src/dbStatic/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/dbStatic/alarm.h b/src/dbStatic/alarm.h index c55e7e8b4..620ea13ec 100644 --- a/src/dbStatic/alarm.h +++ b/src/dbStatic/alarm.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* Alarm definitions (Must Match choiceGbl.ascii) */ /* $Id$ */ @@ -5,45 +14,6 @@ * Original Author: Bob Dalesio * Current Author: Marty Kraimer * Date: 11-7-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .00 mm-dd-yy iii Comment - * .01 07-16-92 jba changed VALID_ALARM to INVALID_ALARM - * .02 08-11-92 jba added new status DISABLE_ALARM, SIMM_ALARM - * .03 05-11-94 jba added new status READ_ACCESS_ALARM, WRITE_ACCESS_ALARM - * $Log$ - * Revision 1.4 1999/09/13 18:28:07 mrk - * changes for 3.14 - * - * Revision 1.3 1998/03/12 20:43:35 jhill - * fixed string defs - * - * Revision 1.2 1996/06/19 19:59:31 jhill - * added missing defines/enums, corrected defines - * - * */ #ifndef INCalarmh diff --git a/src/dbStatic/alarmString.h b/src/dbStatic/alarmString.h index 6795a23f4..962c8e17d 100644 --- a/src/dbStatic/alarmString.h +++ b/src/dbStatic/alarmString.h @@ -1,39 +1,13 @@ -/* $Id$ - * Author: - * Date: - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 06-06-91 bkc Modified alarmSeverityString: add VALID alarm, - * remove INFO alarm - * .02 09-10-91 bkc Change status string corresponding to - * dbconV2/menus.c - * .03 07-16-92 jba changed VALID_ALARM to INVALID_ALARM - * .04 02-03-93 jba added 2 new status values - * .05 05-11-94 jba addd READ_ACCESS, WRITE_ACCESS, rmvd EPICS_V2 ifdef - * ... - */ +/*************************************************************************\ +* 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. +\*************************************************************************/ +/* $Id$ */ /* alarmString.h - String values for alarms (Must match alarm.h)!!!!*/ /* share/epicsH @(#)alarmString.h 1.3 11/6/90 */ diff --git a/src/dbStatic/dbBase.h b/src/dbStatic/dbBase.h index a857ca0a6..841339e65 100644 --- a/src/dbStatic/dbBase.h +++ b/src/dbStatic/dbBase.h @@ -1,34 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * * Current Author: Marty Kraimer * Date: 03-19-92 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 03-19-92 mrk Original - * .02 05-18-92 rcz New database access - * .03 09-21-92 rcz removed #include */ #ifndef INCdbBaseh diff --git a/src/dbStatic/dbExpand.c b/src/dbStatic/dbExpand.c index 475933593..214aaf2c6 100644 --- a/src/dbStatic/dbExpand.c +++ b/src/dbStatic/dbExpand.c @@ -1,20 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbExpand.c */ /* Author: Marty Kraimer Date: 30NOV95 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 30NOV95 mrk Initial Implementation -*/ #include #include diff --git a/src/dbStatic/dbFldTypes.h b/src/dbStatic/dbFldTypes.h index b530012bf..dc5746b58 100644 --- a/src/dbStatic/dbFldTypes.h +++ b/src/dbStatic/dbFldTypes.h @@ -1,32 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 mm-dd-yy iii Comment */ #ifndef INCdbFldTypesh #define INCdbFldTypesh 1 diff --git a/src/dbStatic/dbLexRoutines.c b/src/dbStatic/dbLexRoutines.c index 9e1602523..1a5b90ec0 100644 --- a/src/dbStatic/dbLexRoutines.c +++ b/src/dbStatic/dbLexRoutines.c @@ -1,21 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbLexRoutines.c */ /* Author: Marty Kraimer Date: 13JUL95*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ -/* - * - * Modification Log: - * ----------------- - * .01 13JUL95 mrk Initial Implementation - */ /*The routines in this module are serially reusable NOT reentrant*/ diff --git a/src/dbStatic/dbPvdLib.c b/src/dbStatic/dbPvdLib.c index 9e9a0189d..65ced4afb 100644 --- a/src/dbStatic/dbPvdLib.c +++ b/src/dbStatic/dbPvdLib.c @@ -1,14 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*dbPvdLib.c*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #include #include #include diff --git a/src/dbStatic/dbReadTest.c b/src/dbStatic/dbReadTest.c index de7bc1055..781b7add8 100644 --- a/src/dbStatic/dbReadTest.c +++ b/src/dbStatic/dbReadTest.c @@ -1,20 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbReadTest.c */ /* Author: Marty Kraimer Date: 13JUL95 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 13JUL95 mrk Initial Implementation -*/ #include #include diff --git a/src/dbStatic/dbStaticLib.c b/src/dbStatic/dbStaticLib.c index 725e7e024..48114f205 100644 --- a/src/dbStatic/dbStaticLib.c +++ b/src/dbStatic/dbStaticLib.c @@ -1,23 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*dbStaticLib.c*/ /* share/src/db @(#)dbStaticLib.c 1.21 7/11/94 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* - * Modification Log: - * ----------------- - * .01 02-03-93 mrk Consolidated all databse defs in one place - * .02 09-10-93 mrk dbIsDefault always returns FALSE for DEVCHOICE - * .03 02-23-94 mrk dbPutString to DEV_CHOICE. Ok if no INP or OUT - */ #include #include diff --git a/src/dbStatic/dbStaticLib.h b/src/dbStatic/dbStaticLib.h index 1eff7c91e..42626e886 100644 --- a/src/dbStatic/dbStaticLib.h +++ b/src/dbStatic/dbStaticLib.h @@ -1,33 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * * Author: Marty Kraimer * Date: 06-08-93 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 06-08-93 mrk Replace dbManipulate - * .02 06-07-95 mrk Get rid of default.dctsdr info */ #ifndef INCdbStaticLibh diff --git a/src/dbStatic/dbStaticNoRun.c b/src/dbStatic/dbStaticNoRun.c index a77548724..dcd83aa6e 100644 --- a/src/dbStatic/dbStaticNoRun.c +++ b/src/dbStatic/dbStaticNoRun.c @@ -1,20 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*dbStaticNoRun.c*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* - * Modification Log: - * ----------------- - * .01 06-JUN-95 mrk Initial Version - */ #include #include diff --git a/src/dbStatic/dbStaticPvt.h b/src/dbStatic/dbStaticPvt.h index 6944dd509..139f2beb0 100644 --- a/src/dbStatic/dbStaticPvt.h +++ b/src/dbStatic/dbStaticPvt.h @@ -1,32 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbStaticPvt.h */ /* * Author: Marty Kraimer * Date: 06Jun95 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 06JUN95 mrk Initial version */ #ifndef INCdbStaticPvth diff --git a/src/dbStatic/dbStaticRun.c b/src/dbStatic/dbStaticRun.c index 104e28cdf..232dcc04e 100644 --- a/src/dbStatic/dbStaticRun.c +++ b/src/dbStatic/dbStaticRun.c @@ -1,19 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*dbStaticLibRun.c*/ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 06-12-95 mrk Initial - */ #include #include diff --git a/src/dbStatic/dbToMenuH.c b/src/dbStatic/dbToMenuH.c index 8b74f70ca..c810f994f 100644 --- a/src/dbStatic/dbToMenuH.c +++ b/src/dbStatic/dbToMenuH.c @@ -1,20 +1,14 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbToMenu.c */ /* Author: Marty Kraimer Date: 11Sep95 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 11Sep95 mrk Initial Implementation -*/ #include #include #include diff --git a/src/dbStatic/dbToRecordtypeH.c b/src/dbStatic/dbToRecordtypeH.c index a453928dd..7061edf9a 100644 --- a/src/dbStatic/dbToRecordtypeH.c +++ b/src/dbStatic/dbToRecordtypeH.c @@ -1,20 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbToRecordtypeH.c */ /* Author: Marty Kraimer Date: 11Sep95 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ - -/* Modification Log: - * ----------------- - * .01 11Sep95 mrk Initial Implementation -*/ #include #include #include diff --git a/src/dbStatic/devSup.h b/src/dbStatic/devSup.h index eb7c72b02..163bb0645 100644 --- a/src/dbStatic/devSup.h +++ b/src/dbStatic/devSup.h @@ -1,36 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* devSup.h Device Support */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 10-04-91 jba Added error message - * .02 05-18-92 rcz Changed macro "GET_DEVSUP(" to "GET_PDEVSUP(precDevSup," - * .03 05-18-92 rcz Structure devSup changed element name from dsetName to papDsetName - * .04 05-18-92 rcz New database access */ #ifndef INCdevSuph diff --git a/src/dbStatic/drvSup.h b/src/dbStatic/drvSup.h index 6c344ea32..06034bffd 100644 --- a/src/dbStatic/drvSup.h +++ b/src/dbStatic/drvSup.h @@ -1,35 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* drvSup.h Driver Support */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 05-21-92 rcz changed drvetName to papDrvName - * .02 05-18-92 rcz New database access (removed extern) */ #ifndef INCdrvSuph diff --git a/src/dbStatic/guigroup.h b/src/dbStatic/guigroup.h index 03c7ffe7d..19107ae52 100644 --- a/src/dbStatic/guigroup.h +++ b/src/dbStatic/guigroup.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ these are used in the pmt (prompt) field of the record support diff --git a/src/dbStatic/link.h b/src/dbStatic/link.h index ef478e904..d839d0653 100644 --- a/src/dbStatic/link.h +++ b/src/dbStatic/link.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* link.h */ /* base/include $Id$ */ @@ -5,36 +14,6 @@ * Original Author: Bob Dalesio * Current Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 12-18-91 jba Changed caddr_t to void * - * .02 3-16-92 frl changed link.value.value to double - * .03 9-9-92 frl added vxi link type - * .04 12-13-93 mcn added conversion pointer for fast links - * .05 1-10-95 jt added rf_io structure - * .06 01-10-96 lrd added ca_link structure fields */ #include "dbDefs.h" diff --git a/src/dbStatic/recSup.h b/src/dbStatic/recSup.h index 6afa17c5a..53bc0f508 100644 --- a/src/dbStatic/recSup.h +++ b/src/dbStatic/recSup.h @@ -1,47 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* recSup.h * Record Support * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 11-11-91 jba Added include dbCommon.h,recGblSetSevr,recGblResetSevr - * .02 12-18-91 jba Changed caddr_t to void * - * .03 03-04-92 jba Added include for dbAccess.h - * .04 05-18-92 rcz removed extern - * .05 05-18-92 rcz Changed macro "GET_PRSET(" to "GET_PRSET(precSup," - * .06 05-18-92 rcz New database access (removed extern) - * .07 07-16-92 jba Added macro recGblFwdLink - * .08 07-16-92 jba changed VALID_ALARM to INVALID_ALARM - * .09 08-10-92 jba added #defines for SIMM processing - * .10 08-11-92 jba added DB_INTEREST masks - * .11 08-13-92 jba added prototype for recGblGetAlarmDouble, - * .12 08-14-92 jba added prototypes recGblGetLinkValue,recGblPutLinkValue - * .13 09-15-92 jba added vxWorks ifdef - * .14 -7-27-93 mrk remove recGblResetSevr add recGblResetAlarms - * .15 03-18-94 mcn added fast link macros and prototypes - * .16 06-13-95 mrk moved recGbl defs to recGbl.h */ #ifndef INCrecSuph diff --git a/src/dbStatic/special.h b/src/dbStatic/special.h index ca04d7170..caa204f5a 100644 --- a/src/dbStatic/special.h +++ b/src/dbStatic/special.h @@ -1,37 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* special.h */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 06-07-91 mrk Cleaned up - * .02 03-04-92 jba Added special Hardware Link - * .03 07-27-93 mrk Added SPC_ALARMACK - * .04 02-09-94 mrk Added SPC_AS */ #ifndef INCspecialh diff --git a/src/dbtools/Makefile b/src/dbtools/Makefile index 3fd436a80..05a2ed922 100644 --- a/src/dbtools/Makefile +++ b/src/dbtools/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/dbtools/dbLoadTemplate.h b/src/dbtools/dbLoadTemplate.h index f05fba390..a341b8098 100644 --- a/src/dbtools/dbLoadTemplate.h +++ b/src/dbtools/dbLoadTemplate.h @@ -1,14 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbLoadTemplate.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCdbLoadTemplateh #define INCdbLoadTemplateh diff --git a/src/dbtools/dbLoadTemplate.html b/src/dbtools/dbLoadTemplate.html index 10b9b6229..4943b8c6f 100644 --- a/src/dbtools/dbLoadTemplate.html +++ b/src/dbtools/dbLoadTemplate.html @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/dbtools/dbLoadTemplate.y b/src/dbtools/dbLoadTemplate.y
index be9b035f5..81e9026c9 100644
--- a/src/dbtools/dbLoadTemplate.y
+++ b/src/dbtools/dbLoadTemplate.y
@@ -4,31 +4,6 @@
  *
  *     Author:	Jim Kowalkowski
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	10-29-93	jbk	initial version
- *
  ***********************************************************************/
 
 #include 
diff --git a/src/dev/Makefile b/src/dev/Makefile
index 4a9333beb..64a9721ac 100644
--- a/src/dev/Makefile
+++ b/src/dev/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 TOP=../..
 
diff --git a/src/dev/softDev/Makefile b/src/dev/softDev/Makefile
index 9013e8e7e..6e724252e 100644
--- a/src/dev/softDev/Makefile
+++ b/src/dev/softDev/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 
 include $(TOP)/configure/CONFIG
diff --git a/src/dev/softDev/devAiSoft.c b/src/dev/softDev/devAiSoft.c
index 4d15a337a..1e6ed02fe 100644
--- a/src/dev/softDev/devAiSoft.c
+++ b/src/dev/softDev/devAiSoft.c
@@ -1,37 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAiSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author: Marty Kraimer
  *      Date:  3/6/91
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .11  10-10-92        jba     replaced code with recGblGetLinkValue call
- * 	...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devAiSoftRaw.c b/src/dev/softDev/devAiSoftRaw.c
index 1df0e5d8b..c8de36047 100644
--- a/src/dev/softDev/devAiSoftRaw.c
+++ b/src/dev/softDev/devAiSoftRaw.c
@@ -1,38 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAiSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  03-04-92        jba     Added special_linconv 
- * .03	03-13-92	jba	ANSI C changes
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- * 	...
  */
 #include 
 #include 
diff --git a/src/dev/softDev/devAoSoft.c b/src/dev/softDev/devAoSoft.c
index ff3b8db8a..68391dfbe 100644
--- a/src/dev/softDev/devAoSoft.c
+++ b/src/dev/softDev/devAoSoft.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAoSoft.c */
 /* base/src/dev $Id$ */
 
@@ -6,36 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03	03-13-92	jba	ANSI C changes
- * .04	04-01-92	jba	Changed return of init_record to dont convert
- * .05  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 
 #include	
diff --git a/src/dev/softDev/devAoSoftRaw.c b/src/dev/softDev/devAoSoftRaw.c
index a37afc695..2cc5b2afa 100644
--- a/src/dev/softDev/devAoSoftRaw.c
+++ b/src/dev/softDev/devAoSoftRaw.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAoSoftRaw.c */
 /* base/src/dev $Id$ */
 
@@ -5,35 +14,6 @@
 /*
  *      Author:         Janet Anderson
  *      Date:           09-25-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  03-04-92        jba     Added special_linconv
- * .03	03-13-92	jba	ANSI C changes
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 
 #include 
diff --git a/src/dev/softDev/devBiSoft.c b/src/dev/softDev/devBiSoft.c
index 2637fd677..55292e6fa 100644
--- a/src/dev/softDev/devBiSoft.c
+++ b/src/dev/softDev/devBiSoft.c
@@ -1,37 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBiSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devBiSoftRaw.c b/src/dev/softDev/devBiSoftRaw.c
index 90dfba4ff..425f9add1 100644
--- a/src/dev/softDev/devBiSoftRaw.c
+++ b/src/dev/softDev/devBiSoftRaw.c
@@ -1,38 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBiSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03	03-13-92	jba	ANSI C changes
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devBoSoft.c b/src/dev/softDev/devBoSoft.c
index 98d91cb08..8a1799bd6 100644
--- a/src/dev/softDev/devBoSoft.c
+++ b/src/dev/softDev/devBoSoft.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBoSoft.c */
 /* base/src/dev $Id$ */
 
@@ -6,35 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  04-01-92        jba     Changed return of init_record to dont convert
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 
 
diff --git a/src/dev/softDev/devBoSoftRaw.c b/src/dev/softDev/devBoSoftRaw.c
index ca71dac5f..b042c6f00 100644
--- a/src/dev/softDev/devBoSoftRaw.c
+++ b/src/dev/softDev/devBoSoftRaw.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBoSoftRaw.c */
 /* base/src/dev $Id$ */
 
@@ -5,33 +14,6 @@
 /*
  *      Author:		Janet Anderson
  *      Date:		3-28-92
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  03-28-92        jba     Initial version
- * .02  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 
 
diff --git a/src/dev/softDev/devEventSoft.c b/src/dev/softDev/devEventSoft.c
index b13e54953..2b61335e0 100644
--- a/src/dev/softDev/devEventSoft.c
+++ b/src/dev/softDev/devEventSoft.c
@@ -1,36 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devEventSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	04-21-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .00  12-13-91        jba     Initial definition
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
- * .04  03-03-94	mrk	Move constant link value to val only if val is zero
 */
 #include	
 #include	
diff --git a/src/dev/softDev/devHistogramSoft.c b/src/dev/softDev/devHistogramSoft.c
index 7dc40f348..9b9116070 100644
--- a/src/dev/softDev/devHistogramSoft.c
+++ b/src/dev/softDev/devHistogramSoft.c
@@ -1,36 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devHistogramSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		07/02/91
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	mm-dd-yy	iii	Comment
- * .02	mm-dd-yy	iii	Comment
- * .03	03-13-92	jba	ANSI C changes
- * 	...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devLiSoft.c b/src/dev/softDev/devLiSoft.c
index 4e168bd9c..67c0a40a7 100644
--- a/src/dev/softDev/devLiSoft.c
+++ b/src/dev/softDev/devLiSoft.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devLiSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	09-23-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
 */
 #include	
 #include	
diff --git a/src/dev/softDev/devLoSoft.c b/src/dev/softDev/devLoSoft.c
index 3d5a3ab15..f98034887 100644
--- a/src/dev/softDev/devLoSoft.c
+++ b/src/dev/softDev/devLoSoft.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devLoSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	09-23-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Lource
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
 */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbbiDirectSoft.c b/src/dev/softDev/devMbbiDirectSoft.c
index 7dd49dfe0..2e290d821 100644
--- a/src/dev/softDev/devMbbiDirectSoft.c
+++ b/src/dev/softDev/devMbbiDirectSoft.c
@@ -1,35 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbbiDirectSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Matthew Needes
  *      Date:            10-08-93
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *    (Modification log in devMbbiSoft.c applies)
- *  .01  10-08-93    mcn (created)  support for direct mbbi records
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbbiDirectSoftRaw.c b/src/dev/softDev/devMbbiDirectSoftRaw.c
index a5a105e88..2771cdf3b 100644
--- a/src/dev/softDev/devMbbiDirectSoftRaw.c
+++ b/src/dev/softDev/devMbbiDirectSoftRaw.c
@@ -1,35 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbbiDirectSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Matthew Needes
  *      Date:            10-08-93
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *   (modification log of devMbbiDirectSoftRaw applies)
- *  .01  10-08-93   mcn   device support for direct mbbi records.
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbbiSoft.c b/src/dev/softDev/devMbbiSoft.c
index 0dac158ec..63d58251c 100644
--- a/src/dev/softDev/devMbbiSoft.c
+++ b/src/dev/softDev/devMbbiSoft.c
@@ -1,37 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbbiSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbbiSoftRaw.c b/src/dev/softDev/devMbbiSoftRaw.c
index 965d896e6..55dcd6d11 100644
--- a/src/dev/softDev/devMbbiSoftRaw.c
+++ b/src/dev/softDev/devMbbiSoftRaw.c
@@ -1,38 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbbiSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03	03-13-92	jba	ANSI C changes
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbboDirectSoft.c b/src/dev/softDev/devMbboDirectSoft.c
index e98b3b095..5293a25e3 100644
--- a/src/dev/softDev/devMbboDirectSoft.c
+++ b/src/dev/softDev/devMbboDirectSoft.c
@@ -1,35 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbboDirectSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Matthew Needes
  *      Date:            10-08-93
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *    (log for devMbboSoft applies)
- *  1. 10-08-93   mcn      (created)     dev support for MbboDirect records
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbboDirectSoftRaw.c b/src/dev/softDev/devMbboDirectSoftRaw.c
index de69fa41d..22d63a97a 100644
--- a/src/dev/softDev/devMbboDirectSoftRaw.c
+++ b/src/dev/softDev/devMbboDirectSoftRaw.c
@@ -1,35 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbboDirectSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Current Author: Matthew Needes
  *      Date:		10-08-93
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *    (log for devMbboSoftRaw.c applies)
- * .01  10-08-93  mcn   (created)     device support for devMbboDirect records
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbboSoft.c b/src/dev/softDev/devMbboSoft.c
index 5d50c8845..e2eaf2e1b 100644
--- a/src/dev/softDev/devMbboSoft.c
+++ b/src/dev/softDev/devMbboSoft.c
@@ -1,38 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbboSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  04-01-92        jba     Changed return of init_record to dont convert
- * .04  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devMbboSoftRaw.c b/src/dev/softDev/devMbboSoftRaw.c
index 55bec55f0..b0c511115 100644
--- a/src/dev/softDev/devMbboSoftRaw.c
+++ b/src/dev/softDev/devMbboSoftRaw.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbboSoftRaw.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		3-28-92
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  03-28-92        jba     Initial version
- * .02  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 #include	
 #include	
diff --git a/src/dev/softDev/devSASoft.c b/src/dev/softDev/devSASoft.c
index 8bdc05a0e..44f1290c5 100644
--- a/src/dev/softDev/devSASoft.c
+++ b/src/dev/softDev/devSASoft.c
@@ -1,39 +1,15 @@
+/*************************************************************************\
+* Copyright (c) 2002 Lawrence Berkeley Laboratory,The Control Systems
+*     Group, Systems Engineering Department
+* 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. 
+\*************************************************************************/
 /* devSASoft.c */
 /* devSASoft.c - Device Support Routines for soft subArray Records
- *
  *
  *      Author:         Carl Lionberger
  *      Date:           090293
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *		The Control Systems Group
- *		Systems Engineering Department
- *		Lawrence Berkeley Laboratory
- *
- *      NOTES:
- * Derived from soft record device support.
- * Modification Log:
- * -----------------
  */
 
 
diff --git a/src/dev/softDev/devSiSoft.c b/src/dev/softDev/devSiSoft.c
index 151776bff..a69335bf3 100644
--- a/src/dev/softDev/devSiSoft.c
+++ b/src/dev/softDev/devSiSoft.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devSiSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	04-21-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
 */
 
 
diff --git a/src/dev/softDev/devSoSoft.c b/src/dev/softDev/devSoSoft.c
index 4fafafad7..4896fa67c 100644
--- a/src/dev/softDev/devSoSoft.c
+++ b/src/dev/softDev/devSoSoft.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devSoSoft.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	04-21-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
 */
 
 #include	
diff --git a/src/dev/softDev/devWfSoft.c b/src/dev/softDev/devWfSoft.c
index 65d6b083f..8e69ad5e1 100644
--- a/src/dev/softDev/devWfSoft.c
+++ b/src/dev/softDev/devWfSoft.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devWfSoft.c */
 /* base/src/dev $Id$ */
 
@@ -6,34 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02	03-13-92	jba	ANSI C changes
- * .03  10-10-92        jba     replaced code with recGblGetLinkValue call
- *      ...
  */
 
 
diff --git a/src/dev/testDev/Makefile b/src/dev/testDev/Makefile
index c827c2377..f9943dddb 100644
--- a/src/dev/testDev/Makefile
+++ b/src/dev/testDev/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 
 include $(TOP)/configure/CONFIG
diff --git a/src/dev/testDev/devAiTestAsyn.c b/src/dev/testDev/devAiTestAsyn.c
index 873927d49..2f5d66016 100644
--- a/src/dev/testDev/devAiTestAsyn.c
+++ b/src/dev/testDev/devAiTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAiTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,36 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03	03-13-92	jba	ANSI C changes
- * .04  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .04  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 #include 
diff --git a/src/dev/testDev/devAoTestAsyn.c b/src/dev/testDev/devAoTestAsyn.c
index a6000014a..21affc1dd 100644
--- a/src/dev/testDev/devAoTestAsyn.c
+++ b/src/dev/testDev/devAoTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devAoTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devBiTestAsyn.c b/src/dev/testDev/devBiTestAsyn.c
index 332412ea3..6bf85415a 100644
--- a/src/dev/testDev/devBiTestAsyn.c
+++ b/src/dev/testDev/devBiTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBiTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devBoTestAsyn.c b/src/dev/testDev/devBoTestAsyn.c
index 417e68541..b82a7b3fb 100644
--- a/src/dev/testDev/devBoTestAsyn.c
+++ b/src/dev/testDev/devBoTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devBoTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devEventTestIoEvent.c b/src/dev/testDev/devEventTestIoEvent.c
index 2274a752b..6a5726ee2 100644
--- a/src/dev/testDev/devEventTestIoEvent.c
+++ b/src/dev/testDev/devEventTestIoEvent.c
@@ -1,35 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devEventTestIoEvent.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:  	Marty Kraimer
  *      Date:           01/09/92
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .00  12-13-91        jba     Initial definition
- * .02	03-13-92	jba	ANSI C changes
- *      ...
  */
 
 #include 
diff --git a/src/dev/testDev/devHistogramTestAsyn.c b/src/dev/testDev/devHistogramTestAsyn.c
index 5ab8b1503..4df666dc2 100644
--- a/src/dev/testDev/devHistogramTestAsyn.c
+++ b/src/dev/testDev/devHistogramTestAsyn.c
@@ -1,39 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devHistogramTestAsyn.c */
 /* base/src/dev $Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		07/02/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 #include 
 #include 
diff --git a/src/dev/testDev/devMbbiTestAsyn.c b/src/dev/testDev/devMbbiTestAsyn.c
index a8e66212b..bfdd42e21 100644
--- a/src/dev/testDev/devMbbiTestAsyn.c
+++ b/src/dev/testDev/devMbbiTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbbiTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devMbboTestAsyn.c b/src/dev/testDev/devMbboTestAsyn.c
index d65f39e27..1d0eeedd0 100644
--- a/src/dev/testDev/devMbboTestAsyn.c
+++ b/src/dev/testDev/devMbboTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devMbboTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devSiTestAsyn.c b/src/dev/testDev/devSiTestAsyn.c
index b5f73416d..ef797d70f 100644
--- a/src/dev/testDev/devSiTestAsyn.c
+++ b/src/dev/testDev/devSiTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devSiTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -5,37 +14,6 @@
 /*
  *      Author:          Janet Anderson
  *      Date:            5-1-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devSoTestAsyn.c b/src/dev/testDev/devSoTestAsyn.c
index 30c4a093b..d2b8a2c0a 100644
--- a/src/dev/testDev/devSoTestAsyn.c
+++ b/src/dev/testDev/devSoTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devSoTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -5,37 +14,6 @@
 /*
  *      Author:          Janet Anderson
  *      Date:            5-1-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/dev/testDev/devWfTestAsyn.c b/src/dev/testDev/devWfTestAsyn.c
index 95b0f990a..6802a791d 100644
--- a/src/dev/testDev/devWfTestAsyn.c
+++ b/src/dev/testDev/devWfTestAsyn.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devWfTestAsyn.c */
 /* base/src/dev $Id$ */
 
@@ -6,37 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set of alarm stat and sevr to macros
- * .02  01-08-92        jba     Added cast in call to wdStart to avoid compile warning msg
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04	03-13-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not return value
- * .06  04-05-94        mrk	ANSI changes to callback routines
- *      ...
  */
 
 
diff --git a/src/gdd/Makefile b/src/gdd/Makefile
index fe7ab402a..cd8ca4a5a 100644
--- a/src/gdd/Makefile
+++ b/src/gdd/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 TOP=../..
 
diff --git a/src/gdd/aitConvert.cc b/src/gdd/aitConvert.cc
index 48c521b87..4026e526a 100644
--- a/src/gdd/aitConvert.cc
+++ b/src/gdd/aitConvert.cc
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 // Author: Jim Kowalkowski
 // Date: 2/96
@@ -5,6 +14,9 @@
 // $Id$
 //
 // $Log$
+// Revision 1.15  2001/10/20 00:13:54  jhill
+// remove use of std lib for now
+//
 // Revision 1.14  2001/07/03 00:58:17  jhill
 // changed interface so that unreferenced table will not optimize away
 //
diff --git a/src/gdd/aitConvert.h b/src/gdd/aitConvert.h
index 5dacc3f37..ea78c38ce 100644
--- a/src/gdd/aitConvert.h
+++ b/src/gdd/aitConvert.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef AIT_CONVERT_H__
 #define AIT_CONVERT_H__
 
@@ -8,6 +17,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.16  2002/02/13 14:34:10  lange
+ * Fixed (mostly suppressed) HPUX aCC warnings
+ *
  * Revision 1.15  2001/10/20 00:11:51  jhill
  * remove use of std lib for now
  *
diff --git a/src/gdd/aitGen.c b/src/gdd/aitGen.c
index b891684a4..447cd59a1 100644
--- a/src/gdd/aitGen.c
+++ b/src/gdd/aitGen.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * Author: Jim Kowalkowski
  * Date: 2/96
@@ -5,6 +14,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.13  2001/10/22 18:01:05  jhill
+ * removed redundant ;
+ *
  * Revision 1.12  2001/10/20 00:11:09  jhill
  * remove use of std lib for now
  *
diff --git a/src/gdd/aitHelpers.cc b/src/gdd/aitHelpers.cc
index 9f2e73ebb..050c49e6e 100644
--- a/src/gdd/aitHelpers.cc
+++ b/src/gdd/aitHelpers.cc
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 // Author: Jim Kowalkowski
 // Date: 6/20/96
@@ -5,6 +14,9 @@
 // $Id$
 //
 // $Log$
+// Revision 1.15  2001/06/11 17:57:31  jhill
+// workarounds for problems discovered when building for RTEMS
+//
 // Revision 1.14  2001/06/11 17:08:07  jhill
 // dont pull in stdio.h in the header since it isnt referenced there
 //
diff --git a/src/gdd/aitHelpers.h b/src/gdd/aitHelpers.h
index e8c8e0737..1b9af8c16 100644
--- a/src/gdd/aitHelpers.h
+++ b/src/gdd/aitHelpers.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef aitHelpersInclude
 #define aitHelpersInclude
 
@@ -8,6 +17,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.24  2001/06/11 17:57:31  jhill
+ * workarounds for problems discovered when building for RTEMS
+ *
  * Revision 1.23  2001/06/11 17:08:07  jhill
  * dont pull in stdio.h in the header since it isnt referenced there
  *
diff --git a/src/gdd/aitTypes.c b/src/gdd/aitTypes.c
index c53e23e89..808a8cbe3 100644
--- a/src/gdd/aitTypes.c
+++ b/src/gdd/aitTypes.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * Author: Jim Kowalkowski
  * Date: 2/96
@@ -5,6 +14,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.8  2000/10/12 21:52:48  jhill
+ * changes to support compilation by borland
+ *
  * Revision 1.7  1999/05/13 22:09:23  jhill
  * added new line at EOF
  *
diff --git a/src/gdd/aitTypes.h b/src/gdd/aitTypes.h
index 5671abf6a..4f649dd09 100644
--- a/src/gdd/aitTypes.h
+++ b/src/gdd/aitTypes.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef AIT_TYPES_H
 #define AIT_TYPES_H 1
 
@@ -8,6 +17,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.14  2000/10/12 21:52:49  jhill
+ * changes to support compilation by borland
+ *
  * Revision 1.13  1999/10/21 23:41:11  jhill
  * reformatted
  *
diff --git a/src/gdd/dbMapper.cc b/src/gdd/dbMapper.cc
index 7e2e01e22..a76c3d059 100644
--- a/src/gdd/dbMapper.cc
+++ b/src/gdd/dbMapper.cc
@@ -1,9 +1,21 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
 // $Id$
 // 
 // $Log$
+// Revision 1.36  2001/10/20 00:10:18  jhill
+// remove use of std lib for now
+//
 // Revision 1.35  2001/07/03 00:58:18  jhill
 // changed interface so that unreferenced table will not optimize away
 //
diff --git a/src/gdd/dbMapper.h b/src/gdd/dbMapper.h
index ed1d84d30..1d6e22107 100644
--- a/src/gdd/dbMapper.h
+++ b/src/gdd/dbMapper.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef DB_MAPPER_H
 #define DB_MAPPER_H
 
@@ -8,6 +17,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.14  2001/10/20 00:08:57  jhill
+ * remove use of std lib for now
+ *
  * Revision 1.13  2000/10/12 21:52:49  jhill
  * changes to support compilation by borland
  *
diff --git a/src/gdd/gdd.cc b/src/gdd/gdd.cc
index 5dfc28367..8dc1b952a 100644
--- a/src/gdd/gdd.cc
+++ b/src/gdd/gdd.cc
@@ -1,9 +1,24 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
 // $Id$
 // 
 // $Log$
+// Revision 1.34  2002/05/29 00:40:35  jhill
+// 1) use proper form of delete when releasing bounds
+// 2) when gdd changes from scalar to vector make sure that old scalar data is not
+// interpreted as a pointer
+// 3)properly init when copying one container to another
+//
 // Revision 1.33  2002/01/08 01:17:29  jhill
 // use proper form of delete
 //
diff --git a/src/gdd/gdd.h b/src/gdd/gdd.h
index 2860d3677..a6ec7d6d4 100644
--- a/src/gdd/gdd.h
+++ b/src/gdd/gdd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef GDD_H
 #define GDD_H
 
@@ -8,6 +17,9 @@
  * $Id$
  *
  * $Log$
+ * Revision 1.34  2001/01/31 13:33:42  mrk
+ * osiTime=>epicsTime
+ *
  * Revision 1.33  2000/10/13 01:17:51  jhill
  * made gdd param to copy const
  *
diff --git a/src/gdd/gdd.html b/src/gdd/gdd.html
index e9aa720f5..2235ea1a1 100644
--- a/src/gdd/gdd.html
+++ b/src/gdd/gdd.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 GDD User's Guide
 

General Data Descriptor Library User's Guide

diff --git a/src/gdd/gddAppDefs.cc b/src/gdd/gddAppDefs.cc index 532fec347..7adae8b07 100644 --- a/src/gdd/gddAppDefs.cc +++ b/src/gdd/gddAppDefs.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 2/96 // // $Id$ // // $Log$ +// Revision 1.11 1999/10/28 00:24:27 jhill +// defined new dbr types +// // Revision 1.10 1999/08/05 23:44:01 jhill // eliminated app types "seconds" and "nanoseconds" // in favor of atomic app type "timeStamp" diff --git a/src/gdd/gddAppFuncTable.h b/src/gdd/gddAppFuncTable.h index 1d00b0d6e..cdff042c4 100644 --- a/src/gdd/gddAppFuncTable.h +++ b/src/gdd/gddAppFuncTable.h @@ -1,32 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * */ #ifndef gddAppFuncTableH diff --git a/src/gdd/gddAppTable.cc b/src/gdd/gddAppTable.cc index 6a4bd840a..880806a4a 100644 --- a/src/gdd/gddAppTable.cc +++ b/src/gdd/gddAppTable.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 2/96 // // $Id$ // // $Log$ +// Revision 1.11 2002/05/29 00:37:06 jhill +// print out a warning when there is a bogus type in the table +// // Revision 1.10 1999/04/30 15:24:53 jhill // fixed improper container index bug // diff --git a/src/gdd/gddAppTable.h b/src/gdd/gddAppTable.h index 479021137..d51d0af28 100644 --- a/src/gdd/gddAppTable.h +++ b/src/gdd/gddAppTable.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_APPLTYPE_TABLE_H #define GDD_APPLTYPE_TABLE_H @@ -8,6 +17,9 @@ * $Id$ * * $Log$ + * Revision 1.8 1999/10/28 00:23:45 jhill + * defined new dbr types + * * Revision 1.7 1999/08/05 23:44:01 jhill * eliminated app types "seconds" and "nanoseconds" * in favor of atomic app type "timeStamp" diff --git a/src/gdd/gddArray.cc b/src/gdd/gddArray.cc index 36cc8f25b..b32943d15 100644 --- a/src/gdd/gddArray.cc +++ b/src/gdd/gddArray.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include #include @@ -7,6 +16,9 @@ // // $Id$ // $Log$ +// Revision 1.3 1999/04/30 15:24:53 jhill +// fixed improper container index bug +// // Revision 1.2 1997/04/23 17:13:02 jhill // fixed export of symbols from WIN32 DLL // diff --git a/src/gdd/gddArray.h b/src/gdd/gddArray.h index 6d5d51eea..a6f6928d6 100644 --- a/src/gdd/gddArray.h +++ b/src/gdd/gddArray.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_ARRAY_H #define GDD_ARRAY_H @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.4 1999/08/10 16:51:06 jhill + * moved inlines in order to eliminate g++ warnings + * * Revision 1.3 1999/04/30 15:24:53 jhill * fixed improper container index bug * diff --git a/src/gdd/gddArrayI.h b/src/gdd/gddArrayI.h index f69c00a73..ca6fb843d 100644 --- a/src/gdd/gddArrayI.h +++ b/src/gdd/gddArrayI.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_ARRAYI_H #define GDD_ARRAYI_H diff --git a/src/gdd/gddContainer.cc b/src/gdd/gddContainer.cc index 0efe8a711..b7def942e 100644 --- a/src/gdd/gddContainer.cc +++ b/src/gdd/gddContainer.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include @@ -8,6 +17,9 @@ // // $Id$ // $Log$ +// Revision 1.4 1999/05/10 23:42:25 jhill +// fixed many const releated problems +// // Revision 1.3 1999/04/30 15:24:53 jhill // fixed improper container index bug // diff --git a/src/gdd/gddContainer.h b/src/gdd/gddContainer.h index 247611c2e..8dd320a32 100644 --- a/src/gdd/gddContainer.h +++ b/src/gdd/gddContainer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_CONTAINER_H #define GDD_CONTAINER_H @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.5 1999/08/10 17:11:01 jhill + * moved inlines in order to eliminate g++ warnings + * * Revision 1.4 1999/05/10 23:42:25 jhill * fixed many const releated problems * diff --git a/src/gdd/gddContainerI.h b/src/gdd/gddContainerI.h index 503e66eb3..608a01e6d 100644 --- a/src/gdd/gddContainerI.h +++ b/src/gdd/gddContainerI.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_CONTAINERI_H #define GDD_CONTAINERI_H @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.5 1999/08/10 17:11:01 jhill + * moved inlines in order to eliminate g++ warnings + * * Revision 1.4 1999/05/11 00:14:47 jhill * fixed missing arg * diff --git a/src/gdd/gddEnumStringTable.cc b/src/gdd/gddEnumStringTable.cc index fc705f12e..69b680d9a 100644 --- a/src/gdd/gddEnumStringTable.cc +++ b/src/gdd/gddEnumStringTable.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // gddEnumStringTable.cc // Author: Jeff Hill diff --git a/src/gdd/gddEnumStringTable.h b/src/gdd/gddEnumStringTable.h index e711ac99e..27c7c787e 100644 --- a/src/gdd/gddEnumStringTable.h +++ b/src/gdd/gddEnumStringTable.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // gddEnumStringTable.h // Author: Jeff Hill diff --git a/src/gdd/gddErrorCodes.cc b/src/gdd/gddErrorCodes.cc index 333bd144d..e3ad6e6e2 100644 --- a/src/gdd/gddErrorCodes.cc +++ b/src/gdd/gddErrorCodes.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 3/97 // // $Id$ // $Log$ +// Revision 1.2 1999/05/11 00:32:29 jhill +// fixed const warnings +// // Revision 1.1 1997/03/21 01:56:07 jbk // *** empty log message *** // diff --git a/src/gdd/gddErrorCodes.h b/src/gdd/gddErrorCodes.h index 98d5aea37..31dcc0504 100644 --- a/src/gdd/gddErrorCodes.h +++ b/src/gdd/gddErrorCodes.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_ERROR_CODES_H #define GDD_ERROR_CODES_H @@ -8,6 +17,9 @@ * $Id$ * * $Log$ + * Revision 1.3 1997/04/10 19:59:26 jhill + * api changes + * * Revision 1.2 1996/08/27 13:05:10 jbk * final repairs to string functions, put() functions, and error code printing * diff --git a/src/gdd/gddI.h b/src/gdd/gddI.h index 84bcd9d47..dfbf0503e 100644 --- a/src/gdd/gddI.h +++ b/src/gdd/gddI.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDDI_H #define GDDI_H @@ -8,6 +17,9 @@ * $Id$ * * $Log$ + * Revision 1.11 2002/02/13 14:34:11 lange + * Fixed (mostly suppressed) HPUX aCC warnings + * * Revision 1.10 2001/01/31 13:33:42 mrk * osiTime=>epicsTime * diff --git a/src/gdd/gddNewDel.cc b/src/gdd/gddNewDel.cc index 772284031..83434377a 100644 --- a/src/gdd/gddNewDel.cc +++ b/src/gdd/gddNewDel.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 2/96 // // $Id$ // // $Log$ +// Revision 1.2 1997/06/25 06:17:37 jhill +// fixed warnings +// // Revision 1.1 1996/06/25 19:11:45 jbk // new in EPICS base // diff --git a/src/gdd/gddNewDel.h b/src/gdd/gddNewDel.h index a7ad407a6..76bbaa513 100644 --- a/src/gdd/gddNewDel.h +++ b/src/gdd/gddNewDel.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_NEWDEL_H #define GDD_NEWDEL_H @@ -8,6 +17,9 @@ * $Id$ * * $Log$ + * Revision 1.3 1997/05/19 19:23:50 jbk + * Fixed bug in new/delete operators for gddBounds1D, 2D, and 3D + * * Revision 1.2 1997/03/21 01:56:09 jbk * *** empty log message *** * diff --git a/src/gdd/gddScalar.h b/src/gdd/gddScalar.h index 03cfe2f4b..7a8262002 100644 --- a/src/gdd/gddScalar.h +++ b/src/gdd/gddScalar.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_SCALAR_H #define GDD_SCALAR_H @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.4 1999/08/10 16:51:06 jhill + * moved inlines in order to eliminate g++ warnings + * * Revision 1.3 1999/04/30 15:24:53 jhill * fixed improper container index bug * diff --git a/src/gdd/gddScalarI.h b/src/gdd/gddScalarI.h index 193089eee..0f4d724b3 100644 --- a/src/gdd/gddScalarI.h +++ b/src/gdd/gddScalarI.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_SCALARI_H #define GDD_SCALARI_H diff --git a/src/gdd/gddSemaphore.h b/src/gdd/gddSemaphore.h index 31bdba924..15152f35f 100644 --- a/src/gdd/gddSemaphore.h +++ b/src/gdd/gddSemaphore.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_SEMAPHORE #define GDD_SEMAPHORE @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.3 1999/10/21 00:08:47 jhill + * fixed thread unsafe GDD build for vxWorks + * * Revision 1.2 1997/06/25 06:17:38 jhill * fixed warnings * diff --git a/src/gdd/gddTest.cc b/src/gdd/gddTest.cc index b8e13cf74..ce4ebf82f 100644 --- a/src/gdd/gddTest.cc +++ b/src/gdd/gddTest.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 2/96 // // $Id$ // // $Log$ +// Revision 1.11 1999/05/10 23:42:25 jhill +// fixed many const releated problems +// // Revision 1.10 1999/04/30 00:05:20 jhill // allow const / use cursor in dump // diff --git a/src/gdd/gddUtils.cc b/src/gdd/gddUtils.cc index bb086166f..b1d5df22f 100644 --- a/src/gdd/gddUtils.cc +++ b/src/gdd/gddUtils.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 3/97 // // $Id$ // $Log$ +// Revision 1.2 1997/04/23 17:13:06 jhill +// fixed export of symbols from WIN32 DLL +// // Revision 1.1 1997/03/21 01:56:11 jbk // *** empty log message *** // diff --git a/src/gdd/gddUtils.h b/src/gdd/gddUtils.h index addcf8525..c7983299a 100644 --- a/src/gdd/gddUtils.h +++ b/src/gdd/gddUtils.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_UTILS_H #define GDD_UTILS_H @@ -8,6 +17,9 @@ * $Id$ * * $Log$ + * Revision 1.5 2002/02/13 14:34:11 lange + * Fixed (mostly suppressed) HPUX aCC warnings + * * Revision 1.4 1997/05/19 19:23:51 jbk * Fixed bug in new/delete operators for gddBounds1D, 2D, and 3D * diff --git a/src/gdd/gddUtilsI.h b/src/gdd/gddUtilsI.h index a95bc35a4..555331ead 100644 --- a/src/gdd/gddUtilsI.h +++ b/src/gdd/gddUtilsI.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef GDD_UTILSI_H #define GDD_UTILSI_H @@ -7,6 +16,9 @@ * * $Id$ * $Log$ + * Revision 1.3 2002/02/13 14:34:11 lange + * Fixed (mostly suppressed) HPUX aCC warnings + * * Revision 1.2 1997/03/24 12:41:49 jbk * fixed bug in gddDestructor constructor. * diff --git a/src/gdd/gddref.html b/src/gdd/gddref.html index e6ac657ec..2a0bf9ba8 100644 --- a/src/gdd/gddref.html +++ b/src/gdd/gddref.html @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ GDD Reference Manual

GDD Reference Manual

diff --git a/src/gdd/gddref2.html b/src/gdd/gddref2.html index c92b3f5c3..672dfebc7 100644 --- a/src/gdd/gddref2.html +++ b/src/gdd/gddref2.html @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ GDD Reference Manual

GDD Reference Manual

diff --git a/src/gdd/genApps.cc b/src/gdd/genApps.cc index 9f9f7b58f..3ac4abbb7 100644 --- a/src/gdd/genApps.cc +++ b/src/gdd/genApps.cc @@ -1,9 +1,21 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // Author: Jim Kowalkowski // Date: 2/96 // // $Id$ // // $Log$ +// Revision 1.2 1997/04/23 17:13:07 jhill +// fixed export of symbols from WIN32 DLL +// // Revision 1.1 1996/06/25 19:11:51 jbk // new in EPICS base // diff --git a/src/gdd/smartGDDPointer.cc b/src/gdd/smartGDDPointer.cc index d3405fc79..a72ad4f1b 100644 --- a/src/gdd/smartGDDPointer.cc +++ b/src/gdd/smartGDDPointer.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Smart Pointer Class for GDD diff --git a/src/gdd/smartGDDPointer.h b/src/gdd/smartGDDPointer.h index c35e8b0f6..695bdd558 100644 --- a/src/gdd/smartGDDPointer.h +++ b/src/gdd/smartGDDPointer.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // Smart Pointer Class for GDD diff --git a/src/iocsh/Makefile b/src/iocsh/Makefile index 115487375..8252a58d8 100644 --- a/src/iocsh/Makefile +++ b/src/iocsh/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/iocsh/asTestRegister.c b/src/iocsh/asTestRegister.c index d565c2d80..4c1bb251a 100644 --- a/src/iocsh/asTestRegister.c +++ b/src/iocsh/asTestRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* asTestRegister.c */ /* Author: Marty Kraimer Date: 02MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/asTestRegister.h b/src/iocsh/asTestRegister.h index 3d345d9cc..236b03762 100644 --- a/src/iocsh/asTestRegister.h +++ b/src/iocsh/asTestRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* asTestRegister.h */ /* Author: Marty Kraimer Date: 02MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCasTestRegisterH #define INCasTestRegisterH diff --git a/src/iocsh/caTestRegister.c b/src/iocsh/caTestRegister.c index 3a97a5a2b..e333e82f2 100644 --- a/src/iocsh/caTestRegister.c +++ b/src/iocsh/caTestRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* caTestRegister.c */ /* Author: Marty Kraimer Date: 01MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/caTestRegister.h b/src/iocsh/caTestRegister.h index 5e04cd605..487b51c4a 100644 --- a/src/iocsh/caTestRegister.h +++ b/src/iocsh/caTestRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* caTestRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCcaTestRegisterH #define INCcaTestRegisterH diff --git a/src/iocsh/dbAccessRegister.c b/src/iocsh/dbAccessRegister.c index 56e4f5a77..3320c4ac7 100644 --- a/src/iocsh/dbAccessRegister.c +++ b/src/iocsh/dbAccessRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbAccessRegister.c */ /* Author: Marty Kraimer Date: 26APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/dbAccessRegister.h b/src/iocsh/dbAccessRegister.h index cd146c798..0d20def68 100644 --- a/src/iocsh/dbAccessRegister.h +++ b/src/iocsh/dbAccessRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbAccessRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbAccessRegisterH #define INCdbAccessRegisterH diff --git a/src/iocsh/dbBkptRegister.c b/src/iocsh/dbBkptRegister.c index 4ed410125..ec9856885 100644 --- a/src/iocsh/dbBkptRegister.c +++ b/src/iocsh/dbBkptRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbBkptRegister.c */ /* Author: Marty Kraimer Date: 02MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/dbBkptRegister.h b/src/iocsh/dbBkptRegister.h index ba6d3533d..0be4135d4 100644 --- a/src/iocsh/dbBkptRegister.h +++ b/src/iocsh/dbBkptRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbBkptRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbBkptRegisterH #define INCdbBkptRegisterH diff --git a/src/iocsh/dbCaTestRegister.c b/src/iocsh/dbCaTestRegister.c index b90057ce7..2cad8d919 100644 --- a/src/iocsh/dbCaTestRegister.c +++ b/src/iocsh/dbCaTestRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCaTestRegister.c */ /* Author: Marty Kraimer Date: 01MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/dbCaTestRegister.h b/src/iocsh/dbCaTestRegister.h index 52c7c768d..3fb53c2b2 100644 --- a/src/iocsh/dbCaTestRegister.h +++ b/src/iocsh/dbCaTestRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbCaTestRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbCaTestRegisterH #define INCdbCaTestRegisterH diff --git a/src/iocsh/dbStaticRegister.c b/src/iocsh/dbStaticRegister.c index 1da1b9e23..54c5faaba 100644 --- a/src/iocsh/dbStaticRegister.c +++ b/src/iocsh/dbStaticRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbStaticRegister.c */ /* Author: Marty Kraimer Date: 02MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/dbStaticRegister.h b/src/iocsh/dbStaticRegister.h index 5d6094fb1..21a1ec6c4 100644 --- a/src/iocsh/dbStaticRegister.h +++ b/src/iocsh/dbStaticRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbStaticRegister.h */ /* Author: Marty Kraimer Date: 02MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbStaticRegisterH #define INCdbStaticRegisterH diff --git a/src/iocsh/dbTestRegister.c b/src/iocsh/dbTestRegister.c index f36addd1e..194b3beb3 100644 --- a/src/iocsh/dbTestRegister.c +++ b/src/iocsh/dbTestRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbTestRegister.c */ /* Author: Marty Kraimer Date: 26APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/dbTestRegister.h b/src/iocsh/dbTestRegister.h index 0eca4ac41..edece9fff 100644 --- a/src/iocsh/dbTestRegister.h +++ b/src/iocsh/dbTestRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* dbTestRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCdbTestRegisterH #define INCdbTestRegisterH diff --git a/src/iocsh/envRegister.c b/src/iocsh/envRegister.c index 1a4cd74cc..a71bc71ce 100644 --- a/src/iocsh/envRegister.c +++ b/src/iocsh/envRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* envRegister.c */ /* Author: Marty Kraimer Date: 19MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/envRegister.h b/src/iocsh/envRegister.h index 8b1ec29b1..8e53c0833 100644 --- a/src/iocsh/envRegister.h +++ b/src/iocsh/envRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* envRegister.h */ /* Author: Marty Kraimer Date: 19MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCenvRegisterH #define INCenvRegisterH diff --git a/src/iocsh/iocUtil.c b/src/iocsh/iocUtil.c index 7fe1dffb8..576cc2b37 100644 --- a/src/iocsh/iocUtil.c +++ b/src/iocsh/iocUtil.c @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* iocUtil.c */ /* Author: W. Eric Norum Date: 02MAY2000 */ diff --git a/src/iocsh/iocUtilRegister.h b/src/iocsh/iocUtilRegister.h index 733507bc0..45236ff8b 100644 --- a/src/iocsh/iocUtilRegister.h +++ b/src/iocsh/iocUtilRegister.h @@ -1,3 +1,9 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Saskatchewan +* 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. +\*************************************************************************/ /* iocUtilRegister.h */ /* Author: W. Eric Norum Date: 03MAY2000 */ diff --git a/src/iocsh/iocsh.cpp b/src/iocsh/iocsh.cpp index d09e417b2..6335ea6b1 100644 --- a/src/iocsh/iocsh.cpp +++ b/src/iocsh/iocsh.cpp @@ -1,14 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* iocsh.cpp */ /* Author: Marty Kraimer Date: 27APR2000 */ /* Heavily modified by Eric Norum Date: 03MAY2000 */ /* Adapted to C++ by Eric Norum Date: 18DEC2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #include #include #include diff --git a/src/iocsh/iocsh.h b/src/iocsh/iocsh.h index b304d6829..263c316dd 100644 --- a/src/iocsh/iocsh.h +++ b/src/iocsh/iocsh.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* iocsh.h ioc: call registered function*/ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCiocshH #define INCiocshH diff --git a/src/iocsh/iocshRegisterCommon.c b/src/iocsh/iocshRegisterCommon.c index 29ffcb111..36321875d 100644 --- a/src/iocsh/iocshRegisterCommon.c +++ b/src/iocsh/iocshRegisterCommon.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* iocshRegisterCommon.c */ /* Author: Marty Kraimer Date: 26APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/iocshRegisterCommon.h b/src/iocsh/iocshRegisterCommon.h index d41c22fb2..18a3c57f6 100644 --- a/src/iocsh/iocshRegisterCommon.h +++ b/src/iocsh/iocshRegisterCommon.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* iocshRegisterCommon.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCiocshRegisterCommonH #define INCiocshRegisterCommonH diff --git a/src/iocsh/osiRegister.c b/src/iocsh/osiRegister.c index 7835ac59b..cf3eb108a 100644 --- a/src/iocsh/osiRegister.c +++ b/src/iocsh/osiRegister.c @@ -1,11 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* osiRegister.c */ /* Author: Marty Kraimer Date: 01MAY2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ #include #include #include diff --git a/src/iocsh/osiRegister.h b/src/iocsh/osiRegister.h index 37ee0ef0c..3f90b7f12 100644 --- a/src/iocsh/osiRegister.h +++ b/src/iocsh/osiRegister.h @@ -1,12 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* osiRegister.h */ /* Author: Marty Kraimer Date: 27APR2000 */ -/********************COPYRIGHT NOTIFICATION********************************** -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -****************************************************************************/ - #ifndef INCosiRegisterH #define INCosiRegisterH diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 3417d7b0f..f768af0cc 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP = ../.. include $(TOP)/configure/CONFIG diff --git a/src/libCom/bucketLib/bucketLib.c b/src/libCom/bucketLib/bucketLib.c index f2781bd3e..9f5421abc 100644 --- a/src/libCom/bucketLib/bucketLib.c +++ b/src/libCom/bucketLib/bucketLib.c @@ -1,35 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * Author: Jeffrey O. Hill * hill@atdiv.lanl.gov * (505) 665 1831 * Date: 9-93 * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 091493 joh fixed overzealous parameter check - * .02 121693 joh added bucketFree() - * * NOTES: * .01 Storage for identifier must persist until an item is deleted */ diff --git a/src/libCom/bucketLib/bucketLib.h b/src/libCom/bucketLib/bucketLib.h index de8e3df26..f9e390812 100644 --- a/src/libCom/bucketLib/bucketLib.h +++ b/src/libCom/bucketLib/bucketLib.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * @@ -6,28 +15,6 @@ * (505) 665 1831 * Date: 9-93 * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * * NOTES: * .01 Storage for identifier must persist until an item is deleted */ diff --git a/src/libCom/calc/calcPerform.c b/src/libCom/calc/calcPerform.c index c64bb37c1..5eae8843a 100644 --- a/src/libCom/calc/calcPerform.c +++ b/src/libCom/calc/calcPerform.c @@ -1,79 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ */ /* * Author: Julie Sander and Bob Dalesio * Date: 07-27-87 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 5-18-88 lrd modified modulo and power to avoid math library - * .02 5-19-88 lrd modified absolute value to avoid math library - * defined unary math lib routines as doubles - * removed include math.h - * stopped loading dinglers math routines (ml) - * wrote a random number generator to return a - * double between 0 and 1 - * .03 12-09-88 lrd fixed modulo not to perform zero division - * .04 12-12-88 lrd lock the record while processing - * .05 12-13-88 lrd made an alarm for math error - * .06 12-15-88 lrd Process the forward scan link - * .07 12-23-88 lrd Alarm on locked MAX_LOCKED times - * .08 01-11-89 lrd Add Right and Left Shift - * .09 02-01-89 lrd Add Trig functions - * .10 03-14-89 lrd fix true on C question mark operator - * .11 03-29-89 lrd make hardware errors MAJOR - * remove hw severity spec from database - * .12 04-06-89 lrd add monitor detection - * .13 05-03-89 lrd removed process mask from arg list - * .14 06-05-89 lrd check for negative square root - * .15 08-01-89 lrd full range of exponentiation using pow(x,y) - * .16 04-04-90 lrd fix post events for read and calc alarms - * fix neg base raised to integer exponent - * .17 04-06-90 lrd change conditional to check for 0 and non-zero - * instead of 0 and 1 (more 'C' like) - * .18 09-10-90 lrd add time stamps - * .19 11-26-90 lrd add bit not and relational not - fix RNDM - * .20 11-29-90 lrd conditionally process soft channels - * .21 12-14-90 lrd fixed post events for the variables - * .22 03-15-91 mrk moved code from calcRecord to here - * .23 08-01-91 rac don't use FETCH_G ... for V2 - * .24 02-20-92 rcz fixed for vxWorks build - * .25 02-24-92 jba add EXP and fix for EXPON when *pstacktop is 0 - * .26 02-28-92 jba added CEIL and FLOOR - * .27 03-06-92 jba added MAX and MIN binary functions - * .28 03-10-92 jba added multiple conditional expressions ? - * .29 04-01-92 jba allowed floating pt constants in expression - * .30 05-01-92 jba flt pt constant string replaced with double in postfix - * .31 08-21-92 jba ANSI c changes - * .32 12-11-92 mrk Removed include for stdioLib.h - * .33 08-04-93 mgb Removed V5/V4 and EPICS_V2 conditionals - * .34 05-11-94 jba Added support for CONST_PI, CONST_D2R, and CONST_R2D - * .34 08-18-94 jba Must skip over constant when looking for COND_END,COND_ELSE - * .35 10-07-94 mda change local random() to local_random() to - * avoid colliding with math library random() - - $Log% - */ /* This module contains the code for processing the arithmetic diff --git a/src/libCom/calc/postfix.c b/src/libCom/calc/postfix.c index 20ff21a0c..c71c615d0 100644 --- a/src/libCom/calc/postfix.c +++ b/src/libCom/calc/postfix.c @@ -1,51 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Subroutines used to convert an infix expression to a postfix expression * * Author: Bob Dalesio * Date: 12-12-86 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 01-11-89 lrd added right shift and left shift operations - * .02 01-13-89 lrd modified to load into IOCs - * .03 02-01-89 lrd added trigonometric functions - * .04 04-05-89 lrd fixed the order of some operations in the - * element table and added a warning label - * .05 11-26-90 lrd fix SINH, COSH, TANH - * .06 02-20-92 rcz fixed for vxWorks build - * .07 02-24-92 jba add EXP and fixed trailing blanks in expression - * .08 03-03-92 jba added MAX and MIN and comma(like close paren) - * .09 03-06-92 jba added multiple conditional expressions ? - * .10 04-01-92 jba allowed floating pt constants in expression - * .11 05-01-92 jba flt pt constant string replaced with double in postfix - * .12 08-21-92 jba ANSI c changes - * .13 08-21-92 jba initialized *ppostfix: needed when calc expr not defined - * .14 12-11-92 mrk Removed include for stdioLib.h - * .15 11-03-93 jba Added test for extra close paren at end of expression - * .16 01-24-94 jba Changed seperator test to catch invalid commas - * .17 05-11-94 jba Added support for CONST_PI, CONST_R2D, and CONST_D2R - * and conversion of infix expression to uppercase */ /* diff --git a/src/libCom/calc/postfix.h b/src/libCom/calc/postfix.h index 89a37b3f8..7ac043b25 100644 --- a/src/libCom/calc/postfix.h +++ b/src/libCom/calc/postfix.h @@ -1,37 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* postfix.h * Author: Bob Dalesio * Date: 9-21-88 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 01-11-89 lrd add right and left shift - * .02 02-01-89 lrd add trig functions - * .03 02-17-92 jba add exp, CEIL, and FLOOR - * .04 03-03-92 jba added MAX, MIN, and comma - * .05 03-06-92 jba added multiple conditional expressions ? - * .06 04-02-92 jba added CONSTANT for floating pt constants in expression - * .07 05-11-94 jba added CONST_PI, CONST_D2R, and CONST_R2D */ #ifndef INCpostfixh diff --git a/src/libCom/calc/postfixPvt.h b/src/libCom/calc/postfixPvt.h index 6af57ae9a..fc7c64c31 100644 --- a/src/libCom/calc/postfixPvt.h +++ b/src/libCom/calc/postfixPvt.h @@ -1,37 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* postfixPvt.h * Author: Bob Dalesio * Date: 9-21-88 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 01-11-89 lrd add right and left shift - * .02 02-01-89 lrd add trig functions - * .03 02-17-92 jba add exp, CEIL, and FLOOR - * .04 03-03-92 jba added MAX, MIN, and comma - * .05 03-06-92 jba added multiple conditional expressions ? - * .06 04-02-92 jba added CONSTANT for floating pt constants in expression - * .07 05-11-94 jba added CONST_PI, CONST_D2R, and CONST_R2D */ #ifndef INCpostfixPvth diff --git a/src/libCom/calc/sCalcPerform.c b/src/libCom/calc/sCalcPerform.c index 686fb683d..1903c5745 100644 --- a/src/libCom/calc/sCalcPerform.c +++ b/src/libCom/calc/sCalcPerform.c @@ -1,33 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ */ /* * Author: Julie Sander and Bob Dalesio * Date: 07-27-87 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * 03-18-98 tmm Essentially rewritten to support string operators - * 5/21/98 fixed ?: operator */ /* This module contains the code for processing the arithmetic diff --git a/src/libCom/calc/sCalcPostfix.c b/src/libCom/calc/sCalcPostfix.c index e57fcefd2..34525e238 100644 --- a/src/libCom/calc/sCalcPostfix.c +++ b/src/libCom/calc/sCalcPostfix.c @@ -1,58 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Subroutines used to convert an infix expression to a postfix expression * * Author: Bob Dalesio * Date: 12-12-86 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 01-11-89 lrd added right shift and left shift operations - * .02 01-13-89 lrd modified to load into IOCs - * .03 02-01-89 lrd added trigonometric functions - * .04 04-05-89 lrd fixed the order of some operations in the - * element table and added a warning label - * .05 11-26-90 lrd fix SINH, COSH, TANH - * .06 02-20-92 rcz fixed for vxWorks build - * .07 02-24-92 jba add EXP and fixed trailing blanks in expression - * .08 03-03-92 jba added MAX_VAL and MIN_VAL and comma(like close paren) - * .09 03-06-92 jba added multiple conditional expressions ? - * .10 04-01-92 jba allowed floating pt constants in expression - * .11 05-01-92 jba flt pt constant string replaced with double in postfix - * .12 08-21-92 jba ANSI c changes - * .13 08-21-92 jba initialized *ppostfix: needed when calc expr not defined - * .14 12-11-92 mrk Removed include for stdioLib.h - * .15 11-03-93 jba Added test for extra close paren at end of expression - * .16 01-24-94 jba Changed seperator test to catch invalid commas - * .17 05-11-94 jba Added support for CONST_PI, CONST_R2D, and CONST_D2R - * and conversion of infix expression to uppercase - * .18 01-22-98 tmm Changed name postfix() to calcPostfix(). Changed arg list - * from pointer to postfix expression to address of pointer to - * postfix expression. calcPostfix() frees old expression, allocates - * space sufficient to hold new expression, and returns pointer to it. - * Added S2R, R2S (conversions between arc-seconds and radians). Changed - * CONSTANT to LITERAL to avoid conflict with link.h. Support 26 vars (A-Z). - * .19 03-18-98 tmm Added string operators */ /* diff --git a/src/libCom/calc/sCalcPostfix.h b/src/libCom/calc/sCalcPostfix.h index e75d39db9..3a4a88c8e 100644 --- a/src/libCom/calc/sCalcPostfix.h +++ b/src/libCom/calc/sCalcPostfix.h @@ -1,32 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* sCalcPostfix.h * Author: Bob Dalesio * Date: 9-21-88 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 03-18-98 tmm derived from postfix.h - * */ #ifndef INCsCalcPostfixH diff --git a/src/libCom/calc/sCalcPostfixPvt.h b/src/libCom/calc/sCalcPostfixPvt.h index f7ac29f1e..9b2b9460e 100644 --- a/src/libCom/calc/sCalcPostfixPvt.h +++ b/src/libCom/calc/sCalcPostfixPvt.h @@ -1,32 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* sCalcPostfixPvt.h * Author: Bob Dalesio * Date: 9-21-88 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 03-18-98 tmm derived from postfix.h - * */ #ifndef INCpostfixh diff --git a/src/libCom/cppStd/epicsAlgorithm.h b/src/libCom/cppStd/epicsAlgorithm.h index 1bedf1e1a..b5f43a3de 100644 --- a/src/libCom/cppStd/epicsAlgorithm.h +++ b/src/libCom/cppStd/epicsAlgorithm.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // epicsAlgorithm.h // Authors: Jeff Hill & Andrew Johnson diff --git a/src/libCom/cppStd/epicsExcept.h b/src/libCom/cppStd/epicsExcept.h index ffe75cc1d..e3f6045cc 100644 --- a/src/libCom/cppStd/epicsExcept.h +++ b/src/libCom/cppStd/epicsExcept.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // $Id$ // Author: Andrew Johnson & Jeff Hill // Date: December 2000 diff --git a/src/libCom/cppStd/epicsList.h b/src/libCom/cppStd/epicsList.h index 0178fdc45..756c64838 100644 --- a/src/libCom/cppStd/epicsList.h +++ b/src/libCom/cppStd/epicsList.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // epicsList.h // Author: Andrew Johnson // Date: October 2000 diff --git a/src/libCom/cppStd/epicsListBase.cpp b/src/libCom/cppStd/epicsListBase.cpp index 99190f7a7..2c8ed1560 100644 --- a/src/libCom/cppStd/epicsListBase.cpp +++ b/src/libCom/cppStd/epicsListBase.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // epicsListBase.cpp // Author: Andrew Johnson // Date: October 2000 diff --git a/src/libCom/cppStd/epicsListBase.h b/src/libCom/cppStd/epicsListBase.h index bb1d00b9f..22d156173 100644 --- a/src/libCom/cppStd/epicsListBase.h +++ b/src/libCom/cppStd/epicsListBase.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // epicsListBase.h // Author: Andrew Johnson // Date: October 2000 diff --git a/src/libCom/cppStd/epicsMemory.h b/src/libCom/cppStd/epicsMemory.h index 8bbdd2f21..a30131f96 100644 --- a/src/libCom/cppStd/epicsMemory.h +++ b/src/libCom/cppStd/epicsMemory.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // epicsMemoryH.h // Author: Jeff Hill // Date: March 2001 diff --git a/src/libCom/cvtFast/cvtFast.c b/src/libCom/cvtFast/cvtFast.c index 4cd74e88a..5211207ad 100644 --- a/src/libCom/cvtFast/cvtFast.c +++ b/src/libCom/cvtFast/cvtFast.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$*/ /* Very efficient routines to convert numbers to strings * Author: Bob Dalesio wrote cvtFloatToString (called FF_TO_STR) @@ -12,40 +21,6 @@ * * Date: 12 January 1993 * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 mrk 12-09-92 Taken from dbAccess and made into library - * .02 mda 01-12-93 Add cvt[Float/Double]ToExpString, - * cvt[Float/Double]ToCompactString, - * cvtLongToHex, cvtLongToOctal routines, fix - * calls to gcvt, etc. - * .03 joh 03-30-93 added bit field extract/ insert routines - * .04 mrk 01-28-94 replaced gcvt by e conversion - * .05 mrk 05-06-95 changed ExpString routines to just use sprintf - * It had a bug and performance was not that much - * better (2-5 times) then sprintf. - * Also they are not used on vxWorks */ #include diff --git a/src/libCom/cvtFast/cvtFast.h b/src/libCom/cvtFast/cvtFast.h index 739a175f4..209c57e95 100644 --- a/src/libCom/cvtFast/cvtFast.h +++ b/src/libCom/cvtFast/cvtFast.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Very efficient routines to convert numbers to strings * @@ -11,34 +20,6 @@ * cvt[Float/Double]CompactString from fToEStr * and fixed calls to gcvt * Date: 12-9-92 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 mrk 12-09-92 Taken form dbAccess and made into library - * .02 mda 01-12-92 New routines, cleanup - * .03 joh 03-30-93 Added bit field extract/insert - * .04 mrk 07-22-93 Support both old C and ANSI C */ #ifndef INCcvtFasth #define INCcvtFasth diff --git a/src/libCom/cxxTemplates/epicsGuard.h b/src/libCom/cxxTemplates/epicsGuard.h index fd5c01be7..fa81b23ea 100644 --- a/src/libCom/cxxTemplates/epicsGuard.h +++ b/src/libCom/cxxTemplates/epicsGuard.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef epicsGuardh #define epicsGuardh diff --git a/src/libCom/cxxTemplates/epicsOnce.cpp b/src/libCom/cxxTemplates/epicsOnce.cpp index 27976424a..fbe33b6c1 100644 --- a/src/libCom/cxxTemplates/epicsOnce.cpp +++ b/src/libCom/cxxTemplates/epicsOnce.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/libCom/cxxTemplates/epicsOnce.h b/src/libCom/cxxTemplates/epicsOnce.h index ccdffa80c..07f0e632c 100644 --- a/src/libCom/cxxTemplates/epicsOnce.h +++ b/src/libCom/cxxTemplates/epicsOnce.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/libCom/cxxTemplates/epicsSingleton.h b/src/libCom/cxxTemplates/epicsSingleton.h index 03c8989eb..a19aa106c 100644 --- a/src/libCom/cxxTemplates/epicsSingleton.h +++ b/src/libCom/cxxTemplates/epicsSingleton.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/libCom/cxxTemplates/epicsSingletonBase.cpp b/src/libCom/cxxTemplates/epicsSingletonBase.cpp index f2f3a5be8..be5e9054f 100644 --- a/src/libCom/cxxTemplates/epicsSingletonBase.cpp +++ b/src/libCom/cxxTemplates/epicsSingletonBase.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * diff --git a/src/libCom/cxxTemplates/epicsSingletonMutex.cpp b/src/libCom/cxxTemplates/epicsSingletonMutex.cpp index 51bbdb5a9..b509ad60c 100644 --- a/src/libCom/cxxTemplates/epicsSingletonMutex.cpp +++ b/src/libCom/cxxTemplates/epicsSingletonMutex.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/libCom/cxxTemplates/resourceLib.cpp b/src/libCom/cxxTemplates/resourceLib.cpp index 7ff2a6935..13238838b 100644 --- a/src/libCom/cxxTemplates/resourceLib.cpp +++ b/src/libCom/cxxTemplates/resourceLib.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index eec59e93a..d62daf5d0 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * @@ -17,33 +26,6 @@ * * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * NOTES: - * .01 Storage for identifier must persist until an item is deleted - * .02 class T must derive from class ID and tsSLNode - * */ #ifndef INCresourceLibh diff --git a/src/libCom/cxxTemplates/test/Makefile b/src/libCom/cxxTemplates/test/Makefile index 57351144e..847f1795e 100644 --- a/src/libCom/cxxTemplates/test/Makefile +++ b/src/libCom/cxxTemplates/test/Makefile @@ -1,3 +1,12 @@ +#************************************************************************* +# 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. +#************************************************************************* TOP=../../../.. diff --git a/src/libCom/cxxTemplates/test/minmaxTest.cc b/src/libCom/cxxTemplates/test/minmaxTest.cc index aa9d4b342..b5cf5b110 100644 --- a/src/libCom/cxxTemplates/test/minmaxTest.cc +++ b/src/libCom/cxxTemplates/test/minmaxTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/libCom/cxxTemplates/test/resourceLibTest.cc b/src/libCom/cxxTemplates/test/resourceLibTest.cc index fad0283a7..5e554256e 100644 --- a/src/libCom/cxxTemplates/test/resourceLibTest.cc +++ b/src/libCom/cxxTemplates/test/resourceLibTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include diff --git a/src/libCom/cxxTemplates/test/tsBTreeBench.cc b/src/libCom/cxxTemplates/test/tsBTreeBench.cc index 8749e9960..3a8f5e75f 100644 --- a/src/libCom/cxxTemplates/test/tsBTreeBench.cc +++ b/src/libCom/cxxTemplates/test/tsBTreeBench.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/libCom/cxxTemplates/test/tsBTreeTest.cc b/src/libCom/cxxTemplates/test/tsBTreeTest.cc index efee340fc..ff890eca5 100644 --- a/src/libCom/cxxTemplates/test/tsBTreeTest.cc +++ b/src/libCom/cxxTemplates/test/tsBTreeTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include #include diff --git a/src/libCom/cxxTemplates/test/tsDLListBench.cc b/src/libCom/cxxTemplates/test/tsDLListBench.cc index b67384237..a48bbe0a7 100644 --- a/src/libCom/cxxTemplates/test/tsDLListBench.cc +++ b/src/libCom/cxxTemplates/test/tsDLListBench.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #include "tsDLList.h" #include diff --git a/src/libCom/cxxTemplates/test/tsDLListTest.cc b/src/libCom/cxxTemplates/test/tsDLListTest.cc index 6db2f5a46..d7dbe7225 100644 --- a/src/libCom/cxxTemplates/test/tsDLListTest.cc +++ b/src/libCom/cxxTemplates/test/tsDLListTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cxxTemplates/test/tsSLListBench.cc b/src/libCom/cxxTemplates/test/tsSLListBench.cc index 4189e6110..0b786dfd3 100644 --- a/src/libCom/cxxTemplates/test/tsSLListBench.cc +++ b/src/libCom/cxxTemplates/test/tsSLListBench.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cxxTemplates/test/tsSLListTest.cc b/src/libCom/cxxTemplates/test/tsSLListTest.cc index 78f4e5d70..32f96359d 100644 --- a/src/libCom/cxxTemplates/test/tsSLListTest.cc +++ b/src/libCom/cxxTemplates/test/tsSLListTest.cc @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/cxxTemplates/tsBTree.h b/src/libCom/cxxTemplates/tsBTree.h index f71f9c51a..29b7b9c9d 100644 --- a/src/libCom/cxxTemplates/tsBTree.h +++ b/src/libCom/cxxTemplates/tsBTree.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef assert // allow use of epicsAssert.h #include diff --git a/src/libCom/cxxTemplates/tsDLList.h b/src/libCom/cxxTemplates/tsDLList.h index 70a3f9a1f..133b569e8 100644 --- a/src/libCom/cxxTemplates/tsDLList.h +++ b/src/libCom/cxxTemplates/tsDLList.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * @@ -6,28 +15,6 @@ * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #ifndef tsDLListH_include diff --git a/src/libCom/cxxTemplates/tsDLListDeprecated.h b/src/libCom/cxxTemplates/tsDLListDeprecated.h index b0dadefd4..6093181ee 100644 --- a/src/libCom/cxxTemplates/tsDLListDeprecated.h +++ b/src/libCom/cxxTemplates/tsDLListDeprecated.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // tsDLIter diff --git a/src/libCom/cxxTemplates/tsFreeList.h b/src/libCom/cxxTemplates/tsFreeList.h index eb05d907f..da26d3f1d 100644 --- a/src/libCom/cxxTemplates/tsFreeList.h +++ b/src/libCom/cxxTemplates/tsFreeList.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef tsFreeList_h #define tsFreeList_h diff --git a/src/libCom/cxxTemplates/tsMinMax.h b/src/libCom/cxxTemplates/tsMinMax.h index fbde7398a..8934777aa 100644 --- a/src/libCom/cxxTemplates/tsMinMax.h +++ b/src/libCom/cxxTemplates/tsMinMax.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // simple type safe inline template functions to replace diff --git a/src/libCom/cxxTemplates/tsSLList.h b/src/libCom/cxxTemplates/tsSLList.h index c30f22a30..926153ac1 100644 --- a/src/libCom/cxxTemplates/tsSLList.h +++ b/src/libCom/cxxTemplates/tsSLList.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * @@ -6,28 +15,6 @@ * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * */ #ifndef tsSLListh diff --git a/src/libCom/dbmf/dbmf.c b/src/libCom/dbmf/dbmf.c index 48c951cb0..ee228df91 100644 --- a/src/libCom/dbmf/dbmf.c +++ b/src/libCom/dbmf/dbmf.c @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * Author: Jim Kowalkowski and Marty Kraimer * Date: 4/97 diff --git a/src/libCom/dbmf/dbmf.h b/src/libCom/dbmf/dbmf.h index b995f3691..bddc1f505 100644 --- a/src/libCom/dbmf/dbmf.h +++ b/src/libCom/dbmf/dbmf.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * Author: Jim Kowalkowski and Marty Kraimer * Date: 4/97 diff --git a/src/libCom/ellLib/ellLib.c b/src/libCom/ellLib/ellLib.c index c5f553fc3..edcb1fb10 100644 --- a/src/libCom/ellLib/ellLib.c +++ b/src/libCom/ellLib/ellLib.c @@ -1,34 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * * Author: John Winans (ANL) * Date: 07-02-92 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 jrw 07-02-92 created - * .02 rcz 08-26-92 moved to libCom - * .03 joh 12-12-97 added ellverify() */ /* #define DEBUG_DRIVER */ diff --git a/src/libCom/ellLib/ellLib.h b/src/libCom/ellLib/ellLib.h index e22636015..06f87be05 100644 --- a/src/libCom/ellLib/ellLib.h +++ b/src/libCom/ellLib/ellLib.h @@ -1,35 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* ellLib.h $Id$ * * Author: John Winans (ANL) * Date: 07-02-92 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 jrw 07-02-92 created - * .02 rcz 07-23-93 changed name - * .03 rcz 07-26-93 changed name again - * .04 joh 12-12-97 added ellverify() */ #ifndef INCellLibh #define INCellLibh diff --git a/src/libCom/env/bldEnvData.pl b/src/libCom/env/bldEnvData.pl index 7e4b22470..2cb5c2745 100644 --- a/src/libCom/env/bldEnvData.pl +++ b/src/libCom/env/bldEnvData.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # Author: Kay-Uwe Kasemir # based on bldEnvData shell scripts, Andrew Johnson (RGO) diff --git a/src/libCom/env/envDefs.h b/src/libCom/env/envDefs.h index d4ad7131f..5d5d01859 100644 --- a/src/libCom/env/envDefs.h +++ b/src/libCom/env/envDefs.h @@ -1,39 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Author: Roger A. Cole * Date: 07-20-91 * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 07-20-91 rac initial version - * .02 08-07-91 joh added ioc log env - * .03 09-26-94 joh ifdef out double inclusion - * .04 11-28-94 joh new CA env var - * .05 04-20-95 anj moved defaults to CONFIG_ENV - * .06 09-11-96 joh ANSI prototypes - * .07 09-18-96 joh added envParamIsEmpty() - * .08 03-18-97 joh remove env param length limit - * * make options * -DNDEBUG don't compile assert() checking * -DDEBUG compile various debug code, including checks on diff --git a/src/libCom/env/envSubr.c b/src/libCom/env/envSubr.c index 06dc6394c..315aa8dd9 100644 --- a/src/libCom/env/envSubr.c +++ b/src/libCom/env/envSubr.c @@ -1,49 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * Author: Roger A. Cole * Date: 07-20-91 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 07-20-91 rac initial version - * .02 08-07-91 joh added config get for long and double C types - * .03 08-07-91 joh added config get for struct in_addr type - * .04 01-11-95 joh use getenv()/putenv() to fetch/write env - * vars under vxWorks - * .05 04-20-95 anj changes to use CONFIG_ENV - * .06 05-24-95 joh added return stmnt to epicsPrtEnvParams() - * .07 11-03-96 joh fixed bug occuring when diagnostic is - * printed and the env var cant be found - * .08 09-11-96 joh ANSI prototypes - * .09 10-18-96 joh added envParamIsEmpty() - * .10 03-18-97 joh added envGetConfigParamPtr() - * (replaces envParamIsEmpty()) - * .11 03-18-97 joh remove env param length limits - * - * make options - * -DNDEBUG don't compile assert() checking - * -DDEBUG compile various debug code, including checks on - * malloc'd memory */ /*+/mod*********************************************************************** * TITLE envSubr.c - routines to get and set EPICS environment parameters diff --git a/src/libCom/error/epicsPrint.h b/src/libCom/error/epicsPrint.h index 9e275085f..db889794a 100644 --- a/src/libCom/error/epicsPrint.h +++ b/src/libCom/error/epicsPrint.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /*epicsPrint.h */ /*This is now obsolete. Replaced by errlog.h */ diff --git a/src/libCom/error/errMdef.h b/src/libCom/error/errMdef.h index 14d61d5aa..ff26e0f1b 100644 --- a/src/libCom/error/errMdef.h +++ b/src/libCom/error/errMdef.h @@ -1,41 +1,17 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* errMdef.h err.h - Error Handling definitions */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 mm-dd-yy iii Comment - * .02 12-02-91 jrw added GPIB and BB message codes - * .03 03-11-93 joh added __FILE__ and __LINE__ to errMessage() - * .04 04-01-93 joh added vxi - * .05 04-29-93 joh added errPrintStatus() func proto - * .06 09-04-93 rcz added functions ... for errSymLib.c merge - * .07 02-03-94 mrk RTN_SUCCESS is true only if status=0 - * .08 02-03-94 mrk Add access security library - * .09 05-23-95 joh Add bucket hashing library */ #ifndef INCerrMdefh diff --git a/src/libCom/error/errSymLib.c b/src/libCom/error/errSymLib.c index 0f0c924de..277f152df 100644 --- a/src/libCom/error/errSymLib.c +++ b/src/libCom/error/errSymLib.c @@ -1,44 +1,16 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* $Id$ * errSymLib.c * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: errSymLib.c - * ----------------- - * .01 mm-dd-yy rcz See below for Creation/Merge - **** Merged Modification Logs: - * Modification Log: errMessage.c - * ----------------- - * .01 10-08-91 mrk Allow logMsg or printF - * .02 03-10-93 joh expanded errMessage() to accept the - * same format string and variable - * length arguments as printf() - * and renamed it errPrintf() - * .03 03-11-93 joh added __FILE__ and __LINE__ to errPrintf() - * created macro errMessage() that calls - * errPrintf with __FILE__ and __LINE__ - * as arguments * errMessage.c - Handle error messages *************************************************************************** * This must ultimately be replaced by a facility that allows remote @@ -47,22 +19,6 @@ * notification of all error messages. * For now lets just print messages and last errno via logMsg or printf *************************************************************************** - * Modification Log: errPrint.c - * ----------------- - * .01 10-08-91 mrk Allow logMsg or printf - * .02 04-29-93 joh extra arg for errPrint() - * .03 04-29-93 joh errPrint() became errPrintStatus() - * .04 05-06-93 joh errPrintStatus() get var args - * for vprintf() - * .05 05-02-94 joh errToLogMsg now defaults to TRUE - * - * Modification Log: errSymLib.c - * ----------------- - * .01 09-04-93 rcz Merged errMessage.c, errPrint.c, errSymFind.c - * rcz into one file (errSymLib.c) and changed method - * rcz of errSymTable lookup. - * .02 01-13-95 joh call mprintf() instead of logMsg() - * and eliminated errToLogMsg variable */ #include diff --git a/src/libCom/error/errSymTbl.h b/src/libCom/error/errSymTbl.h index 80d9f68b5..2b1712621 100644 --- a/src/libCom/error/errSymTbl.h +++ b/src/libCom/error/errSymTbl.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ #ifndef INCerrSymTblh #define INCerrSymTblh 1 diff --git a/src/libCom/error/errlog.c b/src/libCom/error/errlog.c index a495684be..fd1d99d77 100644 --- a/src/libCom/error/errlog.c +++ b/src/libCom/error/errlog.c @@ -1,13 +1,12 @@ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * Author: Marty Kraimer and Jeff Hill * Date: 07JAN1998 diff --git a/src/libCom/error/errlog.h b/src/libCom/error/errlog.h index c1fb7378a..7a8649b4c 100644 --- a/src/libCom/error/errlog.h +++ b/src/libCom/error/errlog.h @@ -1,14 +1,13 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* src/libCom/errlog.h */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -This software was developed under a United States Government license -described on the COPYRIGHT_UniversityOfChicago file included as part -of this distribution. -**********************************************************************/ #ifndef INCerrlogh #define INCerrlogh diff --git a/src/libCom/error/error.h b/src/libCom/error/error.h index 29ee6b85e..fd842e9b9 100644 --- a/src/libCom/error/error.h +++ b/src/libCom/error/error.h @@ -1,34 +1,18 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* error.h - errMessage symbol table header */ /* share/epicsH $Id$ */ /* * Author: Marty Kraimer * Date: 6-1-90 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * Modification Log: - * ----------------- - * .01 mm-dd-yy iii Comment */ diff --git a/src/libCom/error/makeStatTbl.pl b/src/libCom/error/makeStatTbl.pl index 2e66f0720..def623f04 100644 --- a/src/libCom/error/makeStatTbl.pl +++ b/src/libCom/error/makeStatTbl.pl @@ -1,4 +1,13 @@ #!/usr/local/bin/perl +#************************************************************************* +# 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. +#************************************************************************* # # makeStatTbl.pl - Create Error Symbol Table # diff --git a/src/libCom/fdmgr/fdManager.cpp b/src/libCom/fdmgr/fdManager.cpp index 72133ea89..1e76b64f4 100644 --- a/src/libCom/fdmgr/fdManager.cpp +++ b/src/libCom/fdmgr/fdManager.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // @@ -8,31 +17,6 @@ // johill@lanl.gov // 505 665 1831 // -// Experimental Physics and Industrial Control System (EPICS) -// -// Copyright 1991, the Regents of the University of California, -// and the University of Chicago Board of Governors. -// -// This software was produced under U.S. Government contracts: -// (W-7405-ENG-36) at the Los Alamos National Laboratory, -// and (W-31-109-ENG-38) at Argonne National Laboratory. -// -// Initial development by: -// The Controls and Automation Group (AT-8) -// Ground Test Accelerator -// Accelerator Technology Division -// Los Alamos National Laboratory -// -// Co-developed with -// The Controls and Computing Group -// Accelerator Systems Division -// Advanced Photon Source -// Argonne National Laboratory -// -// -// -// -// // NOTES: // 1) This library is not thread safe // diff --git a/src/libCom/fdmgr/fdManager.h b/src/libCom/fdmgr/fdManager.h index a26918bf1..6c2c53c48 100644 --- a/src/libCom/fdmgr/fdManager.h +++ b/src/libCom/fdmgr/fdManager.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* * $Id$ * @@ -7,30 +16,6 @@ * Author Jeffrey O. Hill * johill@lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * */ #ifndef fdManagerH_included diff --git a/src/libCom/fdmgr/fdmgr.cpp b/src/libCom/fdmgr/fdmgr.cpp index 8448db90a..d31530195 100644 --- a/src/libCom/fdmgr/fdmgr.cpp +++ b/src/libCom/fdmgr/fdmgr.cpp @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ // // $Id$ // @@ -8,27 +17,6 @@ // johill@lanl.gov // 505 665 1831 // -// Experimental Physics and Industrial Control System (EPICS) -// -// Copyright 1991, the Regents of the University of California, -// and the University of Chicago Board of Governors. -// -// This software was produced under U.S. Government contracts: -// (W-7405-ENG-36) at the Los Alamos National Laboratory, -// and (W-31-109-ENG-38) at Argonne National Laboratory. -// -// Initial development by: -// The Controls and Automation Group (AT-8) -// Ground Test Accelerator -// Accelerator Technology Division -// Los Alamos National Laboratory -// -// Co-developed with -// The Controls and Computing Group -// Accelerator Systems Division -// Advanced Photon Source -// Argonne National Laboratory -// // NOTES: // 1) the routines in this file provide backward compatibility with the original // "C" based file descriptor manager API diff --git a/src/libCom/fdmgr/fdmgr.h b/src/libCom/fdmgr/fdmgr.h index 6b5a375c0..ebf028a6b 100644 --- a/src/libCom/fdmgr/fdmgr.h +++ b/src/libCom/fdmgr/fdmgr.h @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* fdmgr.h * * share/epicsH/$Id$ @@ -8,35 +17,6 @@ * Author Jeffrey O. Hill * hill@atdiv.lanl.gov * 505 665 1831 - * - * Experimental Physics and Industrial Control System (EPICS) - * - * Copyright 1991, the Regents of the University of California, - * and the University of Chicago Board of Governors. - * - * This software was produced under U.S. Government contracts: - * (W-7405-ENG-36) at the Los Alamos National Laboratory, - * and (W-31-109-ENG-38) at Argonne National Laboratory. - * - * Initial development by: - * The Controls and Automation Group (AT-8) - * Ground Test Accelerator - * Accelerator Technology Division - * Los Alamos National Laboratory - * - * Co-developed with - * The Controls and Computing Group - * Accelerator Systems Division - * Advanced Photon Source - * Argonne National Laboratory - * - * - * - * History - * .00 joh 011993 Created - * .01 pg 050494 HPUX port modifications. - * - * */ #ifndef includeFdmgrH diff --git a/src/libCom/freeList/freeList.h b/src/libCom/freeList/freeList.h index 45d44cade..93fdb1cbf 100644 --- a/src/libCom/freeList/freeList.h +++ b/src/libCom/freeList/freeList.h @@ -1,56 +1,15 @@ +/*************************************************************************\ +* 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. +\*************************************************************************/ /* share/epicsH/freeList.h */ /* share/epicsH $Id$ */ /* Author: Marty Kraimer Date: 04-19-94 */ -/***************************************************************** - COPYRIGHT NOTIFICATION -***************************************************************** - -THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE, -AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE -AND IN ALL SOURCE LISTINGS OF THE CODE. - -(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO - -Argonne National Laboratory (ANL), with facilities in the States of -Illinois and Idaho, is owned by the United States Government, and -operated by the University of Chicago under provision of a contract -with the Department of Energy. - -Portions of this material resulted from work developed under a U.S. -Government contract and are subject to the following license: For -a period of five years from March 30, 1993, the Government is -granted for itself and others acting on its behalf a paid-up, -nonexclusive, irrevocable worldwide license in this computer -software to reproduce, prepare derivative works, and perform -publicly and display publicly. With the approval of DOE, this -period may be renewed for two additional five year periods. -Following the expiration of this period or periods, the Government -is granted for itself and others acting on its behalf, a paid-up, -nonexclusive, irrevocable worldwide license in this computer -software to reproduce, prepare derivative works, distribute copies -to the public, perform publicly and display publicly, and to permit -others to do so. - -***************************************************************** - DISCLAIMER -***************************************************************** - -NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR -THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS, -MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL -LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR -USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS -DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY -OWNED RIGHTS. - -***************************************************************** -LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY -DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). - * - * Modification Log: - * ----------------- - * .01 04-19-94 mrk Initial Implementation - */ #ifndef INCfreeListh #define INCfreeListh diff --git a/src/libCom/freeList/freeList.html b/src/libCom/freeList/freeList.html index 97aec0c2c..853cf9d35 100644 --- a/src/libCom/freeList/freeList.html +++ b/src/libCom/freeList/freeList.html @@ -1,3 +1,12 @@ +/*************************************************************************\ +* 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/freeList/freeListLib.c b/src/libCom/freeList/freeListLib.c
index a9dad52ef..98e66f012 100644
--- a/src/libCom/freeList/freeListLib.c
+++ b/src/libCom/freeList/freeListLib.c
@@ -1,56 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 /* Author:  Marty Kraimer Date:    04-19-94 */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of 
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
-
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods. 
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
-
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
-
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.  
-
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
- *
- * Modification Log:
- * -----------------
- * .01  04-19-94	mrk	Initial Implementation
- * .02  03-28-97	joh	added freeListItemAvail() function	
- */
 
 
 #include 
diff --git a/src/libCom/gpHash/gpHash.h b/src/libCom/gpHash/gpHash.h
index a8f8ae50b..f822524e8 100644
--- a/src/libCom/gpHash/gpHash.h
+++ b/src/libCom/gpHash/gpHash.h
@@ -1,57 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* gpHash.h */
 /* share/epicsH $Id$ */
 /* Author:  Marty Kraimer Date:    04-07-94 */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
 
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of 
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
-
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods. 
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
-
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
-
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.  
-
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
- *
- * Modification Log:
- * -----------------
- * .01  04-07-94	mrk	Initial Implementation
- */
-
 /* gph provides a general purpose directory accessed via a hash table*/
 #ifndef INCgpHashh
 #define INCgpHashh 1
diff --git a/src/libCom/gpHash/gpHash.html b/src/libCom/gpHash/gpHash.html
index 29d13defa..658e47f47 100644
--- a/src/libCom/gpHash/gpHash.html
+++ b/src/libCom/gpHash/gpHash.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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 58f1eb612..02aaf2792 100644
--- a/src/libCom/gpHash/gpHashLib.c
+++ b/src/libCom/gpHash/gpHashLib.c
@@ -1,55 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 /* Author:  Marty Kraimer Date:    04-07-94 */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of 
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
-
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods. 
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
-
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
-
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.  
-
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
- *
- * Modification Log:
- * -----------------
- * .01  04-07-94	mrk	Initial Implementation
- */
 
 #include 
 #include 
diff --git a/src/libCom/logClient/logClient.c b/src/libCom/logClient/logClient.c
index d675cf8ea..3cfc525aa 100644
--- a/src/libCom/logClient/logClient.c
+++ b/src/libCom/logClient/logClient.c
@@ -1,30 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 /*
- *
  *      Author:         Jeffrey O. Hill 
  *      Date:           080791 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #ifdef vxWorks
diff --git a/src/libCom/logClient/logClient.h b/src/libCom/logClient/logClient.h
index cbc26bb4d..1ba466a9b 100644
--- a/src/libCom/logClient/logClient.h
+++ b/src/libCom/logClient/logClient.h
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* $Id$ */
 /*
  *
  *      Author:         Jeffrey O. Hill 
  *      Date:           080791 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include "shareLib.h"
diff --git a/src/libCom/macLib/macCore.c b/src/libCom/macLib/macCore.c
index 69df4c144..ffa84a47b 100644
--- a/src/libCom/macLib/macCore.c
+++ b/src/libCom/macLib/macCore.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  *
  * Implementation of core macro substitution library (macLib)
@@ -756,6 +765,9 @@ static char *Strdup( char *string )
 
 /*************************************************************************
  * $Log$
+ * Revision 1.10  2001/07/26 07:50:52  lange
+ * Fixed HPUX warnings.
+ *
  * Revision 1.9  1999/05/13 16:06:21  anj
  * Cleaned up warnings - the RCS Log: keyword was on the comment line
  * that starts with a '/' which RCS replicates for these notes...
diff --git a/src/libCom/macLib/macLib.h b/src/libCom/macLib/macLib.h
index b1ed3c9fe..723a6f32d 100644
--- a/src/libCom/macLib/macLib.h
+++ b/src/libCom/macLib/macLib.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  *
  * Definitions for macro substitution library (macLib)
@@ -210,6 +219,9 @@ epicsShareAPI macInstallMacros(
 
 /**************************************************************************
  * $Log$
+ * Revision 1.8  2002/05/06 19:01:00  mrk
+ * add extern for C callable routines
+ *
  * Revision 1.7  1999/05/13 16:06:22  anj
  * Cleaned up warnings - the RCS Log: keyword was on the comment line
  * that starts with a '/' which RCS replicates for these notes...
diff --git a/src/libCom/macLib/macUtil.c b/src/libCom/macLib/macUtil.c
index 7494b352a..4fafe0383 100644
--- a/src/libCom/macLib/macUtil.c
+++ b/src/libCom/macLib/macUtil.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  *
  * Implementation of utility macro substitution library (macLib)
@@ -276,6 +285,9 @@ epicsShareAPI macInstallMacros(
 
 /*********************************************************************
  * $Log$
+ * Revision 1.6  2000/05/30 19:52:00  norume
+ * Remove call to max().
+ *
  * Revision 1.5  2000/05/30 17:08:57  jhill
  * fixed pool corruption problems
  *
diff --git a/src/libCom/misc/aToIPAddr.c b/src/libCom/misc/aToIPAddr.c
index b5b64b828..dde68952d 100644
--- a/src/libCom/misc/aToIPAddr.c
+++ b/src/libCom/misc/aToIPAddr.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * rational replacement for inet_addr()
  * 
diff --git a/src/libCom/misc/adjustment.c b/src/libCom/misc/adjustment.c
index 9b13daaef..0698ad361 100644
--- a/src/libCom/misc/adjustment.c
+++ b/src/libCom/misc/adjustment.c
@@ -1,23 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* src/libCom/adjustment.c */
 
-/* Author: Peregrine McGehee Date: 21NOV1997 */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
-
-/*
- *
- * Modification Log:
- * -----------------
- * .01  11-21-97	pmm	Initial Implementation	
- */
+/* Author: Peregrine McGehee */
 
 #include 
 #include 
diff --git a/src/libCom/misc/adjustment.h b/src/libCom/misc/adjustment.h
index 254390c43..da383a550 100644
--- a/src/libCom/misc/adjustment.h
+++ b/src/libCom/misc/adjustment.h
@@ -1,15 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* src/libCom/adjustment.h */
 
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
 #ifndef INCadjustmenth
 #define INCadjustmenth
 #include "shareLib.h"
diff --git a/src/libCom/misc/cantProceed.c b/src/libCom/misc/cantProceed.c
index f9a3989c9..9e0b60079 100644
--- a/src/libCom/misc/cantProceed.c
+++ b/src/libCom/misc/cantProceed.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* callocMustSucceed.c */
 
 /* Author:  Marty Kraimer Date:    04JAN99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/misc/cantProceed.h b/src/libCom/misc/cantProceed.h
index 82dcd70f3..d23f1b018 100644
--- a/src/libCom/misc/cantProceed.h
+++ b/src/libCom/misc/cantProceed.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCcantProceedh
 #define INCcantProceedh
 
diff --git a/src/libCom/misc/dbDefs.h b/src/libCom/misc/dbDefs.h
index cbb588fc2..82e31988c 100644
--- a/src/libCom/misc/dbDefs.h
+++ b/src/libCom/misc/dbDefs.h
@@ -1,37 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  *
  *      Author:          Marty Kraimer
  *      Date:            6-1-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  mm-dd-yy        iii     Comment
- * .02  12-03-91        rcz     defines from vxWorks.h for Unix
- * .03  12-03-91        rcz     added define PVNAME_STRINGSZ
- * .04  05-22-92        mrk     cleanup
- * .05  07-22-93	mrk	Cleanup defs for NO and YES
- * .06  08-11-93	joh	included errMdef.h
  */
 
 #ifndef INCdbDefsh
diff --git a/src/libCom/misc/epicsString.c b/src/libCom/misc/epicsString.c
index 2ed3d8f33..d49704ddf 100644
--- a/src/libCom/misc/epicsString.c
+++ b/src/libCom/misc/epicsString.c
@@ -1,15 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*epicsString.c*/
 /*Authors: Jun-ichi Odagiri and Marty Kraimer*/
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/misc/epicsString.h b/src/libCom/misc/epicsString.h
index 0b6489459..b28a782e8 100644
--- a/src/libCom/misc/epicsString.h
+++ b/src/libCom/misc/epicsString.h
@@ -1,15 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*epicsString.h*/
 /*Authors: Jun-ichi Odagiri and Marty Kraimer*/
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
 
 /* int dbTranslateEscape(char *s,const char *ct);
  *
diff --git a/src/libCom/misc/epicsTypes.h b/src/libCom/misc/epicsTypes.h
index 040358dbf..012ef07a5 100644
--- a/src/libCom/misc/epicsTypes.h
+++ b/src/libCom/misc/epicsTypes.h
@@ -1,51 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id  */
 
 /*
  *      Author: 	Jeff Hill  
  *      Date:          	5-95 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * $Log$
- * Revision 1.4  1997/05/01 19:50:40  jhill
- * updated dll keywords
- *
- * Revision 1.3  1997/04/10 20:00:40  jhill
- * VMS changes
- *
- * Revision 1.2  1996/06/20 16:27:33  jhill
- * eliminated sbufs
- *
- * Revision 1.1  1996/01/25 21:38:48  mrk
- * moved files from /base/include
- *
- * Revision 1.7  1995/12/19 19:46:44  jhill
- * added epicsStatus typedef
- *
- * Revision 1.6  1995/09/29  21:41:41  jhill
- * added use of sbufs
- *
  */
 
 #ifndef INCepicsTypesh
diff --git a/src/libCom/misc/gsd_sync_defs.h b/src/libCom/misc/gsd_sync_defs.h
index 7f66c4233..f3b7ef86b 100644
--- a/src/libCom/misc/gsd_sync_defs.h
+++ b/src/libCom/misc/gsd_sync_defs.h
@@ -1,34 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCgsd_sync_defsh
 #define INCgsd_sync_defsh
 /*	$Id$
  *	Author:	Gale Slentz
  *	Date:	09-18-90
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	09-18-90	ges	initial version
- *
  */
 /*+/mod***********************************************************************
 * TITLE	gsd_sync_defs.h - defines for gsd_sync.c
diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp
index 313c5c943..9e5d914f8 100644
--- a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp
+++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*  
  *  $Id$
diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.h b/src/libCom/misc/ipAddrToAsciiAsynchronous.h
index e886b9084..11ba9ec53 100644
--- a/src/libCom/misc/ipAddrToAsciiAsynchronous.h
+++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*  
  *  $Id$
diff --git a/src/libCom/misc/locationException.h b/src/libCom/misc/locationException.h
index f00f8276f..047b1b5d8 100644
--- a/src/libCom/misc/locationException.h
+++ b/src/libCom/misc/locationException.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 //
 // $Id$
diff --git a/src/libCom/misc/makeEpicsVersion.pl b/src/libCom/misc/makeEpicsVersion.pl
index 87055df5a..a20ed557a 100644
--- a/src/libCom/misc/makeEpicsVersion.pl
+++ b/src/libCom/misc/makeEpicsVersion.pl
@@ -1,4 +1,13 @@
 #!/usr/bin/perl
+#*************************************************************************
+# 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. 
+#*************************************************************************
 #
 #   Usage: perl makeEpicsVersion.pl CONFIG_BASE_VERSION outdir
 
diff --git a/src/libCom/misc/shareLib.h b/src/libCom/misc/shareLib.h
index 7d7d383d4..7ff3c4a1a 100644
--- a/src/libCom/misc/shareLib.h
+++ b/src/libCom/misc/shareLib.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * Use compiler specific key words to set up shareable library
  * external symbols and entry points
diff --git a/src/libCom/misc/truncateFile.c b/src/libCom/misc/truncateFile.c
index 3aef99694..f3ee98d20 100644
--- a/src/libCom/misc/truncateFile.c
+++ b/src/libCom/misc/truncateFile.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/misc/truncateFile.h b/src/libCom/misc/truncateFile.h
index 59df428e1..d58bcb8b1 100644
--- a/src/libCom/misc/truncateFile.h
+++ b/src/libCom/misc/truncateFile.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include "shareLib.h"
 
diff --git a/src/libCom/misc/unixFileName.h b/src/libCom/misc/unixFileName.h
index 876d29700..faeed9d8e 100644
--- a/src/libCom/misc/unixFileName.h
+++ b/src/libCom/misc/unixFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * unixFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/epicsAssert.h b/src/libCom/osi/epicsAssert.h
index 0694b8977..0b048a248 100644
--- a/src/libCom/osi/epicsAssert.h
+++ b/src/libCom/osi/epicsAssert.h
@@ -1,33 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  *      
  *	EPICS assert  
  *
  *      Author:         Jeffrey O. Hill 
  *      Date:           022795 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
  */
 
 #ifndef assertEPICS 
diff --git a/src/libCom/osi/epicsEvent.cpp b/src/libCom/osi/epicsEvent.cpp
index 66f753218..5b9d5517a 100644
--- a/src/libCom/osi/epicsEvent.cpp
+++ b/src/libCom/osi/epicsEvent.cpp
@@ -1,17 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* epicsMutex.c */
 /*	Author: Jeff Hill */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-(C)  COPYRIGHT 1991 Regents of the University of California,
-and the University of Chicago Board of Governors.
-
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-**********************************************************************/
 
 #include 
 
diff --git a/src/libCom/osi/epicsEvent.h b/src/libCom/osi/epicsEvent.h
index 165dbdc4c..de5454954 100644
--- a/src/libCom/osi/epicsEvent.h
+++ b/src/libCom/osi/epicsEvent.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsEventh
 #define epicsEventh
 
diff --git a/src/libCom/osi/epicsFindSymbol.h b/src/libCom/osi/epicsFindSymbol.h
index 6a6b1f9ce..b64f64de8 100644
--- a/src/libCom/osi/epicsFindSymbol.h
+++ b/src/libCom/osi/epicsFindSymbol.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsFindSymbolh
 #define epicsFindSymbolh
 
diff --git a/src/libCom/osi/epicsInterrupt.h b/src/libCom/osi/epicsInterrupt.h
index 5371be24a..b5cea5031 100644
--- a/src/libCom/osi/epicsInterrupt.h
+++ b/src/libCom/osi/epicsInterrupt.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsInterrupth
 #define epicsInterrupth
 
diff --git a/src/libCom/osi/epicsMutex.cpp b/src/libCom/osi/epicsMutex.cpp
index 75b18b2d5..40dd84f12 100644
--- a/src/libCom/osi/epicsMutex.cpp
+++ b/src/libCom/osi/epicsMutex.cpp
@@ -1,16 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsMutex.c */
 /*	Author: Marty Kraimer and Jeff Hill	Date: 03APR01	*/
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-(C)  COPYRIGHT 1991 Regents of the University of California,
-and the University of Chicago Board of Governors.
-
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-**********************************************************************/
 
 #include 
 
diff --git a/src/libCom/osi/epicsMutex.h b/src/libCom/osi/epicsMutex.h
index f329a9c07..561229c0a 100644
--- a/src/libCom/osi/epicsMutex.h
+++ b/src/libCom/osi/epicsMutex.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsMutexh
 #define epicsMutexh
 
diff --git a/src/libCom/osi/epicsThread.cpp b/src/libCom/osi/epicsThread.cpp
index e9b1957ce..a401128ed 100644
--- a/src/libCom/osi/epicsThread.cpp
+++ b/src/libCom/osi/epicsThread.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 //
 // $Id$
 //
diff --git a/src/libCom/osi/epicsThread.h b/src/libCom/osi/epicsThread.h
index 96a89f6bd..f6a6e6c05 100644
--- a/src/libCom/osi/epicsThread.h
+++ b/src/libCom/osi/epicsThread.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsThreadh
 #define epicsThreadh
 
diff --git a/src/libCom/osi/epicsTime.cpp b/src/libCom/osi/epicsTime.cpp
index c500cee08..116371640 100644
--- a/src/libCom/osi/epicsTime.cpp
+++ b/src/libCom/osi/epicsTime.cpp
@@ -1,12 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsTime.cpp */
 /* Author Jeffrey O. Hill */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/epicsTime.h b/src/libCom/osi/epicsTime.h
index 6a61278de..fdae6f53b 100644
--- a/src/libCom/osi/epicsTime.h
+++ b/src/libCom/osi/epicsTime.h
@@ -1,11 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsTime.h */
 /* Author Jeffrey O. Hill */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-****************************************************************************/
 #ifndef epicsTimehInclude
 #define epicsTimehInclude
 
diff --git a/src/libCom/osi/os/Darwin/osdReadline.h b/src/libCom/osi/os/Darwin/osdReadline.h
index 6fb42c491..133156ab0 100644
--- a/src/libCom/osi/os/Darwin/osdReadline.h
+++ b/src/libCom/osi/os/Darwin/osdReadline.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/Darwin/osdSock.h b/src/libCom/osi/os/Darwin/osdSock.h
index b58fd2205..a4ee29cd1 100644
--- a/src/libCom/osi/os/Darwin/osdSock.h
+++ b/src/libCom/osi/os/Darwin/osdSock.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/Darwin/osdTime.cpp b/src/libCom/osi/os/Darwin/osdTime.cpp
index a9e53dff5..3149521a5 100644
--- a/src/libCom/osi/os/Darwin/osdTime.cpp
+++ b/src/libCom/osi/os/Darwin/osdTime.cpp
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/Darwin/osdTime.h b/src/libCom/osi/os/Darwin/osdTime.h
index fdc282430..e9314234d 100644
--- a/src/libCom/osi/os/Darwin/osdTime.h
+++ b/src/libCom/osi/os/Darwin/osdTime.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/Darwin/osiFileName.h b/src/libCom/osi/os/Darwin/osiFileName.h
index 7b024885a..ae0f9665e 100644
--- a/src/libCom/osi/os/Darwin/osiFileName.h
+++ b/src/libCom/osi/os/Darwin/osiFileName.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/Linux/osdReadline.h b/src/libCom/osi/os/Linux/osdReadline.h
index f5ba886d0..073ed7d1a 100644
--- a/src/libCom/osi/os/Linux/osdReadline.h
+++ b/src/libCom/osi/os/Linux/osdReadline.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef _OSD_READLINE_H_
 #define _OSD_READLINE_H_
 
diff --git a/src/libCom/osi/os/Linux/osdSock.h b/src/libCom/osi/os/Linux/osdSock.h
index b3e6b1cf2..07a0c9313 100644
--- a/src/libCom/osi/os/Linux/osdSock.h
+++ b/src/libCom/osi/os/Linux/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * Linux specific socket include
diff --git a/src/libCom/osi/os/Linux/osdTime.h b/src/libCom/osi/os/Linux/osdTime.h
index 1bbceff21..4c8bd2592 100644
--- a/src/libCom/osi/os/Linux/osdTime.h
+++ b/src/libCom/osi/os/Linux/osdTime.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/Linux/osiFileName.h b/src/libCom/osi/os/Linux/osiFileName.h
index 60e0a20da..b79203992 100644
--- a/src/libCom/osi/os/Linux/osiFileName.h
+++ b/src/libCom/osi/os/Linux/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/Linux/osiUnistd.h b/src/libCom/osi/os/Linux/osiUnistd.h
index efa92cb16..521aedb75 100644
--- a/src/libCom/osi/os/Linux/osiUnistd.h
+++ b/src/libCom/osi/os/Linux/osiUnistd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  $Id$
  *
diff --git a/src/libCom/osi/os/LynxOS/osdSock.h b/src/libCom/osi/os/LynxOS/osdSock.h
index 8979e69c9..d0302f632 100644
--- a/src/libCom/osi/os/LynxOS/osdSock.h
+++ b/src/libCom/osi/os/LynxOS/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * LynxOS specific socket include
diff --git a/src/libCom/osi/os/RTEMS/osdEvent.c b/src/libCom/osi/os/RTEMS/osdEvent.c
index f6bc2a2f9..21217bdfa 100644
--- a/src/libCom/osi/os/RTEMS/osdEvent.c
+++ b/src/libCom/osi/os/RTEMS/osdEvent.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdEvent.c
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdEvent.h b/src/libCom/osi/os/RTEMS/osdEvent.h
index 8d9791d28..311e1328b 100644
--- a/src/libCom/osi/os/RTEMS/osdEvent.h
+++ b/src/libCom/osi/os/RTEMS/osdEvent.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdEvent.h
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdInterrupt.c b/src/libCom/osi/os/RTEMS/osdInterrupt.c
index 317877b5f..ce63e57c1 100644
--- a/src/libCom/osi/os/RTEMS/osdInterrupt.c
+++ b/src/libCom/osi/os/RTEMS/osdInterrupt.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdInterrupt.c
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdInterrupt.h b/src/libCom/osi/os/RTEMS/osdInterrupt.h
index d385f7aca..2f3a2c596 100644
--- a/src/libCom/osi/os/RTEMS/osdInterrupt.h
+++ b/src/libCom/osi/os/RTEMS/osdInterrupt.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * Daemon to soak up and report messages from interrupt contexts
  */
diff --git a/src/libCom/osi/os/RTEMS/osdMutex.c b/src/libCom/osi/os/RTEMS/osdMutex.c
index 583f9ef0e..fb644edd2 100644
--- a/src/libCom/osi/os/RTEMS/osdMutex.c
+++ b/src/libCom/osi/os/RTEMS/osdMutex.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdMutex.c
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdMutex.h b/src/libCom/osi/os/RTEMS/osdMutex.h
index 1627a416c..bdd40fd9f 100644
--- a/src/libCom/osi/os/RTEMS/osdMutex.h
+++ b/src/libCom/osi/os/RTEMS/osdMutex.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdMutex.h
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdPoolStatus.c b/src/libCom/osi/os/RTEMS/osdPoolStatus.c
index b01983185..0f1d4e5b0 100644
--- a/src/libCom/osi/os/RTEMS/osdPoolStatus.c
+++ b/src/libCom/osi/os/RTEMS/osdPoolStatus.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 
 #define epicsExportSharedSymbols
diff --git a/src/libCom/osi/os/RTEMS/osdProcess.c b/src/libCom/osi/os/RTEMS/osdProcess.c
index 08a9892bd..547e86d2f 100644
--- a/src/libCom/osi/os/RTEMS/osdProcess.c
+++ b/src/libCom/osi/os/RTEMS/osdProcess.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* 
  * $Id$
diff --git a/src/libCom/osi/os/RTEMS/osdReadline.h b/src/libCom/osi/os/RTEMS/osdReadline.h
index f5ba886d0..073ed7d1a 100644
--- a/src/libCom/osi/os/RTEMS/osdReadline.h
+++ b/src/libCom/osi/os/RTEMS/osdReadline.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef _OSD_READLINE_H_
 #define _OSD_READLINE_H_
 
diff --git a/src/libCom/osi/os/RTEMS/osdSock.h b/src/libCom/osi/os/RTEMS/osdSock.h
index 71dadadad..75dd962ea 100644
--- a/src/libCom/osi/os/RTEMS/osdSock.h
+++ b/src/libCom/osi/os/RTEMS/osdSock.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdSock.h
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osdThread.c b/src/libCom/osi/os/RTEMS/osdThread.c
index 4da29f4db..1a607fce1 100644
--- a/src/libCom/osi/os/RTEMS/osdThread.c
+++ b/src/libCom/osi/os/RTEMS/osdThread.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osdThread.c
  *      $Id$
diff --git a/src/libCom/osi/os/RTEMS/osdThread.h b/src/libCom/osi/os/RTEMS/osdThread.h
index a7eb66299..29ff4bc5c 100644
--- a/src/libCom/osi/os/RTEMS/osdThread.h
+++ b/src/libCom/osi/os/RTEMS/osdThread.h
@@ -1 +1,10 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osdThread.h not needed */
diff --git a/src/libCom/osi/os/RTEMS/osdTime.cpp b/src/libCom/osi/os/RTEMS/osdTime.cpp
index ad7af7752..118ea71f4 100644
--- a/src/libCom/osi/os/RTEMS/osdTime.cpp
+++ b/src/libCom/osi/os/RTEMS/osdTime.cpp
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
diff --git a/src/libCom/osi/os/RTEMS/osdTime.h b/src/libCom/osi/os/RTEMS/osdTime.h
index d4af59e99..1158f80d0 100644
--- a/src/libCom/osi/os/RTEMS/osdTime.h
+++ b/src/libCom/osi/os/RTEMS/osdTime.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/RTEMS/osiFileName.h b/src/libCom/osi/os/RTEMS/osiFileName.h
index 915a1a51b..260297c35 100644
--- a/src/libCom/osi/os/RTEMS/osiFileName.h
+++ b/src/libCom/osi/os/RTEMS/osiFileName.h
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /*
  * RTEMS osiFileName.h
  *	$Id$
diff --git a/src/libCom/osi/os/RTEMS/osiUnistd.h b/src/libCom/osi/os/RTEMS/osiUnistd.h
index 96c244efd..f280ffb92 100644
--- a/src/libCom/osi/os/RTEMS/osiUnistd.h
+++ b/src/libCom/osi/os/RTEMS/osiUnistd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  $Id$
  *
diff --git a/src/libCom/osi/os/VMS/epicsMath.h b/src/libCom/osi/os/VMS/epicsMath.h
index 58c72aa0c..40b7d2a83 100644
--- a/src/libCom/osi/os/VMS/epicsMath.h
+++ b/src/libCom/osi/os/VMS/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsMathh
 #define epicsMathh
 
diff --git a/src/libCom/osi/os/VMS/osdProcess.c b/src/libCom/osi/os/VMS/osdProcess.c
index 9183e8cdf..ff0c035a0 100644
--- a/src/libCom/osi/os/VMS/osdProcess.c
+++ b/src/libCom/osi/os/VMS/osdProcess.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* 
  * $Id$
diff --git a/src/libCom/osi/os/VMS/osdSock.h b/src/libCom/osi/os/VMS/osdSock.h
index ae63880d1..0f2b28525 100644
--- a/src/libCom/osi/os/VMS/osdSock.h
+++ b/src/libCom/osi/os/VMS/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * vms specific socket include
  */
diff --git a/src/libCom/osi/os/VMS/osdTime.cpp b/src/libCom/osi/os/VMS/osdTime.cpp
index 441c6da8c..59368e9a0 100644
--- a/src/libCom/osi/os/VMS/osdTime.cpp
+++ b/src/libCom/osi/os/VMS/osdTime.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 //
 // should move the gettimeofday() proto for VMS
diff --git a/src/libCom/osi/os/VMS/osdTime.h b/src/libCom/osi/os/VMS/osdTime.h
index bd108e22d..dc6b0c453 100644
--- a/src/libCom/osi/os/VMS/osdTime.h
+++ b/src/libCom/osi/os/VMS/osdTime.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/VMS/osiFileName.h b/src/libCom/osi/os/VMS/osiFileName.h
index 470dd5a26..7db51fc04 100644
--- a/src/libCom/osi/os/VMS/osiFileName.h
+++ b/src/libCom/osi/os/VMS/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/VMS/osiSock.h b/src/libCom/osi/os/VMS/osiSock.h
index 2811690ca..f0576611d 100644
--- a/src/libCom/osi/os/VMS/osiSock.h
+++ b/src/libCom/osi/os/VMS/osiSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * vms specific socket include
  */
diff --git a/src/libCom/osi/os/VMS/osiWireFormat.h b/src/libCom/osi/os/VMS/osiWireFormat.h
index bb60dc47e..60c327504 100644
--- a/src/libCom/osi/os/VMS/osiWireFormat.h
+++ b/src/libCom/osi/os/VMS/osiWireFormat.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 
 #ifndef osiWireFormat
diff --git a/src/libCom/osi/os/VMS/ucx.h b/src/libCom/osi/os/VMS/ucx.h
index f28ab6ac9..8541cc547 100644
--- a/src/libCom/osi/os/VMS/ucx.h
+++ b/src/libCom/osi/os/VMS/ucx.h
@@ -1,16 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* 
  *
  *	U C X . H
  *	UNIX ioctl structures and defines used for VAX/UCX
- *      Author: Gerhard Grygiel (GeG)
- *
- *      GeG	09-DEC-1992	initial edit
- *      CJM     13-Jul-1994     add fd_set etc for R3.12
- *      CJM     09-Dec-1994     define fd_set etc. so it will compile for
- *                              both DEC C and Vax C
- *      CJM     19-Nov-1995     use memset instead of bzero following advice
- *                              from Jeff Hill and add a definition of struct
- *                              timezone to support gettimeofday
  *
  */
 #ifndef _UCX_H_
diff --git a/src/libCom/osi/os/WIN32/dllmain.cpp b/src/libCom/osi/os/WIN32/dllmain.cpp
index 7b15e5a4f..d00a23766 100644
--- a/src/libCom/osi/os/WIN32/dllmain.cpp
+++ b/src/libCom/osi/os/WIN32/dllmain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *	dllmain.c
  *
@@ -8,31 +17,6 @@
  *
  *      8-2-96  -kuk-
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *		Lawrence Berkley National Laboratory
- *
- *      Modification Log:
- *      -----------------
  */
 
 #include 
diff --git a/src/libCom/osi/os/WIN32/epicsMath.h b/src/libCom/osi/os/WIN32/epicsMath.h
index b657b73d8..f7035f7b1 100644
--- a/src/libCom/osi/os/WIN32/epicsMath.h
+++ b/src/libCom/osi/os/WIN32/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef epicsMathh
 #define epicsMathh
diff --git a/src/libCom/osi/os/WIN32/forceBadAllocException.cpp b/src/libCom/osi/os/WIN32/forceBadAllocException.cpp
index 82277998e..e47d9d29c 100644
--- a/src/libCom/osi/os/WIN32/forceBadAllocException.cpp
+++ b/src/libCom/osi/os/WIN32/forceBadAllocException.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 //
 // On older version of ms visual c++ operator new 
 // does not throw a bad_alloc exception
diff --git a/src/libCom/osi/os/WIN32/getopt.c b/src/libCom/osi/os/WIN32/getopt.c
index 965d91eeb..8172ee30d 100644
--- a/src/libCom/osi/os/WIN32/getopt.c
+++ b/src/libCom/osi/os/WIN32/getopt.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* Getopt for GNU.
    NOTE: getopt is now part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
diff --git a/src/libCom/osi/os/WIN32/getopt.h b/src/libCom/osi/os/WIN32/getopt.h
index e5d69c0f7..aa402c8b2 100644
--- a/src/libCom/osi/os/WIN32/getopt.h
+++ b/src/libCom/osi/os/WIN32/getopt.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* Declarations for getopt.
    Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
 
diff --git a/src/libCom/osi/os/WIN32/osdEvent.c b/src/libCom/osi/os/WIN32/osdEvent.c
index ff1791e7b..07ee46a78 100644
--- a/src/libCom/osi/os/WIN32/osdEvent.c
+++ b/src/libCom/osi/os/WIN32/osdEvent.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osdEvent.c */
 /*
  *      $Id$
@@ -7,26 +16,6 @@
  *              johill@lanl.gov
  *              505 665 1831
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 #include 
diff --git a/src/libCom/osi/os/WIN32/osdEvent.h b/src/libCom/osi/os/WIN32/osdEvent.h
index 874fb05a7..72945f2e3 100644
--- a/src/libCom/osi/os/WIN32/osdEvent.h
+++ b/src/libCom/osi/os/WIN32/osdEvent.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osdEvent.c */
 /*
  *      $Id$
@@ -6,27 +15,6 @@
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 /* osdEvent.h not needed */
diff --git a/src/libCom/osi/os/WIN32/osdMutex.c b/src/libCom/osi/os/WIN32/osdMutex.c
index 7c9a651a9..5f6d8dfbc 100644
--- a/src/libCom/osi/os/WIN32/osdMutex.c
+++ b/src/libCom/osi/os/WIN32/osdMutex.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osdMutex.c */
 /*
  *      $Id$
@@ -7,26 +16,6 @@
  *              johill@lanl.gov
  *              505 665 1831
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 #include 
diff --git a/src/libCom/osi/os/WIN32/osdMutex.h b/src/libCom/osi/os/WIN32/osdMutex.h
index 57fdd3cf8..8d2050694 100644
--- a/src/libCom/osi/os/WIN32/osdMutex.h
+++ b/src/libCom/osi/os/WIN32/osdMutex.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* osdMutex.h */
 /*
@@ -7,27 +16,6 @@
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 #ifndef osdMutexh
diff --git a/src/libCom/osi/os/WIN32/osdNetIntf.c b/src/libCom/osi/os/WIN32/osdNetIntf.c
index 91a5c908b..dff8bc885 100644
--- a/src/libCom/osi/os/WIN32/osdNetIntf.c
+++ b/src/libCom/osi/os/WIN32/osdNetIntf.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *	    $Id$
@@ -9,26 +18,6 @@
  *
  *      7-1-97  -joh-
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 /*
diff --git a/src/libCom/osi/os/WIN32/osdPoolStatus.c b/src/libCom/osi/os/WIN32/osdPoolStatus.c
index 81db00f5a..bb764b2ad 100644
--- a/src/libCom/osi/os/WIN32/osdPoolStatus.c
+++ b/src/libCom/osi/os/WIN32/osdPoolStatus.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #define epicsExportSharedSymbols
 #include "osiPoolStatus.h"
diff --git a/src/libCom/osi/os/WIN32/osdPoolStatus.h b/src/libCom/osi/os/WIN32/osdPoolStatus.h
index b1a2a1ff2..66e9ce40e 100644
--- a/src/libCom/osi/os/WIN32/osdPoolStatus.h
+++ b/src/libCom/osi/os/WIN32/osdPoolStatus.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifdef osdPoolStatush
 #define osdPoolStatush
diff --git a/src/libCom/osi/os/WIN32/osdProcess.c b/src/libCom/osi/os/WIN32/osdProcess.c
index 773d7f42f..856d94b04 100644
--- a/src/libCom/osi/os/WIN32/osdProcess.c
+++ b/src/libCom/osi/os/WIN32/osdProcess.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* 
  * $Id$
  * 
diff --git a/src/libCom/osi/os/WIN32/osdSigPipeIgnore.c b/src/libCom/osi/os/WIN32/osdSigPipeIgnore.c
index 691355db7..ef2046cde 100644
--- a/src/libCom/osi/os/WIN32/osdSigPipeIgnore.c
+++ b/src/libCom/osi/os/WIN32/osdSigPipeIgnore.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #define epicsExportSharedSymbols
 #include "osiSigPipeIgnore.h"
diff --git a/src/libCom/osi/os/WIN32/osdSigPipeIgnore.h b/src/libCom/osi/os/WIN32/osdSigPipeIgnore.h
index 27370f0e3..25159b1b4 100644
--- a/src/libCom/osi/os/WIN32/osdSigPipeIgnore.h
+++ b/src/libCom/osi/os/WIN32/osdSigPipeIgnore.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef osdSigPipeIgnoreh
 #define osdSigPipeIgnoreh
diff --git a/src/libCom/osi/os/WIN32/osdSock.c b/src/libCom/osi/os/WIN32/osdSock.c
index 19b542494..dd59ec9a3 100644
--- a/src/libCom/osi/os/WIN32/osdSock.c
+++ b/src/libCom/osi/os/WIN32/osdSock.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *	    $Id$
@@ -9,26 +18,6 @@
  *
  *      7-1-97  -joh-
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
  */
 
 /*
diff --git a/src/libCom/osi/os/WIN32/osdSock.h b/src/libCom/osi/os/WIN32/osdSock.h
index f71a08ead..a95656d6f 100644
--- a/src/libCom/osi/os/WIN32/osdSock.h
+++ b/src/libCom/osi/os/WIN32/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 
 #ifdef __cplusplus
diff --git a/src/libCom/osi/os/WIN32/osdThread.c b/src/libCom/osi/os/WIN32/osdThread.c
index c67599c81..6dfd64f93 100644
--- a/src/libCom/osi/os/WIN32/osdThread.c
+++ b/src/libCom/osi/os/WIN32/osdThread.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/WIN32/osdThread.h b/src/libCom/osi/os/WIN32/osdThread.h
index 995d2783e..136e96bf4 100644
--- a/src/libCom/osi/os/WIN32/osdThread.h
+++ b/src/libCom/osi/os/WIN32/osdThread.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef osdThreadh
 #define osdThreadh
diff --git a/src/libCom/osi/os/WIN32/osdThreadPrivate.h b/src/libCom/osi/os/WIN32/osdThreadPrivate.h
index 11c9e2f16..62a50fabc 100644
--- a/src/libCom/osi/os/WIN32/osdThreadPrivate.h
+++ b/src/libCom/osi/os/WIN32/osdThreadPrivate.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef assert // allow use of epicsAssert.h
 #include 
diff --git a/src/libCom/osi/os/WIN32/osdTime.cpp b/src/libCom/osi/os/WIN32/osdTime.cpp
index f73eb6c1b..01b4e03a6 100644
--- a/src/libCom/osi/os/WIN32/osdTime.cpp
+++ b/src/libCom/osi/os/WIN32/osdTime.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 //
 // $Id$
diff --git a/src/libCom/osi/os/WIN32/osdTime.h b/src/libCom/osi/os/WIN32/osdTime.h
index 916a731e5..c9594b23c 100644
--- a/src/libCom/osi/os/WIN32/osdTime.h
+++ b/src/libCom/osi/os/WIN32/osdTime.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/WIN32/osiFileName.h b/src/libCom/osi/os/WIN32/osiFileName.h
index 404983167..6e842cfbe 100644
--- a/src/libCom/osi/os/WIN32/osiFileName.h
+++ b/src/libCom/osi/os/WIN32/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/WIN32/osiUnistd.h b/src/libCom/osi/os/WIN32/osiUnistd.h
index bba220768..a2a10dcb2 100644
--- a/src/libCom/osi/os/WIN32/osiUnistd.h
+++ b/src/libCom/osi/os/WIN32/osiUnistd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  $Id$
  *
diff --git a/src/libCom/osi/os/alpha/epicsMath.h b/src/libCom/osi/os/alpha/epicsMath.h
index 58c72aa0c..40b7d2a83 100644
--- a/src/libCom/osi/os/alpha/epicsMath.h
+++ b/src/libCom/osi/os/alpha/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsMathh
 #define epicsMathh
 
diff --git a/src/libCom/osi/os/alpha/osdSock.h b/src/libCom/osi/os/alpha/osdSock.h
index f0882202d..89ef1dde6 100644
--- a/src/libCom/osi/os/alpha/osdSock.h
+++ b/src/libCom/osi/os/alpha/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * alpha specific socket include
diff --git a/src/libCom/osi/os/alpha/osiFileName.h b/src/libCom/osi/os/alpha/osiFileName.h
index 55bb589a2..e4550cffb 100644
--- a/src/libCom/osi/os/alpha/osiFileName.h
+++ b/src/libCom/osi/os/alpha/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/cygwin32/osdSock.h b/src/libCom/osi/os/cygwin32/osdSock.h
index ef2f3e6a8..6247dada8 100644
--- a/src/libCom/osi/os/cygwin32/osdSock.h
+++ b/src/libCom/osi/os/cygwin32/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * cygwin32 specific include
  */
diff --git a/src/libCom/osi/os/cygwin32/osiFileName.h b/src/libCom/osi/os/cygwin32/osiFileName.h
index 0268e0f40..658975d89 100644
--- a/src/libCom/osi/os/cygwin32/osiFileName.h
+++ b/src/libCom/osi/os/cygwin32/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/default/epicsReadline.c b/src/libCom/osi/os/default/epicsReadline.c
index 070b10570..cdb2e03d7 100644
--- a/src/libCom/osi/os/default/epicsReadline.c
+++ b/src/libCom/osi/os/default/epicsReadline.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /* iocsh.cpp */
 /* Author:  Eric Norum Date: 12DEC2001 */
 
diff --git a/src/libCom/osi/os/default/epicsReadline.h b/src/libCom/osi/os/default/epicsReadline.h
index 99957c82d..6e0463b5c 100644
--- a/src/libCom/osi/os/default/epicsReadline.h
+++ b/src/libCom/osi/os/default/epicsReadline.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef _EPICS_READLINE_H
 #define _EPICS_READLINE_H
 
diff --git a/src/libCom/osi/os/default/osdAssert.c b/src/libCom/osi/os/default/osdAssert.c
index 928dcdb41..9c98c31da 100644
--- a/src/libCom/osi/os/default/osdAssert.c
+++ b/src/libCom/osi/os/default/osdAssert.c
@@ -1,29 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  * assertUNIX.c
  *      Author:         Jeffrey Hill 
  *      Date:           02-27-95
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/libCom/osi/os/default/osdEnv.c b/src/libCom/osi/os/default/osdEnv.c
index db1851203..0ea40e1a5 100644
--- a/src/libCom/osi/os/default/osdEnv.c
+++ b/src/libCom/osi/os/default/osdEnv.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /* osdEnv.c */
 /*
  * $Id$
diff --git a/src/libCom/osi/os/default/osdFindSymbol.c b/src/libCom/osi/os/default/osdFindSymbol.c
index fc08af61e..03ac1868a 100644
--- a/src/libCom/osi/os/default/osdFindSymbol.c
+++ b/src/libCom/osi/os/default/osdFindSymbol.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/default/epicsFindSymbol.c */
 
 #define epicsExportSharedSymbols
diff --git a/src/libCom/osi/os/default/osdInterrupt.c b/src/libCom/osi/os/default/osdInterrupt.c
index 7b073860c..59407d962 100644
--- a/src/libCom/osi/os/default/osdInterrupt.c
+++ b/src/libCom/osi/os/default/osdInterrupt.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/default/osdInterrupt.c */
 
 /* Author:  Marty Kraimer Date:    15JUL99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 /* This is a version that does not allow osi calls at interrupt level */
 
 #include 
diff --git a/src/libCom/osi/os/default/osdInterrupt.h b/src/libCom/osi/os/default/osdInterrupt.h
index 5490be066..5559d6280 100644
--- a/src/libCom/osi/os/default/osdInterrupt.h
+++ b/src/libCom/osi/os/default/osdInterrupt.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef osdInterrupth
 #define osdInterrupth
diff --git a/src/libCom/osi/os/default/osdNetIntf.c b/src/libCom/osi/os/default/osdNetIntf.c
index 4fb838197..b03c9a47e 100644
--- a/src/libCom/osi/os/default/osdNetIntf.c
+++ b/src/libCom/osi/os/default/osdNetIntf.c
@@ -1,30 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* $Id$ */
 /*
  *      Author:		Jeff Hill 
  *      Date:       04-05-94 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/libCom/osi/os/default/osdPoolStatus.c b/src/libCom/osi/os/default/osdPoolStatus.c
index 81db00f5a..bb764b2ad 100644
--- a/src/libCom/osi/os/default/osdPoolStatus.c
+++ b/src/libCom/osi/os/default/osdPoolStatus.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #define epicsExportSharedSymbols
 #include "osiPoolStatus.h"
diff --git a/src/libCom/osi/os/default/osdPoolStatus.h b/src/libCom/osi/os/default/osdPoolStatus.h
index 9aef5ffa6..efb2cfab8 100644
--- a/src/libCom/osi/os/default/osdPoolStatus.h
+++ b/src/libCom/osi/os/default/osdPoolStatus.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef osdPoolStatush
 #define osdPoolStatush
diff --git a/src/libCom/osi/os/default/osdReadline.h b/src/libCom/osi/os/default/osdReadline.h
index 5aaa19219..f696999f9 100644
--- a/src/libCom/osi/os/default/osdReadline.h
+++ b/src/libCom/osi/os/default/osdReadline.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef _OSD_READLINE_H_
 #define _OSD_READLINE_H_
 
diff --git a/src/libCom/osi/os/default/osdSigPipeIgnore.c b/src/libCom/osi/os/default/osdSigPipeIgnore.c
index 691355db7..ef2046cde 100644
--- a/src/libCom/osi/os/default/osdSigPipeIgnore.c
+++ b/src/libCom/osi/os/default/osdSigPipeIgnore.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #define epicsExportSharedSymbols
 #include "osiSigPipeIgnore.h"
diff --git a/src/libCom/osi/os/default/osdSigPipeIgnore.h b/src/libCom/osi/os/default/osdSigPipeIgnore.h
index 27370f0e3..25159b1b4 100644
--- a/src/libCom/osi/os/default/osdSigPipeIgnore.h
+++ b/src/libCom/osi/os/default/osdSigPipeIgnore.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef osdSigPipeIgnoreh
 #define osdSigPipeIgnoreh
diff --git a/src/libCom/osi/os/default/osdSock.c b/src/libCom/osi/os/default/osdSock.c
index e0cd3ae52..2dfe09799 100644
--- a/src/libCom/osi/os/default/osdSock.c
+++ b/src/libCom/osi/os/default/osdSock.c
@@ -1,33 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osdSock.c */
 /* $Id$ */
 /*
  *      Author:		Jeff Hill 
  *      Date:          	04-05-94 
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .00  mm-dd-yy        iii     Comment
  */
 
 #include 
diff --git a/src/libCom/osi/os/default/osiWireFormat.h b/src/libCom/osi/os/default/osiWireFormat.h
index 1951473f5..3ea8cf72d 100644
--- a/src/libCom/osi/os/default/osiWireFormat.h
+++ b/src/libCom/osi/os/default/osiWireFormat.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*  
  *  $Id$
diff --git a/src/libCom/osi/os/hpux/osdSock.h b/src/libCom/osi/os/hpux/osdSock.h
index b8cde6bb6..0d00c12c7 100644
--- a/src/libCom/osi/os/hpux/osdSock.h
+++ b/src/libCom/osi/os/hpux/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * HPUX specific socket include
diff --git a/src/libCom/osi/os/hpux/osiFileName.h b/src/libCom/osi/os/hpux/osiFileName.h
index 55bb589a2..e4550cffb 100644
--- a/src/libCom/osi/os/hpux/osiFileName.h
+++ b/src/libCom/osi/os/hpux/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/posix/epicsMath.h b/src/libCom/osi/os/posix/epicsMath.h
index 5b3e0076f..848b375ee 100644
--- a/src/libCom/osi/os/posix/epicsMath.h
+++ b/src/libCom/osi/os/posix/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsMathh
 #define epicsMathh
 
diff --git a/src/libCom/osi/os/posix/osdEvent.c b/src/libCom/osi/os/posix/osdEvent.c
index caad637f4..764e39b2a 100644
--- a/src/libCom/osi/os/posix/osdEvent.c
+++ b/src/libCom/osi/os/posix/osdEvent.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/posix/osdEvent.c */
 
 /* Author:  Marty Kraimer Date:    13AUG1999 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/posix/osdEvent.h b/src/libCom/osi/os/posix/osdEvent.h
index f58a54c0f..e2f8b9af9 100644
--- a/src/libCom/osi/os/posix/osdEvent.h
+++ b/src/libCom/osi/os/posix/osdEvent.h
@@ -1 +1,10 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* for a pure posix implementation no osdEvent.h definitions are needed*/
diff --git a/src/libCom/osi/os/posix/osdMutex.c b/src/libCom/osi/os/posix/osdMutex.c
index 74babc84b..fc50ef0b7 100644
--- a/src/libCom/osi/os/posix/osdMutex.c
+++ b/src/libCom/osi/os/posix/osdMutex.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/posix/osdMutex.c */
 
 /* Author:  Marty Kraimer Date:    13AUG1999 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/posix/osdMutex.h b/src/libCom/osi/os/posix/osdMutex.h
index 078ad7200..cc416384a 100644
--- a/src/libCom/osi/os/posix/osdMutex.h
+++ b/src/libCom/osi/os/posix/osdMutex.h
@@ -1 +1,10 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* for a pure posix implementation no osdMutex.h definitions are needed*/
diff --git a/src/libCom/osi/os/posix/osdProcess.c b/src/libCom/osi/os/posix/osdProcess.c
index c0d3a0cfb..79d81db34 100644
--- a/src/libCom/osi/os/posix/osdProcess.c
+++ b/src/libCom/osi/os/posix/osdProcess.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* 
  * $Id$
diff --git a/src/libCom/osi/os/posix/osdSigPipeIgnore.c b/src/libCom/osi/os/posix/osdSigPipeIgnore.c
index 6960a0d08..658a31102 100644
--- a/src/libCom/osi/os/posix/osdSigPipeIgnore.c
+++ b/src/libCom/osi/os/posix/osdSigPipeIgnore.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * install NOOP SIGPIPE handler
diff --git a/src/libCom/osi/os/posix/osdSigPipeIgnore.h b/src/libCom/osi/os/posix/osdSigPipeIgnore.h
index 5828eeebb..018d352ef 100644
--- a/src/libCom/osi/os/posix/osdSigPipeIgnore.h
+++ b/src/libCom/osi/os/posix/osdSigPipeIgnore.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 
 #ifndef osdSigPipeIgnoreh
diff --git a/src/libCom/osi/os/posix/osdThread.c b/src/libCom/osi/os/posix/osdThread.c
index f9f6dbf87..5bd1a82bb 100644
--- a/src/libCom/osi/os/posix/osdThread.c
+++ b/src/libCom/osi/os/posix/osdThread.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsThread.c */
 
 /* Author:  Marty Kraimer Date:    18JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 /* This is a posix implementation of epicsThread */
 #include 
 #include 
diff --git a/src/libCom/osi/os/posix/osdThread.h b/src/libCom/osi/os/posix/osdThread.h
index ca61e704d..2ee9f2d46 100644
--- a/src/libCom/osi/os/posix/osdThread.h
+++ b/src/libCom/osi/os/posix/osdThread.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef osdThreadh
 #define osdThreadh
 
diff --git a/src/libCom/osi/os/posix/osdTime.cpp b/src/libCom/osi/os/posix/osdTime.cpp
index b27d9b784..b62763766 100644
--- a/src/libCom/osi/os/posix/osdTime.cpp
+++ b/src/libCom/osi/os/posix/osdTime.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 //
 // should move the gettimeofday() proto 
diff --git a/src/libCom/osi/os/posix/osdTime.h b/src/libCom/osi/os/posix/osdTime.h
index dfc76c2f8..d1334abc4 100644
--- a/src/libCom/osi/os/posix/osdTime.h
+++ b/src/libCom/osi/os/posix/osdTime.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/os/posix/osiUnistd.h b/src/libCom/osi/os/posix/osiUnistd.h
index afb5aa5eb..450e4c847 100644
--- a/src/libCom/osi/os/posix/osiUnistd.h
+++ b/src/libCom/osi/os/posix/osiUnistd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  $Id$
  *
diff --git a/src/libCom/osi/os/sgi/osdSock.h b/src/libCom/osi/os/sgi/osdSock.h
index 72bc05137..b654b9cc5 100644
--- a/src/libCom/osi/os/sgi/osdSock.h
+++ b/src/libCom/osi/os/sgi/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * SGI specific socket include
diff --git a/src/libCom/osi/os/sgi/osiFileName.h b/src/libCom/osi/os/sgi/osiFileName.h
index 55bb589a2..e4550cffb 100644
--- a/src/libCom/osi/os/sgi/osiFileName.h
+++ b/src/libCom/osi/os/sgi/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/solaris/epicsMath.h b/src/libCom/osi/os/solaris/epicsMath.h
index 3f97b589b..54f3e5458 100644
--- a/src/libCom/osi/os/solaris/epicsMath.h
+++ b/src/libCom/osi/os/solaris/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef epicsMathh
 #define epicsMathh
 
diff --git a/src/libCom/osi/os/solaris/osdSock.h b/src/libCom/osi/os/solaris/osdSock.h
index 39cb1eb02..7fb591b6d 100644
--- a/src/libCom/osi/os/solaris/osdSock.h
+++ b/src/libCom/osi/os/solaris/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * Solaris specific socket include
diff --git a/src/libCom/osi/os/solaris/osiFileName.h b/src/libCom/osi/os/solaris/osiFileName.h
index 60e0a20da..b79203992 100644
--- a/src/libCom/osi/os/solaris/osiFileName.h
+++ b/src/libCom/osi/os/solaris/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/sun4/osdSock.h b/src/libCom/osi/os/sun4/osdSock.h
index 9cc4b959b..fe6b356be 100644
--- a/src/libCom/osi/os/sun4/osdSock.h
+++ b/src/libCom/osi/os/sun4/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * sunos 4 specific socket include
  */
diff --git a/src/libCom/osi/os/sun4/osiFileName.h b/src/libCom/osi/os/sun4/osiFileName.h
index 60e0a20da..b79203992 100644
--- a/src/libCom/osi/os/sun4/osiFileName.h
+++ b/src/libCom/osi/os/sun4/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/os/vxWorks/epicsMath.h b/src/libCom/osi/os/vxWorks/epicsMath.h
index c711a5702..ab920fe33 100644
--- a/src/libCom/osi/os/vxWorks/epicsMath.h
+++ b/src/libCom/osi/os/vxWorks/epicsMath.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef epicsMathh
 #define epicsMathh
diff --git a/src/libCom/osi/os/vxWorks/iocClock.c b/src/libCom/osi/os/vxWorks/iocClock.c
index 41e08ac0d..feabf456f 100644
--- a/src/libCom/osi/os/vxWorks/iocClock.c
+++ b/src/libCom/osi/os/vxWorks/iocClock.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* iocClock.c */
 
 /* Author:  Marty Kraimer Date:  16JUN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/iocClock.h b/src/libCom/osi/os/vxWorks/iocClock.h
index 033fb789d..91b6813dc 100644
--- a/src/libCom/osi/os/vxWorks/iocClock.h
+++ b/src/libCom/osi/os/vxWorks/iocClock.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* iocClock.h */
 
 /* Author:  Marty Kraimer Date:  16JUN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include "epicsTime.h"
 
 typedef int (*pepicsTimeGetCurrent)(epicsTimeStamp *pDest);
diff --git a/src/libCom/osi/os/vxWorks/osdAssert.c b/src/libCom/osi/os/vxWorks/osdAssert.c
index 866862c5b..fc849c890 100644
--- a/src/libCom/osi/os/vxWorks/osdAssert.c
+++ b/src/libCom/osi/os/vxWorks/osdAssert.c
@@ -1,30 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  * assertVX.c
  *      Author:         Jeff Hill
  *      Date:           02-27-95 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *
  ***************************************************************************
  */
 
diff --git a/src/libCom/osi/os/vxWorks/osdEnv.c b/src/libCom/osi/os/vxWorks/osdEnv.c
index af1501195..5251448c7 100644
--- a/src/libCom/osi/os/vxWorks/osdEnv.c
+++ b/src/libCom/osi/os/vxWorks/osdEnv.c
@@ -1,3 +1,9 @@
+/*************************************************************************\
+* Copyright (c) 2002 The University of Saskatchewan
+* 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. 
+\*************************************************************************/
 /* osdEnv.c */
 /*
  * $Id$
diff --git a/src/libCom/osi/os/vxWorks/osdEvent.c b/src/libCom/osi/os/vxWorks/osdEvent.c
index 36cc3f41c..8fe02cd4f 100644
--- a/src/libCom/osi/os/vxWorks/osdEvent.c
+++ b/src/libCom/osi/os/vxWorks/osdEvent.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* os/vxWorks/osdEvent.c */
 
 /* Author:  Marty Kraimer Date:    25AUG99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdEvent.h b/src/libCom/osi/os/vxWorks/osdEvent.h
index 0a4f75f6d..450f8eac6 100644
--- a/src/libCom/osi/os/vxWorks/osdEvent.h
+++ b/src/libCom/osi/os/vxWorks/osdEvent.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* os/vxWorks/osdEvent.h */
 
 /* Author:  Marty Kraimer Date:    25AUG99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 
diff --git a/src/libCom/osi/os/vxWorks/osdFindSymbol.c b/src/libCom/osi/os/vxWorks/osdFindSymbol.c
index 3a9f96b9e..2acb598bb 100644
--- a/src/libCom/osi/os/vxWorks/osdFindSymbol.c
+++ b/src/libCom/osi/os/vxWorks/osdFindSymbol.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/vxWorks/osiFindSymbol */
 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdInterrupt.c b/src/libCom/osi/os/vxWorks/osdInterrupt.c
index 6c991feec..3ac9e9e83 100644
--- a/src/libCom/osi/os/vxWorks/osdInterrupt.c
+++ b/src/libCom/osi/os/vxWorks/osdInterrupt.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/vxWorks/osdInterrupt.c */
 
 /* Author:  Marty Kraimer Date:    28JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdInterrupt.h b/src/libCom/osi/os/vxWorks/osdInterrupt.h
index 6bad45340..ad99926de 100644
--- a/src/libCom/osi/os/vxWorks/osdInterrupt.h
+++ b/src/libCom/osi/os/vxWorks/osdInterrupt.h
@@ -1,10 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/vxWorks/osdInterrupt.h */
 
 /* Author:  Marty Kraimer Date:    28JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 /*osdInterrupt.h not needed */
diff --git a/src/libCom/osi/os/vxWorks/osdMutex.c b/src/libCom/osi/os/vxWorks/osdMutex.c
index 72b7c5829..976e34f97 100644
--- a/src/libCom/osi/os/vxWorks/osdMutex.c
+++ b/src/libCom/osi/os/vxWorks/osdMutex.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* os/vxWorks/osdMutex.c */
 
 /* Author:  Marty Kraimer Date:    25AUG99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdMutex.h b/src/libCom/osi/os/vxWorks/osdMutex.h
index 118f1626d..e56ddd2ca 100644
--- a/src/libCom/osi/os/vxWorks/osdMutex.h
+++ b/src/libCom/osi/os/vxWorks/osdMutex.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* os/vxWorks/osdMutex.h */
 
 /* Author:  Marty Kraimer Date:    25AUG99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 
diff --git a/src/libCom/osi/os/vxWorks/osdPoolStatus.c b/src/libCom/osi/os/vxWorks/osdPoolStatus.c
index 60c134913..f60aedb07 100644
--- a/src/libCom/osi/os/vxWorks/osdPoolStatus.c
+++ b/src/libCom/osi/os/vxWorks/osdPoolStatus.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdProcess.c b/src/libCom/osi/os/vxWorks/osdProcess.c
index 0cb691178..71b38facf 100644
--- a/src/libCom/osi/os/vxWorks/osdProcess.c
+++ b/src/libCom/osi/os/vxWorks/osdProcess.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* 
  * $Id$
diff --git a/src/libCom/osi/os/vxWorks/osdSigPipeIgnore.c b/src/libCom/osi/os/vxWorks/osdSigPipeIgnore.c
index 691355db7..ef2046cde 100644
--- a/src/libCom/osi/os/vxWorks/osdSigPipeIgnore.c
+++ b/src/libCom/osi/os/vxWorks/osdSigPipeIgnore.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #define epicsExportSharedSymbols
 #include "osiSigPipeIgnore.h"
diff --git a/src/libCom/osi/os/vxWorks/osdSock.c b/src/libCom/osi/os/vxWorks/osdSock.c
index 3af0d3de8..4d1441449 100644
--- a/src/libCom/osi/os/vxWorks/osdSock.c
+++ b/src/libCom/osi/os/vxWorks/osdSock.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdSock.h b/src/libCom/osi/os/vxWorks/osdSock.h
index 61ae3614b..baac6b284 100644
--- a/src/libCom/osi/os/vxWorks/osdSock.h
+++ b/src/libCom/osi/os/vxWorks/osdSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * vxWorks specific socket include
  */
diff --git a/src/libCom/osi/os/vxWorks/osdThread.c b/src/libCom/osi/os/vxWorks/osdThread.c
index bceedc1be..ce96f10db 100644
--- a/src/libCom/osi/os/vxWorks/osdThread.c
+++ b/src/libCom/osi/os/vxWorks/osdThread.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* osi/os/vxWorks/epicsThread.c */
 
 /* Author:  Marty Kraimer Date:    25AUG99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osdThread.h b/src/libCom/osi/os/vxWorks/osdThread.h
index ca61e704d..2ee9f2d46 100644
--- a/src/libCom/osi/os/vxWorks/osdThread.h
+++ b/src/libCom/osi/os/vxWorks/osdThread.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef osdThreadh
 #define osdThreadh
 
diff --git a/src/libCom/osi/os/vxWorks/osdTime.cpp b/src/libCom/osi/os/vxWorks/osdTime.cpp
index 2f2ade97c..a8e2947f3 100644
--- a/src/libCom/osi/os/vxWorks/osdTime.cpp
+++ b/src/libCom/osi/os/vxWorks/osdTime.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include "epicsTime.h"
 
diff --git a/src/libCom/osi/os/vxWorks/osdTime.h b/src/libCom/osi/os/vxWorks/osdTime.h
index 6e437bc40..aa303bbc1 100644
--- a/src/libCom/osi/os/vxWorks/osdTime.h
+++ b/src/libCom/osi/os/vxWorks/osdTime.h
@@ -1,2 +1,11 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* Following needed for struct timeval */
 #include 
diff --git a/src/libCom/osi/os/vxWorks/osiFileName.h b/src/libCom/osi/os/vxWorks/osiFileName.h
index 60e0a20da..b79203992 100644
--- a/src/libCom/osi/os/vxWorks/osiFileName.h
+++ b/src/libCom/osi/os/vxWorks/osiFileName.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * osiFileName.h
  * Author: Jeff Hill
diff --git a/src/libCom/osi/osiPoolStatus.h b/src/libCom/osi/osiPoolStatus.h
index b09ddab13..bf9a7e291 100644
--- a/src/libCom/osi/osiPoolStatus.h
+++ b/src/libCom/osi/osiPoolStatus.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
diff --git a/src/libCom/osi/osiProcess.h b/src/libCom/osi/osiProcess.h
index 541fbec1d..fcd7e0717 100644
--- a/src/libCom/osi/osiProcess.h
+++ b/src/libCom/osi/osiProcess.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* 
  * $Id$
diff --git a/src/libCom/osi/osiSigPipeIgnore.h b/src/libCom/osi/osiSigPipeIgnore.h
index 0cd3e1a7b..0c421bfdc 100644
--- a/src/libCom/osi/osiSigPipeIgnore.h
+++ b/src/libCom/osi/osiSigPipeIgnore.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * install NOOP SIGPIPE handler
diff --git a/src/libCom/osi/osiSock.c b/src/libCom/osi/osiSock.c
index 58941f357..c37488582 100644
--- a/src/libCom/osi/osiSock.c
+++ b/src/libCom/osi/osiSock.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *	    $Id$
@@ -5,30 +14,6 @@
  *      socket support library generic code
  *
  *      7-1-97  -joh-
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *      Modification Log:
- *      -----------------
  */
 
 #include 
diff --git a/src/libCom/osi/osiSock.h b/src/libCom/osi/osiSock.h
index 4de6f4902..cab9ca944 100644
--- a/src/libCom/osi/osiSock.h
+++ b/src/libCom/osi/osiSock.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *	    $Id$
@@ -5,30 +14,6 @@
  *      socket support library API def
  *
  *      7-1-97  -joh-
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *      Modification Log:
- *      -----------------
  */
 #ifndef osiSockh
 #define osiSockh
diff --git a/src/libCom/ring/epicsRingBytes.c b/src/libCom/ring/epicsRingBytes.c
index ded980847..82c026379 100644
--- a/src/libCom/ring/epicsRingBytes.c
+++ b/src/libCom/ring/epicsRingBytes.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsRingBytes.cd */
 
 /* Author:  Eric Norum & Marty Kraimer Date:    15JUL99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/libCom/ring/epicsRingBytes.h b/src/libCom/ring/epicsRingBytes.h
index d4cb589ed..9e5220513 100644
--- a/src/libCom/ring/epicsRingBytes.h
+++ b/src/libCom/ring/epicsRingBytes.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*epicsRingBytes.h */
 
 /* Author:  Eric Norum & Marty Kraimer Date:    15JUL99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #ifndef INCepicsRingBytesh
 #define INCepicsRingBytesh
 
diff --git a/src/libCom/ring/epicsRingPointer.cpp b/src/libCom/ring/epicsRingPointer.cpp
index c03ffca24..5118c9347 100644
--- a/src/libCom/ring/epicsRingPointer.cpp
+++ b/src/libCom/ring/epicsRingPointer.cpp
@@ -1,11 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*epicsRingPointer.cpp*/
 /* Author:  Marty Kraimer Date:    13OCT2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/libCom/ring/epicsRingPointer.h b/src/libCom/ring/epicsRingPointer.h
index 716ee33e7..4ab216d25 100644
--- a/src/libCom/ring/epicsRingPointer.h
+++ b/src/libCom/ring/epicsRingPointer.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*epicsRingPointer.h */
 
 /* Author:  Marty Kraimer Date:    15JUL99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #ifndef INCepicsRingPointerh
 #define INCepicsRingPointerh
 
diff --git a/src/libCom/taskwd/taskwd.c b/src/libCom/taskwd/taskwd.c
index b1730d294..dbd5f0608 100644
--- a/src/libCom/taskwd/taskwd.c
+++ b/src/libCom/taskwd/taskwd.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* taskwd.c */
 /* share/src/db  @(#)taskwd.c	1.7  7/11/94 */
 /* tasks and subroutines for a general purpose task watchdog */
@@ -6,18 +15,6 @@
  *      Date:   	        07-18-91
 */
 
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-(C)  COPYRIGHT 1991 Regents of the University of California,
-and the University of Chicago Board of Governors.
-
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-**********************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/taskwd/taskwd.h b/src/libCom/taskwd/taskwd.h
index b10e86044..7187b0e83 100644
--- a/src/libCom/taskwd/taskwd.h
+++ b/src/libCom/taskwd/taskwd.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* taskwd.h */
 /* share/epicsH/taskwd.h  $Id$ */
 
@@ -7,17 +16,6 @@
  *      Date:   	        07-18-91
 */
 
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-(C)  COPYRIGHT 1991 Regents of the University of California,
-and the University of Chicago Board of Governors.
-
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-**********************************************************************/
 
 #ifndef INCtaskwdh
 #define INCtaskwdh 1
diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile
index d35005681..895409d4c 100644
--- a/src/libCom/test/Makefile
+++ b/src/libCom/test/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 
 include $(TOP)/configure/CONFIG
diff --git a/src/libCom/test/buckTest.c b/src/libCom/test/buckTest.c
index e6866e98f..fcc81015e 100644
--- a/src/libCom/test/buckTest.c
+++ b/src/libCom/test/buckTest.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/test/epicsAlgorithmTest.cpp b/src/libCom/test/epicsAlgorithmTest.cpp
index 87c6be13f..5dd08e0f6 100644
--- a/src/libCom/test/epicsAlgorithmTest.cpp
+++ b/src/libCom/test/epicsAlgorithmTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 // epicsAlgorithmTest.cpp
 //	Authors: Jeff Hill & Andrew Johnson
 
diff --git a/src/libCom/test/epicsEventTest.cpp b/src/libCom/test/epicsEventTest.cpp
index 8b2c1571b..f91ada6a1 100644
--- a/src/libCom/test/epicsEventTest.cpp
+++ b/src/libCom/test/epicsEventTest.cpp
@@ -1,14 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsEventTest.cpp */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 /*          timeout accuracy tests by Jeff Hill */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsEventTestMain.cpp b/src/libCom/test/epicsEventTestMain.cpp
index f64c2a324..4586abdbf 100644
--- a/src/libCom/test/epicsEventTestMain.cpp
+++ b/src/libCom/test/epicsEventTestMain.cpp
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsEventTestMain.cpp */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsExceptionTest.cpp b/src/libCom/test/epicsExceptionTest.cpp
index 83844ce9f..c6f76c081 100644
--- a/src/libCom/test/epicsExceptionTest.cpp
+++ b/src/libCom/test/epicsExceptionTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 //
 // Verify that the local c++ exception mechanism maches the ANSI/ISO standard.
diff --git a/src/libCom/test/epicsExceptionTestMain.cpp b/src/libCom/test/epicsExceptionTestMain.cpp
index 0ef0e80a0..e9535e591 100644
--- a/src/libCom/test/epicsExceptionTestMain.cpp
+++ b/src/libCom/test/epicsExceptionTestMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 void epicsExceptionTest ();
 
diff --git a/src/libCom/test/epicsListTest.cpp b/src/libCom/test/epicsListTest.cpp
index 6316ab991..688cbf98c 100644
--- a/src/libCom/test/epicsListTest.cpp
+++ b/src/libCom/test/epicsListTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 // $Id$
 //	Author: Andrew Johnson
 //	Date:   December 2000
diff --git a/src/libCom/test/epicsMathTest.c b/src/libCom/test/epicsMathTest.c
index 2b2d8fc4e..fe270ce5f 100644
--- a/src/libCom/test/epicsMathTest.c
+++ b/src/libCom/test/epicsMathTest.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsMathTest.c
  *
  *      Author  Marty Kraimer
diff --git a/src/libCom/test/epicsMathTestMain.cpp b/src/libCom/test/epicsMathTestMain.cpp
index c57010377..5f90e0e58 100644
--- a/src/libCom/test/epicsMathTestMain.cpp
+++ b/src/libCom/test/epicsMathTestMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsMathTestMain.cpp
  *
  *      Author  Marty Kraimer
diff --git a/src/libCom/test/epicsMutexTest.cpp b/src/libCom/test/epicsMutexTest.cpp
index 02eb99bd7..b463b14d5 100644
--- a/src/libCom/test/epicsMutexTest.cpp
+++ b/src/libCom/test/epicsMutexTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsMutexTest.c */
 
 /* 
@@ -5,12 +14,6 @@
  *          Jeff Hill (added mutex performance test )
  */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsMutexTestMain.cpp b/src/libCom/test/epicsMutexTestMain.cpp
index bf145067f..a8df3b74f 100644
--- a/src/libCom/test/epicsMutexTestMain.cpp
+++ b/src/libCom/test/epicsMutexTestMain.cpp
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsMutexTestMain.c */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsThreadPrivateTest.cpp b/src/libCom/test/epicsThreadPrivateTest.cpp
index 70c61a848..a737cbe3c 100644
--- a/src/libCom/test/epicsThreadPrivateTest.cpp
+++ b/src/libCom/test/epicsThreadPrivateTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 
 /* Author: Jeff Hill Date:    March 28 2001 */
diff --git a/src/libCom/test/epicsThreadPrivateTestMain.cpp b/src/libCom/test/epicsThreadPrivateTestMain.cpp
index 06bbb4797..6c7992dab 100644
--- a/src/libCom/test/epicsThreadPrivateTestMain.cpp
+++ b/src/libCom/test/epicsThreadPrivateTestMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /* $Id$ */
 
diff --git a/src/libCom/test/epicsThreadTest.cpp b/src/libCom/test/epicsThreadTest.cpp
index 9381a1ce4..63a3b271f 100644
--- a/src/libCom/test/epicsThreadTest.cpp
+++ b/src/libCom/test/epicsThreadTest.cpp
@@ -1,14 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsThreadTest.cpp */
 
 /* Author:  Marty Kraimer Date:    26JAN2000  */
 /*          sleep accuracy tests by Jeff Hill */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsThreadTestMain.cpp b/src/libCom/test/epicsThreadTestMain.cpp
index 40f964443..e553bb418 100644
--- a/src/libCom/test/epicsThreadTestMain.cpp
+++ b/src/libCom/test/epicsThreadTestMain.cpp
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* threadTestMain.c */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsTimeTest.cpp b/src/libCom/test/epicsTimeTest.cpp
index 745c8c874..ac17a811d 100644
--- a/src/libCom/test/epicsTimeTest.cpp
+++ b/src/libCom/test/epicsTimeTest.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/epicsTimeTestMain.cpp b/src/libCom/test/epicsTimeTestMain.cpp
index e0f118edc..4bd126896 100644
--- a/src/libCom/test/epicsTimeTestMain.cpp
+++ b/src/libCom/test/epicsTimeTestMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 
 extern "C" int epicsTimeTest (void);
diff --git a/src/libCom/test/epicsTimerExample.cpp b/src/libCom/test/epicsTimerExample.cpp
index 5ae791ac6..6c58ec5cf 100644
--- a/src/libCom/test/epicsTimerExample.cpp
+++ b/src/libCom/test/epicsTimerExample.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 
 #include "epicsTimer.h"
diff --git a/src/libCom/test/epicsTimerExampleMain.cpp b/src/libCom/test/epicsTimerExampleMain.cpp
index b7d7bf332..06956792a 100644
--- a/src/libCom/test/epicsTimerExampleMain.cpp
+++ b/src/libCom/test/epicsTimerExampleMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *      $Id$
@@ -5,28 +14,6 @@
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 void epicsTimerExample ( void );
diff --git a/src/libCom/test/epicsTimerTest.cpp b/src/libCom/test/epicsTimerTest.cpp
index e0cd4020b..defbd107e 100644
--- a/src/libCom/test/epicsTimerTest.cpp
+++ b/src/libCom/test/epicsTimerTest.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/libCom/test/epicsTimerTestMain.cpp b/src/libCom/test/epicsTimerTestMain.cpp
index dd82e476c..25c67cabd 100644
--- a/src/libCom/test/epicsTimerTestMain.cpp
+++ b/src/libCom/test/epicsTimerTestMain.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *      $Id$
@@ -6,27 +15,6 @@
  *              johill@lanl.gov
  *              505 665 1831
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 void epicsTimerTest ( void );
diff --git a/src/libCom/test/fdmgrTest.c b/src/libCom/test/fdmgrTest.c
index a2d60dc7b..45b302de1 100644
--- a/src/libCom/test/fdmgrTest.c
+++ b/src/libCom/test/fdmgrTest.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include 
 #include 
diff --git a/src/libCom/test/ringPointerTest.c b/src/libCom/test/ringPointerTest.c
index 06f07bd7e..1b86c3eca 100644
--- a/src/libCom/test/ringPointerTest.c
+++ b/src/libCom/test/ringPointerTest.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* ringPointerTest.c */
 
 /* Author:  Marty Kraimer Date:    13OCT2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/test/ringPointerTestMain.cpp b/src/libCom/test/ringPointerTestMain.cpp
index 0d374ac12..d91d383eb 100644
--- a/src/libCom/test/ringPointerTestMain.cpp
+++ b/src/libCom/test/ringPointerTestMain.cpp
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* ringPointerTestMain.c */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/libCom/timer/epicsTimer.cpp b/src/libCom/timer/epicsTimer.cpp
index 3b9ae2b9b..818d6f78f 100644
--- a/src/libCom/timer/epicsTimer.cpp
+++ b/src/libCom/timer/epicsTimer.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #define epicsExportSharedSymbols
diff --git a/src/libCom/timer/epicsTimer.h b/src/libCom/timer/epicsTimer.h
index eba8129bf..475925cbf 100644
--- a/src/libCom/timer/epicsTimer.h
+++ b/src/libCom/timer/epicsTimer.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsTimer.h */
 
 /* Authors: Marty Kraimer, Jeff Hill */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_Combined file included as part
-of this distribution.
-****************************************************************************/
-
 #ifndef epicsTimerH
 #define epicsTimerH
 
diff --git a/src/libCom/timer/timer.cpp b/src/libCom/timer/timer.cpp
index 8159ee643..836fb745a 100644
--- a/src/libCom/timer/timer.cpp
+++ b/src/libCom/timer/timer.cpp
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  *      $Id$
@@ -6,27 +15,6 @@
  *              johill@lanl.gov
  *              505 665 1831
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/libCom/timer/timerPrivate.h b/src/libCom/timer/timerPrivate.h
index a4495eef3..e40106db6 100644
--- a/src/libCom/timer/timerPrivate.h
+++ b/src/libCom/timer/timerPrivate.h
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #ifndef epicsTimerPrivate_h
diff --git a/src/libCom/timer/timerQueue.cpp b/src/libCom/timer/timerQueue.cpp
index 72d62f1e0..d9f9cac46 100644
--- a/src/libCom/timer/timerQueue.cpp
+++ b/src/libCom/timer/timerQueue.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #define epicsExportSharedSymbols
diff --git a/src/libCom/timer/timerQueueActive.cpp b/src/libCom/timer/timerQueueActive.cpp
index 4fa0a6b90..cd1a48074 100644
--- a/src/libCom/timer/timerQueueActive.cpp
+++ b/src/libCom/timer/timerQueueActive.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #define epicsExportSharedSymbols
diff --git a/src/libCom/timer/timerQueueActiveMgr.cpp b/src/libCom/timer/timerQueueActiveMgr.cpp
index 286494938..1df731994 100644
--- a/src/libCom/timer/timerQueueActiveMgr.cpp
+++ b/src/libCom/timer/timerQueueActiveMgr.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/libCom/timer/timerQueuePassive.cpp b/src/libCom/timer/timerQueuePassive.cpp
index 518417819..c6e8697eb 100644
--- a/src/libCom/timer/timerQueuePassive.cpp
+++ b/src/libCom/timer/timerQueuePassive.cpp
@@ -1,31 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  *
  *      Author  Jeffrey O. Hill
  *              johill@lanl.gov
  *              505 665 1831
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 //
diff --git a/src/libCom/tsDefs/tsDefs.c b/src/libCom/tsDefs/tsDefs.c
index 4cc29fd41..69a1cb9e4 100644
--- a/src/libCom/tsDefs/tsDefs.c
+++ b/src/libCom/tsDefs/tsDefs.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  */
diff --git a/src/libCom/tsDefs/tsDefs.h b/src/libCom/tsDefs/tsDefs.h
index 2d445ca33..b33bf39ff 100644
--- a/src/libCom/tsDefs/tsDefs.h
+++ b/src/libCom/tsDefs/tsDefs.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      $Id$
  * This file contains the old R3.13 
diff --git a/src/makeBaseApp/top/exampleApp/src/exampleMain.cpp b/src/makeBaseApp/top/exampleApp/src/exampleMain.cpp
index ab57c77f6..0e4c7a455 100644
--- a/src/makeBaseApp/top/exampleApp/src/exampleMain.cpp
+++ b/src/makeBaseApp/top/exampleApp/src/exampleMain.cpp
@@ -1,12 +1,6 @@
 /* exampleMain.c */
 /* Author:  Marty Kraimer Date:    17MAR2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/misc/Makefile b/src/misc/Makefile
index 42af95768..09260da76 100644
--- a/src/misc/Makefile
+++ b/src/misc/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 TOP=../..
 include $(TOP)/configure/CONFIG
diff --git a/src/misc/asSubRecordFunctions.c b/src/misc/asSubRecordFunctions.c
index 053488b04..f53117d62 100644
--- a/src/misc/asSubRecordFunctions.c
+++ b/src/misc/asSubRecordFunctions.c
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* asSubRecordFunctions.c */
 
 /* Author:  Marty Kraimer Date:    01MAY2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/misc/asSubRecordFunctions.h b/src/misc/asSubRecordFunctions.h
index f3d1d3d9b..99ec172fd 100644
--- a/src/misc/asSubRecordFunctions.h
+++ b/src/misc/asSubRecordFunctions.h
@@ -1,13 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* asSubRecordFunctions.h */
 
 /* Author:  Marty Kraimer Date:    01MAY2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
 #ifndef INCasSubRecordFunctionsh
 #define INCasSubRecordFunctionsh
 
diff --git a/src/misc/epicsRelease.c b/src/misc/epicsRelease.c
index 13ef5648f..88284c19d 100644
--- a/src/misc/epicsRelease.c
+++ b/src/misc/epicsRelease.c
@@ -1,5 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$
  * $Log$
+ * Revision 1.13  2001/05/23 21:34:27  jhill
+ * removed redundant release data description
+ *
  * Revision 1.12  2000/04/27 17:49:45  jhill
  * added ms keywords
  *
diff --git a/src/misc/epicsRelease.h b/src/misc/epicsRelease.h
index 8366e74fa..eae6c7e17 100644
--- a/src/misc/epicsRelease.h
+++ b/src/misc/epicsRelease.h
@@ -1,14 +1,13 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* epicsRelease.h */
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
-
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
-
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
 
 #ifndef INCepicsReleaseh
 #define INCepicsReleaseh
diff --git a/src/misc/iocInit.c b/src/misc/iocInit.c
index ef68a5146..c79e72b40 100644
--- a/src/misc/iocInit.c
+++ b/src/misc/iocInit.c
@@ -1,48 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* iocInit.c	ioc initialization */ 
 /* base/src/db $Id$ */
 /*      Author:		Marty Kraimer   Date:	06-01-91 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
-
-/* Modification Log:
- * -----------------
- * .01  07-20-91	rac	print release data; set env params
- * .02	08-06-91	mrk	parm string length test changed to warning
- * .03  08-09-91        joh     added ioc log client init
- * .04  09-10-91        joh     moved VME stuff from here to initVme()
- * .05  09-10-91        joh     printf() -> logMsg()
- * .06  09-10-91        joh     print message only on failure
- * .07  08-30-91	rcz	completed .02 fix
- * .08  10-10-91        rcz     changed getResources to accomodate EPICS_
- *                              parameters in a structure (first try)
- * .09  12-02-91        mrk     Added finishDevSup 
- * .10  02-10-92        jba     Changed error messages
- * .11  02-28-92        jba     ANSI C changes
- * .12  03-26-92        mrk     changed test if(status) to if(rtnval)
- * .13  04-17-92        rcz     changed sdrLoad to dbRead
- * .14	04-17-92	mrk	Added wait before interruptAccept
- * .15	05-17-92	rcz	moved sdrSum stuff to dbReadWrite.c
- * .16	05-19-92	mrk	Changes for internal database structure changes
- * .17	06-16-92	jba	prset test to call of init_record second time
- * .18	07-31-92	rcz	moved database loading to function dbLoad
- * .19	08-14-92	jba	included dblinks with maximize severity in lockset
- * .20	08-27-92	mrk	removed wakeup_init (For old I/O Event scanning)
- * .21	09-05-92	rcz	changed dbUserExit to initHooks
- * .22	09-10-92	rcz	added many initHooks - INITHOOK* argument
- * .23	09-10-92	rcz	changed funcptr pinitHooks from ret long to void 
- * .24	09-11-92	rcz	moved setMasterTimeToSelf to a seperate C file
- * .25	07-15-93	mrk	Changed dbLoad for new dbStaticLib support
- * .26	02-09-94	jbk	changed to new time stamp support software ts_init()
- * .27	03-18-94	mcn	added comments
- * .28	03-23-94	mrk	Added asInit
- * .29	04-04-94	mcn	added code for uninitialized conversions (link conversion field)
- * .30	01-10-95	joh	Fixed no quoted strings in resource.def problem
- * .31	02-10-95	joh	static => LOCAL 
- */
 
 #include 
 #include 
diff --git a/src/misc/iocInit.h b/src/misc/iocInit.h
index 147e909a3..aa8ba3bae 100644
--- a/src/misc/iocInit.h
+++ b/src/misc/iocInit.h
@@ -1,10 +1,14 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* iocInit.h	ioc initialization */ 
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #ifndef INCiocInith
 #define INCiocInith
 
diff --git a/src/rec/Makefile b/src/rec/Makefile
index 642a10276..c66f79e63 100644
--- a/src/rec/Makefile
+++ b/src/rec/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../..
 include $(TOP)/configure/CONFIG
 
diff --git a/src/rec/aaiRecord.c b/src/rec/aaiRecord.c
index f77575cb1..493e8d3b4 100644
--- a/src/rec/aaiRecord.c
+++ b/src/rec/aaiRecord.c
@@ -1,3 +1,10 @@
+/*************************************************************************\
+* Copyright (c) 2002 Southeastern Universities Research Association, as
+*     Operator of Thomas Jefferson National Accelerator Facility.
+* 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. 
+\*************************************************************************/
 /* recAai.c */
 
 /* recAai.c - Record Support Routines for Array Analog In records */
@@ -13,29 +20,6 @@
  *
  *      Copyright SURA CEBAF 1993.
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
  */
 
 #include 
diff --git a/src/rec/aaiRecord.dbd b/src/rec/aaiRecord.dbd
index ab813ba4a..b7b84f66e 100644
--- a/src/rec/aaiRecord.dbd
+++ b/src/rec/aaiRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(aai) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_NOACCESS) {
diff --git a/src/rec/aaoRecord.c b/src/rec/aaoRecord.c
index 6efab7f27..ca88fbe0a 100644
--- a/src/rec/aaoRecord.c
+++ b/src/rec/aaoRecord.c
@@ -1,3 +1,10 @@
+/*************************************************************************\
+* Copyright (c) 2002 Southeastern Universities Research Association, as
+*     Operator of Thomas Jefferson National Accelerator Facility.
+* 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. 
+\*************************************************************************/
 /* recAao.c */
 
 /* recAao.c - Record Support Routines for Array Analog Out records */
@@ -13,29 +20,6 @@
  *
  *      Copyright SURA CEBAF 1993.
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
  */
 
 #include 
diff --git a/src/rec/aaoRecord.dbd b/src/rec/aaoRecord.dbd
index 19cfe8bb7..1952f8f5b 100644
--- a/src/rec/aaoRecord.dbd
+++ b/src/rec/aaoRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(aao) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_NOACCESS) {
diff --git a/src/rec/aiRecord.c b/src/rec/aiRecord.c
index 90bdf4118..eaf6a3176 100644
--- a/src/rec/aiRecord.c
+++ b/src/rec/aiRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* base/src/rec $Id$ */
   
 /* aiRecord.c - Record Support Routines for Analog Input records */
@@ -6,69 +15,6 @@
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89
  *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- *
- * Modification Log:
- * -----------------
- * .01	8-12-88		lrd	Put in breakpoint conversions
- *				Fix conversions for bipolar xy566 cards
- * .02	12-12-88	lrd	Lock record on entry and unlock on exit
- * .03	12-15-88	lrd	Process the forward scan link
- * .04	12-23-88	lrd	Alarm on locked MAX_LOCKED times
- * .05	01-13-89	lrd	deleted db_read_ai
- * .06	01-18-89	lrd	modify adjustment offset to be independent of
- *				adjustment slope
- *				clamp xy566 breakpoint table negative values t o
- *				zero
- * .07	03-27-89	lrd	make hardware errors MAJOR alarms
- *				remove hardware severity from the database
- * .08	04-03-89	lrd	add monitor code
- *				removed signal units conversion stuff
- * .09	04-05-89	lrd	modified so that negative adjustment slope ASLO
- *				would work
- * .10	05-03-89	lrd	removed process mask from arg list
- * .11	08-01-89	lrd	only set value for constant when val != 0
- * .12	10-11-89	lrd	fix smoothing initial condition
- * .13	01-31-90	lrd	add AB plc flag to the ab_aidriver call
- * .14	03-21-90	lrd	add db_post_event for RVAL
- * .15	04-11-90	lrd	make locals static
- * .16  04-18-90	mrk	extensible record and device support
- * .17  09-18-91	jba	fixed bug in break point table conversion
- * .18  09-30-91	jba	Moved break point table conversion to libCom
- * .19  11-11-91	jba	Moved set and reset of alarm stat and sevr to macros
- * .20  12-18-91	jba	Changed E_IO_INTERRUPT to SCAN_IO_EVENT
- * .21  02-05-92	jba	Changed function arguments from paddr to precord 
- * .22  02-28-92	jba	Changed get_precision,get_graphic_double,get_control_double
- * .23  02-28-92	jba	ANSI C changes
- * .24  04-10-92	jba	pact now used to test for asyn processing, not status
- * .25  04-18-92        jba     removed process from dev init_record parms
- * .26  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .28  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .29  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .30  07-21-92        jba     changed alarm limits for non val related fields
- * .31  08-06-92        jba     New algorithm for calculating analog alarms
- * .32  08-13-92        jba     Added simulation processing
- * .33  03-29-94        mcn     converted to fast links
  */
 
 #include 
diff --git a/src/rec/aiRecord.dbd b/src/rec/aiRecord.dbd
index 30a0c3fde..f10c8873c 100644
--- a/src/rec/aiRecord.dbd
+++ b/src/rec/aiRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(ai) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_DOUBLE) {
diff --git a/src/rec/aoRecord.c b/src/rec/aoRecord.c
index 9fa07adb2..402933875 100644
--- a/src/rec/aoRecord.c
+++ b/src/rec/aoRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* base/src/rec  $Id$ */
   
 /* aoRecord.c - Record Support Routines for Analog Output records */
@@ -6,67 +15,6 @@
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89
  *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  09-26-88        lrd     interface the Ziomek085 card
- * .02  12-12-88        lrd     lock record on entry unlock on exit
- * .03  12-15-88        lrd     Process the forward scan link
- * .04  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .05  01-13-89        lrd     deleted db_write_ao
- * .06  01-20-89        lrd     fixed vx includes
- * .07  03-03-89        lrd     mods for closed loop/supervisory control
- * .08  03-17-89        lrd     add read_ao routine and call at initialization
- * .09  03-23-89        lrd     convert AB readbacks
- * .10  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- * .11  04-06-89        lrd     remove signal conversions
- * .12  05-03-89        lrd     removed process mask from arg list
- * .13  05-08-89        lrd     fixed init to unlock on return condition
- * .14  05-25-89        lrd     added rate of change add incremental/absolute
- * .15  01-31-90        lrd     add plc_flag to ab_aodriver
- * .16  03-21-90        lrd     add db_post_events for RVAL and RBV
- * .17  04-11-90        lrd     make locals static
- * .18  07-27-90        lrd     implement the output to a database record
- * .19  10-10-90	mrk	extensible record and device support
- * .20  09-25-91	jba	added breakpoint table conversion
- * .21  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .22  02-05-92	jba	Changed function arguments from paddr to precord 
- * .23  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .24  02-28-92	jba	ANSI C changes
- * .25  04-10-92        jba     pact now used to test for asyn processing, not status
- * .26  04-18-92        jba     removed process from dev init_record parms
- * .27  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .28  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .29  07-16-92        jba     added invalid alrm fwd lnk test & chngd fwd lnk to macro
- * .30  07-21-92        jba     changed alarm limits for non val related fields
- * .31  08-06-92        jba     New algorithm for calculating analog alarms
- * .32  08-19-92        jba     Added simulation processing
- * .33  08-19-92        jba     Added code for invalid alarm output action
- * .34  10-15-93        jba     modified oroc test to work on the mv162
- * .35  03-03-94	mrk	Added aslo and aoff
- * .36  03-29-94	mcn	Fast links.  Moved omsl and dol.type check
- *				out of fetch_value.
  */
 
 #include 
diff --git a/src/rec/aoRecord.dbd b/src/rec/aoRecord.dbd
index dc29466da..a1caa6b56 100644
--- a/src/rec/aoRecord.dbd
+++ b/src/rec/aoRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(aoOIF) {
 	choice(aoOIF_Full,"Full")
 	choice(aoOIF_Incremental,"Incremental")
diff --git a/src/rec/biRecord.c b/src/rec/biRecord.c
index 70a74452d..f5a76b14f 100644
--- a/src/rec/biRecord.c
+++ b/src/rec/biRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recBi.c */
 /* base/src/rec  $Id$ */
  
@@ -7,53 +16,6 @@
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89
  *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- *
- * Modification Log:
- * -----------------
- * .01  12-12-88        lrd     lock the record on entry and unlock on exit
- * .02  12-15-88        lrd     Process the forward scan link
- * .03  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .04  01-13-89        lrd     delete db_read_bi
- * .05  03-17-89        lrd     database link inputs
- * .06  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- * .07  04-06-89        lrd     add monitor detection
- * .08  05-03-89        lrd     removed process mask from arg list
- * .09  01-31-90        lrd     add the plc_flag arg to the ab_bidriver call
- * .10  03-21-90        lrd     add db_post_events for RVAL
- * .11  04-11-90        lrd     make local variables static
- * .12  10-10-90	mrk	Made changes for new record and device support
- * .13  10-24-91	jba	Moved comment
- * .14  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .15  02-05-92	jba	Changed function arguments from paddr to precord 
- * .16  02-28-92	jba	ANSI C changes
- * .17  04-10-92        jba     pact now used to test for asyn processing, not status
- * .18  04-18-92        jba     removed process from dev init_record parms
- * .19  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .20  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .21  08-13-92        jba     Added simulation processing
- * .22	03-29-94	mcn	Converted to Fast Links
  */
 
 #include 
diff --git a/src/rec/biRecord.dbd b/src/rec/biRecord.dbd
index a127bb3e0..d61ce5bf0 100644
--- a/src/rec/biRecord.dbd
+++ b/src/rec/biRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(bi) {
 	include "dbCommon.dbd" 
 	field(INP,DBF_INLINK) {
diff --git a/src/rec/boRecord.c b/src/rec/boRecord.c
index 16975dc70..6ec84b7b5 100644
--- a/src/rec/boRecord.c
+++ b/src/rec/boRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recBo.c */
 /* base/src/rec  $Id$ */
  
@@ -6,65 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  12-9-88         lrd     lock the record during processing
- * .02  12-15-88        lrd     process the forward scan link
- * .03  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .04  01-13-89        lrd     delete db_read_bo and db_write_bo
- * .05  01-20-89        lrd     fixed vx includes
- * .06  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- *                              add continuous control
- * .07  04-06-89        lrd     add monitor detection
- * .08  05-03-89        lrd     removed process mask from arg list
- * .09  08-16-89        lrd     add ability to do softchannel momentary
- * .10  08-17-89        lrd     add soft channel support
- * .11  01-31-90        lrd     add the plc_flag arg to the ab_bodriver call
- * .12  03-21-90        lrd     add db_post_events for RVAL and RBV
- * .13  04-02-90        ba/lrd  add monitor handling for momentary outputs
- *                              remove rbv arg to ab_bodriver
- * .14  04-05-90        lrd     make momentary output handling a task
- *                              as the watchdog runs at interrupt level
- * .15  04-11-90        lrd     make locals static
- * .16  05-02-90        lrd     fix initial value set in the DOL field
- * .17  10-10-90	mrk	Changes for record and device support
- * .18  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .19  01-08-92        jba     Added cast in call to wdStart to remove compile warning message
- * .20  02-05-92	jba	Changed function arguments from paddr to precord 
- * .21  02-28-92	jba	ANSI C changes
- * .22  03-03-92	jba	Changed callback handling
- * .23  04-10-92        jba     pact now used to test for asyn processing, not status
- * .24  04-18-92        jba     removed process from dev init_record parms
- * .25  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .26  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .27  08-14-92        jba     Added simulation processing
- * .28  08-19-92        jba     Added code for invalid alarm output action
- * .29  11-01-93        jba     Added get_precision routine
- * .30	03-29-94	mcn	Converted to fast links
- * .31  04-05-94	mrk	ANSI changes to callback routines
  */
 
 #include 
diff --git a/src/rec/boRecord.dbd b/src/rec/boRecord.dbd
index aec57800a..98f31bb33 100644
--- a/src/rec/boRecord.dbd
+++ b/src/rec/boRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(bo) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_ENUM) {
diff --git a/src/rec/calcRecord.c b/src/rec/calcRecord.c
index 11690b46d..1860468d9 100644
--- a/src/rec/calcRecord.c
+++ b/src/rec/calcRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recCalc.c */
 /* base/src/rec  $Id$ */
 
@@ -6,70 +15,6 @@
  *      Original Author: Julie Sander and Bob Dalesio
  *      Current  Author: Marty Kraimer
  *      Date:            7-27-87
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  5-18-88         lrd     modified modulo and power to avoid math library
- * .02  5-19-88         lrd     modified absolute value to avoid math library
- *                              defined unary math lib routines as doubles
- *                              removed include math.h
- *                              stopped loading dinglers math routines (ml)
- *                              wrote a random number generator to return a
- *                                      double between 0 and 1
- * .03  12-09-88        lrd     fixed modulo not to perform zero division
- * .04  12-12-88        lrd     lock the record while processing
- * .05  12-13-88        lrd     made an alarm for math error
- * .06  12-15-88        lrd     Process the forward scan link
- * .07  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .08  01-11-89        lrd     Add Right and Left Shift
- * .09  02-01-89        lrd     Add Trig functions
- * .10  03-14-89        lrd     fix true on C question mark operator
- * .11  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- * .12  04-06-89        lrd     add monitor detection
- * .13  05-03-89        lrd     removed process mask from arg list
- * .14  06-05-89        lrd     check for negative square root
- * .15  08-01-89        lrd     full range of exponentiation using pow(x,y)
- * .16  04-04-90        lrd     fix post events for read and calc alarms
- *                              fix neg base raised to integer exponent
- * .17  04-06-90        lrd     change conditional to check for 0 and non-zero
- *                              instead of 0 and 1 (more 'C' like)
- * .18  10-10-90	mrk	Made changes for new record support
- *				Note that all calc specific details moved
- *				to libCalc
- * .19  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .20  02-05-92	jba	Changed function arguments from paddr to precord 
- * .21  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .22  02-28-92	jba	ANSI C changes
- * .23  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .24  06-16-92        jba     Increased dim of rpbuf to hold double constants in expression
- * .25  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .26  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .27  07-21-92        jba     changed alarm limits for non val related fields
- * .28  08-06-92        jba     New algorithm for calculating analog alarms
- * .29  09-10-92        jba     modified fetch_values to call recGblGetLinkValue
- * .30  05-24-94        jba     Added recGblRecordError messages for postfix status
  */
 
 #include 
diff --git a/src/rec/calcRecord.dbd b/src/rec/calcRecord.dbd
index b8d01e5e3..551486805 100644
--- a/src/rec/calcRecord.dbd
+++ b/src/rec/calcRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(calc) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_DOUBLE) {
diff --git a/src/rec/calcoutRecord.c b/src/rec/calcoutRecord.c
index 1bca1aa84..2e6bf8b98 100644
--- a/src/rec/calcoutRecord.c
+++ b/src/rec/calcoutRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* calcout.c - Record Support Routines for calc with output records */
 /*
  *   Author : Ned Arnold
@@ -5,38 +14,6 @@
  *      Original Author: Julie Sander and Bob Dalesio
  *      Current  Author: Marty Kraimer
  *      Date:            7-27-87
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  08-29-96  nda  Created from calcoutRecord.c for EPICS R3.13 
- * .02  09-13-96  nda  Original release for EPICS R3.13beta3
- * .03  07-14-99  nda  Removed watchdog callback to checkLinksCallback
- *                     in init_record because if iocInit doesn't
- *                     finish in time, dbScanLock finds a NULL
- *                             
- * 
- *
  */
 
 
diff --git a/src/rec/calcoutRecord.dbd b/src/rec/calcoutRecord.dbd
index ace62af1a..abc3ed54f 100644
--- a/src/rec/calcoutRecord.dbd
+++ b/src/rec/calcoutRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(calcoutOOPT) {
         choice(calcoutOOPT_Every_Time,"Every Time")
         choice(calcoutOOPT_On_Change,"On Change")
diff --git a/src/rec/compressRecord.c b/src/rec/compressRecord.c
index 4a3b27513..86e4c38f7 100644
--- a/src/rec/compressRecord.c
+++ b/src/rec/compressRecord.c
@@ -1,62 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* compressRecord.c */
 /* base/src/rec  $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-27-89        lrd     using one more buffer entry than allocated
- * .02  11-27-89        lrd     throttle on monitor requests
- * .03  02-27-90        lrd     handle character value links for Joerger
- *                              digitizer (convert to short array for access
- * .04  03-05-90        lrd     add averaging of entire waveforms
- * .05  04-02-90        ba/lrd  fix the joerger processing and
- *                              add get_a_byte macro
- *                              fix the determination of buff_size
- * .06  04-11-90        lrd     make locals static
- * .07  05-02-90        lrd     fix mdct so that it would remain 0 on the
- *                              pass where the monitors are sent
- * .08  05-08-90        ba      mdct is never equal to mcnt during record pro-
- *                              cessing, causing some code never to run. Fix
- *                              is to check (mdct==mcnt || mdct==0) to indicate
- *                              first time through an averaging loop.
- * .09  07-26-90        lrd     fixed the N-to-1 character compression
- *                              value was not initialized
- * .10  10-11-90	mrk	Made changes for new record support
- * .11  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .12  02-05-92	jba	Changed function arguments from paddr to precord 
- * .13  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .14  02-28-92	jba	ANSI C changes
- * .15  06-02-92        jba     changed graphic/control limits for hil,ilil 
- * .16  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .17  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .18  05-09-94        jba     Fixed the updating of pcompress->inx in array_average
- * .19  03-16-99	wfl	Added "N to 1 Median" algorithm (implemented
- *				only for array inputs; regular "Median" is not
- *				implemented)
  */
 
 #include 
diff --git a/src/rec/compressRecord.dbd b/src/rec/compressRecord.dbd
index 5a5200165..e3bcd438e 100644
--- a/src/rec/compressRecord.dbd
+++ b/src/rec/compressRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(compressALG) {
 	choice(compressALG_N_to_1_Low_Value,"N to 1 Low Value")
 	choice(compressALG_N_to_1_High_Value,"N to 1 High Value")
diff --git a/src/rec/dfanoutRecord.c b/src/rec/dfanoutRecord.c
index 230e711d8..6de051292 100644
--- a/src/rec/dfanoutRecord.c
+++ b/src/rec/dfanoutRecord.c
@@ -1,3 +1,10 @@
+/*************************************************************************\
+* Copyright (c) 2002 Southeastern Universities Research Association, as
+*     Operator of Thomas Jefferson National Accelerator Facility.
+* 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. 
+\*************************************************************************/
 /* recDfanout.c */
 /* share/src/rec @(#)recDfanout.c	1.16     6/4/93 */
 
diff --git a/src/rec/dfanoutRecord.dbd b/src/rec/dfanoutRecord.dbd
index 25b0d264a..c68e56c74 100644
--- a/src/rec/dfanoutRecord.dbd
+++ b/src/rec/dfanoutRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(dfanoutSELM) {
         choice(dfanoutSELM_All,"All")
         choice(dfanoutSELM_Specified,"Specified")
diff --git a/src/rec/egDefs.h b/src/rec/egDefs.h
index e43d6066c..f9adde8ea 100644
--- a/src/rec/egDefs.h
+++ b/src/rec/egDefs.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 #ifndef EPICS_EGDEFS_H
 #define EPICS_EGDEFS_H
diff --git a/src/rec/egRecord.c b/src/rec/egRecord.c
index 249a440ed..0e6eedc37 100644
--- a/src/rec/egRecord.c
+++ b/src/rec/egRecord.c
@@ -1,52 +1,12 @@
-/*
- 
-*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
- 
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods.
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
- 
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
- 
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.
- 
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
-*/
-
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *
  *      Author: John Winans
diff --git a/src/rec/egRecord.dbd b/src/rec/egRecord.dbd
index 8f1fe6b94..c7873ed8f 100644
--- a/src/rec/egRecord.dbd
+++ b/src/rec/egRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(egMOD1) {
 	choice(egMOD1_Off,"Off")
 	choice(egMOD1_Normal,"Normal")
diff --git a/src/rec/egeventRecord.c b/src/rec/egeventRecord.c
index 7806bcb84..d3db68c85 100644
--- a/src/rec/egeventRecord.c
+++ b/src/rec/egeventRecord.c
@@ -1,52 +1,12 @@
-/*
- 
-*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
- 
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods.
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
- 
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
- 
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.
- 
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
-*/
-
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *      Author:	John Winans
  *      Date:	8/27/93
diff --git a/src/rec/egeventRecord.dbd b/src/rec/egeventRecord.dbd
index cb76535ae..49ed35b58 100644
--- a/src/rec/egeventRecord.dbd
+++ b/src/rec/egeventRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(egeventRAM) {
 	choice(egeventRAM_RAM_1,"RAM 1")
 	choice(egeventRAM_RAM_2,"RAM 2")
diff --git a/src/rec/erDefs.h b/src/rec/erDefs.h
index 72a8f5268..5099fba64 100644
--- a/src/rec/erDefs.h
+++ b/src/rec/erDefs.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #ifndef EPICS_ERDEFS_H
 #define EPICS_ERDEFS_H
diff --git a/src/rec/erRecord.c b/src/rec/erRecord.c
index f09571a04..95d398cd1 100644
--- a/src/rec/erRecord.c
+++ b/src/rec/erRecord.c
@@ -1,52 +1,12 @@
-/*
- 
-*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
- 
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods.
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
- 
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
- 
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.
- 
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
-*/
-
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *
  *      Author: 	John Winans
diff --git a/src/rec/erRecord.dbd b/src/rec/erRecord.dbd
index 400861274..0677ac5b6 100644
--- a/src/rec/erRecord.dbd
+++ b/src/rec/erRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(erTRG0) {
 	choice(erTRG0_Disabled,"Disabled")
 	choice(erTRG0_Enabled,"Enabled")
diff --git a/src/rec/ereventDefs.h b/src/rec/ereventDefs.h
index c0a6f6ffa..9caf73084 100644
--- a/src/rec/ereventDefs.h
+++ b/src/rec/ereventDefs.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef EPICS_EREVENTDEFS_H
 #define EPICS_EREVENTDEFS_H
 
diff --git a/src/rec/ereventRecord.c b/src/rec/ereventRecord.c
index 8a6963178..ebd83bfe4 100644
--- a/src/rec/ereventRecord.c
+++ b/src/rec/ereventRecord.c
@@ -1,52 +1,12 @@
-/*
- 
-*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-THE FOLLOWING IS A NOTICE OF COPYRIGHT, AVAILABILITY OF THE CODE,
-AND DISCLAIMER WHICH MUST BE INCLUDED IN THE PROLOGUE OF THE CODE
-AND IN ALL SOURCE LISTINGS OF THE CODE.
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-Argonne National Laboratory (ANL), with facilities in the States of
-Illinois and Idaho, is owned by the United States Government, and
-operated by the University of Chicago under provision of a contract
-with the Department of Energy.
- 
-Portions of this material resulted from work developed under a U.S.
-Government contract and are subject to the following license:  For
-a period of five years from March 30, 1993, the Government is
-granted for itself and others acting on its behalf a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, and perform
-publicly and display publicly.  With the approval of DOE, this
-period may be renewed for two additional five year periods.
-Following the expiration of this period or periods, the Government
-is granted for itself and others acting on its behalf, a paid-up,
-nonexclusive, irrevocable worldwide license in this computer
-software to reproduce, prepare derivative works, distribute copies
-to the public, perform publicly and display publicly, and to permit
-others to do so.
- 
-*****************************************************************
-                                DISCLAIMER
-*****************************************************************
- 
-NEITHER THE UNITED STATES GOVERNMENT NOR ANY AGENCY THEREOF, NOR
-THE UNIVERSITY OF CHICAGO, NOR ANY OF THEIR EMPLOYEES OR OFFICERS,
-MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
-LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
-USEFULNESS OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS
-DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY
-OWNED RIGHTS.
- 
-*****************************************************************
-LICENSING INQUIRIES MAY BE DIRECTED TO THE INDUSTRIAL TECHNOLOGY
-DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
-*/
-
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *
  *      Author:		John Winans
diff --git a/src/rec/ereventRecord.dbd b/src/rec/ereventRecord.dbd
index 4f114a43a..e7c8393bd 100644
--- a/src/rec/ereventRecord.dbd
+++ b/src/rec/ereventRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(ereventENAB) {
 	choice(ereventENAB_Disabled,"Disabled")
 	choice(ereventENAB_Enabled,"Enabled")
diff --git a/src/rec/eventRecord.c b/src/rec/eventRecord.c
index 185bb55ad..5d473fea8 100644
--- a/src/rec/eventRecord.c
+++ b/src/rec/eventRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recEvent.c */
 /* base/src/rec  $Id$ */
 
@@ -5,37 +14,6 @@
 /*
  *      Author:          Janet Anderson
  *      Date:            12-13-91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- 4 .00  12-13-91        jba     Initial definition
- * .01  02-28-92	jba	ANSI C changes
- * .02  04-10-92        jba     pact now used to test for asyn processing, not status
- * .03  04-18-92        jba     removed process from dev init_record parms
- * .04  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .05  08-17-92        jba     added simulation mode handling
- * .06	03-29-94	mcn	converted to fast links
  */
 
 #include 
diff --git a/src/rec/eventRecord.dbd b/src/rec/eventRecord.dbd
index 0cf57e3a3..f63355900 100644
--- a/src/rec/eventRecord.dbd
+++ b/src/rec/eventRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(event) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_USHORT) {
diff --git a/src/rec/fanoutRecord.c b/src/rec/fanoutRecord.c
index 089ac02c3..b4a866f70 100644
--- a/src/rec/fanoutRecord.c
+++ b/src/rec/fanoutRecord.c
@@ -1,50 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* fanoutRecord.c */
 /* base/src/rec  $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            12-20-88
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .02  05-03-89        lrd     removed process mask from arg list
- * .03  09-25-89        lrd     add conditional scanning
- * .04  01-21-90        lrd     unlock on scan disable exit
- * .05  04-19-90        lrd     user select disable on 0 or 1
- * .06  10-31-90        mrk        no user select disable on 0 or 1
- * .07  10-31-90        mrk        extensible record and device support
- * .08  09-25-91        jba     added input link for seln
- * .09  09-26-91        jba     added select_mask option
- * .10  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .11  02-05-92	jba	Changed function arguments from paddr to precord 
- * .12  02-05-92	jba	Added FWD scan link 
- * .13  02-28-92	jba	ANSI C changes
- * .14  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .15  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .16  09-10-92        jba     replaced fetch link selection with call to recGblGetLinkValue
- * .17	03-29-94	mcn	converted to fast links
  */
 
 #include 
diff --git a/src/rec/fanoutRecord.dbd b/src/rec/fanoutRecord.dbd
index 3baf69437..6a03079d9 100644
--- a/src/rec/fanoutRecord.dbd
+++ b/src/rec/fanoutRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(fanoutSELM) {
 	choice(fanoutSELM_All,"All")
 	choice(fanoutSELM_Specified,"Specified")
diff --git a/src/rec/histogramRecord.c b/src/rec/histogramRecord.c
index 43d975746..5871ea17a 100644
--- a/src/rec/histogramRecord.c
+++ b/src/rec/histogramRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recHistogram.c */
 /* base/src/rec  $Id$ */
  
@@ -5,39 +14,6 @@
 /*
  *      Author:      Janet Anderson
  *      Date:        5/20/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  10-14-91        jba     Added dev sup  crtl fld and wd timer
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03  02-28-92	jba	ANSI C changes
- * .04  04-10-92        jba     pact now used to test for asyn processing, not status
- * .05  04-18-92        jba     removed process from dev init_record parms
- * .06  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .07  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .08  08-13-92        jba     Added simulation processing
- * .09	01-24-94	mcn	Converted to Fast Links
  */
 
 #include 
diff --git a/src/rec/histogramRecord.dbd b/src/rec/histogramRecord.dbd
index 70201c5c5..3abeff814 100644
--- a/src/rec/histogramRecord.dbd
+++ b/src/rec/histogramRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(histogramCMD) {
 	choice(histogramCMD_Read,"Read")
 	choice(histogramCMD_Clear,"Clear")
diff --git a/src/rec/longinRecord.c b/src/rec/longinRecord.c
index c839ad292..ecea9b887 100644
--- a/src/rec/longinRecord.c
+++ b/src/rec/longinRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recLongin.c */
 /* base/src/rec  $Id$ */
 
@@ -5,43 +14,6 @@
 /*
  *      Author: 	Janet Anderson
  *      Date:   	9/23/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .04  02-28-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not status
- * .06  04-18-92        jba     removed process from dev init_record parms
- * .07  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .08  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .09  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .10  07-21-92        jba     changed alarm limits for non val related fields
- * .11  08-06-92        jba     New algorithm for calculating analog alarms
- * .12  08-13-92        jba     Added simulation processing
- * .13  03-29-94        mcn     Converted to Fast Links
  */
 
 #include 
diff --git a/src/rec/longinRecord.dbd b/src/rec/longinRecord.dbd
index ce18adb26..4bd734018 100644
--- a/src/rec/longinRecord.dbd
+++ b/src/rec/longinRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(longin) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_LONG) {
diff --git a/src/rec/longoutRecord.c b/src/rec/longoutRecord.c
index b6cf57847..b10639d9c 100644
--- a/src/rec/longoutRecord.c
+++ b/src/rec/longoutRecord.c
@@ -1,47 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recLongout.c */
 /* base/src/rec  $Id$ */
 /*
  * Author: 	Janet Anderson
  * Date:	9/23/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03  02-28-92	jba	ANSI C changes
- * .04  04-10-92        jba     pact now used to test for asyn processing, not status
- * .05  04-18-92        jba     removed process from dev init_record parms
- * .06  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .07  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .08  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .09  07-21-92        jba     changed alarm limits for non val related fields
- * .10  08-06-92        jba     New algorithm for calculating analog alarms
- * .11  08-14-92        jba     Added simulation processing
- * .12  08-19-92        jba     Added code for invalid alarm output action
- * .13  09-10-92        jba     modified fetch of val from dol to call recGblGetLinkValue
- * .14  09-18-92        jba     pact now set in recGblGetLinkValue
- * .15  03-29-94        mcn     converted to fast links
  */ 
 #include 
 #include 
diff --git a/src/rec/longoutRecord.dbd b/src/rec/longoutRecord.dbd
index 624140a14..e29251b9b 100644
--- a/src/rec/longoutRecord.dbd
+++ b/src/rec/longoutRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(longout) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_LONG) {
diff --git a/src/rec/mbbiDirectRecord.c b/src/rec/mbbiDirectRecord.c
index e4c906885..ad7846c42 100644
--- a/src/rec/mbbiDirectRecord.c
+++ b/src/rec/mbbiDirectRecord.c
@@ -1,3 +1,14 @@
+/*************************************************************************\
+* 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.
+* Copyright (c) 2002 Southeastern Universities Research Association, as
+*     Operator of Thomas Jefferson National Accelerator Facility.
+* 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. 
+\*************************************************************************/
 /* recMbbiDirect.c */
 /* share/src/rec @(#)recMbbiDirect.c	1.2	1/4/94 */
 
@@ -5,33 +16,6 @@
 /*
  *      Original Author: Bob Dalesio and Matthew Needes 10-07-93
  *      Current Author:  Johnny Tang
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *     (modifications to mbbi apply, see mbbi record)
- *   1.   mcn    "Created" by borrowing mbbi record code, and modifying it.
- *   2.   jt	May 20,96	Bug Fix 
  */
 
 #include 
diff --git a/src/rec/mbbiDirectRecord.dbd b/src/rec/mbbiDirectRecord.dbd
index 3194ac13d..7f2ca0ff6 100644
--- a/src/rec/mbbiDirectRecord.dbd
+++ b/src/rec/mbbiDirectRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(mbbiDirect) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_USHORT) {
diff --git a/src/rec/mbbiRecord.c b/src/rec/mbbiRecord.c
index 92e851a1b..ac9cbfd49 100644
--- a/src/rec/mbbiRecord.c
+++ b/src/rec/mbbiRecord.c
@@ -1,58 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* mbbiRecord.c */
 /* base/src/rec  $Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            5-9-88
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  12-12-88        lrd     lock the record while processing
- * .02  12-15-88        lrd     Process the forward scan link
- * .03  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .04  01-13-89        lrd     delete db_read_mbbi
- * .05  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- * .06  04-07-89        lrd     add monitor detection
- * .07  05-03-89        lrd     removed process mask from arg list
- * .08  05-29-89        lrd     support 16 states
- * .09  05-30-89        lrd     fixed masks for allen-bradley IO
- * .10  06-06-89        lrd     fixed AB mbbi conversion - signal wrong
- *                              added ability to enter raw numbers if no
- *                              states are defined - like the mbbo
- * .11  12-06-89        lrd     add database fetch support
- * .12  02-08-90        lrd     add Allen-Bradley PLC support
- * .13  10-31-90	mrk	changes for new record and device support
- * .14  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .15  02-05-92	jba	Changed function arguments from paddr to precord 
- * .16  02-28-92	jba	ANSI C changes
- * .17  04-10-92        jba     pact now used to test for asyn processing, not status
- * .18  04-18-92        jba     removed process from dev dev init_record parms
- * .19  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .20  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .21  08-14-92        jba     Added simulation processing
- * .22  03-29-94        mcn     converted to fast links.
  */
 
 #include 
diff --git a/src/rec/mbbiRecord.dbd b/src/rec/mbbiRecord.dbd
index 4e4fb6922..6173fd74d 100644
--- a/src/rec/mbbiRecord.dbd
+++ b/src/rec/mbbiRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(mbbi) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_ENUM) {
diff --git a/src/rec/mbboDirectRecord.c b/src/rec/mbboDirectRecord.c
index a08571bfb..e2c249c30 100644
--- a/src/rec/mbboDirectRecord.c
+++ b/src/rec/mbboDirectRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recMbboDirect.c */
 /* share/src/rec @(#)recMbboDirect.c	1.2	1/4/94 */
 
@@ -6,32 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Matthew Needes
  *      Date:            10-06-93
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *     (modifications to mbbo apply, see mbbo record)
- *   1.   mcn    "Created" by borrowing mbbo record code, and modifying it.
  */
 
 #include 
diff --git a/src/rec/mbboDirectRecord.dbd b/src/rec/mbboDirectRecord.dbd
index cacb9c9bd..f572377d0 100644
--- a/src/rec/mbboDirectRecord.dbd
+++ b/src/rec/mbboDirectRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(mbboDirect) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_USHORT) {
diff --git a/src/rec/mbboRecord.c b/src/rec/mbboRecord.c
index 4bd84fefd..8bf718eda 100644
--- a/src/rec/mbboRecord.c
+++ b/src/rec/mbboRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recMbbo.c */
 /* base/src/rec  $Id$ */
 
@@ -6,59 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            7-17-87
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-28-88        lrd     add desired value fetched
- * .02  12-12-88        lrd     lock the record while processing
- * .03  12-15-88        lrd     Process the forward scan link
- * .04  12-23-88        lrd     Alarm on locked MAX_LOCKED times
- * .05  01-09-89        lrd     Fix direct value outputs so that they shift the
- *                              value into the correct bit position
- * .06  01-13-89        lrd     delete db_write_mbbo and db_write_mbbo
- * .07  01-20-89        lrd     fixed vx inlcudes
- * .08  03-03-89        lrd     add supervisory/closed loop control
- * .09  03-29-89        lrd     make hardware errors MAJOR
- *                              remove hw severity spec from database
- * .10  04-07-89        lrd     add monitor service
- * .11  05-03-89        lrd     removed process mask from arg list
- * .12  05-30-89        lrd     fixed mask for allen-bradley IO
- * .13  01-05-90        joh,lrd fixed write_mbbo() to set rval
- * .14  02-08-90        lrd/cr  fixed the mbbo to read at initialization for
- *                              Allen-Bradley and added PLC support
- * .15  04-11-90        lrd     make locals static
- * .16  10-11-90	mrk	make changes for new record and device support
- * .17  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .18  02-05-92	jba	Changed function arguments from paddr to precord 
- * .19  02-28-92	jba	ANSI C changes
- * .20  04-10-92        jba     pact now used to test for asyn processing, not status
- * .21  04-18-92        jba     removed process from dev init_record parms
- * .22  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .23  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .24  08-14-92        jba     Added simulation processing
- * .25  08-19-92        jba     Added code for invalid alarm output action
- * .26  03-29-94        mcn     Converted to Fast Links
  */
 
 #include 
diff --git a/src/rec/mbboRecord.dbd b/src/rec/mbboRecord.dbd
index 6564baa64..7316b795c 100644
--- a/src/rec/mbboRecord.dbd
+++ b/src/rec/mbboRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(mbbo) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_ENUM) {
diff --git a/src/rec/permissiveRecord.c b/src/rec/permissiveRecord.c
index 080020db9..120eb2780 100644
--- a/src/rec/permissiveRecord.c
+++ b/src/rec/permissiveRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recPermissive.c */
 /* base/src/rec  $Id$ */
 
@@ -6,35 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            10-10-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  10-10-90	mrk	extensible record and device support
- * .02  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04  02-28-92	jba	ANSI C changes
- * .05  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
  */
 
 #include 
diff --git a/src/rec/permissiveRecord.dbd b/src/rec/permissiveRecord.dbd
index d6558f367..6e999175f 100644
--- a/src/rec/permissiveRecord.dbd
+++ b/src/rec/permissiveRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(permissive) {
 	include "dbCommon.dbd" 
 	field(LABL,DBF_STRING) {
diff --git a/src/rec/selRecord.c b/src/rec/selRecord.c
index 03c42366d..b4549c9ac 100644
--- a/src/rec/selRecord.c
+++ b/src/rec/selRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recSel.c */
 /* base/src/rec  $Id$ */
 
@@ -6,46 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            6-2-89
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-16-89        lrd     fixed select algorithms not to compare against
- *                              the previous value
- * .02  10-12-90	mrk	changes for new record support
- * .03  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .04  02-05-92	jba	Changed function arguments from paddr to precord 
- * .05  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .06  02-28-92	jba	ANSI C changes
- * .07  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .08  06-18-92        jba     changed graphic/control limits from loop to range test
- * .09  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .10  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .11  07-21-92        jba     changed alarm limits for non val related fields
- * .12  08-06-92        jba     New algorithm for calculating analog alarms
- * .13  09-10-92        jba     Changed algorithms to use all a-l which are defined
- * .14  10-10-92        jba     replaced code with recGblGetLinkValue call
- * .15  03-29-94        mcn     converted to fast links
  */
 
 #include 
diff --git a/src/rec/selRecord.dbd b/src/rec/selRecord.dbd
index 391499b76..5fe4fe1b1 100644
--- a/src/rec/selRecord.dbd
+++ b/src/rec/selRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(selSELM) {
 	choice(selSELM_Specified,"Specified")
 	choice(selSELM_High_Signal,"High Signal")
diff --git a/src/rec/seqRecord.c b/src/rec/seqRecord.c
index 6bb8578db..f5f20452b 100644
--- a/src/rec/seqRecord.c
+++ b/src/rec/seqRecord.c
@@ -1,34 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
  *      Author:	John Winans
  *      Date:	09-21-92
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- *  .02 04-19-94	jrw	Added value fields and monitors on them
- *  .01	09-21-92	jrw	created
  */
 #include 
 #include 
diff --git a/src/rec/seqRecord.dbd b/src/rec/seqRecord.dbd
index 4edf68151..518310220 100644
--- a/src/rec/seqRecord.dbd
+++ b/src/rec/seqRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 menu(seqSELM) {
 	choice(seqSELM_All,"All")
 	choice(seqSELM_Specified,"Specified")
diff --git a/src/rec/stateRecord.c b/src/rec/stateRecord.c
index 4a3c5933b..9d1c4f819 100644
--- a/src/rec/stateRecord.c
+++ b/src/rec/stateRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recState.c */
 /* base/src/rec  $Id$ */
 
@@ -6,35 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            10-10-90 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  10-10-90	mrk	extensible record and device support
- * .02  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04  02-28-92	jba	ANSI C changes
- * .05  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
  */
 
 #include 
diff --git a/src/rec/stateRecord.dbd b/src/rec/stateRecord.dbd
index 650cfdd28..c0a253e1c 100644
--- a/src/rec/stateRecord.dbd
+++ b/src/rec/stateRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(state) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_STRING) {
diff --git a/src/rec/stringinRecord.c b/src/rec/stringinRecord.c
index 3d70434af..aa2ecb52a 100644
--- a/src/rec/stringinRecord.c
+++ b/src/rec/stringinRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recStringin.c */
 /* base/src/rec  $Id$ */
 
@@ -5,38 +14,6 @@
 /*
  *      Author: 	Janet Anderson
  *      Date:   	4/23/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .02  02-05-92	jba	Changed function arguments from paddr to precord 
- * .03  02-28-92	jba	ANSI C changes
- * .04  04-10-92        jba     pact now used to test for asyn processing, not status
- * .05  04-18-92        jba     removed process from dev init_record parms
- * .06  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .07  08-13-92        jba     Added simulation processing
- * .08  03-29-94        mcn     Added fast links
  */
 
 
diff --git a/src/rec/stringinRecord.dbd b/src/rec/stringinRecord.dbd
index e94ccc54b..578aa7ace 100644
--- a/src/rec/stringinRecord.dbd
+++ b/src/rec/stringinRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(stringin) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_STRING) {
diff --git a/src/rec/stringoutRecord.c b/src/rec/stringoutRecord.c
index 2e6c6531a..8c423054f 100644
--- a/src/rec/stringoutRecord.c
+++ b/src/rec/stringoutRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recStringout.c */
 /* base/src/rec  $Id$ */
 
@@ -5,43 +14,6 @@
 /*
  * Author: 	Janet Anderson
  * Date:	4/23/91
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  10-24-91        jba     Removed unused code
- * .02  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .03  02-05-92	jba	Changed function arguments from paddr to precord 
- * .04  02-28-92	jba	ANSI C changes
- * .05  04-10-92        jba     pact now used to test for asyn processing, not status
- * .06  04-18-92        jba     removed process from dev init_record parms
- * .07  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .08  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .09  08-14-92        jba     Added simulation processing
- * .10  08-19-92        jba     Added code for invalid alarm output action
- * .11  10-10-92        jba     replaced code for get of VAL from DOL with recGblGetLinkValue call
- * .12  10-18-92        jba     pact now set in recGblGetLinkValue
- * .13  03-30-94        mcn     converted to fast links
  */ 
 
 
diff --git a/src/rec/stringoutRecord.dbd b/src/rec/stringoutRecord.dbd
index f51f8ec12..89c02562d 100644
--- a/src/rec/stringoutRecord.dbd
+++ b/src/rec/stringoutRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(stringout) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_STRING) {
diff --git a/src/rec/subArrayRecord.c b/src/rec/subArrayRecord.c
index 2ce0d9537..d9e5628a8 100644
--- a/src/rec/subArrayRecord.c
+++ b/src/rec/subArrayRecord.c
@@ -1,3 +1,10 @@
+/*************************************************************************\
+* Copyright (c) 2002 Lawrence Berkeley Laboratory,The Control Systems
+*     Group, Systems Engineering Department
+* 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. 
+\*************************************************************************/
 /* recSubArray.c */
 /* recSubArray.c - Record Support Routines for SubArray records 
  *
@@ -5,31 +12,6 @@
  *      Author:         Carl Lionberger
  *      Date:           090293
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *		The Control Systems Group
- *		Systems Engineering Department
- *		Lawrence Berkeley Laboratory
- *
  *      NOTES:
  * Derived from waveform record. 
  * Modification Log:
diff --git a/src/rec/subArrayRecord.dbd b/src/rec/subArrayRecord.dbd
index 48c0f6bec..8eeb6c0d9 100644
--- a/src/rec/subArrayRecord.dbd
+++ b/src/rec/subArrayRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(subArray) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_NOACCESS) {
diff --git a/src/rec/subRecord.c b/src/rec/subRecord.c
index 9705ab1a2..ba66a6344 100644
--- a/src/rec/subRecord.c
+++ b/src/rec/subRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recSub.c */
 /* base/src/rec  $Id$ */
 
@@ -6,45 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            01-25-90
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  10-10-90	mrk	Made changes for new record support
- * .02  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .03  01-08-92        jba     Added casts in symFindByName to avoid compile warning messages
- * .04  02-05-92	jba	Changed function arguments from paddr to precord 
- * .05  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .06  02-28-92	jba	ANSI C changes
- * .07  04-10-92        jba     pact now used to test for asyn processing, not status
- * .08  06-02-92        jba     changed graphic/control limits for hihi,high,low,lolo
- * .09  07-15-92        jba     changed VALID_ALARM to INVALID alarm
- * .10  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .11  07-21-92        jba     changed alarm limits for non val related fields
- * .12  08-06-92        jba     New algorithm for calculating analog alarms
- * .13  08-06-92        jba     monitor now posts events for changes in a-l
- * .14  10-10-92        jba     replaced code with recGblGetLinkValue call
- * .15  03-30-94        mcn     converted to fast links
  */
 
 #include 
diff --git a/src/rec/subRecord.dbd b/src/rec/subRecord.dbd
index 9f4e24add..2592b3ce3 100644
--- a/src/rec/subRecord.dbd
+++ b/src/rec/subRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(sub) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_DOUBLE) {
diff --git a/src/rec/waveformRecord.c b/src/rec/waveformRecord.c
index 0e44d4943..cc092683d 100644
--- a/src/rec/waveformRecord.c
+++ b/src/rec/waveformRecord.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* recWaveform.c */
 /* base/src/rec  $Id$ */
 
@@ -6,58 +15,6 @@
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer
  *      Date:            7-14-89
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  11-27-89        lrd     using one more buffer entry than allocated
- * .02  11-27-89        lrd     throttle on monitor requests
- * .03  02-27-90        lrd     handle character value links for Joerger
- *                              digitizer (convert to short array for access
- * .04  03-05-90        lrd     add averaging of entire waveforms
- * .05  04-02-90        ba/lrd  fix the joerger processing and
- *                              add get_a_byte macro
- *                              fix the determination of buff_size
- * .06  04-11-90        lrd     make locals static
- * .07  05-02-90        lrd     fix mdct so that it would remain 0 on the
- *                              pass where the monitors are sent
- * .08  05-08-90        ba      mdct is never equal to mcnt during record pro-
- *                              cessing, causing some code never to run. Fix
- *                              is to check (mdct==mcnt || mdct==0) to indicate
- *                              first time through an averaging loop.
- * .09  07-26-90        lrd     fixed the N-to-1 character waveformion
- *                              value was not initialized
- * .10  10-11-90	mrk	Made changes for new record support
- * .11  11-11-91        jba     Moved set and reset of alarm stat and sevr to macros
- * .12  12-18-91        jba     Changed E_IO_INTERRUPT to SCAN_IO_EVENT, added dbScan.h
- * .13  02-05-92	jba	Changed function arguments from paddr to precord 
- * .14  02-28-92        jba     Changed get_precision,get_graphic_double,get_control_double
- * .15  02-28-92	jba	ANSI C changes
- * .16  04-10-92        jba     pact now used to test for asyn processing, not status
- * .17  04-18-92        jba     removed process from dev init_record parms
- * .18  07-16-92        jba     added invalid alarm fwd link test and chngd fwd lnk to macro
- * .19  08-14-92        jba     Added simulation processing
- * .20  09-14-92        jba     nord set only for db links
  */
 
 #include 
diff --git a/src/rec/waveformRecord.dbd b/src/rec/waveformRecord.dbd
index 9842d3bce..9e6c82e85 100644
--- a/src/rec/waveformRecord.dbd
+++ b/src/rec/waveformRecord.dbd
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 recordtype(waveform) {
 	include "dbCommon.dbd" 
 	field(VAL,DBF_NOACCESS) {
diff --git a/src/registry/Makefile b/src/registry/Makefile
index 44b016818..ae8d59881 100644
--- a/src/registry/Makefile
+++ b/src/registry/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../..
 include $(TOP)/configure/CONFIG
 
diff --git a/src/registry/registerRecordDeviceDriver.h b/src/registry/registerRecordDeviceDriver.h
index bb1628232..312a384fc 100644
--- a/src/registry/registerRecordDeviceDriver.h
+++ b/src/registry/registerRecordDeviceDriver.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregisterRecordDeviceDriverh
 #define INCregisterRecordDeviceDriverh
 
diff --git a/src/registry/registerRecordDeviceDriver.pl b/src/registry/registerRecordDeviceDriver.pl
index 599c70532..cd944081e 100755
--- a/src/registry/registerRecordDeviceDriver.pl
+++ b/src/registry/registerRecordDeviceDriver.pl
@@ -1,5 +1,14 @@
 eval 'exec perl -S $0 ${1+"$@"}'  # -*- Mode: perl -*-
     if $running_under_some_shell; # registerRecordDeviceDriver 
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 $file = $ARGV[0];
 $numberRecordType = 0;
diff --git a/src/registry/registry.c b/src/registry/registry.c
index 5f6f5e51b..3a8669f68 100644
--- a/src/registry/registry.c
+++ b/src/registry/registry.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*registry.c */
 
 /* Author:  Marty Kraimer Date:    08JUN99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/registry/registry.h b/src/registry/registry.h
index 141996b2b..7881e03d5 100644
--- a/src/registry/registry.h
+++ b/src/registry/registry.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregistryh
 #define INCregistryh
 
diff --git a/src/registry/registryDeviceSupport.c b/src/registry/registryDeviceSupport.c
index 511fc454b..85c65df5d 100644
--- a/src/registry/registryDeviceSupport.c
+++ b/src/registry/registryDeviceSupport.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* registryDeviceSupport.c */
 
 /* Author:  Marty Kraimer Date:    08JUN99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/registry/registryDeviceSupport.h b/src/registry/registryDeviceSupport.h
index 713a78920..89885f192 100644
--- a/src/registry/registryDeviceSupport.h
+++ b/src/registry/registryDeviceSupport.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregistryDeviceSupporth
 #define INCregistryDeviceSupporth
 
diff --git a/src/registry/registryDriverSupport.c b/src/registry/registryDriverSupport.c
index 043b64954..309695d93 100644
--- a/src/registry/registryDriverSupport.c
+++ b/src/registry/registryDriverSupport.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* registryDriverSupport.c */
 
 /* Author:  Marty Kraimer Date:    08JUN99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/registry/registryDriverSupport.h b/src/registry/registryDriverSupport.h
index 9bdbb3562..495c59ec2 100644
--- a/src/registry/registryDriverSupport.h
+++ b/src/registry/registryDriverSupport.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregistryDriverSupporth
 #define INCregistryDriverSupporth
 
diff --git a/src/registry/registryFunction.c b/src/registry/registryFunction.c
index 3160fa3c4..8e25011bf 100644
--- a/src/registry/registryFunction.c
+++ b/src/registry/registryFunction.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* registryFunction.c */
 
 /* Author:  Marty Kraimer Date:    01MAY2000 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/registry/registryFunction.h b/src/registry/registryFunction.h
index 1b599fd46..b2bafbc68 100644
--- a/src/registry/registryFunction.h
+++ b/src/registry/registryFunction.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregistryFunctionh
 #define INCregistryFunctionh
 
diff --git a/src/registry/registryRecordType.c b/src/registry/registryRecordType.c
index be3ee4fae..986a1b85a 100644
--- a/src/registry/registryRecordType.c
+++ b/src/registry/registryRecordType.c
@@ -1,12 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* registryRecordType.c */
 
 /* Author:  Marty Kraimer Date:    08JUN99 */
 
-/********************COPYRIGHT NOTIFICATION**********************************
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-****************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/registry/registryRecordType.h b/src/registry/registryRecordType.h
index 2a9a0d01f..25e668eb2 100644
--- a/src/registry/registryRecordType.h
+++ b/src/registry/registryRecordType.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef INCregistryRecordTypeh
 #define INCregistryRecordTypeh
 
diff --git a/src/rsrv/Makefile b/src/rsrv/Makefile
index d74a4ca99..93fe5069e 100644
--- a/src/rsrv/Makefile
+++ b/src/rsrv/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 TOP=../..
 
diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c
index 9cc40d3a0..f47c74c96 100644
--- a/src/rsrv/camessage.c
+++ b/src/rsrv/camessage.c
@@ -1,29 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  Author: Jeffrey O. Hill
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   5-88
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
  */
 
 #include 
diff --git a/src/rsrv/camsgtask.c b/src/rsrv/camsgtask.c
index b38c70ff6..f8d0ac09f 100644
--- a/src/rsrv/camsgtask.c
+++ b/src/rsrv/camsgtask.c
@@ -1,30 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *  Author: Jeffrey O. Hill
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   6-88
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  */
 
 
diff --git a/src/rsrv/caserverio.c b/src/rsrv/caserverio.c
index 4e2bf14ed..ef2488a91 100644
--- a/src/rsrv/caserverio.c
+++ b/src/rsrv/caserverio.c
@@ -1,29 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*  
  *  Author: Jeffrey O. Hill
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   060791
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
  */
 
 #include 
diff --git a/src/rsrv/caservertask.c b/src/rsrv/caservertask.c
index 5211c6c9f..9dd291990 100644
--- a/src/rsrv/caservertask.c
+++ b/src/rsrv/caservertask.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  * $Id$
  *
@@ -5,28 +14,6 @@
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   5-88
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/rsrv/cast_server.c b/src/rsrv/cast_server.c
index 6b36c68fa..e5bc9bfb1 100644
--- a/src/rsrv/cast_server.c
+++ b/src/rsrv/cast_server.c
@@ -1,30 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *  Author: Jeffrey O. Hill
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   5-88
  *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  *  Improvements
  *  ------------
  *  .01
diff --git a/src/rsrv/online_notify.c b/src/rsrv/online_notify.c
index 0aec42cdc..eeba76bee 100644
--- a/src/rsrv/online_notify.c
+++ b/src/rsrv/online_notify.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *  $Id$
  *
@@ -8,27 +17,6 @@
  *      (505) 665 1831
  *  Date:   103090
  *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  */
 
 #include 
diff --git a/src/rsrv/rsrv.h b/src/rsrv/rsrv.h
index 6669ec207..26418af3a 100644
--- a/src/rsrv/rsrv.h
+++ b/src/rsrv/rsrv.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
@@ -6,28 +15,6 @@
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   5-88
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  */
 
 #ifndef rsrvh
diff --git a/src/rsrv/server.h b/src/rsrv/server.h
index d59d185ba..3ed60166f 100644
--- a/src/rsrv/server.h
+++ b/src/rsrv/server.h
@@ -1,30 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *  Author: Jeffrey O. Hill
  *      hill@luke.lanl.gov
  *      (505) 665 1831
  *  Date:   5-88
- *
- *  Experimental Physics and Industrial Control System (EPICS)
- *
- *  Copyright 1991, the Regents of the University of California,
- *  and the University of Chicago Board of Governors.
- *
- *  This software was produced under  U.S. Government contracts:
- *  (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *  and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *  Initial development by:
- *      The Controls and Automation Group (AT-8)
- *      Ground Test Accelerator
- *      Accelerator Technology Division
- *      Los Alamos National Laboratory
- *
- *  Co-developed with
- *      The Controls and Computing Group
- *      Accelerator Systems Division
- *      Advanced Photon Source
- *      Argonne National Laboratory
- *
  */
 
 #ifndef INCLserverh
diff --git a/src/toolsComm/Makefile b/src/toolsComm/Makefile
index 3abe94858..2fbad7b00 100644
--- a/src/toolsComm/Makefile
+++ b/src/toolsComm/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 TOP=../..
 
diff --git a/src/toolsComm/antelope/Makefile b/src/toolsComm/antelope/Makefile
index 6063f5e56..ff0842b96 100644
--- a/src/toolsComm/antelope/Makefile
+++ b/src/toolsComm/antelope/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 include $(TOP)/configure/CONFIG
 HOST_WARN=NO
diff --git a/src/toolsComm/antelope/closure.c b/src/toolsComm/antelope/closure.c
index 7c8f95791..9f946891a 100644
--- a/src/toolsComm/antelope/closure.c
+++ b/src/toolsComm/antelope/closure.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 short *itemset;
diff --git a/src/toolsComm/antelope/defs.h b/src/toolsComm/antelope/defs.h
index 9efe80ab4..de8cb9a62 100644
--- a/src/toolsComm/antelope/defs.h
+++ b/src/toolsComm/antelope/defs.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/toolsComm/antelope/error.c b/src/toolsComm/antelope/error.c
index c21063732..d03f5e50a 100644
--- a/src/toolsComm/antelope/error.c
+++ b/src/toolsComm/antelope/error.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* routines for printing error messages  */
 
 #include "defs.h"
diff --git a/src/toolsComm/antelope/lalr.c b/src/toolsComm/antelope/lalr.c
index 640ddc4ca..f77dc3d8b 100644
--- a/src/toolsComm/antelope/lalr.c
+++ b/src/toolsComm/antelope/lalr.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 typedef
diff --git a/src/toolsComm/antelope/lr0.c b/src/toolsComm/antelope/lr0.c
index 3ee42a884..f2b47b008 100644
--- a/src/toolsComm/antelope/lr0.c
+++ b/src/toolsComm/antelope/lr0.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include "defs.h"
 
diff --git a/src/toolsComm/antelope/main.c b/src/toolsComm/antelope/main.c
index 05642f3bb..bfc12afe9 100644
--- a/src/toolsComm/antelope/main.c
+++ b/src/toolsComm/antelope/main.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 #include "defs.h"
 
diff --git a/src/toolsComm/antelope/mkpar.c b/src/toolsComm/antelope/mkpar.c
index e1aef60fe..372c760b6 100644
--- a/src/toolsComm/antelope/mkpar.c
+++ b/src/toolsComm/antelope/mkpar.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include "defs.h"
 
diff --git a/src/toolsComm/antelope/output.c b/src/toolsComm/antelope/output.c
index 1e1f4af70..98ed3f6ca 100644
--- a/src/toolsComm/antelope/output.c
+++ b/src/toolsComm/antelope/output.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 static int nvectors;
diff --git a/src/toolsComm/antelope/reader.c b/src/toolsComm/antelope/reader.c
index 1ac277f01..2485aa000 100644
--- a/src/toolsComm/antelope/reader.c
+++ b/src/toolsComm/antelope/reader.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 /*  The line size must be a positive integer.  One hundred was chosen	*/
diff --git a/src/toolsComm/antelope/skeleton.c b/src/toolsComm/antelope/skeleton.c
index 9c1d826a5..419d938ac 100644
--- a/src/toolsComm/antelope/skeleton.c
+++ b/src/toolsComm/antelope/skeleton.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 /*  The definition of yysccsid in the banner should be replaced with	*/
diff --git a/src/toolsComm/antelope/symtab.c b/src/toolsComm/antelope/symtab.c
index c7c6ac03a..3c7c589d6 100644
--- a/src/toolsComm/antelope/symtab.c
+++ b/src/toolsComm/antelope/symtab.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 
diff --git a/src/toolsComm/antelope/verbose.c b/src/toolsComm/antelope/verbose.c
index 947824bd3..abb64e19a 100644
--- a/src/toolsComm/antelope/verbose.c
+++ b/src/toolsComm/antelope/verbose.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 #include "defs.h"
 
diff --git a/src/toolsComm/antelope/warshall.c b/src/toolsComm/antelope/warshall.c
index b449e4e27..3401349d1 100644
--- a/src/toolsComm/antelope/warshall.c
+++ b/src/toolsComm/antelope/warshall.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include "defs.h"
 
 transitive_closure(R, n)
diff --git a/src/toolsComm/antelope/yacc.html b/src/toolsComm/antelope/yacc.html
index fa29c79b2..1258b439f 100644
--- a/src/toolsComm/antelope/yacc.html
+++ b/src/toolsComm/antelope/yacc.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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/Makefile b/src/toolsComm/flex/Makefile
index 2b15cc937..9bb460b76 100644
--- a/src/toolsComm/flex/Makefile
+++ b/src/toolsComm/flex/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
  
 include $(TOP)/configure/CONFIG
diff --git a/src/toolsComm/flex/ccl.c b/src/toolsComm/flex/ccl.c
index 45714b5e3..687e63e3f 100644
--- a/src/toolsComm/flex/ccl.c
+++ b/src/toolsComm/flex/ccl.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* ccl - routines for character classes */
 
 /*-
diff --git a/src/toolsComm/flex/dfa.c b/src/toolsComm/flex/dfa.c
index b312ce4bd..554403a8f 100644
--- a/src/toolsComm/flex/dfa.c
+++ b/src/toolsComm/flex/dfa.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* dfa - DFA construction routines */
 
 /*-
diff --git a/src/toolsComm/flex/ecs.c b/src/toolsComm/flex/ecs.c
index 73c07ddaf..808f2919e 100644
--- a/src/toolsComm/flex/ecs.c
+++ b/src/toolsComm/flex/ecs.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* ecs - equivalence class routines */
 
 /*-
diff --git a/src/toolsComm/flex/flex.html b/src/toolsComm/flex/flex.html
index 3b6ae9b80..bb8c240a3 100644
--- a/src/toolsComm/flex/flex.html
+++ b/src/toolsComm/flex/flex.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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/flexdef.h b/src/toolsComm/flex/flexdef.h
index 6991dc0dd..4aeb60bc9 100644
--- a/src/toolsComm/flex/flexdef.h
+++ b/src/toolsComm/flex/flexdef.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* flexdef - definitions file for flex */
 
 /*-
diff --git a/src/toolsComm/flex/flexdoc.html b/src/toolsComm/flex/flexdoc.html
index 30ed69521..0a3b59510 100644
--- a/src/toolsComm/flex/flexdoc.html
+++ b/src/toolsComm/flex/flexdoc.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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 198e90e33..63cba6f81 100644
--- a/src/toolsComm/flex/gen.c
+++ b/src/toolsComm/flex/gen.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* gen - actual generation (writing) of flex scanners */
 
 /*-
diff --git a/src/toolsComm/flex/initscan.c b/src/toolsComm/flex/initscan.c
index ca416518e..f1ace8f5b 100644
--- a/src/toolsComm/flex/initscan.c
+++ b/src/toolsComm/flex/initscan.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
diff --git a/src/toolsComm/flex/libmain.c b/src/toolsComm/flex/libmain.c
index 951bdaab9..980706c40 100644
--- a/src/toolsComm/flex/libmain.c
+++ b/src/toolsComm/flex/libmain.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* libmain - flex run-time support library "main" function */
 
 /* $Header$ */
diff --git a/src/toolsComm/flex/main.c b/src/toolsComm/flex/main.c
index c159bde41..920dd9bcd 100644
--- a/src/toolsComm/flex/main.c
+++ b/src/toolsComm/flex/main.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* flex - tool to generate fast lexical analyzers */
 
 /*-
diff --git a/src/toolsComm/flex/misc.c b/src/toolsComm/flex/misc.c
index 1838f543d..e80438c6d 100644
--- a/src/toolsComm/flex/misc.c
+++ b/src/toolsComm/flex/misc.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* misc - miscellaneous flex routines */
 
 /*-
diff --git a/src/toolsComm/flex/nfa.c b/src/toolsComm/flex/nfa.c
index a2d04c322..907c65ac6 100644
--- a/src/toolsComm/flex/nfa.c
+++ b/src/toolsComm/flex/nfa.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* nfa - NFA construction routines */
 
 /*-
diff --git a/src/toolsComm/flex/scan.c b/src/toolsComm/flex/scan.c
index 25361a934..6df2544cf 100644
--- a/src/toolsComm/flex/scan.c
+++ b/src/toolsComm/flex/scan.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
diff --git a/src/toolsComm/flex/sym.c b/src/toolsComm/flex/sym.c
index bdca15458..2a83c4239 100644
--- a/src/toolsComm/flex/sym.c
+++ b/src/toolsComm/flex/sym.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* sym - symbol table routines */
 
 /*-
diff --git a/src/toolsComm/flex/tblcmp.c b/src/toolsComm/flex/tblcmp.c
index a63a44252..769035ba6 100644
--- a/src/toolsComm/flex/tblcmp.c
+++ b/src/toolsComm/flex/tblcmp.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* tblcmp - table compression routines */
 
 /*-
diff --git a/src/toolsComm/flex/yylex.c b/src/toolsComm/flex/yylex.c
index 9ec4e34b2..480664c7d 100644
--- a/src/toolsComm/flex/yylex.c
+++ b/src/toolsComm/flex/yylex.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* yylex - scanner front-end for flex */
 
 /*-
diff --git a/src/util/Makefile b/src/util/Makefile
index 6773633b8..a3ed93d77 100644
--- a/src/util/Makefile
+++ b/src/util/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../..
 
 include $(TOP)/configure/CONFIG
diff --git a/src/util/ca_test.c b/src/util/ca_test.c
index 868a60458..7fd6dd1cc 100644
--- a/src/util/ca_test.c
+++ b/src/util/ca_test.c
@@ -1,38 +1,16 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*	@(#)ca_test.c	$Id$
  *	Author:	Jeff Hill
  *	Date:	07-01-91
  *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	07-01-91	joh	initial version
- * .02	08-05-91	mrk	Make more compatible with db_test.c
- * .03	09-24-91	joh	changed declaration of `outstanding'
- *				to a long
- * .04	01-14-91	joh	documentation
- * .05	09-14-93	jba	added def of print_returned
- * .06	01-05-94	joh	ANSI C	
- *
  * make options
  *	-DvxWorks	makes a version for VxWorks
  */
diff --git a/src/util/ca_test.h b/src/util/ca_test.h
index b84e4059f..cb8e0229d 100644
--- a/src/util/ca_test.h
+++ b/src/util/ca_test.h
@@ -1,31 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*	@(#)ca_test.k	$Id$
  *	Author:	Jeff Hill
  *	Date:	21JAN2000
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	21JAN2000	mrk	split main from ca_test.c
  */
 
 #ifdef __cplusplus
diff --git a/src/util/ca_test_main.c b/src/util/ca_test_main.c
index 51d081e4b..26f57c9bf 100644
--- a/src/util/ca_test_main.c
+++ b/src/util/ca_test_main.c
@@ -1,31 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*	@(#)ca_test_main.c	$Id$
  *	Author:	Jeff Hill
  *	Date:	21JAN2000
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	21JAN2000	mrk	split main from ca_test
  */
 #include 
 #include 
diff --git a/src/util/chglimits.c b/src/util/chglimits.c
index c54f7fbba..13b35de66 100644
--- a/src/util/chglimits.c
+++ b/src/util/chglimits.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * $Id$
@@ -6,6 +15,10 @@
  * Date:   10/22/96
  *
  * $Log$
+ * Revision 1.1  1996/10/22 15:40:04  jbk
+ * New program for running programs with different priority and changing the
+ * maximum number of file descriptors.
+ *
  *
 */
 
diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c
index ed43186e8..d10868e90 100644
--- a/src/util/iocLogServer.c
+++ b/src/util/iocLogServer.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* iocLogServer.c */
 /* base/src/util $Id$ */
 
@@ -7,29 +16,6 @@
  *
  * 	    Author: 	Jeffrey O. Hill 
  *      Date:       080791 
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- *
  */
 
 /*
diff --git a/src/util/startCArepeater.c b/src/util/startCArepeater.c
index 52a50712c..8e93cc124 100644
--- a/src/util/startCArepeater.c
+++ b/src/util/startCArepeater.c
@@ -1,33 +1,15 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*	$Id$
  *	Author:	Roger A. Cole
  *	Date:	05-03-91
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	05-03-91	rac	initial version
- * .02	07-30-91	rac	installed in SCCS
- *
  */
 /*+/mod***********************************************************************
 * TITLE	startCArepeater.c - start up the Channel Access repeater task
diff --git a/src/vxWorks/Makefile b/src/vxWorks/Makefile
index 252b5f71b..a5fc0130c 100644
--- a/src/vxWorks/Makefile
+++ b/src/vxWorks/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 #
 # $Id$
 #
diff --git a/src/vxWorks/iocCore/Makefile b/src/vxWorks/iocCore/Makefile
index 49405fbea..01889f215 100644
--- a/src/vxWorks/iocCore/Makefile
+++ b/src/vxWorks/iocCore/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 
 include $(TOP)/configure/CONFIG
diff --git a/src/vxWorks/iocCore/registerRecordDeviceDriver.c b/src/vxWorks/iocCore/registerRecordDeviceDriver.c
index 3df98c7e9..b0edc325d 100644
--- a/src/vxWorks/iocCore/registerRecordDeviceDriver.c
+++ b/src/vxWorks/iocCore/registerRecordDeviceDriver.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #include 
 #include 
 #include 
diff --git a/src/vxWorks/src/Makefile b/src/vxWorks/src/Makefile
index a415292e5..f471f38bf 100644
--- a/src/vxWorks/src/Makefile
+++ b/src/vxWorks/src/Makefile
@@ -1,3 +1,12 @@
+#*************************************************************************
+# 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. 
+#*************************************************************************
 TOP=../../..
 include $(TOP)/configure/CONFIG
 
diff --git a/src/vxWorks/src/TSdriver.html b/src/vxWorks/src/TSdriver.html
index 7cca95bd3..c0c794c55 100644
--- a/src/vxWorks/src/TSdriver.html
+++ b/src/vxWorks/src/TSdriver.html
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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/vxWorks/src/camacLib.h b/src/vxWorks/src/camacLib.h
index 2c5e35ba7..b34e7d01e 100644
--- a/src/vxWorks/src/camacLib.h
+++ b/src/vxWorks/src/camacLib.h
@@ -1,9 +1,21 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* camacLib.h -- Prototypes for camacLib.o
  *
  * Marty Wise
  * 10/11/93
  *
  * $Log$
+ * Revision 1.1  2001/08/01 14:33:11  mrk
+ * get rid of dev/drv support; use OBJ library only
+ *
  * Revision 1.1  1996/01/25 21:38:38  mrk
  * moved files from /base/include
  *
diff --git a/src/vxWorks/src/devLib.c b/src/vxWorks/src/devLib.c
index edf286ad6..81c993970 100644
--- a/src/vxWorks/src/devLib.c
+++ b/src/vxWorks/src/devLib.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devLib.c - support for allocation of common device resources */
 /* @(#)$Id$*/
 
@@ -6,47 +15,6 @@
  *      Author:          Jeff Hill 
  *      Date:        03-10-93   
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  03-10-93        joh     original
- * .02  03-18-93        joh     index address alloc array by fundamental type 
- * .03  03-23-93        joh     changed input parameter to be a fund
- *                              address type in favor of the argument
- *                              that the BSP will be reconfigured
- *                              to use an EPICS standard address
- *                              mode
- * .04  04-08-93    joh made unsolicitedHandlerEPICS() external
- * .05  04-08-92    joh better diagnostic if we cant find
- *              a default interrupt handler
- * .06  05-06-93        joh     added new parameter to devDisconnectInterrupt().
- *                              See comment below.
- * .07  05-28-93    joh Added block probe routines
- * .08  05-28-93    joh Added an argument to devRegisterAddress() 
- * .09  05-28-93    joh Added devAddressMap() 
- * .10  06-14-93        joh     Added devAllocAddress()
- * .11  02-21-95        joh     Fixed warning messages 
- *
  * NOTES:
  * .01  06-14-93    joh needs devAllocInterruptVector() routine
  */
diff --git a/src/vxWorks/src/devLib.h b/src/vxWorks/src/devLib.h
index 8dcdcbf9c..73ddc2549 100644
--- a/src/vxWorks/src/devLib.h
+++ b/src/vxWorks/src/devLib.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* devLib.h */
 /* $Id$ */
 
@@ -6,42 +15,6 @@
  *      Author:  	 Jeff Hill	
  *      Date:          	 03-10-93 
  *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01  03-10-93	joh	original
- * .02  03-18-93	joh	added fundamental address type mapping	
- * .03  03-23-93	joh	changed input parameter to be a fund
- *				address type in favor of the argument
- *				that the BSP will be reconfigured
- *				to use an EPICS standard address
- *				mode
- * .04  05-06-93	joh	added new parameter to devDisconnectInterrupt().
- *				See comment below.
- * .05  05-28-93        joh     Added an argument to devRegisterAddress()
- * .06  05-28-93        joh     Added devAddressMap()
- * .07  06-14-93        joh     Added devAllocAddress()
- *
  * Notes:
  * ------
  * .01  03-23-93	joh	We will only have problems with mod .03
diff --git a/src/vxWorks/src/devLibVxWorks.c b/src/vxWorks/src/devLibVxWorks.c
index fc4225a1e..e3610f116 100644
--- a/src/vxWorks/src/devLibVxWorks.c
+++ b/src/vxWorks/src/devLibVxWorks.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* 
  * devLibVxWorks.c
  * @(#)$Id$
@@ -6,28 +15,6 @@
  *
  *      Author: Jeff Hill 
  *      Date: 10-30-98  
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
  */
 
 static char *sccsID = "@(#) $Id$";
diff --git a/src/vxWorks/src/drvTS.c b/src/vxWorks/src/drvTS.c
index 9ff4a73e8..77da97ffe 100644
--- a/src/vxWorks/src/drvTS.c
+++ b/src/vxWorks/src/drvTS.c
@@ -1,18 +1,21 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*drvTs.c*/
 
-/*****************************************************************
- COPYRIGHT NOTIFICATION
- *****************************************************************
-
-    (C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
-  
-    This software was developed under a United States Government license
-    described on the COPYRIGHT_UniversityOfChicago file included as part
-    of this distribution.
- **********************************************************************/
-
 /*
  * $Log$
+ * Revision 1.4  2002/07/12 15:16:02  mrk
+ * make event numbers int.
+ * use epicsTimeEventCurrentTime and epicsTimeEventBestTime
+ * some cleanup
+ *
  * Revision 1.3  2002/04/08 15:05:35  mrk
  * forgot to initialize this
  *
diff --git a/src/vxWorks/src/drvTS.h b/src/vxWorks/src/drvTS.h
index 04e62f238..1c891a5f6 100644
--- a/src/vxWorks/src/drvTS.h
+++ b/src/vxWorks/src/drvTS.h
@@ -1,84 +1,21 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 #ifndef __DRVTS_h__
 #define __DRVTS_h__
 
-/*
- * $Log$
- * Revision 1.8  2001/01/31 13:34:02  mrk
- * osiTime=>epicsTime
- *
- * Revision 1.7  2000/02/02 20:06:25  mrk
- * new way to build
- *
- * Revision 1.6  1999/12/14 21:35:34  jhill
- * use osiTime.h to get TS_STAMP
- *
- * Revision 1.5  1999/11/18 13:30:07  mrk
- * new makefile method; moved drvTS.h to vxWorks specific code
- *
- * Revision 1.3  1998/09/29 14:11:03  mrk
- * TSsetClockFromUnix was made global
- *
- * Revision 1.2  1998/03/19 20:41:16  mrk
- * Checked for Y2K complience. It turns out it was even ok when NTP time overflows
- * in 2036. However it was modified so that no overflows should occur while convert
- * ing between NTP, UNIX, and EPICS epochs.
- * In addition the conversion of fractions of a second to nanaoseconds was changed
- * Formatting was changed so that interesting code does not run off right side of page.
- * Hopefully EPICS base is now fine for Y2K.
- * In fact it should be fine (as far as time is converned) until the Unix epoch
- * overflows a 32 unsigned integer in the year 2106.
- *
- * Revision 1.1  1996/01/25 21:11:56  mrk
- * moved includes; .ascii=> .db; path changes
- *
- * Revision 1.12  1995/08/30  15:39:07  jbk
- * Added global variables for force accurate time stamps and direct time.
- *
- * Revision 1.11  1995/08/18  13:18:13  mrk
- * Added function prototypes for ansi c
- *
- * Revision 1.10  1995/08/17  20:35:52  jbk
- * fixed the debug macro to work with -pendantic option (yuck)
- *
- * Revision 1.9  1995/08/17  19:44:08  jbk
- * Added a new utility function to get the first of the year time stamp.
- *
- * Revision 1.8  1995/08/16  19:04:20  jbk
- * corrected vxworks time troubles
- *
- * Revision 1.7  1995/05/22  15:22:24  jbk
- * changes TS_EXTERN thing
- *
- * Revision 1.6  1995/02/01  15:30:17  winans
- * Added a type field to the configure command to disable the use of the event
- * system hardware if desired.
- *
- * Revision 1.5  1994/10/31  20:36:17  jbk
- * added new stuff
- *
- */
-
 /**************************************************************************
  *
  *     Author:	Jim Kowalkowski
  *
- * Modification Log:
- * -----------------
- * .01	01-06-94	jbk	initial version
- *
  ***********************************************************************/
 
-/*****************************************************************
-                          COPYRIGHT NOTIFICATION
-*****************************************************************
- 
-(C)  COPYRIGHT 1993 UNIVERSITY OF CHICAGO
- 
-This software was developed under a United States Government license
-described on the COPYRIGHT_UniversityOfChicago file included as part
-of this distribution.
-**********************************************************************/
-
 #include 
 #include 
 #include 
diff --git a/src/vxWorks/src/epicsDynLink.c b/src/vxWorks/src/epicsDynLink.c
index c03b2cf10..57d5e9dd4 100644
--- a/src/vxWorks/src/epicsDynLink.c
+++ b/src/vxWorks/src/epicsDynLink.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id $
  *
  * Comments from original version:
diff --git a/src/vxWorks/src/epicsDynLink.h b/src/vxWorks/src/epicsDynLink.h
index 77ed6b40b..b99b80fe3 100644
--- a/src/vxWorks/src/epicsDynLink.h
+++ b/src/vxWorks/src/epicsDynLink.h
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 
 /*
  * These routines will eventually need to be made OS independent
diff --git a/src/vxWorks/src/fast_lock.h b/src/vxWorks/src/fast_lock.h
index 1925eef00..5b3b75cc4 100644
--- a/src/vxWorks/src/fast_lock.h
+++ b/src/vxWorks/src/fast_lock.h
@@ -1,47 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* fast_lock.h */
 /* share/epicsH $Id$ */
 
 /*
  *      Author:          Jeff Hill
  *      Date:            4-11-89
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01 joh 041189	initial release into middle age
- * .02 joh 071989	added fast lock test
- * .03 joh 090391	VRTX kernel ifdef for V5 vxWorks
- * .04 joh 091091	Now uses V5 vxWorks binary semaphore
- * .05 joh 092491	Dont use V5 semaphore on V3 EPICS yet
- * .06 jba 030692	added cast to vxTas arg in FASTLOCK vxWorks5
- * .07 jba 081092	added cast to vxTas arg in FASTLOCKNOWAIT
- * .08 mgb 082493	Removed V5/V4 conditional defines
- * .09 joh 082493	include vxLib.h for vxWorks V5.1
- * .10 joh 082593	made lock char as vxTas expects	
- *			(padded structure to identical size)
- * .11 joh 082593	made fast lock structure fields volatile
- * .12 joh 091493	added sem and task lock based fast locks
- *			with ifdefs - removed volatile 
  */
 
 /*
diff --git a/src/vxWorks/src/module_types.h b/src/vxWorks/src/module_types.h
index a1cbe1d12..32f5a3cd6 100644
--- a/src/vxWorks/src/module_types.h
+++ b/src/vxWorks/src/module_types.h
@@ -1,108 +1,17 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* module_types.h */
 /* base/include $Id$ */
 /*
  * 	Author:      Bob Dalesio
  * 	Date:        12-07-88
- *
- *	Experimental Physics and Industrial Control System (EPICS)
- *
- *	Copyright 1991, the Regents of the University of California,
- *	and the University of Chicago Board of Governors.
- *
- *	This software was produced under  U.S. Government contracts:
- *	(W-7405-ENG-36) at the Los Alamos National Laboratory,
- *	and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *	Initial development by:
- *		The Controls and Automation Group (AT-8)
- *		Ground Test Accelerator
- *		Accelerator Technology Division
- *		Los Alamos National Laboratory
- *
- *	Co-developed with
- *		The Controls and Computing Group
- *		Accelerator Systems Division
- *		Advanced Photon Source
- *		Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	12-07-88	lrd	moved IO_TYPES.H into here
- *				added interruptable indicator for each io card
- *				added arrays of pointers for info on the io cards
- * .02	02-01-89	lrd	add Allen-Bradley Modules
- *				rearrange I/O card order
- * .03	02-04-89	lrd	add bus specification
- *
- * .04	02-06-89	joh	add timing int vec #  
- * .05	02-09-89	lrd	move vectors and I/O card base addresses here
- * .06	02-11-89	lrd	changed AB num cards to 12 and OFE num chan to 4
- * .04	02-13-89	joh	fixed length of timing address array 
- * .05	04-22-89	lrd	changed AB num channels to 8 for ABBI cards
- * .06	04-24-89	lrd	moved AB 6008SV info here
- * .07  05-26-89	joh	added Joerger VTR1 transient recorder
- * .08	09-13-89	lrd	add VXI module specification to each type
- *				remove unused modules
- * .09	09-25-89	lrd	AB adapters to 8 cards to 16 and IFE channels to
- *				8
- * .10	10-17-89	lrd	AB changed number of cards from 12 to 16 for
- *				binary inputs and outputs
- * .11	11-21-89	joh	fixed card and chnl count for at5 vxi timing 
- * .12	11-30-89	lrd	add the OMS 6 axis motor driver
- * .13	12-12-89	joh	moved XY220 base to match changes made by the
- *				hardware section. 
- * .14	05-16-90	cr	add Single Ended IFE module
- * .15	05-24-90	mk	add 4-20Ma IFE
- * .16  05-23-90        lrd/ms  add DVX-2502
- * .17	07-19-90	ms	changed the mizar interrupt vector to e8
- *				wouldn't work with the CMC ethernet card
- *				used the same interrupt vector
- * .18	12-19-90	lrd	add 0-5V IFE
- * .19	03-26-91	lrd	modified the AT5-VXIBO from 16 to 32
- * .20	07-23-91	ges	Add AT830X card base addresses and vectors.
- * .21	08-14-91	ges	Add AT830X_1 card base addresses and ivectors.
- *				(These are the new gen 8308B and 8309C cards)
- * .22	06-24-92	joh	added the hp E1368a VXI video switching module
- * .23	06-25-92	 bg	stripped intitial 1 off the standard addresses
- *				in AB_BASE_ADDR,ai_memaddrs,wf_memaddrs,AT830X_
- *                               ADDRS, and AT830X_1_ADDRS so they can be mapped
-				in sysBusToLocalAdrs
- * .24  06-25-92	 bg	stripped initial ff off all short addresses so
-				they can be mapped in sysBusToLocalAdrs
- * .25	06-25-92	 bg	Moved SM_BASE_ADDR frin oms_driver.h to sm_addrs
- 				in this file.
- * .26	06-25-92	 bg	Moved dvx addresses,interrupt vectors,channel numbers
-                                and card number definitions from dvx_driver.h to here.
- 	
- * .26	06-25-92	 bg	Moved dvx addresses,interrupt vectors,channel numbers
- * .27	06-25-92	 bg	Added definitions for xy240_driver   
- * .28	06-25-92	 bg	Removed all reference to the Zio085
- * .29	06-26-92	 bg	Temporarily returned all reference to the Zio085
- * .30	06-26-92	joh	added binary input capability to the hp E1368a 
- *				VXI video switching module
- * .31	06-30-92	joh	added constant for the number of VXI LA
- * .32	07-06-92	joh	added base and size VXIA24 & A32 devices 
- * .33	07-07-92	joh	added KSC V215 VXI AI
- * .34	07-09-92	joh	added  AT8 FP10S master/slave fast 
- *				protect module
- * .35  07-10-92	joh	added FP int vec base
- * .36  07-17-92	 bg	moved addresses for Comet card from drvComet.c to
- *				here.
- * .37	07-23-92	joh	number of AI channels for AT5 VXI should be 8 not 6
- * 				number of BI channels for AT5 VXI should be 32 not 16
- * 				number of TI channels for AT5 VXI should be 10 not 5
- *				(these changes reflect the AT5 hardware upgrade)
- *
- * .38	08-04-92	joh	fixed COMET A16 base addr	
- * .39	08-10-92	joh	number of xy220 cards now matches the AT8
- *				address standard
- * .40	08-11-92	joh	moved xy010 base to here
- * .41	08-11-92	joh	took out xycom specific defines
- * .42  09-15-92	joh	DVX num cards was set allowing the DVX to
- *				overlap the VXI DC address and continue
- *				outside of VME A16. DVX num cards is now one
- * .43	06-18-93	lrd	reduced xy220 number of cards to 1 - mv167 mismatch on short address space
- * .44	05-05-94	kornke	Changed number of supported OMS cards.
  */
 
 #ifndef INCLmodule_typesh
diff --git a/src/vxWorks/src/task_params.h b/src/vxWorks/src/task_params.h
index 963ee7f04..7b00d0fda 100644
--- a/src/vxWorks/src/task_params.h
+++ b/src/vxWorks/src/task_params.h
@@ -1,114 +1,18 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /* $Id$ */
 
 /*  Parameters for tasks on IOC  */
 /*
  *      Authors:         Andy Kozubal, Jeff Hill, and Bob Dalesio
  *      Date:            2-24-89
- *
- *      Experimental Physics and Industrial Control System (EPICS)
- *
- *      Copyright 1991, the Regents of the University of California,
- *      and the University of Chicago Board of Governors.
- *
- *      This software was produced under  U.S. Government contracts:
- *      (W-7405-ENG-36) at the Los Alamos National Laboratory,
- *      and (W-31-109-ENG-38) at Argonne National Laboratory.
- *
- *      Initial development by:
- *              The Controls and Automation Group (AT-8)
- *              Ground Test Accelerator
- *              Accelerator Technology Division
- *              Los Alamos National Laboratory
- *
- *      Co-developed with
- *              The Controls and Computing Group
- *              Accelerator Systems Division
- *              Advanced Photon Source
- *              Argonne National Laboratory
- *
- * Modification Log:
- * -----------------
- * .01	07-23-91	ges	Add time-stamp task.
- * .02	09-12-91	joh	stack sizes increased for v5 vxWorks.
- * .03	10-24-91	lrd	Increased stack sizes for scan tasks
- * .04  12-12-91        joh     Increased stack size for the
- *                              wfDoneTask
- * .05	12-18-91	mrk	Added  callback task priorities
- *				Changed def of PERIODSCAN_PRI and SEQUENCER_PRI
- *				Shortened length of task names
- * .06  12-18-91       	jba	Global change of WDSCAN to TASKWD
- * .07	01-21-92	rcz	Increased all stack sizes by 1000 for V5
- * .08	01-21-92	jrw	added the GPIB & BB driver task info
- * .09	01-04-92	jba	Added callback task priorities
- * .10	03-16-92	jrw	added BB rx and tx specific task info
- * .11  05-22-92        lrd     added the allen-bradley binary input Change of State scanner
- * .12  08-26-92        joh     added xy 240 stuff
- * .13  08-26-92        joh     added FP to CA repeater and on line to be safe
- * .14  02-16-92        joh    	removed historical items 
- * .15  11-19-93        joh     moved CA client priority up by one notch
- * .16	09-13-93	joh	incresed CA on line beacon maximum delay
- *				to 60 sec
- * .17	03-18-94	mcn	added entries for breakpoint tasks
- * $Log$
- * Revision 1.6  1999/11/18 13:54:15  mrk
- * moved to vxWorks specific code
- *
- * Revision 1.4  1998/09/29 14:45:50  mrk
- * Task priorities were changed so that no epics task  has higher priority than netTask.
- * Definitions for IOEVENTSCAN and TIMESTAMP were removed.
- *
- * Revision 1.3  1998/05/20 21:00:43  mrk
- * raised DB_CA_PRI to just higher than sequencer
- *
- * Revision 1.2  1998/01/20 21:49:54  mrk
- * added the arch_stack_factor for 64 bit architectures; changes for errlog
- *
- * Revision 1.1  1996/11/22 20:49:43  jhill
- * installed
- *
- * Revision 1.1  1996/06/24 13:32:35  mrk
- * added task_params.h
- *
- * Revision 1.3  1996/06/19 20:48:44  jhill
- * dounled ca stack for each ca cleint in the server
- *
- * Revision 1.2  1996/04/22 14:31:08  mrk
- * Changes for dynamic link modification
- *
- * Revision 1.1  1996/01/25 21:13:29  mrk
- * moved includes; .ascii=> .db; path changes
- *
- * Revision 1.27  1995/11/29 19:27:59  jhill
- * added $Log$
- * added Revision 1.6  1999/11/18 13:54:15  mrk
- * added moved to vxWorks specific code
- * added
- * added Revision 1.4  1998/09/29 14:45:50  mrk
- * added Task priorities were changed so that no epics task  has higher priority than netTask.
- * added Definitions for IOEVENTSCAN and TIMESTAMP were removed.
- * added
- * added Revision 1.3  1998/05/20 21:00:43  mrk
- * added raised DB_CA_PRI to just higher than sequencer
- * added
- * added Revision 1.2  1998/01/20 21:49:54  mrk
- * added added the arch_stack_factor for 64 bit architectures; changes for errlog
- * added
- * added Revision 1.1  1996/11/22 20:49:43  jhill
- * added installed
- * added
- * added Revision 1.1  1996/06/24 13:32:35  mrk
- * added added task_params.h
- * added
- * added Revision 1.3  1996/06/19 20:48:44  jhill
- * added dounled ca stack for each ca cleint in the server
- * added
- * added Revision 1.2  1996/04/22 14:31:08  mrk
- * added Changes for dynamic link modification
- * added
- * added Revision 1.1  1996/01/25 21:13:29  mrk
- * added moved includes; .ascii=> .db; path changes
- * added
- *
  */
 
 #ifndef INCtaskLibh 		
diff --git a/src/vxWorks/src/veclist.c b/src/vxWorks/src/veclist.c
index 62d23929d..285a49f7e 100644
--- a/src/vxWorks/src/veclist.c
+++ b/src/vxWorks/src/veclist.c
@@ -1,3 +1,12 @@
+/*************************************************************************\
+* 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. 
+\*************************************************************************/
 /*
  *	$Id$
  *	@(#)veclist.c	1.10
@@ -12,6 +21,9 @@
  *		   identification as MACRO ISR problem. 
  *	.02 022195 Compiler warnings fixed
  *	$Log$
+ *	Revision 1.1  2001/08/01 14:33:15  mrk
+ *	get rid of dev/drv support; use OBJ library only
+ *	
  *	Revision 1.16  1998/06/04 19:24:30  wlupton
  *	avoided intHandlerCreate() for PPC
  *	
diff --git a/startup/EpicsHostArch b/startup/EpicsHostArch
index e196ad06e..b896b2233 100755
--- a/startup/EpicsHostArch
+++ b/startup/EpicsHostArch
@@ -1,4 +1,13 @@
 #!/bin/sh
+#*************************************************************************
+# 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. 
+#*************************************************************************
 #
 # EpicsHostArch - returns the Epics host architecture suitable
 #                 for assigning to the EPICS_HOST_ARCH variable
diff --git a/startup/EpicsHostArch.pl b/startup/EpicsHostArch.pl
index 575aac135..4be40b3f6 100755
--- a/startup/EpicsHostArch.pl
+++ b/startup/EpicsHostArch.pl
@@ -1,5 +1,14 @@
 eval 'exec perl -S $0 ${1+"$@"}'  # -*- Mode: perl -*-
     if $running_under_some_shell; # EpicsHostArch.pl
+#*************************************************************************
+# 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. 
+#*************************************************************************
 
 # $Id$
 # Returns the Epics host architecture suitable
diff --git a/startup/Site.cshrc b/startup/Site.cshrc
index 7b60920be..b0f42bae1 100755
--- a/startup/Site.cshrc
+++ b/startup/Site.cshrc
@@ -1,4 +1,13 @@
 #!/bin/csh -f
+#*************************************************************************
+# 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. 
+#*************************************************************************
 #  Site-specific EPICS environment settings
 #
 #  sites should modify these definitions
diff --git a/startup/Site.profile b/startup/Site.profile
index b83f1e2db..f2b2d22fa 100755
--- a/startup/Site.profile
+++ b/startup/Site.profile
@@ -1,4 +1,13 @@
 #!/bin/sh
+#*************************************************************************
+# 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. 
+#*************************************************************************
 #  Site-specific EPICS environment settings
 #
 #  sites should modify these definitions
diff --git a/startup/borland.bat b/startup/borland.bat
index b345da75c..7436ec902 100755
--- a/startup/borland.bat
+++ b/startup/borland.bat
@@ -1,4 +1,14 @@
 @ECHO OFF
+REM *************************************************************************
+REM  Copyright (c) 2002 The University of Chicago, as Operator of Argonne
+REM      National Laboratory.
+REM  Copyright (c) 2002 The Regents of the University of California, as
+REM      Operator of Los Alamos National Laboratory.
+REM  EPICS BASE Versions 3.13.7
+REM  and higher are distributed subject to a Software License Agreement found
+REM  in file LICENSE that is included with this distribution.
+REM *************************************************************************
+
 REM    ===================================================
 REM    ====== REQUIRED ENVIRONMENT VARIABLES FOLLOW ======
 REM
diff --git a/startup/win32.bat b/startup/win32.bat
index 56bf1f53c..f41dc03d3 100755
--- a/startup/win32.bat
+++ b/startup/win32.bat
@@ -1,4 +1,14 @@
 @ECHO OFF
+REM *************************************************************************
+REM  Copyright (c) 2002 The University of Chicago, as Operator of Argonne
+REM      National Laboratory.
+REM  Copyright (c) 2002 The Regents of the University of California, as
+REM      Operator of Los Alamos National Laboratory.
+REM  EPICS BASE Versions 3.13.7
+REM  and higher are distributed subject to a Software License Agreement found
+REM  in file LICENSE that is included with this distribution.
+REM *************************************************************************
+
 REM    ===================================================
 REM    ====== REQUIRED ENVIRONMENT VARIABLES FOLLOW ======
 REM