forked from mirrors/nixpkgs
licenses: add CC-BY-SA-2.0
This commit is contained in:
parent
69976120f7
commit
e4fdd4e6ae
|
@ -300,6 +300,11 @@ in mkLicense lset) ({
|
|||
fullName = "Creative Commons Attribution Share Alike 1.0";
|
||||
};
|
||||
|
||||
cc-by-sa-20 = {
|
||||
spdxId = "CC-BY-SA-2.0";
|
||||
fullName = "Creative Commons Attribution Share Alike 2.0";
|
||||
};
|
||||
|
||||
cc-by-sa-25 = {
|
||||
spdxId = "CC-BY-SA-2.5";
|
||||
fullName = "Creative Commons Attribution Share Alike 2.5";
|
||||
|
|
Loading…
Reference in a new issue