summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-18 19:17:55 +0200
committerapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-19 01:50:33 +0200
commit617c9e26a29d26194a9add72ccb00f0f15db4580 (patch)
tree96dd878ad50d6ec3eccd2d89fa62b270ec78040d /lib
parentb21e5093676517083b0b5de708652b10bf961be5 (diff)
licenses: add CC-BY-1.0
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e99da9828cad..eb11e843441d 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -300,6 +300,11 @@ in mkLicense lset) ({
fullName = "Creative Commons Attribution Share Alike 2.5";
};
+ cc-by-10 = {
+ spdxId = "CC-BY-1.0";
+ fullName = "Creative Commons Attribution 1.0";
+ };
+
cc-by-30 = {
spdxId = "CC-BY-3.0";
fullName = "Creative Commons Attribution 3.0";