Adds the CC-BY-SA-3.0 license

wip/yesman
Vincent Laporte 10 years ago
parent dd0758ab6b
commit f132f9c6c9
  1. 5
      lib/licenses.nix

@ -72,6 +72,11 @@ rec {
fullName = "Creative Commons Attribution 3.0";
};
cc-by-sa-30 = spdx {
shortName = "CC-BY-SA-3.0";
fullName = "Creative Commons Attribution Share Alike 3.0";
};
cc-by-40 = spdx {
shortName = "CC-BY-4.0";
fullName = "Creative Commons Attribution 4.0";

Loading…
Cancel
Save