tshelburne / redux-batched-actions

redux higher order reducer + action to reduce actions under a single subscriber notification
MIT License
1.04k stars 37 forks source link

Add an open source license? #8

Closed jasonblais closed 7 years ago

jasonblais commented 7 years ago

Thanks for sharing this project! We'd love to use it as part of the Mattermost open source project (https://www.mattermost.org/) in our React Native mobile app (which users an Apache 2.0 license).

Would you consider adding either an MIT or an Apache 2.0 license?

To do so, in GitHub you can hit "Create new file" and name a file LICENSE.txt

image

This will prompt GitHub to offer a license template:

image

If you use either an MIT license or an Apache 2.0 license it would make it easy to add your work to other open source projects, and we'd love to include your work in ours.

Thanks kindly for your consideration.

tshelburne commented 7 years ago

@jasonblais Holy crap, I didn't realize I hadn't added this. My bad.

Doing this now - FYI, it's MIT license in the package.json, so feel free to use.

tshelburne commented 7 years ago

@jasonblais That was stupidly easy. Added, thanks for bringing this up!

jasonblais commented 7 years ago

Awesome, thanks @tshelburne! :)