diff --git a/CHANGES_FOR_314 b/CHANGES_FOR_314 deleted file mode 100644 index 26f275e90..000000000 --- a/CHANGES_FOR_314 +++ /dev/null @@ -1,70 +0,0 @@ -MAJOR TODO LIST -1) convert ca and casr to osi calls -2) sequencer: unbundle? -3) makeBaseApp - Janet is converting to use configure -4) src/osi/solaris - This is really src/osi/singleThreaded - Thus how to handle two builds for solaris? - -The following directories are removed and or moved from 3.13 to 3.14 - -src/cvtDctsdr - removed. If users are upgrading form 3.12 they will have to use 3.13 -src/libvxWorks - moved to src/vxWorks/ - The following are gone - bus_error_recovery.c - ldpp* - timerLib.* - vxldscript.MRI -src/dev - Except for softDev and testDev all moved to src/vxWorks/dev - - Following are completely unbundled - - allenBradleyDev -src/db - Following moved to src/vxWorks/db - - devLib.h - devLib.c - devLibVxWorks.c - drvTS.h - drvTS.c - TSdriver.html -src/include - Following moved to src/vxWorks/include - - camacLib.h - fast_lock.h - module_types.h - task_params.h - -src/iocCore - Moved to src/vxWorks/iocCore -src/dbtools - The following no longer exist - dbLoadRecords - dbfile.5 - templatefile.5 -src/devOpt - The following are unbundled - devBBInteract.c - The rest has been moved to src/vxWorks/devOpt -src/osi - os/solaris - This should really be os/singleThreaded - os/vxWorks - Macros for most things - -src/rec - following deleted - - choiceWait.h - recDynLink* - recWaitCa* - scanRecord.* - waitRecord.* -src/rsrv/globalsource.c - added #include -src/makeBaseApp/configure - Not ready - Waiting for Janet diff --git a/COPYRIGHT_Combined b/COPYRIGHT_Combined deleted file mode 100644 index 0a6c6c82f..000000000 --- a/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_UniversityOfChicago b/COPYRIGHT_UniversityOfChicago deleted file mode 100644 index 9e8401977..000000000 --- a/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/MakeRelease b/MakeRelease deleted file mode 100755 index 1cf4e0435..000000000 --- a/MakeRelease +++ /dev/null @@ -1,165 +0,0 @@ -#!/bin/sh -# -# $Id$ -# -# Make Release - Creates an EPICS release -# By Matthew Needes and Bob Zieman -# -# MakeRelease [-b] -# -# [-b] - For fully built release -# -# $Log$ -# Revision 1.11 1997/07/01 18:29:17 jba -# Changed Tar to tar in output filename. -# -# Revision 1.10 1997/01/17 19:59:37 jba -# Use config/CONFIG_BASE_VERSION to get version info. -# -# Revision 1.9 1996/09/04 21:41:36 jba -# Top level dir no longer passed to MakeRelease -# -# Revision 1.8 1996/07/02 13:45:09 jba -# Added dbd and base/config dirs. Removed epics/config and base/rec. -# -# Revision 1.7 1996/06/25 21:54:42 jba -# Command line parm now base dir -# -# Revision 1.6 1996/06/07 19:19:10 jba -# MakeRelease is now in release tar file. -# -# Revision 1.5 1996/03/04 21:03:48 jba -# epicsVersion.h now in src/include. -# -# Revision 1.4 1996/02/20 21:03:53 jba -# Updated README files to reflect directory changes and new installEpics. -# -# Revision 1.3 1995/10/03 15:42:26 jba -# Added *COPYRIGHT* files to release tar file. -# -# Revision 1.2 1995/08/28 15:49:54 jba -# Added startup directory to release tar file -# -# Revision 1.1 1995/08/17 20:14:56 jba -# Added base/tools scripts functionality to base/Makefile, removed scripts -# Moved base/tools/MakeRelease to base dir. -# -# Revision 1.14 1994/12/19 18:42:08 tang -# Make the args length compatible for HP and SUN. -# -# Revision 1.13 1994/12/15 19:19:18 tang -# Replace -I opt by cat and xargs for tar for HP compatibility. -# -# Revision 1.12 1994/12/14 23:57:55 tang -# Take out \< and \> pair for hp compatible -# -# Revision 1.11 1994/10/31 21:44:17 jba -# Moved print stmnt, added cd $(EPICS) -# -# Revision 1.10 1994/10/05 18:29:34 jba -# Renamed version.h to epicsVersion.h -# -# Revision 1.9 1994/09/22 01:41:47 mcn -# MakeRelease - MAJOR bug fix. GetVar / MakeDirs - minor fix. -# -# Revision 1.8 1994/09/07 20:59:15 mcn -# Revamped GetVar, modified scripts for new GetVar. -# -# Revision 1.7 1994/09/02 20:58:00 mcn -# minor change. -# -# Revision 1.6 1994/08/21 00:56:41 mcn -# New Stuff -# -# Revision 1.5 1994/08/02 18:36:29 mcn -# Support new configuration. -# -# Revision 1.4 1994/07/14 22:13:32 mcn -# Now include SDR Makefile/Headers -# -# - - -if [ ! -d src ]; then - echo "Cannot find src directory, are you at the top of EPICS base ?" - exit 1 -fi - - -FULLY_BUILT=NO -if [ "${1}" = "-b" ]; then - FULLY_BUILT=YES - shift - if [ "${1}" != "." ]; then - echo "TOP: Cannot create a fully built release."; - exit 1; - fi -fi - -# Retrieve EPICS release string from config/CONFIG_BASE_VERSION -. config/CONFIG_BASE_VERSION - -if [ -z "${EPICS_VERSION}" ]; - then - echo "TOP: Cannot retrieve release number from config/CONFIG_BASE_VERSION"; - exit 1; - fi - -RELS="R${EPICS_VERSION}.${EPICS_REVISION}.${EPICS_MODIFICATION}.${EPICS_UPDATE_NAME}${EPICS_UPDATE_LEVEL}"; - -echo TOP: Creating ../${RELS}.tar; - -if [ -f ${RELS}.tar* ]; - then - echo "TOP: This release has already been created."; - echo "TOP: Remove tar file or edit config/CONFIG_BASE_VERSION."; - exit 1; - fi - -# Create list of files and dirs to include in tar file - -cd .. - -ls base/README* base/*.bat | xargs tar cvf ${RELS}.tar - -ls base/Make* > /tmp/make_release.out.$$; - -ls base/*COPYRIGHT* >> /tmp/make_release.out.$$; - - -if [ -d startup ]; - then - find startup -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - fi - -# binary / library / default.dctsdr / Record.h / etc. -if [ $FULLY_BUILT = "YES" ]; - then - find base/include -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - - find base/man -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - - find base/bin -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - - find base/lib -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - - find base/dbd -name CVS -prune -o ! -type d -print \ - >> /tmp/make_release.out.$$; - - fi - -find base/config -name CVS -prune -o -name SCCS -prune -o ! -type d -print \ - | grep -v '/O\..*$' >> /tmp/make_release.out.$$ - -find base/src -name CVS -prune -o -name SCCS -prune -o ! -type d -print \ - | grep -v '/O\..*$' >> /tmp/make_release.out.$$ - -cat /tmp/make_release.out.$$ | xargs tar rvf ${RELS}.tar - -rm /tmp/make_release.out.$$ - diff --git a/SkeletonCOPYRIGHT_Combined b/SkeletonCOPYRIGHT_Combined deleted file mode 100644 index 3ebdf3f5d..000000000 --- a/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/SkeletonCOPYRIGHT_UniversityOfChicago b/SkeletonCOPYRIGHT_UniversityOfChicago deleted file mode 100644 index a04d3e2bd..000000000 --- a/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. -**********************************************************************/