redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

Missing LICENCE #38

Open miclaus opened 8 years ago

miclaus commented 8 years ago

I was searching for the LICENCE file, but couldn't find it.

May one assume redux-promise is under the MIT licence, the same as for the npm package ?

That would be great. 😄 Thanks !

miclaus commented 8 years ago

I don't know in how far redux-thunk is comparable to redux-promise. I've implemented both since the Usage section of redux-logger uses both.

I assumed the MIT Licence for this repo, since the npm package using this repo is under the MIT Licence.

I'm not using the repo code, but the npm package. However, what if I simply want to use the repo code instead? Is it still MIT Licence? That I couldn't assume.

chrisfosterelli commented 8 years ago

@miclaus npm gets that information from the license field in package.json, which is also in this code repository.

Although I agree that having an explicit LICENSE file is nice (or adding more information to the README), if the package.json is good enough for you on npm it should also be good enough for you on Github :)

chrisfosterelli commented 8 years ago

Note this is done in #30