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:
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user