mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Clarify MIT and Apache-2.0 patent licensing distinction
The previous wording focused on the ability to sue users for patent infringement, which can be interpreted from either the perspective of the patent holder or the software user. Rephrase the decision criterion to focus on the presence of an explicit patent grant.
This commit is contained in:
parent
c5873b5010
commit
f2b36dbc9a
1 changed files with 3 additions and 3 deletions
|
|
@ -45,9 +45,9 @@ project to remain small (e.g. less than 300 lines)?
|
|||
- Yes --> Do you want to allow people to use your code as a library and not disclose the source-code of their main program?
|
||||
- No --> we recommend using the **GPL-3.0-or-later** license
|
||||
- Yes --> we recommend using the **LGPL-3.0-or-later** license
|
||||
- Yes --> Do you want to be able to sue users of your code for [patent infringement](#patent-usage) implemented in the code?
|
||||
- No --> We recommend using the **Apache-2.0** license
|
||||
- Yes --> We recommend using the **MIT** license
|
||||
- Yes --> Do you want your license to include an explicit patent grant? See [patent infringement](#patent-usage).
|
||||
- Yes --> We recommend using the **Apache-2.0** license
|
||||
- No --> We recommend using the **MIT** license
|
||||
|
||||
## Correctly applying a license
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue