Closed
Description
- Gitea version (or commit ref): 2406094
- Git version: N/A
- Operating system: N/A
- Database (use
[x]
): N/A - Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL) https://try.gitea.io/repo/create
- Log gist: N/A
Description
The GNU ethical repository criteria (see #1524) suggests that a host "recommends and encourages GPL 3-or-later licensing at least as much as any other kind of licensing"
At the moment the license dropdown simply lists "GPL-3.0" and places the GPL-3.0 license text in the repository. Unfortunately this is ambiguous and could be interpreted as GPL-3.0-only rather than GPL-3.0-or-later.
Suggested solution 1
- Modify the dropdown list as follows:
- AGPL-3.0-only
- AGPL-3.0-or-later
- GPL-2.0-only
- GPL-2.0-or-later
- GPL-3.0-only
- GPL-3.0-or-later
(I see GPL-1.0 is also listed, I'm not sure how this applies to that license.)
-
Always include the full license text (current behaviour)
-
When populating boilerplate paragraphs include the "or (at your option) any later version" text as appropriate.
Suggested solution 2
As above, but only list the "-or-later" options. Anyone who wants "-only" can do their licensing manually.
Metadata
Metadata
Assignees
Labels
No labels