-
Notifications
You must be signed in to change notification settings - Fork 571
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
Please republish with MIT license #147
Please republish with MIT license #147
Comments
For now install from the github repo directly - the version is identical, so we can't just publish the same version again.
I'm hoping to get some time to convert this over to Typescript soon which will necessitate a bump (but otherwise should be identical). |
@Rycochet, in this case could you please publish 1.4.5 with MIT license? |
@Throttle I've not personally got access for that - in legal terms the license is stated in the repo and npmjs is not a source of truth for that - if your automated tools need the correct license then use the github install as stated above |
CC @pieroxy do you still have the npm publishing rights? |
I should, yes. I'll see what I can do. |
That said, I'd be interested to understand why you cannot use the code with the WTFPL. The WTFPL is literally the most permissive license of them all, since you can do what you want. So just take it and relicense it as MIT if you want. |
There's actually a really good reason - the WTFPL is not OSI / open-source compatible according to lawyers - https://opensource.org/licenses/alphabetical - which means that many companies (such as mine) need to specifically discuss what to do (there are libraries out there that can say "yep, this package is OSI compatible so we're good to use it") |
@pieroxy |
I'll publish the lib with the MIT license this weekend. Thanks for the link to the OSI. |
@pieroxy The release on NPM is still marked as licensed unter WTFPL. Did you publish it somewhere else? |
It looks like I am locked out of npmjs. Cannot log in, cannot change my password (looks like something unexpected occurred! when trying) so as of right now, I am trying to get access back to npmjs. I'll let you know when things move forward. |
Allright, I am back in. Anyone has any idea how to change the license in npmjs? Should I just release a new version with the only change being the license ? |
Pretty much - personally I'd do it as a |
How does that work? (I haven't been in npm in about 8 years...) I just bump the version in |
|
Thanks a bunch, will do that. |
Allright, I am ready to push it. I'll do that this weekend because if I do something stupid (happened before) I will really not be able to react much in the next couple of days. Expect that early saturday UTC. |
There we go. v1.5.0 is live with MIT license. Thanks for the help! |
Could you please republish lib to npm with MIT license: we can't use lib with WTFPL license
The text was updated successfully, but these errors were encountered: