summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorVarun Madiath <madiath@amazon.com>2023-02-06 12:14:15 -0500
committerVarun Madiath <madiath@amazon.com>2023-02-06 12:14:15 -0500
commitdedb550ce642e09341fcead3e8960c4f948752c6 (patch)
tree2a2ea6180e0c9101ff99945cc7e8d3464f7dded1 /lib/licenses.nix
parentc6007f7c61510c6c30eaa49be9f3331b3e280543 (diff)
downloadnixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar.gz
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar.bz2
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar.lz
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar.xz
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.tar.zst
nixpkgs-dedb550ce642e09341fcead3e8960c4f948752c6.zip
bencode-py: init at 4.0.0
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index f22d1401410..79303964e9d 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";