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
commit f4520c5e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {