lib.licences: Add CC-BY-NC-3.0

wip/yesman
Mario Rodas 5 years ago
parent e89fc19b97
commit 8bc92d78e7
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
  1. 6
      lib/licenses.nix

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

Loading…
Cancel
Save