-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to add Permissions, Limitations, and Conditions to XML data? #881
Comments
How do you(choosealicense.com) classify the license terms? License names are not based on the similarity of the license terms.
I suggested adding some license names to the spdx license list, which were found using the automatic classification tool to the similarity of license terms, but they were rejected. Please see the graph of similarity of license terms classified by my tool.
|
You read the licenses. Easy to skim results: https://choosealicense.com/appendix/ For choosealicense.com "you" is primarily me though I welcome corrections...and would not mind outsourcing the whole classification process if SPDX wanted to take it on! I'm not at all certain that choosealicense.com classifications are at the optimal granularity though, mostly because I'm not sure what that would be if SPDX were to take on classification. FWIW a more granular approach for comparison: https://www.osadl.org/Single-View.111+M5e603e465cf.0.html |
Another promising project is the Joinup Licensing Assistant mentioned by @P-E-SCHMITZ at https://lists.spdx.org/g/Spdx-legal/topic/32099229#2628 (more info there). |
@mlinksva ,I'm sorry. However, you(choosealicense.com) seem to be collecting only a few dozen license-names. More productive request is there |
One of the core tenets of the SPDX project (overall, including the license list) is to stick to the facts and avoid legal interpretations. Trying to describe what the license allows or does not allow would be straying away from the "just the facts" tenets. As a personal opinion, I don't think just describing what is allowed or not allowed for a particular license is all that helpful. How you are using the code/product/material that the license covers is a critical element in determining what conditions of the license apply to a given use case. You might find this format helpful: https://github.com/finos-osr/OSLC-handbook |
Thanks @jlovejoy Very useful info. The two major use-cases I envision for this data is:
|
in both of your use-cases, the use-case for how you will be using the s/w are a key element for the analysis (not to use the word "use" too many times in one sentence... and hopefully it still makes sense!) |
I agree with @jlovejoy -- from the SPDX project's perspective, the focus is on cataloguing specific license texts so that others can clearly communicate and understand which license is which. SPDX intentionally does not seek to make legal interpretations. I think that any sort of categorizing of specific clauses of licenses into types of rights, restrictions, obligations, etc. is necessarily going to involve making that kind of judgment. Different people have different views and opinions on how best to do so. It can certainly be a worthwhile and useful goal, and one that could be good for communities to undertake. As others noted in this thread, there are several existing communities and resources that are solving pieces of the problem you describe. At the SPDX level, though, I think the license list's purpose is just to curate and catalogue the license texts to enable others to better make those kinds of determinations. (And hopefully, they will use SPDX identifiers when they do so, so that we can all know that we're talking about the same licenses!) |
Thanks for the clarification on where the project stands on interpretations as well as the additional info for further research. I'm going to close this ticket |
Would it be possible to add a list of permissions, limitations, and conditions, similar to what choosealicense.com does? GitHub uses these when presenting the license for a project and it's really useful.
The project has some of this data already available
https://github.com/github/choosealicense.com/tree/gh-pages/_licenses
It would be really useful to have this data in a centralized data format provided by SPDX.
The text was updated successfully, but these errors were encountered: