From f5b67921f62451eb35448b7b7c83ee078974ac9a Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 20 May 2023 19:01:30 +0200 Subject: [PATCH] lib/licenses: Business Source License 1.1 is redistributable It is written in its text, still unfree though and cannot be used for *production*. --- lib/licenses.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index b3ea106e954a..d694ab772457 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 = {