-
Notifications
You must be signed in to change notification settings - Fork 304
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
License? #567
Comments
"By default" everything you publish is considered All rights reserved Technically this makes all external contributions to Storyboarder illegal 😉
Do you guys have plans to choose any FOSS license? It seems that you are not going to monetize Storyboarder (according to your website) so I guess that would be good way to go. |
Hey @jminor !
is what's listed in the package.json. |
Hi guys, I really haven't thought about the Lic much. TBH, It's been a while since I've read up on it. Do you guys have any suggestions? |
MIT https://tldrlegal.com/license/mit-license is probably going to be the most popular, I'd say. |
MIT, BSD and Apache licenses are all common and permissible, which make them more agreeable for collaboration with a wide range of use cases. The guidance at the site @TeddyDD linked (https://choosealicense.com) seems to match what I've encountered previously. |
@setpixel I'd suggest you to take a look at https://choosealicense.com/ You have to be careful when choosing license since it might hard or impossible to change it afterwards (example: you have to have CLA signed by all contributors to re-license copyleft project under GPL). If you don't wan to deal with then best bet is BSD or MIT license. I know all that law stuff sucks. Personally I'm artist not lawyer but feel free to ask any questions, I'll help if I can 😃 |
Hi, I reported #588. Suggest to check the licenses use by code you depend on and other libs in NPM. From a quick check, 2 of the 3rd party deps use MIT (which is a popular license and functionally equivilant to ISC). |
ISC is nice license, but key: value in package.json is not enough. As you can see in tldr legal you have to include the full text of license in modified software. Witch is impossible if Storyboarder does not have license text in repo 😉 I think instead #589 you should create LICENSE.txt in the repo root with ISC license text
It's better to keep license file separated from readme since then it's easier to package your program. |
What license is this source code available under?
The text was updated successfully, but these errors were encountered: