You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: