Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 20:24:32 +0000 (UTC)
From:      Piotr Pawel Stefaniak <pstef@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334630 - head/usr.bin/indent
Message-ID:  <201806042024.w54KOWPt045801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806042024.w54KOWPt045801>