Open lelutin opened 4 years ago
My reading of the trademark document is that only the specifications are CC-BY 3.0 and that the licence list (which is not a SPDX Specification itself and is under a different part of their website) is not necessarily licensed that way. Though Appendix I does happen to contain the list, albeit not the JSON file.
licence-list-data refers to licence-list-XML, which appears to be CC0/public domain though only certain source files. The GitHub issue seems to say that the intention was for the source XML files to be CC0, if there even is anything copyrightable there.
The impression I get is that it's regarded as generated, unoriginal content and they don't intend to claim any copyright for it, but some clarity from SPDX would be welcome.
Sorry I don't have any further information. Happy to amend the licence/documentation etc of this gem if it can be nailed down.
thanks for all your analysis!
ok so I guess we'll have to push some more on the SPDX issue I've linked to in my original comment and hopefully we'll end up getting some feedback.
I'll let you know if I can get some bits of information from them
Hello!
I'm working on packaging this library to debian as a dependency to another project, and one thing that I need to clarify for the package is whether the vendored "licenses.json" file from SPDX has a different license from the rest of the code.
Judging from #2, the switch to using the json file directly was done in order to remove the need to include the full license for the code building the license list. But the resulting json file on SPDX's website still seems to fall into a license defined by them.
From what I was able to find so far:
If I'm interpreting the information from those two sites forrectly, the file would be licensed under Creative Commons Attribution 3.0 License -- which would require the license attribution mention somewhere in this project.
Did someone in this project already figured all this out with SPDX to make sure the file needs a special attribution?
I've tried asking them already but as of now I've received no feedback: https://github.com/spdx/license-list-XML/issues/986
cheers!