mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Fix incorrect license recommendation. Closes #468
See https://spdx.org/licenses/BSD-3-Clause-Clear.html and https://opensource.stackexchange.com/questions/7559/patent-rights-bsd-3-clause-clear-vs-bsd-3-clause.
This commit is contained in:
parent
c5873b5010
commit
0b1e7330d7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ project to remain small (e.g. less than 300 lines)?
|
|||
- 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 --> We recommend using the **BSD 3-Clause Clear** license
|
||||
|
||||
## Correctly applying a license
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue