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:46 +0000
committerGitHub <noreply@github.com>2023-02-07 00:02:46 +0000
commitd3648def80a8b8d3a127e631ac790e8fee4fc41a (patch)
tree9220b2c5a4a1313a0ac8a61524bc39939f0427e3 /lib
parent1faf1ea8ebd998edb7b9d182ef3d31ced5804af6 (diff)
parentb30088fc3fdf6294c457a0184ffb9967f29d389e (diff)
Merge staging-next into staging
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";