about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJohannes Jöns <34899572+jopejoe1@users.noreply.github.com>2024-06-19 21:16:23 +0200
committerGitHub <noreply@github.com>2024-06-19 21:16:23 +0200
commit706ee44d617c8cedd9813475619a35b31297096b (patch)
tree23425159bc7b1a57d79cafabfcabdfea53afd34c /lib
parent8e627383622e21637588beac5bccf4d4593b5409 (diff)
parent78149c77397613394a825cf842cd6d8c040a1cd3 (diff)
Merge pull request #319302 from quantenzitrone/licenses
aspellDicts.*: add licensing information ; aspellDicts.en-science: point sources and homepage to archive.org
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 8dbdf27fa845a..4455171e7a4fb 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -362,6 +362,12 @@ in mkLicense lset) ({
     fullName = "Creative Commons Attribution Share Alike 4.0";
   };
 
+  cc-sa-10 = {
+    shortName = "CC-SA-1.0";
+    fullName = "Creative Commons Share Alike 1.0";
+    url = "https://creativecommons.org/licenses/sa/1.0";
+  };
+
   cddl = {
     spdxId = "CDDL-1.0";
     fullName = "Common Development and Distribution License 1.0";