https://codeberg.org/repo/create currently shows a massive list of licenses to pick from in the dropdown for the License field.
That list starts with Apache-2.0 and MIT because those are the two items listed in PREFERRED_LICENSES which is inherited from Gitea.
Forgejo discussion at forgejo/forgejo#1404 mentions also the issue of what other licenses are listed (if any) after the preferred ones.
This updated to preferred licenses could be resolved at Forgejo (or even upstream at Gitea, https://github.com/go-gitea/gitea/issues/28661).
However, it is essential for Codeberg to fix this directly in order to (A) align with Codeberg's own Terms and documentation and (B) unambiguously pass the GNU criteria to get listed with a B grade at https://www.gnu.org/software/repo-criteria-evaluation.html (Codeberg review for official GNU endorsement is currently under way)
I suggest the listing be AGPL-3.0-or-later,GPL-3.0-or-later,LGPL-3.0-or-later,Apache-2.0,MIT,CC-BY-SA-4.0,CC-BY-4.0,CC0-1.0
This list matches the the suggestions at https://docs.codeberg.org/getting-started/licensing
Also, this list is all completely compatible (anything with these licenses can be legally combined). Also, Codeberg would be downgraded by GNU if it recommended GNU-N-only versions or recommended other licenses over GPL.
https://codeberg.org/repo/create currently shows a massive list of licenses to pick from in the dropdown for the License field.
That list starts with Apache-2.0 and MIT because those are the two items listed in `PREFERRED_LICENSES` which is inherited from Gitea.
Forgejo discussion at https://codeberg.org/forgejo/forgejo/issues/1404 mentions also the issue of what other licenses are listed (if any) after the preferred ones.
This updated to preferred licenses *could* be resolved at Forgejo (or even upstream at Gitea, https://github.com/go-gitea/gitea/issues/28661).
However, it is essential for Codeberg to fix this directly in order to (A) align with Codeberg's own Terms and documentation and (B) unambiguously pass the GNU criteria to get listed with a B grade at https://www.gnu.org/software/repo-criteria-evaluation.html (Codeberg review for official GNU endorsement is currently under way)
I suggest the listing be `AGPL-3.0-or-later,GPL-3.0-or-later,LGPL-3.0-or-later,Apache-2.0,MIT,CC-BY-SA-4.0,CC-BY-4.0,CC0-1.0`
This list matches the the suggestions at https://docs.codeberg.org/getting-started/licensing
Also, this list is all completely compatible (anything with these licenses can be legally combined). Also, Codeberg would be downgraded by GNU if it recommended GNU-N-only versions or recommended other licenses *over* GPL.