diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-03-22 17:40:56 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-03-23 13:29:13 +0900 |
commit | 10fe8f29e387c72fddb6b0fcde5bad4c0243c23d (patch) | |
tree | f7199241fd4b4fab1f64c2993723aeb7a25a31ef /COPYING | |
parent | 46be79a206bc90d844e7589605505e7ac8804307 (diff) |
add a COMPLIANCE file for convenience.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,5 +1,15 @@ | |||
1 | EFL comes with several licences. Listed are the library/project | 1 | Licensing |
2 | name and the license file covering it. | 2 | |
3 | EFL comes with several licences. Different shared libraries are | ||
4 | covered by different licenses, and are distributed here as an | ||
5 | aggregation with a single build system. Listed below are the library/project | ||
6 | names and the license file covering it. Note that this license would | ||
7 | cover all of the source invovled in each project (src/lib/PROJECT, | ||
8 | src/modules/PROJECT, src/bin/PROJECT data/PROJECT) unless specifically | ||
9 | noted otherwise (eg epp in edje or lz4, libunibreak etc.), so please | ||
10 | refer to these imported project sources for details (but be aware that | ||
11 | the licensing of such libraries is compatible with the libraries that | ||
12 | use them and is not more restrictive). | ||
3 | 13 | ||
4 | evil: licenses/COPYING.BSD | 14 | evil: licenses/COPYING.BSD |
5 | escape: licenses/COPYING.GPL (used in PlayStation native) | 15 | escape: licenses/COPYING.GPL (used in PlayStation native) |
@@ -19,5 +29,5 @@ edje/epp: licenses/COPYING.GPL (separate binary/executable) | |||
19 | emotion: licenses/COPYING.BSD | 29 | emotion: licenses/COPYING.BSD |
20 | ethumb: licenses/COPYING.LGPL | 30 | ethumb: licenses/COPYING.LGPL |
21 | 31 | ||
22 | NOTE: If linked together, the result will be LGPL (or GPL is Escape is | 32 | NOTE: If linked together, the result will be effectively be LGPL (or |
23 | used) due that license characteristics. | 33 | GPL if escape is used) due to license characteristics. |