Git Product home page Git Product logo

Comments (7)

glennsl avatar glennsl commented on May 31, 2024

What specifically precludes you from using libraries licensed as LGPL?

Dual licensing under MIT would undermine the purpose of using LGPL. And I don't really care about attribution anyway. What I do care about is that any modifications made are contributed back to open source, which LGPL encourages very well.

I might dual license under something like MPL, for example, but I consider them basically equivalent for JavaScript. And I'm hesitant to primarily use MPL as it's less well known, ie. even scarier than LGPL.

from bs-json.

j5bot avatar j5bot commented on May 31, 2024

Packaging via something such as webpack would be considered static linking. Shipping separate source code and build information to allow relinking isn't feasible for me. Shipping the code not in a single bundle is not feasible for me.

So the problem is with the LGPL requirement to allow for dynamically linking an alternative library implementation. bs-platform is attempting to get around this by providing a provision that removes the requirements in section 4 of the LGPL. I'm not even sure that I can get that modified license past the company lawyers.

I applaud your efforts to keep people contributing to open source when they modify the code, unfortunately the provisions with regards to static linking mean that the LGPL 'infects' code which can't dynamically link and which don't make any modifications to contribute back :(

from bs-json.

glennsl avatar glennsl commented on May 31, 2024

I don't think the concepts of static and dynamic linking make much sense applied to JavaScript. Whether or not it's bundled into a single file or separated doesn't really make a difference since it's still just plain text where a bundled module can easily be replaced using only a text editor. Minification, at least as it is currently done, is a bigger problem however. And the terminology used is such that it leaves room for a lot of interpretation, so I do certainly understand the concern.

MPL-2.0 should avoid this issue though. Could you run that past the lawyers? Otherwise I'm open for other suggestions as well, but MIT won't work I'm afraid.

from bs-json.

j5bot avatar j5bot commented on May 31, 2024

I don't think that it makes sense, either, but unfortunately the LGPL references the concepts. If none of the code compiled into bs-json is licensed LGPL (with the possible exception of bs-platform code given their provision allowing for static linking) and you change to or dual-license under MPL-2.0, from my reading, I think that will fly with my lawyers. Of course, IANAL :)

from bs-json.

j5bot avatar j5bot commented on May 31, 2024

Would you like me to prepare a PR updating the license information to specify dual licensing under LGPLv3 and MPL-2.0?

from bs-json.

glennsl avatar glennsl commented on May 31, 2024

Yes, please do. If possible I'd like Github to still report it as LGPL though.

from bs-json.

glennsl avatar glennsl commented on May 31, 2024

Fixed in #58. Released as 5.0.1.

from bs-json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.