summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-01-24 01:30:16 +0100
committerGitHub <noreply@github.com>2022-01-24 01:30:16 +0100
commit6d2ded1012f824d2fbda74fdb7338316d6d5a943 (patch)
tree97ddddee7b07ca9e54b5889ee86b889b54f61a46 /lib
parent140a55ea387909a5a543cc71d62cc1f2937c1cee (diff)
parent7d1e58dff20c72844866e18bfaf1a1af9d9c47c9 (diff)
downloadnixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar.gz
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar.bz2
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar.lz
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar.xz
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.tar.zst
nixpkgs-6d2ded1012f824d2fbda74fdb7338316d6d5a943.zip
Merge pull request #156215 from Atemu/update/svt-av1
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 d305001a5c1..160b684330e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -67,6 +67,11 @@ in mkLicense lset) ({
     free = false;
   };
 
+  aom = {
+    fullName = "Alliance for Open Media Patent License 1.0";
+    url = "https://aomedia.org/license/patent-license/";
+  };
+
   apsl20 = {
     spdxId = "APSL-2.0";
     fullName = "Apple Public Source License 2.0";