lib/licenses: add cc-by-40 (fixes #4035)
This commit is contained in:
parent
d084f40c01
commit
963b5e820c
@ -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…
Reference in New Issue
Block a user