summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccl.c4
-rw-r--r--dfa.c4
-rw-r--r--ecs.c4
-rw-r--r--gen.c4
-rw-r--r--main.c4
-rw-r--r--misc.c4
-rw-r--r--scan.l4
-rw-r--r--sym.c4
-rw-r--r--tblcmp.c4
-rw-r--r--yylex.c4
10 files changed, 20 insertions, 20 deletions
diff --git a/ccl.c b/ccl.c
index 37f3351..4f36363 100644
--- a/ccl.c
+++ b/ccl.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/dfa.c b/dfa.c
index e177797..5241e4d 100644
--- a/dfa.c
+++ b/dfa.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/ecs.c b/ecs.c
index b9b84c2..0808e36 100644
--- a/ecs.c
+++ b/ecs.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/gen.c b/gen.c
index fc81c84..dd88cb7 100644
--- a/gen.c
+++ b/gen.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/main.c b/main.c
index bd2a90a..063417d 100644
--- a/main.c
+++ b/main.c
@@ -28,8 +28,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/misc.c b/misc.c
index 5b36e57..08ebf2d 100644
--- a/misc.c
+++ b/misc.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/scan.l b/scan.l
index 4717cfa..6c9f0c0 100644
--- a/scan.l
+++ b/scan.l
@@ -30,8 +30,8 @@
#ifndef lint
static char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/sym.c b/sym.c
index 34314f5..3cccd8d 100644
--- a/sym.c
+++ b/sym.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/tblcmp.c b/tblcmp.c
index 18d653f..d13ef8e 100644
--- a/tblcmp.c
+++ b/tblcmp.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";
diff --git a/yylex.c b/yylex.c
index 357aa07..2e1cead 100644
--- a/yylex.c
+++ b/yylex.c
@@ -27,8 +27,8 @@
#ifndef lint
static char copyright[] =
- "@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+ "@(#) Copyright (c) 1989 The Regents of the University of California.\n";
+static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
"@(#) $Header$ (LBL)";