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

This commit is contained in:
Vladimír Čunát 2014-09-11 20:02:36 +02:00
parent d084f40c01
commit 963b5e820c

View File

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