summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-10-13 01:23:18 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-10-13 01:23:18 +0100
commitf132f9c6c9962d989f1329d4ed7012917611460b (patch)
tree9c73e61418a16f7c1877510b9194957f34b4d34b /lib/licenses.nix
parentdd0758ab6b1ac3a96e99661f159a62942b31240e (diff)
downloadnixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar.gz
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar.bz2
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar.lz
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar.xz
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.tar.zst
nixpkgs-f132f9c6c9962d989f1329d4ed7012917611460b.zip
Adds the CC-BY-SA-3.0 license
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 35fcbd072af..9546f83844c 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";