Unverified Commit f4520c5e authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

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

lib/licenses: Business Source License 1.1 is redistributable
parents a96075f5 f5b67921
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ in mkLicense lset) ({
    fullName = "Business Source License 1.1";
    url = "https://mariadb.com/bsl11";
    free = false;
    redistributable = true;
  };

  caossl = {