-
-
Notifications
You must be signed in to change notification settings - Fork 237
Update LICENSE to specify attribution ML training requirements #211
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
Conversation
Clarified conditions for using software as sample data.
|
@itay-grudev Can I suggest tightening your words? Permission is not granted to use this software or any of the associated files
-as sample data for the purposes of building machine learning models without
+as sample data for any purpose (including building machine learning models) without
attributing the source material correctly as required by this license.By tightening the license, we can avoid violating OSI OSD#6. |
|
@hosiet Done! |
|
Update: I had a second thought. Consider the following scenario:
^ This usage shall be allowed. In other words, attribution shall only be required along with redistribution. In other words, the usage/execution of a software project shall not be limited by whether or not properly attributed. So the better version should be: Note that I am not a lawyer, and my proposed version may have flaws. |
|
@hosiet That makes sense. Done. |
|
Thanks. The current version looks good from my side. I am not sure about @q234rty 's thought at the moment. |
|
The current version looks OK-ish to me but I'm not a lawyer :) |
|
Hello everybody. @itay-grudev : I understand that the main concern is about attribution when feeding SingleApplication code Would you consider this alternative that addresses attribution while remaining This ensures attribution for ALL derivative works (including ML models) without The key difference: instead of conditionally denying permission ("permission is Would this address your concerns while keeping the library usable in FOSS I think that with the above paragraph we are ensuring FOSS compatibility although I believe the first one is pretty explicit on its own. |
|
@vejeta I think the current versionis simple enough - you include the license and cite the source - you're good. |
|
@hosiet Feel free to package |
…grudev#211) Clarified conditions for using software as sample data. Closes itay-grudev#210 Related to: itay-grudev#171
Clarified conditions for using software as sample data.
Closes #210
Related to: #171