On 11/24/17 14:40, Michael Tuexen wrote:
On 24. Nov 2017, at 16:43, Pedro Giffuni <[email protected]> wrote:
Thanks, I have a bunch of those to do still.
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
Log:
Add SPDX line.
Modified:
head/sys/netinet/sctp_ss_functions.c
Modified: head/sys/netinet/sctp_ss_functions.c
==============================================================================
--- 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
Although not wrong, I think it should have been:
* 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.
It's OK, I am half-way a much bigger patch for remaining BSDL files and
I am just finding out what the terms should be.
3- and 4 Clauses have no extension. For 2-clause it's a mess: since this
is FreeBSD, unless it says NetBSD or has a versioning tag from another
OS, I assume it is -FreeBSD. And basically it has to be done by hand,
there is no tool to do this stuff :(.
Pedro.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"