Merge remote-tracking branch 'origin/sandbox/jaehwan/devel' into tizen
[platform/upstream/efl.git] / COPYING
1 Licensing
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).
13
14 evil:            licenses/COPYING.BSD
15 escape:          licenses/COPYING.GPL (used in PlayStation native)
16 eina:            licenses/COPYING.LGPL
17 emile:           licenses/COPYING.LGPL
18 eet:             licenses/COPYING.BSD
19 eo:              licenses/COPYING.BSD
20 ector:           licenses/COPYING.FTL, licenses/COPYING.GPL (dual licenses)
21 evas:            licenses/COPYING.BSD
22 embryo:          licenses/COPYING.SMALL
23 ecore:           licenses/COPYING.BSD
24 eio:             licenses/COPYING.LGPL
25 eldbus:          licenses/COPYING.LGPL
26 efreet:          licenses/COPYING.BSD
27 eeze:            licenses/COPYING.BSD
28 ephysics:        licenses/COPYING.BSD
29 edje:            licenses/COPYING.BSD
30 edje/epp:        licenses/COPYING.GPL (separate binary/executable)
31 emotion:         licenses/COPYING.BSD
32 ethumb:          licenses/COPYING.LGPL
33 eolian:          licenses/COPYING.BSD
34 elua:            licenses/COPYING.BSD
35
36 NOTE: If linked together, the result will be effectively be LGPL (or
37 GPL if escape is used) due to license characteristics.