licenses: Add CC-BY-NC-4.0
This commit is contained in:
@@ -143,6 +143,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
free = false;
|
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 {
|
cc-by-nd-30 = spdx {
|
||||||
spdxId = "CC-BY-ND-3.0";
|
spdxId = "CC-BY-ND-3.0";
|
||||||
fullName = "Creative Commons Attribution-No Derivative Works v3.00";
|
fullName = "Creative Commons Attribution-No Derivative Works v3.00";
|
||||||
|
|||||||
Reference in New Issue
Block a user