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

wip/yesman
Fabian Affolter 3 years ago
parent 67bdaf0655
commit f5a0053546
  1. 5
      lib/licenses.nix

@ -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'';

Loading…
Cancel
Save