Merge pull request #233050 from NixOS/bsl-is-redistributable

lib/licenses: Business Source License 1.1 is redistributable
This commit is contained in:
Ryan Lahfa
2023-05-22 14:34:36 +02:00
committed by GitHub

View File

@@ -202,6 +202,7 @@ in mkLicense lset) ({
fullName = "Business Source License 1.1";
url = "https://mariadb.com/bsl11";
free = false;
redistributable = true;
};
caossl = {