From owner-svn-src-head@freebsd.org Sat Dec 30 15:11:34 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9A23E89DBF; Sat, 30 Dec 2017 15:11:34 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A37A97F5E9; Sat, 30 Dec 2017 15:11:34 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id vBUFBU0A076273; Sat, 30 Dec 2017 07:11:30 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id vBUFBTM8076272; Sat, 30 Dec 2017 07:11:29 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201712301511.vBUFBTM8076272@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r327368 - head/sbin/ccdconfig In-Reply-To: <201712300022.vBU0MlwL009457@repo.freebsd.org> To: "Pedro F. Giffuni" Date: Sat, 30 Dec 2017 07:11:29 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 15:11:34 -0000 > Author: pfg > Date: Sat Dec 30 00:22:47 2017 > New Revision: 327368 > URL: https://svnweb.freebsd.org/changeset/base/327368 > > Log: > ccdconfig: Update licensing terms to match NetBSD. > > The code originated in NetBSD which has since removed Clauses 3 and 4. > > Approved by: phk (concerning his own copyright) > Obtained from: NetBSD (CVS ccdconfig.c 1.47, ccdconfig.8 1.24) I am a bit on edge about these "license" changes that are occuring, before what you had been doing was adding "SPDX" tags which are just an advisory item, now your actually changing the text of licenses and doing so without second or third eyes and in a way that for me is a bit questionable. Part of the problem comes that if you go back and pull a licence change from NetBSD that was done in 2000 and apply it to our code because it was dervied from there your ignoring the fact that someone else may of made changes between 2000 and today, and technically those changes fall under the licence that was inplace when they made those changes. Also the NetBSD license change may of been athorized directly, as in this case here where you got direct permission from phk, and I have not seen any notes about that in your prior commits. Also note that if someone authorized NetBSD to make a license change, that authorization is NOT global in nature, it is for NetBSD to make that change, not *BSD. > Modified: > head/sbin/ccdconfig/ccdconfig.8 > head/sbin/ccdconfig/ccdconfig.c > > Modified: head/sbin/ccdconfig/ccdconfig.8 > ============================================================================== > --- head/sbin/ccdconfig/ccdconfig.8 Sat Dec 30 00:20:49 2017 (r327367) > +++ head/sbin/ccdconfig/ccdconfig.8 Sat Dec 30 00:22:47 2017 (r327368) > @@ -14,13 +14,6 @@ > .\" 2. Redistributions in binary form must reproduce the above copyright > .\" notice, this list of conditions and the following disclaimer in the > .\" documentation and/or other materials provided with the distribution. > -.\" 3. All advertising materials mentioning features or use of this software > -.\" must display the following acknowledgement: > -.\" This product includes software developed by the NetBSD > -.\" Foundation, Inc. and its contributors. > -.\" 4. Neither the name of The NetBSD Foundation nor the names of its > -.\" contributors may be used to endorse or promote products derived > -.\" from this software without specific prior written permission. > .\" > .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR > .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES > > Modified: head/sbin/ccdconfig/ccdconfig.c > ============================================================================== > --- head/sbin/ccdconfig/ccdconfig.c Sat Dec 30 00:20:49 2017 (r327367) > +++ head/sbin/ccdconfig/ccdconfig.c Sat Dec 30 00:22:47 2017 (r327368) > @@ -18,13 +18,6 @@ > * 2. Redistributions in binary form must reproduce the above copyright > * notice, this list of conditions and the following disclaimer in the > * documentation and/or other materials provided with the distribution. > - * 3. All advertising materials mentioning features or use of this software > - * must display the following acknowledgement: > - * This product includes software developed by the NetBSD > - * Foundation, Inc. and its contributors. > - * 4. Neither the name of The NetBSD Foundation nor the names of its > - * contributors may be used to endorse or promote products derived > - * from this software without specific prior written permission. > * > * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS > * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED > > -- Rod Grimes rgrimes@freebsd.org