indent(1): remove static const char copyright[]

It repeats what is already said in the heading comment and it's optimized out
so serves no purpose.
This commit is contained in:
Piotr Pawel Stefaniak 2018-06-04 20:24:31 +00:00
parent 03e6aeef3a
commit 4d0c622816
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334630

View File

@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\
@(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\
@(#) 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[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";