-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Copyright vs License #62
Comments
You know what, I thought that might be the case but I was swayed by stuff like https://opensource.org/licenses/MIT and didnt look much further... either way I probably did it wrong I'll ask my company's open source expert for their opinion 🍜 |
Let me know what he says! Law is weird, so it could go either which way
depending on any number of factors.
…On Mon, Sep 17, 2018 at 10:00 PM, Eric Romano ***@***.***> wrote:
You know what, I thought that *might* be the case but I was swayed by
stuff like https://opensource.org/licenses/MIT and didnt look much
further... either way I probably did it wrong
I'll ask my company's open source expert for their opinion 🍜
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMNFk143Q3ocdYjxapa33cIsccY3FfTJks5ub_FfgaJpZM4WrpTv>
.
|
Well, the aforementioned OSI page on specifically the MIT license as well as many (most) other open source licenses – including the GPL, a "copyleft" license – include the Thus, I'm pretty sure this is how it should be done. Permissions granted by the author through a license are something different than the rights of the original author, and authorship itself. Depending on your local law, the latter is something you can't even give away. Then again, law is complicated. |
Not a huge deal, but the code says:
But it can't be both copyright to Eric Romano and then released under the MIT license, since the MIT license specifically mentions that you can copy and modify it however you want as long as you keep the license intact and credit Eric.
Changing it to "Originally developed by Eric Romano" or something is more in line with the spirit and legality of the MIT license, imo.
Anyway, just thought I'd mention it.
The text was updated successfully, but these errors were encountered: