Added CC-BY-SA 4.0 License

wip/yesman
lukasepple 9 years ago committed by aszlig
parent 6a230188c6
commit f7f0fd0dfe
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
  1. 5
      lib/licenses.nix

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

Loading…
Cancel
Save