]> granicus.if.org Git - flex/commitdiff
Split copyright string into two to avoid tempting fate with \<newline>
authorVern Paxson <vern@ee.lbl.gov>
Thu, 25 May 1989 11:46:34 +0000 (11:46 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Thu, 25 May 1989 11:46:34 +0000 (11:46 +0000)
sequences ...

ccl.c
dfa.c
ecs.c
gen.c
main.c
misc.c
scan.l
sym.c
tblcmp.c
yylex.c

diff --git a/ccl.c b/ccl.c
index 37f3351f4643a5b0b0a64b39fa40b1f97fa85733..4f363636dd1cd27cfe5508e821b744aa28f96656 100644 (file)
--- 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 e177797fc54e76c0dee168097369f267b91b6c40..5241e4d0d4fce094035c4944588b7cc9a46e9d9a 100644 (file)
--- 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 b9b84c2f2ae82719c1e070bd0a5da2916ca9b6e4..0808e36d0eb1873dce3c83ab0dbbdec82447c728 100644 (file)
--- 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 fc81c8499d6f84db0475366f87e5be3a6b6c03e8..dd88cb7e60116a8fa804d2d86f7415407f2b0120 100644 (file)
--- 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 bd2a90a8862bcdf6862bf2da3a9122eae4436749..063417d3102397d0dd3db4927bd12062790c731c 100644 (file)
--- 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 5b36e57439debabf69416e3b780a5b6cf0458071..08ebf2daed5fba53286def365747fa10c2ed71f2 100644 (file)
--- 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 4717cfa627ee15cf268e0b64ca3db708aa18ef8f..6c9f0c011ca32778a588b9c9c62b7ff0e52ac9d1 100644 (file)
--- 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 34314f588e21a83771714e631f6492410335302e..3cccd8df2795c674f6dda931883188f9ac4de4b1 100644 (file)
--- 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)";
index 18d653f04bce385bd87d5b53696f53969a89c3a1..d13ef8e75564b4e4f4e91c760d36302345e3aa6b 100644 (file)
--- 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 357aa0744c33aad1536c445a9dbf68ca4856b266..2e1ceadb81b084e97c1b6ae908bc59fb60bb13ce 100644 (file)
--- 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)";