From e831ac409985484419486fabe3ca605b4646126f Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Thu, 25 May 1989 11:46:34 +0000 Subject: Split copyright string into two to avoid tempting fate with \ sequences ... --- ccl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ccl.c') diff --git a/ccl.c b/ccl.c index 37f3351..4f36363 100644 --- 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)"; -- cgit v1.2.3