Skip to content
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

License Clarification #1022

Open
ryanford opened this issue Aug 24, 2023 · 3 comments
Open

License Clarification #1022

ryanford opened this issue Aug 24, 2023 · 3 comments

Comments

@ryanford
Copy link

Can you explain the dual licensing for ScrollMagic? It appears that with the exception of GSAP use, ScrollMagic and the other plugins (not GSAP) are MIT license compatible, and there is an MIT license included. Where does the GPL 3.0 come in?

@winterrocks
Copy link

winterrocks commented Sep 26, 2023

Good guestion @ryanford:

https://github.com/janpaepke/ScrollMagic/blob/master/LICENSE.md states:

ScrollMagic is dual licensed under the terms of the MIT license (below) and the GPL.

and I clearly see word and there between the licenses.

At file level, https://github.com/janpaepke/ScrollMagic/blob/master/scrollmagic/uncompressed/ScrollMagic.js states:

 * @version 2.0.8
 * @license Dual licensed under MIT license and GPL.
 * @author Jan Paepke - [email protected]

and again I see word and between MIT and GPL.

@MPriess
Copy link

MPriess commented Oct 24, 2023

In the package.json OR is used:
"license": "(MIT OR GPL-3.0+)",

@winterrocks
Copy link

In the package.json OR is used: "license": "(MIT OR GPL-3.0+)",

I guess that OR is for file level and for that package.json only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants