Merge pull request #233050 from NixOS/bsl-is-redistributable
lib/licenses: Business Source License 1.1 is redistributable
This commit is contained in:
commit
f4520c5e78
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ in mkLicense lset) ({
|
|||
fullName = "Business Source License 1.1";
|
||||
url = "https://mariadb.com/bsl11";
|
||||
free = false;
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
caossl = {
|
||||
|
|
Loading…
Reference in a new issue