about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2023-02-06 15:58:58 -0500
committerGitHub <noreply@github.com>2023-02-06 15:58:58 -0500
commit7b7b6c248c900c6c9733ed4f58c7fb02e917ce26 (patch)
tree494ce00ef71c12615a17f2a79c34a7983650200b /lib
parentaad34322f08781d79932dc846d3228c50f912514 (diff)
parentdedb550ce642e09341fcead3e8960c4f948752c6 (diff)
Merge pull request #214856 from vamega/bencode-py
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";