about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-05-20 19:01:30 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-05-20 19:01:30 +0200
commitf5b67921f62451eb35448b7b7c83ee078974ac9a (patch)
tree816fa59fc9d77e4f875d90e4a93a21d8175939cf /lib/licenses.nix
parent3751e1e40bfbcc2072b21a800387d87aa52c11c0 (diff)
lib/licenses: Business Source License 1.1 is redistributable
It is written in its text, still unfree though and cannot be used for *production*.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b3ea106e954ab..d694ab772457d 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -202,6 +202,7 @@ in mkLicense lset) ({
     fullName = "Business Source License 1.1";
     url = "https://mariadb.com/bsl11";
     free = false;
+    redistributable = true;
   };
 
   caossl = {