licenses: Add CC-BY-NC-4.0

This commit is contained in:
André-Patrick Bubel 2018-07-05 03:07:17 +02:00
parent 6c44deb181
commit 0103ae2f6d
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

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