Git Product home page Git Product logo

Comments (3)

3sGgpQ8H avatar 3sGgpQ8H commented on August 16, 2024 1

I would not call it “to modify GPL”. I would call it “to use flexibility, deliberately put into GPL by its authors specifically for cases like this one”. In my understanding, the incompatibility between GPL and 4-clause BSD license is that code licensed under 4-clause BSD license cannot be relicensed under GPL by a third party, and thus cannot be made a part of wider code base licensed under GPL. This does not prevent code licensed under GPL to refer to a library licensed under 4-clause BSD license, and even to proprietary libraries.

Even if ABDK Libraries for Solidity would be licensed under 3-clause BSD or MIT license, there still would be a problems relicensing them under GPL, as GPL, as GPL requires source code to be public, and defines source code as preferred form to make changes, which in our case probably assumes, that tests and build scripts should also be published.

To be clear. ABDK Libraries is not a free software as GPL understands it. It is not a community work. It is a product developed in-house by a commercial firm. There are two main purposes, why we released it for free with source code open:

  1. To show people better ways to do Math in Ethereum, as we believe that math done right is essential for Ethereum success, and Ethereum success is essential for success of our Ethereum-related business. We were using these ways in our work for a long time, but the most of our work is private, thus most people were not aware of it.
  2. To show people what level of quality they would get by ordering smart contract development from us.

from abdk-libraries-solidity.

3sGgpQ8H avatar 3sGgpQ8H commented on August 16, 2024

If you are just referring the library in your codebase, then there shouldn't be any unresolvable issues with licenses incompatibility. See this answer: https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs for details.

from abdk-libraries-solidity.

asselstine avatar asselstine commented on August 16, 2024

Right; it's possible to modify the GPL license, but ideally they can just be compatible out-of-the-box.

The other problem is that the clause itself is burdensome; having to include the sentence on all advertising materials is a pain. Simply including the license in the codebase is much easier. Would you be open to removing the clause?

from abdk-libraries-solidity.

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.