Giter Site home page Giter Site logo

Comments (4)

dirkwhoffmann avatar dirkwhoffmann commented on May 25, 2024 2

After digging a bit deeper into the different open-source licenses, I think the following combinations suits best for what I wish to accomplish:

  • Starting with v2.5, the emulator core will use the Mozilla Public License 2.0.
  • The Mac app (Core + GUI) will continue to be published under the GPL 3.0.

MPL persues file-based copyleft, making it easy to use the vAmiga core in commercial applications while granting the community access to enhancements to the core emulator.

The GUI code uses GPL images, which means the GUI app needs to stay in the GPL world.

As far as I understand the legal stuff, MPL 2.0 is compatible with GPL 2.0+ out of the box, so there shouldn't be any technical issues. I only need to replace all file headers in the Emulator directory.

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 25, 2024

You: Which software license should I choose? I want to have something like MIT with attribution.

ChatGPT: For a license similar to the MIT License but with attribution requirements, you might consider the Apache License 2.0 or the BSD 3-Clause License. Both licenses allow users to use, modify, and distribute your software, but they require attribution in certain circumstances.

The Apache License 2.0 requires that you provide attribution to the original authors in your documentation or where you display notices within the software. It also outlines specific requirements when using any trademarks associated with the software.

The BSD 3-Clause License, similar to the Apache License, requires users to provide attribution in your documentation or advertising materials but does not require mentioning the use of the software within the distributed software itself.

OK, maybe the BSD 3-Clause instead of MIT? 🤔

from vamiga.

emoon avatar emoon commented on May 25, 2024

Sounds great to me :)

from vamiga.

dirkwhoffmann avatar dirkwhoffmann commented on May 25, 2024

Done

from vamiga.

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.