-
Notifications
You must be signed in to change notification settings - Fork 8
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
Examples #72
Comments
I agree, I would like that too. I'm not sure how much (or whether at all) this is possible, without straying too much into 'legal-advice' territory. Also, it depends very much on the type of software you are offering, what can be done with it, and which contexts it is used in. For my project, I added a sort of FAQ that is specific to the code in question, and I think that's a good idea either way (even with more established licenses, except the very permissive ones): https://freckles.io/license#private-licenses Nonetheless, if at all possible, having examples and interpretations for non-ambiguous scenarios would be great. I wonder whether those test-cases Kyle had on some branches could be reused in some way ( https://github.com/licensezero/parity-public-license/blob/simplify-copyleft/tests/copyleft.md ). Edit: Maybe -- if it isn't possible to explicitly use examples -- we could come up with a discussion-type-format that at least highlights some aspects in certain situations. |
Going through issues again. This is still a good idea. |
Must Always Contribute:
Assume all software falls into three categories: software programs, software components, and software platforms. Apps, plugins, and development tools are programs. Libraries, frameworks, and services are components. Kernels, base systems like BusyBox, interpreters, and orchestrators like Kubernetes are platforms. If the Parity-licensed software is a ... licensees must contribute....:
Based on past licenses, I'm guessing the key points to get across in examples are that:
All the above is still pretty abstract. We would want to give examples in more specific terms. For example, not:
But:
There are tons and tons of combinations in these more specific terms. Too many to list. Which to prioritize?
Focusing on just the examples that get key points across, we might keep the examples short enough to include right in the license text. I would strongly prefer that to creating any kind of "official" FAQ. |
Hello!
I'm not sure this is an issue with the license itself (feel free to close this if it's not), but as an OSS developer evaluating the license, it would be helpful to see a few examples somewhere, just because I don't entirely trust my ability to interpret legal documents.
For example, a short paragraph in the README or license body saying "this means that, under this license, you can/cannot <use the software in non-OSS software/use it in a SaaS/charge for it/include it in a codebase without opening that codebase up too/etc>".
It would help in making me more confident that I know what my license does, especially for a new license that hasn't had as much written about it as the GPL/MIT/BSD/etc.
The text was updated successfully, but these errors were encountered: