Added CC-BY-SA 4.0 License

This commit is contained in:
lukasepple
2015-03-17 20:39:03 +01:00
committed by aszlig
parent 6a230188c6
commit f7f0fd0dfe

View File

@@ -100,6 +100,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Creative Commons Attribution 4.0";
};
cc-by-sa-40 = spdx {
spdxId = "CC-BY-SA-4.0";
fullName = "Creative Commons Attribution Share Alike 4.0";
};
cddl = spdx {
spdxId = "CDDL-1.0";
fullName = "Common Development and Distribution License 1.0";