summaryrefslogtreecommitdiffstats
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-07-02 21:42:45 -0700
committerGitHub <noreply@github.com>2020-07-02 21:42:45 -0700
commit73019d65bd9ad59bf547ca28c4f0cee54fc25994 (patch)
tree0c38174c025802841a75bdfef38d40bc96ef40bf /lib/licenses.nix
parenta25f75c390c3a023b71046ad9bf016cfc6715283 (diff)
parentf02b4c2e8453d56107e4274c0c5779c410143f14 (diff)
Merge pull request #92049 from r-ryantm/auto-update/libvmaf
libvmaf: 1.5.1 -> 1.5.2
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e24b7e8ec6f1..ed4d80fffac6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -95,6 +95,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = ''BSD 2-clause "Simplified" License'';
};
+ bsd2Patent = spdx {
+ spdxId = "BSD-2-Clause-Patent";
+ fullName = ''BSD-2-Clause Plus Patent License'';
+ };
+
bsd3 = spdx {
spdxId = "BSD-3-Clause";
fullName = ''BSD 3-clause "New" or "Revised" License'';