diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 21:48:14 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 21:48:14 +0000 |
commit | 6c3bf00abf0ce7e3622f3a574fcef338b837d332 (patch) | |
tree | 5ffe6ff9ae305c37781afc6306a3b4e98df3bbec | |
parent | 52f148683acfe9bb7daf2ed451a8f326770761ef (diff) | |
download | efl-6c3bf00abf0ce7e3622f3a574fcef338b837d332.tar.gz |
add missing licenses references, fix copyright, add link result notice.
SVN revision: 82911
-rw-r--r-- | COPYING | 20 | ||||
-rw-r--r-- | licenses/COPYING.BSD | 3 | ||||
-rw-r--r-- | licenses/COPYING.LGPL | 5 |
3 files changed, 21 insertions, 7 deletions
@@ -1,11 +1,23 @@ -EFL comes with several licences. Listed are the library/probject +EFL comes with several licences. Listed are the library/project name and the license file covering it. evil: licenses/COPYING.BSD -escape: licenses/COPYING.GPL -eet: licenses/COPYING.BSD +escape: licenses/COPYING.GPL (used in PlayStation native) eina: licenses/COPYING.LGPL +eet: licenses/COPYING.BSD eo: licenses/COPYING.BSD evas: licenses/COPYING.BSD -ecore: licenses/COPYING.BSD embryo: licenses/COPYING.SMALL +ecore: licenses/COPYING.BSD +eio: licenses/COPYING.LGPL +edbus: licenses/COPYING.LGPL +efreet: licenses/COPYING.BSD +eeze: licenses/COPYING.BSD +ephysics: licenses/COPYING.BSD +edje: licenses/COPYING.BSD +edje/epp: licenses/COPYING.GPL (separate binary/executable) +emotion: licenses/COPYING.BSD +ethumb: licenses/COPYING.LGPL + +NOTE: If linked together, the result will be LGPL (or GPL is Escape is +used) due that license characteristics. diff --git a/licenses/COPYING.BSD b/licenses/COPYING.BSD index c51c01ee67..74b4427bd1 100644 --- a/licenses/COPYING.BSD +++ b/licenses/COPYING.BSD @@ -1,6 +1,7 @@ Copyright notice for the EFL: -Copyright (C) 2002-2012 Carsten Haitzler and various contributors (see AUTHORS) +Copyright (C) 2002-2012 Carsten Haitzler, Dan Sinclair, Mike Blumenkrantz, +Samsung Electronics and various contributors (see AUTHORS) All rights reserved. diff --git a/licenses/COPYING.LGPL b/licenses/COPYING.LGPL index abe887caa1..beed95cb03 100644 --- a/licenses/COPYING.LGPL +++ b/licenses/COPYING.LGPL @@ -1,6 +1,7 @@ -Copyright notice for Eina: +Copyright notice for EFL: -Copyright (C) 2008-2011 Jorge Luis Zapata and various contributors (see AUTHORS) +Copyright (C) 2008-2011 Jorge Luis Zapata, Cedric Bail, ProFUSION embedded systems, +Samsung Electronics and various contributors (see AUTHORS) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the |