raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0afe0d99e12424074207ffd982e8eca7c5a492f5
commit 0afe0d99e12424074207ffd982e8eca7c5a492f5 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jul 10 11:30:35 2017 +0900 add missing license line for libefl to COPYING LGPL will do - we never declared a license so take the most restrictive one we have for this (LGPL). --- COPYING | 1 + 1 file changed, 1 insertion(+) diff --git a/COPYING b/COPYING index 7afe4c5866..e40f3008eb 100644 --- a/COPYING +++ b/COPYING @@ -36,6 +36,7 @@ elua: licenses/COPYING.BSD elementary: licenses/COPYING.LGPL generic/evas: licenses/COPYING.GPL (separate binary/executable) generic/emotion: licenses/COPYING.GPL (separate binary/executable) +efl: licenses/COPYING.LGPL NOTE: If linked together, the result will be effectively be LGPL (or GPL if escape is used) due to license characteristics. --
