lib.licenses: replace gpl2UBDLPlus license with ubdlException

This commit is contained in:
jopejoe1
2025-08-31 16:19:22 +02:00
committed by Alyssa Ross
parent 61d0373a40
commit e19ad622ae
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -650,11 +650,6 @@ lib.mapAttrs mkLicense (
fullName = "GNU General Public License v2.0 only";
};
gpl2UBDLPlus = {
fullName = "GNU General Public License v3.0 or later (with UBDL exception)";
url = "https://spdx.org/licenses/UBDL-exception.html";
};
gpl2Oss = {
fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)";
url = "https://www.mysql.com/about/legal/licensing/foss-exception";
@@ -1326,6 +1321,11 @@ lib.mapAttrs mkLicense (
url = "https://github.com/PixarAnimationStudios/OpenUSD/blob/release/LICENSE.txt";
};
ubdlException = {
spdxId = "UBDL-exception";
fullName = "Unmodified Binary Distribution exception";
};
ucd = {
fullName = "Unicode Character Database License";
url = "https://fedoraproject.org/wiki/Licensing:UCD";
+1 -1
View File
@@ -147,7 +147,7 @@ stdenv.mkDerivation (finalAttrs: {
bsd2
bsd3
gpl2Only
gpl2UBDLPlus
ubdlException
isc
mit
mpl11