> 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. Thanks for providing a hint how to do it right. Best regards Michael > > There is a bunch of BSD variants here: > > https://spdx.org/licenses/ > > Cheers, > > Pedro. > > > >> + * >> * 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. >> > > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
