Closed floomm closed 2 years ago
I would vote for the MIT License because it is simple and if we would ever want to change the license it is the easiest.
[Identity] Kudos, SonarCloud Quality Gate passed!
[Landing Page] Kudos, SonarCloud Quality Gate passed!
[Executor] Kudos, SonarCloud Quality Gate passed!
[API] Kudos, SonarCloud Quality Gate passed!
[Editor] Kudos, SonarCloud Quality Gate passed!
Closes #122
Licenses
There are mainly to types of open source licenses:
permissive
andcopyleft
. Read about the differences here.MIT License
Overview
A short and
simple permissive
license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.Apache License 2.0
Overview
A
permissive
license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.GNU General Public License v3.0
Overview
Permissions of this
strong copyleft
license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.Mozilla Public License 2.0
Overview
Permissions of this
weak copyleft
license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.More