summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-05-25 11:46:34 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-05-25 11:46:34 +0000
commite831ac409985484419486fabe3ca605b4646126f (patch)
tree8bc8522625c2f4ca72e0c7348c623d276319e775 /gen.c
parent9ff111c5b135a37c5107fcf8797f7e739d50e981 (diff)
Split copyright string into two to avoid tempting fate with \<newline>
sequences ...
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c4
1 files changed, 2 insertions, 2 deletions
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)";