From owner-svn-src-head@freebsd.org Wed Dec 20 01:36:51 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 5252AE89618 for ; Wed, 20 Dec 2017 01:36:51 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1.freebsd.org (Postfix) with SMTP id 3166D75820 for ; Wed, 20 Dec 2017 01:36:50 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: (qmail 73891 invoked by uid 99); 20 Dec 2017 01:36:44 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2017 01:36:44 +0000 Received: from [192.168.0.8] (unknown [186.80.205.98]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id AC6F41A0112; Wed, 20 Dec 2017 01:36:43 +0000 (UTC) From: Pedro Giffuni Message-Id: <5FDA0E4A-C1A9-4283-B80D-2C13FAF75FF9@FreeBSD.org> Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: svn commit: r327005 - in head: sbin/ipfw sys/sys usr.sbin/watch Date: Tue, 19 Dec 2017 20:36:37 -0500 In-Reply-To: <201712200015.vBK0FRwX023259@pdx.rh.CN85.dnsmgr.net> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org To: rgrimes@freebsd.org References: <201712200015.vBK0FRwX023259@pdx.rh.CN85.dnsmgr.net> X-Mailer: Apple Mail (2.3445.4.7) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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: Wed, 20 Dec 2017 01:36:51 -0000 > On Dec 19, 2017, at 19:15, Rodney W. Grimes = wrote: >=20 >> Author: pfg >> Date: Tue Dec 19 22:40:16 2017 >> New Revision: 327005 >> URL: https://svnweb.freebsd.org/changeset/base/327005 >>=20 >> Log: >> SPDX: These are fundamentally BSD-2-Clause. >>=20 >> They just omit the introductory line and numbering. >=20 > I again must assert that it would be better to not apply an SPDX than = to > apply one that is not an exact match for the license. =20 >=20 >=20 Not being a lawyer, I would normally agree, however: 1) SPDX IDs are only advisory: we always keep the exact license text, = which is what has legal value. 2) The license is detected by license scanners as BSD and it has two = clauses so the description fits. FWIW, according to SPDX lawyers, the numbering is not relevant and it = would appear to me that the phrase: "Redistribution and use in source and binary forms, with or without = modification, are permitted provided that the following conditions are = met:=E2=80=9D doesn=E2=80=99t add any information to the two clauses, = which read: Redistributions of source code must =E2=80=A6 Redistributions in binary form must ... Pedro. >> Modified: >> head/sbin/ipfw/altq.c >> head/sbin/ipfw/dummynet.c >> head/sbin/ipfw/ipfw2.c >> head/sbin/ipfw/ipfw2.h >> head/sbin/ipfw/ipv6.c >> head/sbin/ipfw/main.c >> head/sbin/ipfw/nat.c >> head/sys/sys/msg.h >> head/sys/sys/snoop.h >> head/usr.sbin/watch/watch.c > ... >=20 > --=20 > Rod Grimes = rgrimes@freebsd.org