Code Monkey home page Code Monkey logo

Comments (10)

 avatar commented on May 18, 2024

I have no objections to making it more permissive. I'm not familiar with the detailed differences with Apache License 2.0. Do you know a good summary of differences?

from getssl.

bahamat avatar bahamat commented on May 18, 2024

My own summary:

  • Apache 2.0 - Like MIT/X11/BSD, but with patent protection
  • MPLv2 - Like GPL, but only protects itself. A second file that's combined "in-memory" is not required to be GPL. It's OK to combine in-memory with files of differing licenses.

from getssl.

MichiShyGuy avatar MichiShyGuy commented on May 18, 2024

Upvote for Apache, because:

  • with MPL one would have to include the full original script in case of
    redistribution with modifications. Feels a bit awkward in case of a
    shell-script.
  • with Apache you can redistribute and reuse with modifications but must
    state the changes, which seems more appropriate for a community-project.
    Am 18.02.2016 00:30 schrieb "Brian Bennett" [email protected]:

My own summary:

  • Apache 2.0 - Like MIT/X11/BSD, but with patent protection
  • MPLv2 - Like GPL, but only protects itself. A second file that's
    combined "in-memory" is not required to be GPL. It's OK to combine
    in-memory with files of differing licenses.

β€”
Reply to this email directly or view it on GitHub
#24 (comment).

from getssl.

bahamat avatar bahamat commented on May 18, 2024

@koter84, @dstosberg, any thoughts? Please raise objections if you have any.

from getssl.

dstosberg avatar dstosberg commented on May 18, 2024

No objections against Apache 2.0 from me. I've never cared about MPL enough to fully read and understand their "license steward" mechanics.

from getssl.

koter84 avatar koter84 commented on May 18, 2024

I prefer licenses which don't allow commercial use without distributing the changed sources..
with GPL you can still use the scripts in a commercial environment (on your server, or behind a API), but you cannot include them as part of a closed source application. I personally feel that that is permissive enough.

from getssl.

bahamat avatar bahamat commented on May 18, 2024

It sounds like MPLv2 is the best choice then, since there's not really such a thing as a closed-source shell script. The copyleft nature of MPLv2 ensures that the files from this project remain open, even if included in a proprietary product.

from getssl.

 avatar commented on May 18, 2024

Not being an expert ( at all ) on these licences ... can you give me an example of what someone might want to be able to do, that they aren't permitted to do on the current license ?

from getssl.

bahamat avatar bahamat commented on May 18, 2024

The thing that most readily comes to mind would be creating an independent script that sources one of the included scripts. Though, this is sort of a grey area. Many terms in the GPL really only apply to binaries and don't make much sense in the context of a shell script.

MPLv2 would remove the ambiguity, clearly stating that this file itself, and its contents are protected under copyleft terms. Independent works do not need to carry the same license regardless of how they interact with the covered files.

from getssl.

 avatar commented on May 18, 2024

Reading up and looking at the various comments, I'll leave things as they are for the moment (since it would need the agreement of all to change it )

If someone wants to create an independent code that includes this script, which they don't want to keep as GPL, they're free to ask about using it.

from getssl.

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.