From 4c6e59f0f814a172c7b5cc3ebb1701be82da5931 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:52:09 +0000 Subject: [PATCH] licenses: add Creative Commons Attribution 2.0 --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 8dc01e560746..47b7005c561d 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -337,6 +337,11 @@ in mkLicense lset) ({ fullName = "Creative Commons Attribution 1.0"; }; + cc-by-20 = { + spdxId = "CC-BY-2.0"; + fullName = "Creative Commons Attribution 2.0"; + }; + cc-by-30 = { spdxId = "CC-BY-3.0"; fullName = "Creative Commons Attribution 3.0";