Replace char copyright[] by static const char copyright[].

It seems the latter is used throughout the tree.
This commit is contained in:
Ed Schouten 2011-12-10 18:11:06 +00:00
parent 96b38ade36
commit 516c8ed9dd
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
*/
#ifndef lint
char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

View File

@ -27,7 +27,7 @@
*/
#ifndef lint
char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
All rights reserved.\n";
#endif /* not lint */

View File

@ -31,7 +31,7 @@
*/
#ifndef lint
char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */