From 7282989961224285ee77b9222b52beb9a82e59cd Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 10 Feb 2004 14:35:19 +0000 Subject: [PATCH] add copyright notice --- src/dbStatic/dbLex.l | 9 +++++++++ src/dbStatic/dbYacc.y | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/dbStatic/dbLex.l b/src/dbStatic/dbLex.l index be679a7fe..dde726a9c 100644 --- a/src/dbStatic/dbLex.l +++ b/src/dbStatic/dbLex.l @@ -1,3 +1,12 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Chicago, as Operator of Argonne +* National Laboratory. +* Copyright (c) 2002 The Regents of the University of California, as +* Operator of Los Alamos National Laboratory. +* EPICS BASE Versions 3.13.7 +* and higher are distributed subject to a Software License Agreement found +* in file LICENSE that is included with this distribution. +\*************************************************************************/ name [a-zA-Z0-9_\-:\.\[\]<>;] notquote [^\"] escapequote \\\" diff --git a/src/dbStatic/dbYacc.y b/src/dbStatic/dbYacc.y index 97165a228..64ac8b9ef 100644 --- a/src/dbStatic/dbYacc.y +++ b/src/dbStatic/dbYacc.y @@ -1,3 +1,12 @@ +/*************************************************************************\ +* Copyright (c) 2002 The University of Chicago, as Operator of Argonne +* National Laboratory. +* Copyright (c) 2002 The Regents of the University of California, as +* Operator of Los Alamos National Laboratory. +* EPICS BASE Versions 3.13.7 +* and higher are distributed subject to a Software License Agreement found +* in file LICENSE that is included with this distribution. +\*************************************************************************/ %{ static int yyerror(); static int yy_start;