add a COMPLIANCE file for convenience.
[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 eet:             licenses/COPYING.BSD
18 eo:              licenses/COPYING.BSD
19 evas:            licenses/COPYING.BSD
20 embryo:          licenses/COPYING.SMALL
21 ecore:           licenses/COPYING.BSD
22 eio:             licenses/COPYING.LGPL
23 edbus:           licenses/COPYING.LGPL
24 efreet:          licenses/COPYING.BSD
25 eeze:            licenses/COPYING.BSD
26 ephysics:        licenses/COPYING.BSD
27 edje:            licenses/COPYING.BSD
28 edje/epp:        licenses/COPYING.GPL (separate binary/executable)
29 emotion:         licenses/COPYING.BSD
30 ethumb:          licenses/COPYING.LGPL
31
32 NOTE: If linked together, the result will be effectively be LGPL (or
33 GPL if escape is used) due to license characteristics.