SPDX identifiers in the kernel
SPDX identifiers in the kernel
Posted Nov 19, 2017 11:06 UTC (Sun) by Jonno (guest, #49613)In reply to: SPDX identifiers in the kernel by compenguy
Parent article: SPDX identifiers in the kernel
> There could be 12 files, each under the license with the SPDX identifier "BSD-2-Clause", but each of those 12 could (and likely would) have different copyright statements or other additional text. So if they all reference a file named "BSD-2-Clause", how will the correct variant of the data be included?
The SPDX identifier "BSD-2-Clause" refers *explicitly* to the BSD 2-clause "Simplified" License [1]. If the licence text differs, you use a different SPDX identifier. The SPDX Licence List [2] currently contain 15 BSD licence variants, and more can be added as needed.
[1] https://spdx.org/licenses/BSD-2-Clause.html
[2] https://spdx.org/licenses/
