lib.license: add JSON

This commit is contained in:
Guilhem Saurel
2026-05-08 12:16:02 +02:00
parent 1ab7db4fdb
commit 1a3f63b09c
+6
View File
@@ -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";