about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorZitrone <nix@dev.quantenzitrone.eu>2024-06-12 13:20:23 +0200
committerZitrone <general@dev.quantenzitrone.eu>2024-06-16 07:02:07 +0200
commit78149c77397613394a825cf842cd6d8c040a1cd3 (patch)
tree336d6c50e2fc65d921e06aada1ff158cdfe7d7a0 /lib
parent44e73caa2029f0f410a9a83ba372947c608049c4 (diff)
aspellDicts.*: add licensing information
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";