guoyunhe / flexbin

Pure CSS, flexible and gapless image gallery layout like Google Images and 500px.com

Home Page:https://guoyunhe.me/demo/flexbin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[suggestion] Change dual-licensing

hotchpotch opened this issue · comments

I like this scss library, convenient and easy to use. thanks!

However this library lisense is GPLv3, therefore I can't use this library. For example, Bootstrap is MIT lisense, so I can't compile Bootstrap css with flexbin.scss.

If you change license MIT and GPLv3 dual-licensing, then I can compile with other MIT,BSD libraries 😃.

That is NOT how licenses work. You can compile it along with libraries of any licenses. The only restriction is to your final output. Are you building a website? Or another library?

If you are building a website, you shouldn't worry about it because you are not distribute the software to end users.

If you are building another library, then it needs to be GPL compatible.

I see, the final output css is no problem. I understood.
Thank you!