efl_ui_win: add minimum/maximum sizes set API.
[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 eina:            licenses/COPYING.LGPL
16 emile:           licenses/COPYING.LGPL
17 eet:             licenses/COPYING.BSD
18 eo:              licenses/COPYING.BSD
19 ector:           licenses/COPYING.FTL, licenses/COPYING.GPL (dual licenses)
20 evas:            licenses/COPYING.BSD
21 embryo:          licenses/COPYING.SMALL
22 ecore:           licenses/COPYING.BSD
23 dns:             licenses/COPYING.DNS
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 elementary:      licenses/COPYING.LGPL
36 generic/evas:    licenses/COPYING.GPL (separate binary/executable)
37 efl:             licenses/COPYING.LGPL
38 csharp bindings: licenses/COPYING.ASL
39 cxx bindings:    licenses/COPYING.ASL
40
41 NOTE: If linked together, the result will be effectively be LGPL (or
42 GPL if escape is used) due to license characteristics.