summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-18 19:19:25 +0200
committerapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-19 01:50:46 +0200
commite4fdd4e6aedded3653ff39873fc8dee7279ae8ca (patch)
tree6746f1b78c1fad2733f6951dabefd6b85bd0156d /lib/licenses.nix
parent69976120f746d0ba3f19bb9188279f9cf44282ef (diff)
downloadnixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar.gz
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar.bz2
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar.lz
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar.xz
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.tar.zst
nixpkgs-e4fdd4e6aedded3653ff39873fc8dee7279ae8ca.zip
licenses: add CC-BY-SA-2.0
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 5b9b9c6f769..0b3a8eeb9e8 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -300,6 +300,11 @@ in mkLicense lset) ({
     fullName = "Creative Commons Attribution Share Alike 1.0";
   };
 
+  cc-by-sa-20 = {
+    spdxId = "CC-BY-SA-2.0";
+    fullName = "Creative Commons Attribution Share Alike 2.0";
+  };
+
   cc-by-sa-25 = {
     spdxId = "CC-BY-SA-2.5";
     fullName = "Creative Commons Attribution Share Alike 2.5";