lib/licenses: add ecl20

This commit is contained in:
Phillip Seeber 2023-02-07 10:39:46 +01:00
parent bf68f997fa
commit acb812207f

View File

@ -343,6 +343,13 @@ in mkLicense lset) ({
free = false;
};
ecl20 = {
fullName = "Educational Community License, Version 2.0";
url = "https://opensource.org/licenses/ECL-2.0";
shortName = "ECL 2.0";
spdxId = "ECL-2.0";
};
efl10 = {
spdxId = "EFL-1.0";
fullName = "Eiffel Forum License v1.0";