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) |
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 @@ | |||
1 | EFL comes with several licences. Listed are the library/probject | 1 | EFL comes with several licences. Listed are the library/project |
2 | name and the license file covering it. | 2 | name and the license file covering it. |
3 | 3 | ||
4 | evil: licenses/COPYING.BSD | 4 | evil: licenses/COPYING.BSD |
5 | escape: licenses/COPYING.GPL | 5 | escape: licenses/COPYING.GPL (used in PlayStation native) |
6 | eet: licenses/COPYING.BSD | ||
7 | eina: licenses/COPYING.LGPL | 6 | eina: licenses/COPYING.LGPL |
7 | eet: licenses/COPYING.BSD | ||
8 | eo: licenses/COPYING.BSD | 8 | eo: licenses/COPYING.BSD |
9 | evas: licenses/COPYING.BSD | 9 | evas: licenses/COPYING.BSD |
10 | ecore: licenses/COPYING.BSD | ||
11 | embryo: licenses/COPYING.SMALL | 10 | embryo: licenses/COPYING.SMALL |
11 | ecore: licenses/COPYING.BSD | ||
12 | eio: licenses/COPYING.LGPL | ||
13 | edbus: licenses/COPYING.LGPL | ||
14 | efreet: licenses/COPYING.BSD | ||
15 | eeze: licenses/COPYING.BSD | ||
16 | ephysics: licenses/COPYING.BSD | ||
17 | edje: licenses/COPYING.BSD | ||
18 | edje/epp: licenses/COPYING.GPL (separate binary/executable) | ||
19 | emotion: licenses/COPYING.BSD | ||
20 | ethumb: licenses/COPYING.LGPL | ||
21 | |||
22 | NOTE: If linked together, the result will be LGPL (or GPL is Escape is | ||
23 | 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 @@ | |||
1 | Copyright notice for the EFL: | 1 | Copyright notice for the EFL: |
2 | 2 | ||
3 | Copyright (C) 2002-2012 Carsten Haitzler and various contributors (see AUTHORS) | 3 | Copyright (C) 2002-2012 Carsten Haitzler, Dan Sinclair, Mike Blumenkrantz, |
4 | Samsung Electronics and various contributors (see AUTHORS) | ||
4 | 5 | ||
5 | All rights reserved. | 6 | All rights reserved. |
6 | 7 | ||
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 @@ | |||
1 | Copyright notice for Eina: | 1 | Copyright notice for EFL: |
2 | 2 | ||
3 | Copyright (C) 2008-2011 Jorge Luis Zapata and various contributors (see AUTHORS) | 3 | Copyright (C) 2008-2011 Jorge Luis Zapata, Cedric Bail, ProFUSION embedded systems, |
4 | Samsung Electronics and various contributors (see AUTHORS) | ||
4 | 5 | ||
5 | This library is free software; you can redistribute it and/or modify it | 6 | This library is free software; you can redistribute it and/or modify it |
6 | under the terms of the GNU Lesser General Public License as published by the | 7 | under the terms of the GNU Lesser General Public License as published by the |