diff --git a/modules/libcom/src/flex/ccl.c b/modules/libcom/src/flex/ccl.c index 9930245c5..4d278ba2a 100644 --- a/modules/libcom/src/flex/ccl.c +++ b/modules/libcom/src/flex/ccl.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. -\*************************************************************************/ /* ccl - routines for character classes */ /*- diff --git a/modules/libcom/src/flex/dfa.c b/modules/libcom/src/flex/dfa.c index c8f7d3ab0..c92680b99 100644 --- a/modules/libcom/src/flex/dfa.c +++ b/modules/libcom/src/flex/dfa.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. -\*************************************************************************/ /* dfa - DFA construction routines */ /*- diff --git a/modules/libcom/src/flex/ecs.c b/modules/libcom/src/flex/ecs.c index d84bb3053..0eb08657b 100644 --- a/modules/libcom/src/flex/ecs.c +++ b/modules/libcom/src/flex/ecs.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. -\*************************************************************************/ /* ecs - equivalence class routines */ /*- diff --git a/modules/libcom/src/flex/flex.c b/modules/libcom/src/flex/flex.c index f7e9dbf62..79ea51dda 100644 --- a/modules/libcom/src/flex/flex.c +++ b/modules/libcom/src/flex/flex.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. -\*************************************************************************/ /* flex - tool to generate fast lexical analyzers */ /*- diff --git a/modules/libcom/src/flex/flexdef.h b/modules/libcom/src/flex/flexdef.h index 1c5ffbce3..a541a2fe0 100644 --- a/modules/libcom/src/flex/flexdef.h +++ b/modules/libcom/src/flex/flexdef.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. -\*************************************************************************/ /* flexdef - definitions file for flex */ /*- diff --git a/modules/libcom/src/flex/gen.c b/modules/libcom/src/flex/gen.c index 6f1940d70..a10fbb537 100644 --- a/modules/libcom/src/flex/gen.c +++ b/modules/libcom/src/flex/gen.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. -\*************************************************************************/ /* gen - actual generation (writing) of flex scanners */ /*- diff --git a/modules/libcom/src/flex/libmain.c b/modules/libcom/src/flex/libmain.c index c543117ad..d1acf0498 100644 --- a/modules/libcom/src/flex/libmain.c +++ b/modules/libcom/src/flex/libmain.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. -\*************************************************************************/ /* libmain - flex run-time support library "main" function */ extern int yylex(); diff --git a/modules/libcom/src/flex/misc.c b/modules/libcom/src/flex/misc.c index a594d1663..a1c94667a 100644 --- a/modules/libcom/src/flex/misc.c +++ b/modules/libcom/src/flex/misc.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. -\*************************************************************************/ /* misc - miscellaneous flex routines */ /*- diff --git a/modules/libcom/src/flex/nfa.c b/modules/libcom/src/flex/nfa.c index 5e6615c82..b050c6c93 100644 --- a/modules/libcom/src/flex/nfa.c +++ b/modules/libcom/src/flex/nfa.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. -\*************************************************************************/ /* nfa - NFA construction routines */ /*- diff --git a/modules/libcom/src/flex/sym.c b/modules/libcom/src/flex/sym.c index 8a4e26516..e17d59427 100644 --- a/modules/libcom/src/flex/sym.c +++ b/modules/libcom/src/flex/sym.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. -\*************************************************************************/ /* sym - symbol table routines */ /*- diff --git a/modules/libcom/src/flex/tblcmp.c b/modules/libcom/src/flex/tblcmp.c index d0961c0c5..7b87e368f 100644 --- a/modules/libcom/src/flex/tblcmp.c +++ b/modules/libcom/src/flex/tblcmp.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. -\*************************************************************************/ /* tblcmp - table compression routines */ /*- diff --git a/modules/libcom/src/flex/yylex.c b/modules/libcom/src/flex/yylex.c index 546d60eb1..b5ede5170 100644 --- a/modules/libcom/src/flex/yylex.c +++ b/modules/libcom/src/flex/yylex.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. -\*************************************************************************/ /* yylex - scanner front-end for flex */ /*-