-
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
What license is this released under? #1
Comments
Hey, Thank you. That’s a good point. I’m not very familiar with licenses, so, given that JMDict is ShareAlike, let’s say my work is the same. The truth is, I don’t really care about your work using the same license at all. I don’t even mind if it’s commercial use. I just ask for proper credit. I should really include a proper license to make this clear though. Don’t hesitate if you want to talk about my projects, what you are working on, or any other Japanese resources. Thank you for asking, and good luck with your project. :) Doublevil From: BlueRaja [mailto:notifications@github.com] Hey, awesome work on this project! I was planning on doing this myself, I'm glad I searched around first. However, I have one question - what license is this released under? JMDict is released under ShareAlike https://creativecommons.org/licenses/by-sa/3.0/ , though I'm not sure if this would be considered being "built upon the material" — |
The CC Share-Alike license requires derivative works to be under the same license. But then according to the KanjiDict license page,
My totally-not-a-lawyer interpretation of this is that your JmdictFurigana.txt file must be released under CC Share-Alike, but the rest of the project can be released under whatever license you want. Since it sounds like you don't want to make your work copyleft but do want to require proper attribution, I would recommend releasing under CC Attribution. Some developers (due to stupid corporate policies or whatever) may not even be able to provide attribution, so I usually release my projects under the MIT license, which is basically "Do whatever you want, no strings attached," while still keeping you covered if someone uses your code in their nuclear reactor and the core melts or something. Thanks for getting back to me so quickly, and for writing/open-sourcing this useful tool! |
It sounds like @Doublevil could have some wording in the project README saying "Same license as JMDict" and this would completely conform to his/her wishes. JMDict's awesome liberal license is possibly the major reason it's so widely used and, especially given Doublevil's feelings above, this license is probably worth emulating for JmdictFurigana. My $0.02 😃 |
Done, thanks. :) |
Hey, awesome work on this project! I was planning on doing this myself, I'm glad I searched around first.
However, I have one question - what license is this released under? JMDict is released under ShareAlike, though I'm not sure if this would be considered being "built upon the material"
The text was updated successfully, but these errors were encountered: