mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
CONTRIBUTING: Add Apache License note (#2086)
Add a note the licensing section, stating that references using the Apache License are acceptable on a case-by-case basis when there is no MIT-licensed alternative. * Follow-up to #1994 / https://github.com/uutils/coreutils/pull/2493 * Intended to resolve issue #2086
This commit is contained in:
parent
eae8c72793
commit
38a47b4358
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@ The following types of license are acceptable:
|
||||||
* "MIT equivalent" license (2-clause BSD, 3-clause BSD, ISC)
|
* "MIT equivalent" license (2-clause BSD, 3-clause BSD, ISC)
|
||||||
* License less restrictive than the MIT License (CC0 1.0 Universal)
|
* License less restrictive than the MIT License (CC0 1.0 Universal)
|
||||||
|
|
||||||
|
Some licenses are similar to the above, but are not preferable because they
|
||||||
|
contain additional conditions not present in the MIT License. The following are
|
||||||
|
accepted in referenced dependencies, on a case-by-case basis, when there is no
|
||||||
|
MIT-licensed alternative:
|
||||||
|
|
||||||
|
* Apache License version 2.0
|
||||||
|
|
||||||
Licenses we will not use:
|
Licenses we will not use:
|
||||||
|
|
||||||
* An ambiguous license, or no license
|
* An ambiguous license, or no license
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue