summaryrefslogtreecommitdiff
path: root/main.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 /main.c
parent9ff111c5b135a37c5107fcf8797f7e739d50e981 (diff)
Split copyright string into two to avoid tempting fate with \<newline>
sequences ...
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
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)";