From 957f386d77aea405f69b5b9004bf064b4ad0b8ba Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 5 Jun 2020 15:49:55 -0500 Subject: [PATCH] Removed EPICS license header and (c) from yacc/antelope sources These should never have been added in the first place. --- modules/libcom/src/yacc/antelope.c | 8 -------- modules/libcom/src/yacc/closure.c | 9 --------- modules/libcom/src/yacc/defs.h | 8 -------- modules/libcom/src/yacc/error.c | 8 -------- modules/libcom/src/yacc/lalr.c | 8 -------- modules/libcom/src/yacc/lr0.c | 9 --------- modules/libcom/src/yacc/mkpar.c | 9 --------- modules/libcom/src/yacc/output.c | 8 -------- modules/libcom/src/yacc/reader.c | 8 -------- modules/libcom/src/yacc/skeleton.c | 8 -------- modules/libcom/src/yacc/symtab.c | 8 -------- modules/libcom/src/yacc/verbose.c | 9 --------- modules/libcom/src/yacc/warshall.c | 8 -------- modules/libcom/src/yacc/yacc.html | 9 --------- 14 files changed, 117 deletions(-) diff --git a/modules/libcom/src/yacc/antelope.c b/modules/libcom/src/yacc/antelope.c index 350dec7b3..4c47c73c3 100644 --- a/modules/libcom/src/yacc/antelope.c +++ b/modules/libcom/src/yacc/antelope.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include #include "defs.h" diff --git a/modules/libcom/src/yacc/closure.c b/modules/libcom/src/yacc/closure.c index 6e0a4643a..548b93889 100644 --- a/modules/libcom/src/yacc/closure.c +++ b/modules/libcom/src/yacc/closure.c @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ - #include "defs.h" short *itemset; diff --git a/modules/libcom/src/yacc/defs.h b/modules/libcom/src/yacc/defs.h index 9747de58a..516eea680 100644 --- a/modules/libcom/src/yacc/defs.h +++ b/modules/libcom/src/yacc/defs.h @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include #include #include diff --git a/modules/libcom/src/yacc/error.c b/modules/libcom/src/yacc/error.c index 6da8161a7..04bddf708 100644 --- a/modules/libcom/src/yacc/error.c +++ b/modules/libcom/src/yacc/error.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ /* routines for printing error messages */ #include "defs.h" diff --git a/modules/libcom/src/yacc/lalr.c b/modules/libcom/src/yacc/lalr.c index bbe149b8e..b3d44103c 100644 --- a/modules/libcom/src/yacc/lalr.c +++ b/modules/libcom/src/yacc/lalr.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" typedef diff --git a/modules/libcom/src/yacc/lr0.c b/modules/libcom/src/yacc/lr0.c index 7cf7521ba..d93b0bc7a 100644 --- a/modules/libcom/src/yacc/lr0.c +++ b/modules/libcom/src/yacc/lr0.c @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ - #include "defs.h" extern short *itemset; diff --git a/modules/libcom/src/yacc/mkpar.c b/modules/libcom/src/yacc/mkpar.c index 03f5496e8..356be2363 100644 --- a/modules/libcom/src/yacc/mkpar.c +++ b/modules/libcom/src/yacc/mkpar.c @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ - #include "defs.h" action **parser; diff --git a/modules/libcom/src/yacc/output.c b/modules/libcom/src/yacc/output.c index 96b6d1e6f..49cfab3cc 100644 --- a/modules/libcom/src/yacc/output.c +++ b/modules/libcom/src/yacc/output.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" static int nvectors; diff --git a/modules/libcom/src/yacc/reader.c b/modules/libcom/src/yacc/reader.c index 05c5b1a50..ff87bea7e 100644 --- a/modules/libcom/src/yacc/reader.c +++ b/modules/libcom/src/yacc/reader.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" /* The line size must be a positive integer. One hundred was chosen */ diff --git a/modules/libcom/src/yacc/skeleton.c b/modules/libcom/src/yacc/skeleton.c index 18fe40371..4dbc16815 100644 --- a/modules/libcom/src/yacc/skeleton.c +++ b/modules/libcom/src/yacc/skeleton.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" /* If the skeleton is changed, the banner should be changed so that */ diff --git a/modules/libcom/src/yacc/symtab.c b/modules/libcom/src/yacc/symtab.c index cdf800b83..b9719728a 100644 --- a/modules/libcom/src/yacc/symtab.c +++ b/modules/libcom/src/yacc/symtab.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" diff --git a/modules/libcom/src/yacc/verbose.c b/modules/libcom/src/yacc/verbose.c index bb539c9e3..64c831a74 100644 --- a/modules/libcom/src/yacc/verbose.c +++ b/modules/libcom/src/yacc/verbose.c @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ - #include "defs.h" static short *null_rules; diff --git a/modules/libcom/src/yacc/warshall.c b/modules/libcom/src/yacc/warshall.c index 93a9177e5..186fdbce9 100644 --- a/modules/libcom/src/yacc/warshall.c +++ b/modules/libcom/src/yacc/warshall.c @@ -1,11 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as 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. -\*************************************************************************/ #include "defs.h" static void diff --git a/modules/libcom/src/yacc/yacc.html b/modules/libcom/src/yacc/yacc.html index 1258b439f..fa29c79b2 100644 --- a/modules/libcom/src/yacc/yacc.html +++ b/modules/libcom/src/yacc/yacc.html @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/