lib.licenses: Introduce FSFAP license (#548876)

This commit is contained in:
Jo
2026-08-04 07:28:37 +00:00
committed by GitHub
4 changed files with 7 additions and 7 deletions
+5
View File
@@ -925,6 +925,11 @@ lib.mapAttrs mkLicense (
redistributable = true;
};
fsfap = {
spdxId = "FSFAP";
fullName = "FSF All Permissive License";
};
hl3 = {
fullName = "Hippocratic License v3.0";
url = "https://firstdonoharm.dev/version/3/0/core.txt";
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation {
bsd3
cc-by-sa-40
cc0
# FSFAP
fsfap
gpl2Only
gpl3Only
lgpl2Plus
-5
View File
@@ -35,11 +35,6 @@ let
# https://invent.kde.org/kdevelop/kdevelop/-/blob/master/LICENSES/LicenseRef-MIT-KDevelop-Ideal.txt
"LicenseRef-MIT-KDevelop-Ideal" = lib.licenses.mit;
"FSFAP" = {
spdxId = "FSFAP";
fullName = "FSF All Permissive License";
};
"FSFULLR" = {
spdxId = "FSFULLR";
fullName = "FSF Unlimited License (with License Retention)";
+1 -1
View File
@@ -27,7 +27,7 @@ mkKdeDerivation rec {
bsd3
cc-by-sa-40
cc0
# TODO: add FSFAP license
fsfap
gpl2Plus
gpl3Only
gpl3Plus