licenses: add HPND-sell-variant

wip/yesman
Jonathan Strickland 4 years ago
parent a5ec423734
commit 7a4e4c9e81
  1. 5
      lib/licenses.nix

@ -392,6 +392,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "Historic Permission Notice and Disclaimer";
};
hpndSellVariant = spdx {
fullName = "Historical Permission Notice and Disclaimer - sell variant";
spdxId = "HPND-sell-variant";
};
# Intel's license, seems free
iasl = {
fullName = "iASL";

Loading…
Cancel
Save