lib.license: add JSON
This commit is contained in:
@@ -865,6 +865,12 @@ lib.mapAttrs mkLicense (
|
||||
fullName = "ISC License";
|
||||
};
|
||||
|
||||
json = {
|
||||
spdxId = "JSON";
|
||||
fullName = "JSON License";
|
||||
free = false;
|
||||
};
|
||||
|
||||
databricks = {
|
||||
fullName = "Databricks License";
|
||||
url = "https://www.databricks.com/legal/db-license";
|
||||
|
||||
Reference in New Issue
Block a user