lib/licenses: add cc-by-40 (fixes #4035)

wip/yesman
Vladimír Čunát 10 years ago
parent d084f40c01
commit 963b5e820c
  1. 5
      lib/licenses.nix

@ -72,6 +72,11 @@ rec {
fullName = "Creative Commons Attribution 3.0";
};
cc-by-40 = spdx {
shortName = "CC-BY-4.0";
fullName = "Creative Commons Attribution 4.0";
};
cddl = spdx {
shortName = "CDDL-1.0";
fullName = "Common Development and Distribution License 1.0";

Loading…
Cancel
Save