lol

licenses: add CC-BY-NC-ND-4.0

authored by

COLAMAroro and committed by
Alyssa Ross
10092e14 d8dea801

+6
+6
lib/licenses.nix
··· 235 235 free = false; 236 236 }; 237 237 238 + cc-by-nc-nd-40 = { 239 + spdxId = "CC-BY-NC-ND-4.0"; 240 + fullName = "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International"; 241 + free = false; 242 + }; 243 + 238 244 cc-by-nc-sa-20 = { 239 245 spdxId = "CC-BY-NC-SA-2.0"; 240 246 fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";