summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index a106e0727267..b62f4f0a5bb3 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -65,6 +65,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Boost Software License 1.0";
};
+ beerware = spdx {
+ spdxId = "Beerware";
+ fullName = ''Beerware License'';
+ };
+
bsd2 = spdx {
spdxId = "BSD-2-Clause";
fullName = ''BSD 2-clause "Simplified" License'';
@@ -105,6 +110,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Creative Commons Attribution Non Commercial Share Alike 4.0";
};
+ cc-by-nd-30 = spdx {
+ spdxId = "CC-BY-ND-3.0";
+ fullName = "Creative Commons Attribution-No Derivative Works v3.00";
+ };
+
cc-by-sa-25 = spdx {
spdxId = "CC-BY-SA-2.5";
fullName = "Creative Commons Attribution Share Alike 2.5";