Updated license comments.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
# EPICS BASE 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=../..
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
# EPICS BASE 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/util
|
||||
#
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
# EPICS BASE 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)/config/CONFIG_BASE
|
||||
|
||||
|
||||
+9
-31
@@ -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
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*************************************************************************\
|
||||
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
* National Laboratory.
|
||||
* Copyright (c) 2002 The Regents of the University of California, as
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* EPICS BASE Versions 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.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
+9
-75
@@ -1,3 +1,12 @@
|
||||
/*************************************************************************\
|
||||
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
* National Laboratory.
|
||||
* Copyright (c) 2002 The Regents of the University of California, as
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* EPICS BASE 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$ */
|
||||
|
||||
@@ -8,85 +17,10 @@
|
||||
* 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
|
||||
*
|
||||
* NOTES:
|
||||
* .01 currently runs under UNIX. could be made to run under
|
||||
* vxWorks if NFS is used.
|
||||
*
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* .01 080791 joh Created
|
||||
* .02 102591 joh Dont try to reopen the log file if a write fails
|
||||
* .03 110691 joh Disconnect if sent a zero length message
|
||||
* .04 091092 joh Print routine messages only when in debug mode
|
||||
* .05 091092 joh now uses SO_REUSEADDR
|
||||
* .06 091192 joh now uses SO_KEEPALIVE
|
||||
* .07 091192 joh added SCCS ID
|
||||
* .08 092292 joh improved message sent to the log
|
||||
* .08 092292 joh improved message sent to the log
|
||||
* .09 050494 pg HPUX port changes.
|
||||
* .10 021694 joh ANSI C
|
||||
* $Log$
|
||||
* Revision 1.30 1998/06/16 02:43:16 jhill
|
||||
* use ip addr conversion in libCom - and cosmetic changes
|
||||
*
|
||||
* Revision 1.29 1998/05/29 20:19:11 jhill
|
||||
* use new sock ioctl() typedef
|
||||
*
|
||||
* Revision 1.28 1998/02/05 23:16:35 jhill
|
||||
* fixed truncate return status logic error
|
||||
* now uses macros from osiSock.h
|
||||
*
|
||||
* Revision 1.27 1997/08/05 00:43:19 jhill
|
||||
* fixed warning
|
||||
*
|
||||
* Revision 1.26 1997/06/25 05:59:23 jhill
|
||||
* ported log server to win32
|
||||
*
|
||||
* Revision 1.25 1997/04/10 19:53:03 jhill
|
||||
* api changes
|
||||
*
|
||||
* Revision 1.24 1996/11/22 20:43:03 jhill
|
||||
* doc
|
||||
*
|
||||
* Revision 1.22 1996/11/02 02:20:36 jhill
|
||||
* use osiSock.h
|
||||
*
|
||||
* Revision 1.21 1996/06/21 01:07:46 jhill
|
||||
* use sigemptyset() and cc -Xc changes
|
||||
*
|
||||
* Revision 1.20 1996/06/19 18:03:17 jhill
|
||||
* SIGHUP changes added by KECK
|
||||
*
|
||||
* Revision 1.18 1995/11/27 22:49:36 jhill
|
||||
* included <arpa/inet.h>
|
||||
*
|
||||
* Revision 1.17 1995/11/13 16:55:03 jba
|
||||
* Added filio.h include for solaris build.
|
||||
*
|
||||
* Revision 1.16 1995/11/08 23:48:26 jhill
|
||||
* improvents for better client reconnect
|
||||
*
|
||||
*/
|
||||
|
||||
static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user