licenses: Add CC-BY-NC-4.0

wip/yesman
André-Patrick Bubel 6 years ago
parent 6c44deb181
commit 0103ae2f6d
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29
  1. 6
      lib/licenses.nix

@ -143,6 +143,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
free = false;
};
cc-by-nc-40 = spdx {
spdxId = "CC-BY-NC-4.0";
fullName = "Creative Commons Attribution Non Commercial 4.0 International";
free = false;
};
cc-by-nd-30 = spdx {
spdxId = "CC-BY-ND-3.0";
fullName = "Creative Commons Attribution-No Derivative Works v3.00";

Loading…
Cancel
Save