svn commit: r326154 - head/sys/netinet

Pedro Giffuni pfg at FreeBSD.org
Fri Nov 24 15:55:39 UTC 2017


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

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.
>



More information about the svn-src-head mailing list