diff --git a/lib/licenses.nix b/lib/licenses.nix index 1e81e57175712..44eca35b919b3 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -258,6 +258,7 @@ lib.mapAttrs mkLicense ({ fullName = "Business Source License 1.1"; free = false; redistributable = true; + faircode = true; }; caossl = { @@ -441,6 +442,7 @@ lib.mapAttrs mkLicense ({ fullName = "Commons Clause License"; url = "https://commonsclause.com/"; free = false; + faircode = true; }; cpl10 = { @@ -494,6 +496,7 @@ lib.mapAttrs mkLicense ({ spdxId = "Elastic-2.0"; fullName = "Elastic License 2.0"; free = false; + faircode = true; }; epl10 = { @@ -1187,6 +1190,7 @@ lib.mapAttrs mkLicense ({ fullName = "Server Side Public License"; url = "https://www.mongodb.com/licensing/server-side-public-license"; free = false; + faircode = true; # NOTE Debatable. # The license a slightly modified AGPL but still considered unfree by the # OSI for what seem like political reasons @@ -1210,6 +1214,7 @@ lib.mapAttrs mkLicense ({ fullName = "Sustainable Use License"; url = "https://github.com/n8n-io/n8n/blob/master/LICENSE.md"; free = false; + faircode = true; redistributable = false; # only free to redistribute "for non-commercial purposes" };