svn commit: r334630 - head/usr.bin/indent

Piotr Pawel Stefaniak pstef at FreeBSD.org
Mon Jun 4 20:24:32 UTC 2018


Author: pstef
Date: Mon Jun  4 20:24:31 2018
New Revision: 334630
URL: https://svnweb.freebsd.org/changeset/base/334630

Log:
  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.

Modified:
  head/usr.bin/indent/indent.c

Modified: head/usr.bin/indent/indent.c
==============================================================================
--- head/usr.bin/indent/indent.c	Mon Jun  4 20:21:51 2018	(r334629)
+++ head/usr.bin/indent/indent.c	Mon Jun  4 20:24:31 2018	(r334630)
@@ -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";


More information about the svn-src-head mailing list