summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-05-25 11:48:41 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-05-25 11:48:41 +0000
commitc29434b99e6c034103a0c240603037f9a73db0f8 (patch)
tree4e29ca0143201c75d87eaf6496f74c0e8f896d51 /parse.y
parentd528679da50e1c9fd33459b7d2a5a64de16c783f (diff)
Split copyright string.
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index a26c5d4..6f742dc 100644
--- a/parse.y
+++ b/parse.y
@@ -33,8 +33,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)";