From owner-svn-src-all@freebsd.org Fri Nov 24 19:40:41 2017 Return-Path: Delivered-To: svn-src-all@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 7BB34DEFA49; Fri, 24 Nov 2017 19:40:41 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42DAA26ED; Fri, 24 Nov 2017 19:40:41 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2003:cd:6bde:a000:c8f6:451a:8899:26cc] (p200300CD6BDEA000C8F6451A889926CC.dip0.t-ipconnect.de [IPv6:2003:cd:6bde:a000:c8f6:451a:8899:26cc]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 81D527041E079; Fri, 24 Nov 2017 20:40:33 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: svn commit: r326154 - head/sys/netinet From: Michael Tuexen In-Reply-To: <4b647431-fc5c-590c-9d96-0d02ed03bda8@FreeBSD.org> Date: Fri, 24 Nov 2017 20:40:20 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4391AF01-B48F-4609-A9DB-991D4D8E6D02@freebsd.org> References: <201711241125.vAOBPrdw073077@repo.freebsd.org> <4b647431-fc5c-590c-9d96-0d02ed03bda8@FreeBSD.org> To: Pedro Giffuni X-Mailer: Apple Mail (2.3445.4.7) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2017 19:40:41 -0000 > On 24. Nov 2017, at 16:43, Pedro Giffuni wrote: >=20 > Thanks, I have a bunch of those to do still. >=20 >=20 > On 24/11/2017 06:25, Michael Tuexen wrote: >> Author: tuexen >> Date: Fri Nov 24 11:25:53 2017 >> New Revision: 326154 >> URL: https://svnweb.freebsd.org/changeset/base/326154 >>=20 >> Log: >> Add SPDX line. >>=20 >> Modified: >> head/sys/netinet/sctp_ss_functions.c >>=20 >> Modified: head/sys/netinet/sctp_ss_functions.c >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/sys/netinet/sctp_ss_functions.c Fri Nov 24 11:25:06 2017 = (r326153) >> +++ head/sys/netinet/sctp_ss_functions.c Fri Nov 24 11:25:53 2017 = (r326154) >> @@ -1,4 +1,6 @@ >> /*- >> + * SPDX-License-Identifier: BSD-2-Clause >=20 > Although not wrong, I think it should have been: >=20 > * SPDX-License-Identifier: BSD-2-Clause-FreeBSD Fixed in r326180. I had to integrate your changes upstream an figured out that this file = was missing. That is why I tried to put in the appropriate term. Thanks for providing a hint how to do it right. Best regards Michael >=20 > There is a bunch of BSD variants here: >=20 > https://spdx.org/licenses/ >=20 > Cheers, >=20 > Pedro. >=20 >=20 >=20 >> + * >> * Copyright (c) 2010-2012, by Michael Tuexen. All rights reserved. >> * Copyright (c) 2010-2012, by Randall Stewart. All rights reserved. >> * Copyright (c) 2010-2012, by Robin Seggelmann. All rights = reserved. >>=20 >=20 >=20