diff --git a/COPYING b/COPYING index 296efe742a..c5514db908 100644 --- a/COPYING +++ b/COPYING @@ -1,25 +1,7 @@ -Copyright notice for Eet: +The EFL come with several licences: -Copyright (C) 2002-2011 Carsten Haitzler and various contributors (see AUTHORS) +BSD 2-clause: Evil, Eet -All rights reserved. +LGPL v2: Eina -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +GPL v2: diff --git a/COPYING.BSD b/COPYING.BSD new file mode 100644 index 0000000000..c51c01ee67 --- /dev/null +++ b/COPYING.BSD @@ -0,0 +1,25 @@ +Copyright notice for the EFL: + +Copyright (C) 2002-2012 Carsten Haitzler and various contributors (see AUTHORS) + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/legacy/edje/COPYING b/COPYING.GPL similarity index 90% rename from legacy/edje/COPYING rename to COPYING.GPL index 1459288a57..d159169d10 100644 --- a/legacy/edje/COPYING +++ b/COPYING.GPL @@ -1,51 +1,12 @@ -Copyright notice for Edje: - -Copyright (C) 2003-2010 Carsten Haitzler and various contributors (see AUTHORS) - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -**** -NOTE -**** - -The epp binary installed is GPLv2. The GPLv2 copyright license is as below: - -Copyright (C) 1986, 87, 89, 92, 93, 94, 1995 Free Software Foundation, Inc. -Written by Per Bothner, 1994-95. -Based on CCCP program by by Paul Rubin, June 1986 -Adapted to ANSI C, Richard Stallman, Jan 1987 -Copyright (C) 2003-2011 Kim Woelders - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -95,7 +56,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -294,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -316,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it diff --git a/legacy/eina/COPYING b/COPYING.LGPL similarity index 100% rename from legacy/eina/COPYING rename to COPYING.LGPL diff --git a/Makefile.am b/Makefile.am index 74449d56be..3da42bde43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +SUBDIRS = src doc MAINTAINERCLEANFILES = \ Makefile.in \ diff --git a/configure.ac b/configure.ac index 72b13a2a68..b0ba6e4ace 100644 --- a/configure.ac +++ b/configure.ac @@ -1104,6 +1104,8 @@ esac AC_CONFIG_FILES([ Makefile +doc/Makefile +doc/Doxyfile src/Makefile src/benchmarks/Makefile src/benchmarks/eina/Makefile diff --git a/legacy/eina/doc/Doxyfile.in b/doc/Doxyfile.in similarity index 100% rename from legacy/eina/doc/Doxyfile.in rename to doc/Doxyfile.in diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000000..3f6d93e305 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,40 @@ +MAINTAINERCLEANFILES = Makefile.in + +.PHONY: doc + +PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc + +if EFL_BUILD_DOC + +doc-clean: + rm -rf html/ latex/ man/ xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar* + +doc: all + $(efl_doxygen) + cp $(srcdir)/img/* html/ + cp $(srcdir)/img/*.eps latex/ + rm -rf $(PACKAGE_DOCNAME).tar* + mkdir -p $(PACKAGE_DOCNAME)/doc + cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc + tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/ + bzip2 -9 $(PACKAGE_DOCNAME).tar + rm -rf $(PACKAGE_DOCNAME)/ + mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) + @echo "Documentation Package: doc/$(PACKAGE_DOCNAME).tar.bz2" + @echo "Documentation HTML: doc/html" + +clean-local: doc-clean + +else + +doc: + @echo "Documentation not built. Run ./configure --help" + +endif + +EXTRA_DIST = \ +$(srcdir)/Doxyfile.in \ +$(wildcard $(srcdir)/img/*.*) \ +$(srcdir)/e.css \ +$(srcdir)/head.html \ +$(srcdir)/foot.html diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data diff --git a/legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data similarity index 100% rename from legacy/eina/doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data rename to doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data diff --git a/legacy/eina/doc/benchmark/convert/output_Convert_2008-08-29_0000.png b/doc/benchmark/convert/output_Convert_2008-08-29_0000.png similarity index 100% rename from legacy/eina/doc/benchmark/convert/output_Convert_2008-08-29_0000.png rename to doc/benchmark/convert/output_Convert_2008-08-29_0000.png diff --git a/legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot b/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot rename to doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot diff --git a/legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data b/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data rename to doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data diff --git a/legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data b/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data rename to doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data diff --git a/legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png b/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png rename to doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png diff --git a/legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png b/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png rename to doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png diff --git a/legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png b/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png similarity index 100% rename from legacy/eina/doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png rename to doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png diff --git a/legacy/ecore/doc/e.css b/doc/e.css similarity index 100% rename from legacy/ecore/doc/e.css rename to doc/e.css diff --git a/legacy/eet/doc/foot.html b/doc/foot.html similarity index 100% rename from legacy/eet/doc/foot.html rename to doc/foot.html diff --git a/legacy/eina/doc/head.html b/doc/head.html similarity index 100% rename from legacy/eina/doc/head.html rename to doc/head.html diff --git a/legacy/eina/doc/img/01_hash-table.eps b/doc/img/01_hash-table.eps similarity index 100% rename from legacy/eina/doc/img/01_hash-table.eps rename to doc/img/01_hash-table.eps diff --git a/legacy/eina/doc/img/01_hash-table.png b/doc/img/01_hash-table.png similarity index 100% rename from legacy/eina/doc/img/01_hash-table.png rename to doc/img/01_hash-table.png diff --git a/legacy/edbus/doc/images/e.png b/doc/img/e.png similarity index 100% rename from legacy/edbus/doc/images/e.png rename to doc/img/e.png diff --git a/legacy/edbus/doc/images/edoxy.css b/doc/img/edoxy.css similarity index 100% rename from legacy/edbus/doc/images/edoxy.css rename to doc/img/edoxy.css diff --git a/legacy/eina/doc/img/eina-list-foreach-safe.eps b/doc/img/eina-list-foreach-safe.eps similarity index 100% rename from legacy/eina/doc/img/eina-list-foreach-safe.eps rename to doc/img/eina-list-foreach-safe.eps diff --git a/legacy/eina/doc/img/eina-list-foreach-safe.png b/doc/img/eina-list-foreach-safe.png similarity index 100% rename from legacy/eina/doc/img/eina-list-foreach-safe.png rename to doc/img/eina-list-foreach-safe.png diff --git a/legacy/eina/doc/img/eina-list-foreach.eps b/doc/img/eina-list-foreach.eps similarity index 100% rename from legacy/eina/doc/img/eina-list-foreach.eps rename to doc/img/eina-list-foreach.eps diff --git a/legacy/eina/doc/img/eina-list-foreach.png b/doc/img/eina-list-foreach.png similarity index 100% rename from legacy/eina/doc/img/eina-list-foreach.png rename to doc/img/eina-list-foreach.png diff --git a/legacy/eina/doc/img/eina-list-free.eps b/doc/img/eina-list-free.eps similarity index 100% rename from legacy/eina/doc/img/eina-list-free.eps rename to doc/img/eina-list-free.eps diff --git a/legacy/eina/doc/img/eina-list-free.png b/doc/img/eina-list-free.png similarity index 100% rename from legacy/eina/doc/img/eina-list-free.png rename to doc/img/eina-list-free.png diff --git a/legacy/eina/doc/img/eina-list-reverse-foreach-safe.eps b/doc/img/eina-list-reverse-foreach-safe.eps similarity index 100% rename from legacy/eina/doc/img/eina-list-reverse-foreach-safe.eps rename to doc/img/eina-list-reverse-foreach-safe.eps diff --git a/legacy/eina/doc/img/eina-list-reverse-foreach-safe.png b/doc/img/eina-list-reverse-foreach-safe.png similarity index 100% rename from legacy/eina/doc/img/eina-list-reverse-foreach-safe.png rename to doc/img/eina-list-reverse-foreach-safe.png diff --git a/legacy/eina/doc/img/eina-list-reverse-foreach.eps b/doc/img/eina-list-reverse-foreach.eps similarity index 100% rename from legacy/eina/doc/img/eina-list-reverse-foreach.eps rename to doc/img/eina-list-reverse-foreach.eps diff --git a/legacy/eina/doc/img/eina-list-reverse-foreach.png b/doc/img/eina-list-reverse-foreach.png similarity index 100% rename from legacy/eina/doc/img/eina-list-reverse-foreach.png rename to doc/img/eina-list-reverse-foreach.png diff --git a/legacy/eina/doc/img/eina_array-growth.eps b/doc/img/eina_array-growth.eps similarity index 100% rename from legacy/eina/doc/img/eina_array-growth.eps rename to doc/img/eina_array-growth.eps diff --git a/legacy/eina/doc/img/eina_array-growth.png b/doc/img/eina_array-growth.png similarity index 100% rename from legacy/eina/doc/img/eina_array-growth.png rename to doc/img/eina_array-growth.png diff --git a/legacy/eina/doc/img/eina_inlist-node.eps b/doc/img/eina_inlist-node.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node.eps rename to doc/img/eina_inlist-node.eps diff --git a/legacy/eina/doc/img/eina_inlist-node.png b/doc/img/eina_inlist-node.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node.png rename to doc/img/eina_inlist-node.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg1-inlist.eps b/doc/img/eina_inlist-node_eg1-inlist.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg1-inlist.eps rename to doc/img/eina_inlist-node_eg1-inlist.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg1-inlist.png b/doc/img/eina_inlist-node_eg1-inlist.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg1-inlist.png rename to doc/img/eina_inlist-node_eg1-inlist.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg1-my-struct.eps b/doc/img/eina_inlist-node_eg1-my-struct.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg1-my-struct.eps rename to doc/img/eina_inlist-node_eg1-my-struct.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg1-my-struct.png b/doc/img/eina_inlist-node_eg1-my-struct.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg1-my-struct.png rename to doc/img/eina_inlist-node_eg1-my-struct.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg2-list-inlist.eps b/doc/img/eina_inlist-node_eg2-list-inlist.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg2-list-inlist.eps rename to doc/img/eina_inlist-node_eg2-list-inlist.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg2-list-inlist.png b/doc/img/eina_inlist-node_eg2-list-inlist.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg2-list-inlist.png rename to doc/img/eina_inlist-node_eg2-list-inlist.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg2-my-struct.eps b/doc/img/eina_inlist-node_eg2-my-struct.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg2-my-struct.eps rename to doc/img/eina_inlist-node_eg2-my-struct.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg2-my-struct.png b/doc/img/eina_inlist-node_eg2-my-struct.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg2-my-struct.png rename to doc/img/eina_inlist-node_eg2-my-struct.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg3-my-struct.eps b/doc/img/eina_inlist-node_eg3-my-struct.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg3-my-struct.eps rename to doc/img/eina_inlist-node_eg3-my-struct.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg3-my-struct.png b/doc/img/eina_inlist-node_eg3-my-struct.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg3-my-struct.png rename to doc/img/eina_inlist-node_eg3-my-struct.png diff --git a/legacy/eina/doc/img/eina_inlist-node_eg3-two-inlists.eps b/doc/img/eina_inlist-node_eg3-two-inlists.eps similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg3-two-inlists.eps rename to doc/img/eina_inlist-node_eg3-two-inlists.eps diff --git a/legacy/eina/doc/img/eina_inlist-node_eg3-two-inlists.png b/doc/img/eina_inlist-node_eg3-two-inlists.png similarity index 100% rename from legacy/eina/doc/img/eina_inlist-node_eg3-two-inlists.png rename to doc/img/eina_inlist-node_eg3-two-inlists.png diff --git a/legacy/eina/doc/img/eina_list.eps b/doc/img/eina_list.eps similarity index 100% rename from legacy/eina/doc/img/eina_list.eps rename to doc/img/eina_list.eps diff --git a/legacy/eina/doc/img/eina_list.png b/doc/img/eina_list.png similarity index 100% rename from legacy/eina/doc/img/eina_list.png rename to doc/img/eina_list.png diff --git a/legacy/eina/doc/img/eina_list_example_01_a.eps b/doc/img/eina_list_example_01_a.eps similarity index 100% rename from legacy/eina/doc/img/eina_list_example_01_a.eps rename to doc/img/eina_list_example_01_a.eps diff --git a/legacy/eina/doc/img/eina_list_example_01_a.png b/doc/img/eina_list_example_01_a.png similarity index 100% rename from legacy/eina/doc/img/eina_list_example_01_a.png rename to doc/img/eina_list_example_01_a.png diff --git a/legacy/eina/doc/img/eina_list_example_01_b.eps b/doc/img/eina_list_example_01_b.eps similarity index 100% rename from legacy/eina/doc/img/eina_list_example_01_b.eps rename to doc/img/eina_list_example_01_b.eps diff --git a/legacy/eina/doc/img/eina_list_example_01_b.png b/doc/img/eina_list_example_01_b.png similarity index 100% rename from legacy/eina/doc/img/eina_list_example_01_b.png rename to doc/img/eina_list_example_01_b.png diff --git a/legacy/eina/doc/img/eina_stringshare.eps b/doc/img/eina_stringshare.eps similarity index 100% rename from legacy/eina/doc/img/eina_stringshare.eps rename to doc/img/eina_stringshare.eps diff --git a/legacy/eina/doc/img/eina_stringshare.png b/doc/img/eina_stringshare.png similarity index 100% rename from legacy/eina/doc/img/eina_stringshare.png rename to doc/img/eina_stringshare.png diff --git a/legacy/ecore/doc/img/foot_bg.png b/doc/img/foot_bg.png similarity index 100% rename from legacy/ecore/doc/img/foot_bg.png rename to doc/img/foot_bg.png diff --git a/legacy/ecore/doc/img/head_bg.png b/doc/img/head_bg.png similarity index 100% rename from legacy/ecore/doc/img/head_bg.png rename to doc/img/head_bg.png diff --git a/legacy/ecore/doc/img/header_menu_background.png b/doc/img/header_menu_background.png similarity index 100% rename from legacy/ecore/doc/img/header_menu_background.png rename to doc/img/header_menu_background.png diff --git a/legacy/ecore/doc/img/header_menu_background_last.png b/doc/img/header_menu_background_last.png similarity index 100% rename from legacy/ecore/doc/img/header_menu_background_last.png rename to doc/img/header_menu_background_last.png diff --git a/legacy/ecore/doc/img/header_menu_unselected_background.png b/doc/img/header_menu_unselected_background.png similarity index 100% rename from legacy/ecore/doc/img/header_menu_unselected_background.png rename to doc/img/header_menu_unselected_background.png diff --git a/legacy/ecore/doc/img/logo.png b/doc/img/logo.png similarity index 100% rename from legacy/ecore/doc/img/logo.png rename to doc/img/logo.png diff --git a/legacy/edbus/doc/images/menu_bg.png b/doc/img/menu_bg.png similarity index 100% rename from legacy/edbus/doc/images/menu_bg.png rename to doc/img/menu_bg.png diff --git a/legacy/edbus/doc/images/menu_bg_current.png b/doc/img/menu_bg_current.png similarity index 100% rename from legacy/edbus/doc/images/menu_bg_current.png rename to doc/img/menu_bg_current.png diff --git a/legacy/edbus/doc/images/menu_bg_hover.png b/doc/img/menu_bg_hover.png similarity index 100% rename from legacy/edbus/doc/images/menu_bg_hover.png rename to doc/img/menu_bg_hover.png diff --git a/legacy/edbus/doc/images/menu_bg_last.png b/doc/img/menu_bg_last.png similarity index 100% rename from legacy/edbus/doc/images/menu_bg_last.png rename to doc/img/menu_bg_last.png diff --git a/legacy/edbus/doc/images/menu_bg_unsel.png b/doc/img/menu_bg_unsel.png similarity index 100% rename from legacy/edbus/doc/images/menu_bg_unsel.png rename to doc/img/menu_bg_unsel.png