From 0afe0d99e12424074207ffd982e8eca7c5a492f5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 10 Jul 2017 11:30:35 +0900 Subject: [PATCH] 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.