Skip to content

Commit

Permalink
licenses: mark faircode licenses as faircode
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Jan 3, 2025
1 parent 0c93562 commit e4fecc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ lib.mapAttrs mkLicense ({
fullName = "Business Source License 1.1";
free = false;
redistributable = true;
faircode = true;
};

caossl = {
Expand Down Expand Up @@ -441,6 +442,7 @@ lib.mapAttrs mkLicense ({
fullName = "Commons Clause License";
url = "https://commonsclause.com/";
free = false;
faircode = true;
};

cpl10 = {
Expand Down Expand Up @@ -494,6 +496,7 @@ lib.mapAttrs mkLicense ({
spdxId = "Elastic-2.0";
fullName = "Elastic License 2.0";
free = false;
faircode = true;
};

epl10 = {
Expand Down Expand Up @@ -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
Expand All @@ -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"
};

Expand Down

0 comments on commit e4fecc3

Please sign in to comment.