copyright boilerplate for devLibVME

This commit is contained in:
Michael Davidsaver
2010-05-26 17:17:26 +01:00
committed by Michael Davidsaver
parent 43f5cfed7e
commit eaf07d4f05
7 changed files with 27 additions and 6 deletions

View File

@@ -1,4 +1,21 @@
/*************************************************************************\
* Copyright (c) 2010 Brookhaven Science Associates, as Operator of
* Brookhaven National Laboratory.
* Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.h */
/* $Id$ */
/*
* Original Author: Marty Kraimer
* Author: Jeff Hill
* Date: 03-10-93
*/
#ifndef EPICSDEVLIB_H
#define EPICSDEVLIB_H

View File

@@ -1,4 +1,6 @@
/*************************************************************************\
* Copyright (c) 2010 Brookhaven Science Associates, as Operator of
* Brookhaven National Laboratory.
* Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
@@ -7,7 +9,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.c - support for allocation of common device resources */
/* devLib.c,v 1.1.2.11 2009/07/09 16:37:23 anj Exp */
/* $Id$ */
/*
* Original Author: Marty Kraimer
@@ -18,7 +20,7 @@
* .01 06-14-93 joh needs devAllocInterruptVector() routine
*/
static const char sccsID[] = "@(#) devLib.c,v 1.1.2.11 2009/07/09 16:37:23 anj Exp";
static const char sccsID[] = "@(#) $Id$";
#include <string.h>
#include <stdio.h>

View File

@@ -1,4 +1,6 @@
/*************************************************************************\
* Copyright (c) 2010 Brookhaven Science Associates, as Operator of
* Brookhaven National Laboratory.
* Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as

View File

@@ -6,7 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLibOSD.c,v 1.1.2.8 2009/07/09 16:37:23 anj Exp */
/* $Id$ */
/* RTEMS port by Till Straumann, <strauman@slac.stanford.edu>
* 3/2002

View File

@@ -5,7 +5,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLibOSD.c,v 1.1.2.1 2009/06/15 16:10:05 anj Exp */
/* $Id$ */
#include <stdlib.h>

View File

@@ -6,7 +6,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLibOSD.c,v 1.1.2.1 2006/02/17 22:51:24 anj Exp */
/* $Id$ */
#include <stdlib.h>

View File

@@ -7,7 +7,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* devLibOSD.c,v 1.1.2.9 2009/07/09 16:37:23 anj Exp
* $Id$
*
* Archictecture dependent support for common device driver resources
*