From f26cbd0caa96d491532a11da5477c67e5f7fceef Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Mon, 3 Aug 2020 21:20:05 +0100 Subject: licenses: add bsdProtection see https://spdx.org/licenses/BSD-Protection.html --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 2c6da3a865f8b..2f9fc04cb7cb6 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -110,6 +110,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) { fullName = ''BSD 4-clause "Original" or "Old" License''; }; + bsdProtection = spdx { + spdxId = "BSD-Protection"; + fullName = "BSD Protection License"; + }; + bsl11 = { fullName = "Business Source License 1.1"; url = "https://mariadb.com/bsl11"; -- cgit 1.4.1