summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2022-09-28 15:35:36 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2022-09-28 15:35:51 +0200
commitb89b4f83549aa048cda9c3456150eca39ffa527b (patch)
tree490e46662df7e4df1c50ecaf8f11893a19621330 /lib/licenses.nix
parentb5594f2cf0ec5d67f148479310bddb29df0c28fb (diff)
licenses: add BOLA license
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 6eeba6588be13..1408eda523d4c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -103,6 +103,11 @@ in mkLicense lset) ({
     fullName = "Apache License 2.0";
   };
 
+  bola11 = {
+    url = "https://blitiri.com.ar/p/bola/";
+    fullName = "Buena Onda License Agreement 1.1";
+  };
+
   boost = {
     spdxId = "BSL-1.0";
     fullName = "Boost Software License 1.0";