[ Charset ISO-8859-1 unsupported, converting... ]
> On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote:
> > > 
> > > 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.
> > The purpose would be to put a copyright into the binary, and why that is not
> > happening when the original authors intended that is not good.
> > 
> > This is a regression, as 5.4p8 shows:
> > {108}% strings /usr/bin/indent | grep -i copy
> > bcopy
> > @(#) Copyright (c) 1985 Sun Microsystems, Inc.
> > @(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.
> > @(#) Copyright (c) 1980, 1993
> > 
> > Please walk very very very carefully around all things "copyright".
> > 
> 
> Does it matter what the original author intended?
Yes, it does.

> Nothing in the
> license text itself requires that copyright info be included in the
> binary (it just has to be in the docs and accompanying materials). So
> why would an edit to remove that from the binary be any different than
> any other edit to the code that any committer chooses to make?

Because he deleted lines that contain the word "copyright"
and that is just a dangerious place to play.


-- 
Rod Grimes                                                 rgri...@freebsd.org
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to