summaryrefslogtreecommitdiff
path: root/ecs.c
diff options
context:
space:
mode:
authorvern <vern>1989-05-25 11:46:34 +0000
committervern <vern>1989-05-25 11:46:34 +0000
commit4756e4b34e07a71ba3624f91834eec93a2d496f3 (patch)
tree4a239005de6db2e5316fe388936b3f60bafe4af1 /ecs.c
parentaff5baba5599cbb96d94396c2357e7780af36360 (diff)
downloadflex-4756e4b34e07a71ba3624f91834eec93a2d496f3.tar.gz
Split copyright string into two to avoid tempting fate with \<newline>
sequences ...
Diffstat (limited to 'ecs.c')
-rw-r--r--ecs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ecs.c b/ecs.c
index a704e20..c94ab98 100644
--- a/ecs.c
+++ b/ecs.c
@@ -27,11 +27,11 @@
#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: /cvsroot/flex/flex/ecs.c,v 1.5 1989/05/24 11:44:31 vern Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/flex/flex/ecs.c,v 1.6 1989/05/25 11:47:08 vern Exp $ (LBL)";
#endif