Leave the `copyright' variable exposed, since the main purpose of it

is to put a copyright in the object file.

Submitted by:	bde
This commit is contained in:
Mike Barcroft 2002-03-07 10:06:00 +00:00
parent 3f1166f04c
commit 064692095c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91792
4 changed files with 8 additions and 8 deletions

4
usr.bin/env/env.c vendored
View File

@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
static char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#if 0
#ifndef lint
static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */

View File

@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
static char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1980, 1987, 1991, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#if 0
#ifndef lint
static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */

View File

@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
static char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#if 0
#ifndef lint
static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */

View File

@ -34,13 +34,13 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
static char copyright[] =
static const char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#if 0
#ifndef lint
static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */