summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-26 01:55:25 +0100
committerGitHub <noreply@github.com>2020-11-26 01:55:25 +0100
commit97cce3214fa53ed3b95707375d36e3d1066bd864 (patch)
tree9ab1053725b99267bfa37355f64b275a574406e1 /lib
parent27a70981741e973f85f5265d9a8edeb39aaaca1e (diff)
parenta198e2f39b8d7d5a413ebc3f5d993619a42c46b9 (diff)
Merge pull request #103884 from djanatyn/pkg/xlife
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
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";