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

This commit is contained in:
Mario Rodas 2019-04-24 21:12:43 -05:00
parent e89fc19b97
commit 8bc92d78e7
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -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";