diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 8e40dacdbeb3..b15de0251abb 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -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";