Code Monkey home page Code Monkey logo

Comments (10)

suhr avatar suhr commented on June 19, 2024 1

Sure, you can change it.

from gst-plugin-rs.

sdroege avatar sdroege commented on June 19, 2024

MIT or BSD sounds ideal, most other Rust projects seem to do MIT / Apache but I'm not seeing the point in having Apache there as it only adds restrictions on top of MIT.

Guile is GPL with linking exception, no? That's basically LGPL then. Or can you link to a license text for clarification? Main problem with this approach is that it's a "new" license, not a well known one.

from gst-plugin-rs.

luisbg avatar luisbg commented on June 19, 2024

I also prefer MIT.

No need to discuss the Guile license if we agree on MIT. I think that explicit exceptions aren't that good because it requires people reading the license text instead of automatically knowing by looking at the license name.

from gst-plugin-rs.

sdroege avatar sdroege commented on June 19, 2024

Apache2 has stricter terms but includes a patent grant / retaliation clause, which is nice. So going with MIT and that makes sense, either you get just the code, or you get more restrictions but patent grant

Apache2 only makes no sense due to (L)GPL 2 incompatibilities (v3 is fine).

from gst-plugin-rs.

sdroege avatar sdroege commented on June 19, 2024

Basically, AFAIU, it requires everybody contributing code, do also give you the right to use their patents involving that code. Which might not be nice for some people, but I think it makes sense. AFAIU it does not apply to any code you built upon unless you also distribute it under the terms of the Apache2 license, which you don't have to.

from gst-plugin-rs.

luisbg avatar luisbg commented on June 19, 2024

It does make sense.

But I am wondering if companies would be scared of Apache2, because of the risk of patent leaks.

from gst-plugin-rs.

sdroege avatar sdroege commented on June 19, 2024

Android is Apache2, so companies apparently don't worry. It's also not requiring that modifications to the existing code are to be released under the same license, only that the original code must be.

from gst-plugin-rs.

luisbg avatar luisbg commented on June 19, 2024

I'm fine with the Apache2/MIT solution. It removes all fears.

Unfortunately it means changes on-top of the shared code don't have to be contributed back, but that is a worthy sacrifice.

from gst-plugin-rs.

sdroege avatar sdroege commented on June 19, 2024

Great, so we only need @suhr to agree for completeness (see #6)

from gst-plugin-rs.

luisbg avatar luisbg commented on June 19, 2024

@sdroege if you want I can send you a pull request that changes the COPYING file to be the Apache2 license, plus the header of all the .rs/.c files.

from gst-plugin-rs.

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.