diff options
author | Jonathan Strickland <djanatyn@gmail.com> | 2020-11-11 19:15:54 -0500 |
---|---|---|
committer | Jonathan Strickland <djanatyn@gmail.com> | 2020-11-15 03:11:05 -0500 |
commit | 986e9cfd6c44fe727eb3e3b436673bc9982f59fc (patch) | |
tree | e5d3f0faac0f6c895031eb7f23adc04f4229b3e1 /lib | |
parent | a371c1071161104d329f6a85d922fd92b7cbab63 (diff) |
licenses: add HPND-sell-variant
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index a704a6884c7d..850de29e7d13 100644 --- a/lib/licenses.nix +++ b/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"; |