summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-09-28 21:55:26 +0200
committerGitHub <noreply@github.com>2022-09-28 21:55:26 +0200
commit8218d0f6b5648b7ad3c7bb8921954868c5767892 (patch)
tree7f56e34c200959e40ea1937d0d433f5ffa4f1df4 /lib
parent077012da1149b7189e17bd8d68e8186d8d2d6a7b (diff)
parent19b2fafffef1bc89981129cf0a5744de4ca820b3 (diff)
Merge pull request #192650 from drupol/add-sphinx-contrib-mscgen
Diffstat (limited to 'lib')
-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";