about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-07 00:02:12 +0000
committerGitHub <noreply@github.com>2023-02-07 00:02:12 +0000
commitb30088fc3fdf6294c457a0184ffb9967f29d389e (patch)
tree0b18a33167a17c1ce79b42b975b4e4f1e984c7d0 /lib
parentc92b3924fec8b9b7b0bfbe60f173751459b55c86 (diff)
parent1bda69b4294492363df8716263aa06ed6637148c (diff)
Merge master into staging-next
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index f22d1401410b6..79303964e9dcc 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -114,6 +114,16 @@ in mkLicense lset) ({
     fullName = "Bitstream Vera Font License";
   };
 
+  bitTorrent10 = {
+     spdxId = "BitTorrent-1.0";
+     fullName = " BitTorrent Open Source License v1.0";
+  };
+
+  bitTorrent11 = {
+    spdxId = "BitTorrent-1.1";
+    fullName = " BitTorrent Open Source License v1.1";
+  };
+
   bola11 = {
     url = "https://blitiri.com.ar/p/bola/";
     fullName = "Buena Onda License Agreement 1.1";