lib.licenses: add bsdOriginalUC (BSD 4-Clause University of California-Specific)
This commit is contained in:
parent
a8aeef711e
commit
ff2e6fcf37
|
@ -125,6 +125,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) ({
|
||||||
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bsdOriginalUC = spdx {
|
||||||
|
spdxId = "BSD-4-Clause-UC";
|
||||||
|
fullName = "BSD 4-Clause University of California-Specific";
|
||||||
|
};
|
||||||
|
|
||||||
bsdProtection = spdx {
|
bsdProtection = spdx {
|
||||||
spdxId = "BSD-Protection";
|
spdxId = "BSD-Protection";
|
||||||
fullName = "BSD Protection License";
|
fullName = "BSD Protection License";
|
||||||
|
|
Loading…
Reference in New Issue