Date: Wed, 20 Jun 2018 18:28:16 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: rgrimes@freebsd.org, Ed Maste <emaste@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335454 - head/usr.bin/ar Message-ID: <edb98721-9255-f58b-93a2-34f26c5d8a7c@FreeBSD.org> In-Reply-To: <201806202242.w5KMg9qf076509@pdx.rh.CN85.dnsmgr.net> References: <201806202242.w5KMg9qf076509@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20/06/2018 17:42, Rodney W. Grimes wrote: >> Author: emaste >> Date: Wed Jun 20 18:43:17 2018 >> New Revision: 335454 >> URL: https://svnweb.freebsd.org/changeset/base/335454 >> >> Log: >> usr.bin/ar: use standard 2-Clause FreeBSD license >> >> Many licenses on ar files contained small variations from the standard >> FreeBSD license text. To avoid license proliferation switch to the usual >> 2-clause FreeBSD license after obtaining permission from all copyright >> holders. >> >> Approved by: jkoshy, kaiw, kientzle >> Sponsored by: The FreeBSD Foundation >> Differential Revision: https://reviews.freebsd.org/D14561 >> >> Modified: >> head/usr.bin/ar/ar.c >> head/usr.bin/ar/read.c >> head/usr.bin/ar/util.c >> >> Modified: head/usr.bin/ar/ar.c >> ============================================================================== >> --- head/usr.bin/ar/ar.c Wed Jun 20 17:37:55 2018 (r335453) >> +++ head/usr.bin/ar/ar.c Wed Jun 20 18:43:17 2018 (r335454) >> @@ -1,4 +1,6 @@ >> /*- >> + * SPDX-License-Identifier: BSD-3-Clause >> + * > I think there may be an error above, commit message says 2 clause, > license below appears to be 2 clause, yet above we have 3? Look at all the file: there are two licenses there. Pedro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?edb98721-9255-f58b-93a2-34f26c5d8a7c>