nbubna / store

A better way to use localStorage and sessionStorage
MIT License
1.91k stars 109 forks source link

why did you added "license": "(MIT OR GPL-3.0)" #121

Closed opensrc0 closed 10 months ago

opensrc0 commented 10 months ago

Hey,

Why did you added "license": "(MIT OR GPL-3.0)", you can simply add "license": "MIT". Is there something you are achieving by providing MIT or GPL-3.0 License ?

nbubna commented 10 months ago

I was following a precedent i'd seen done by other OSS, particularly in JS front-end. I wanted to ensure that this software was available for any and all use, whether in a GPL product or in a commercial business use.