lib.licenses: add bsd1 (BSD 1-Clause License)

This commit is contained in:
Fabian Affolter 2021-02-02 14:28:15 +01:00
parent 67bdaf0655
commit f5a0053546

View file

@ -100,6 +100,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "BSD Zero Clause License";
};
bsd1 = spdx {
spdxId = "BSD-1-Clause";
fullName = "BSD 1-Clause License";
};
bsd2 = spdx {
spdxId = "BSD-2-Clause";
fullName = ''BSD 2-clause "Simplified" License'';