lib.licenses: Introduce FSFAP license (#548876)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation {
|
||||
bsd3
|
||||
cc-by-sa-40
|
||||
cc0
|
||||
# FSFAP
|
||||
fsfap
|
||||
gpl2Only
|
||||
gpl3Only
|
||||
lgpl2Plus
|
||||
|
||||
@@ -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)";
|
||||
|
||||
@@ -27,7 +27,7 @@ mkKdeDerivation rec {
|
||||
bsd3
|
||||
cc-by-sa-40
|
||||
cc0
|
||||
# TODO: add FSFAP license
|
||||
fsfap
|
||||
gpl2Plus
|
||||
gpl3Only
|
||||
gpl3Plus
|
||||
|
||||
Reference in New Issue
Block a user