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 ... --- gen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen.c') 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)"; -- cgit v1.2.3