licenses.bsd3ClauseTso: rename and add spdxId

it got accepted and merged to spdx: https://github.com/spdx/license-list-XML/pull/2815
This commit is contained in:
quantenzitrone
2025-08-21 05:24:42 +02:00
parent 20075955de
commit dd9fa15dbf
2 changed files with 4 additions and 10 deletions

View File

@@ -232,15 +232,9 @@ lib.mapAttrs mkLicense (
fullName = "Lawrence Berkeley National Labs BSD variant license"; fullName = "Lawrence Berkeley National Labs BSD variant license";
}; };
bsd3TheodoreTso = { bsd3ClauseTso = {
fullName = "BSD 3 Clause Theodore Tso Variant"; spdxId = "BSD-3-Clause-Tso";
# TODO: if the license gets accepted to spdx then fullName = "BSD 3-Clause Tso variant";
# add spdxId
# else
# remove license
# && replace all references with bsd3
# https://tools.spdx.org/app/license_requests/442/
# https://github.com/spdx/license-list-XML/issues/2702
}; };
bsdAxisNoDisclaimerUnmodified = { bsdAxisNoDisclaimerUnmodified = {

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
hpnd hpnd
bsd3 bsd3
bsdOriginalUC bsdOriginalUC
bsd3TheodoreTso bsd3ClauseTso
bsd2 bsd2
isc isc
sgi-b-20 sgi-b-20