-
Notifications
You must be signed in to change notification settings - Fork 13
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
No license #14
Comments
I don't think it's not licensed, the standard library is MIT licensed https://github.com/HaxeFoundation/haxe/blob/development/extra/LICENSE.txt#L6, and since it's not specified otherwise I'd say this covers its documentation including code sample as well. |
Where is the association? Any link? |
@ibilon I found the association. I think that this repo can be licensed under the MIT license. I will make a pull request to clarify the copyright status. I still think that a CC license will be better, but the MIT license is good anyway. |
No license. I recommend CC-BY-SA 3.0/4.0 and CC0/MIT for code samples
For documentation, add "LICENSE" or "COPYING" file and add text of the CC-BY-SA text (for 3.0, for 4.0) or the following text:
This work (except for code samples, which are licensed under MIT/CC0 license) is licensed under the Creative Commons Attribution-ShareAlike 3.0/4.0 license. You can find copy of the CC-BY-SA here: https://creativecommons.org/licenses/by-sa/3.0/ / https://creativecommons.org/licenses/by-sa/4.0/
For code, just create "LICENSE-CODE" and add MIT/CC0 license text.
Haxe Manual is licensed under CC-BY, so it's recommended to use it instead of CC-BY-SA. Just change above links.
The text was updated successfully, but these errors were encountered: