From f132f9c6c9962d989f1329d4ed7012917611460b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 13 Oct 2014 01:23:18 +0100 Subject: Adds the CC-BY-SA-3.0 license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 35fcbd072af1..9546f83844c3 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -72,6 +72,11 @@ rec { fullName = "Creative Commons Attribution 3.0"; }; + cc-by-sa-30 = spdx { + shortName = "CC-BY-SA-3.0"; + fullName = "Creative Commons Attribution Share Alike 3.0"; + }; + cc-by-40 = spdx { shortName = "CC-BY-4.0"; fullName = "Creative Commons Attribution 4.0"; -- cgit 1.4.1