diff --git a/doc/conf.py b/doc/conf.py index 7b2da65..3151c76 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -75,7 +75,7 @@ master_doc = 'index' # General information about the project. project = u'Python EFL' -copyright = u'2008-2014, Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' +copyright = u'2008-2015, Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -343,7 +343,7 @@ texinfo_documents = [ epub_title = u'Python Bindings for EFL' epub_author = u'Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' epub_publisher = u'Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' -epub_copyright = u'2008-2014, Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' +epub_copyright = u'2008-2015, Simon Busch, Gustavo Sverzut Barbieri, Ulisses Furquim, ProFUSION embedded systems, Boris Faure, Fabiano Fidencio, Davide Andreoli, Kai Huuhko' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/doc/index.rst b/doc/index.rst index ac42901..7924d64 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -89,7 +89,7 @@ Acknowledgements ---------------- :Copyright: - Python Bindings for EFL are Copyright (C) 2008-2014 Simon Busch + Python Bindings for EFL are Copyright (C) 2008-2015 Simon Busch and various contributors (see AUTHORS). :License: diff --git a/doc/themes/efldoc/static/efl.css b/doc/themes/efldoc/static/efl.css index ceadbac..73d0ff8 100644 --- a/doc/themes/efldoc/static/efl.css +++ b/doc/themes/efldoc/static/efl.css @@ -12,7 +12,7 @@ * This is usefull when something looks not so good as the original one to * understand the reason. * - * :copyright: Copyright 2013-2014 by the Python-EFL team, see AUTHORS. + * :copyright: Copyright 2013-2015 by the Python-EFL team, see AUTHORS. * :license: LGPL, see COPYING for details. * */ diff --git a/efl/dbus_mainloop/dbus_mainloop.pyx b/efl/dbus_mainloop/dbus_mainloop.pyx index d2fb42b..f1ede97 100644 --- a/efl/dbus_mainloop/dbus_mainloop.pyx +++ b/efl/dbus_mainloop/dbus_mainloop.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/dbus_mainloop/e_dbus.c b/efl/dbus_mainloop/e_dbus.c index f0388d2..1ff8511 100644 --- a/efl/dbus_mainloop/e_dbus.c +++ b/efl/dbus_mainloop/e_dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 various contributors (see AUTHORS) + * Copyright (C) 2007-2015 various contributors (see AUTHORS) * * This file is part of Python-EFL. * diff --git a/efl/dbus_mainloop/e_dbus.h b/efl/dbus_mainloop/e_dbus.h index f5bb786..723c3e9 100644 --- a/efl/dbus_mainloop/e_dbus.h +++ b/efl/dbus_mainloop/e_dbus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 various contributors (see AUTHORS) + * Copyright (C) 2007-2015 various contributors (see AUTHORS) * * This file is part of Python-EFL. * diff --git a/efl/ecore/__init__.pxd b/efl/ecore/__init__.pxd index 2516ab3..52e6521 100644 --- a/efl/ecore/__init__.pxd +++ b/efl/ecore/__init__.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/__init__.pyx b/efl/ecore/__init__.pyx index dd7345c..1c16c07 100644 --- a/efl/ecore/__init__.pyx +++ b/efl/ecore/__init__.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_animator.pxi b/efl/ecore/efl.ecore_animator.pxi index 930ac4e..ebcc9fb 100644 --- a/efl/ecore/efl.ecore_animator.pxi +++ b/efl/ecore/efl.ecore_animator.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_events.pxi b/efl/ecore/efl.ecore_events.pxi index 1320f9a..685aafe 100644 --- a/efl/ecore/efl.ecore_events.pxi +++ b/efl/ecore/efl.ecore_events.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_exe.pxi b/efl/ecore/efl.ecore_exe.pxi index 3cd8a15..ef62ec2 100644 --- a/efl/ecore/efl.ecore_exe.pxi +++ b/efl/ecore/efl.ecore_exe.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_fd_handler.pxi b/efl/ecore/efl.ecore_fd_handler.pxi index f9b0d6c..3de448c 100644 --- a/efl/ecore/efl.ecore_fd_handler.pxi +++ b/efl/ecore/efl.ecore_fd_handler.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_file_download.pxi b/efl/ecore/efl.ecore_file_download.pxi index 644983e..f82ef62 100644 --- a/efl/ecore/efl.ecore_file_download.pxi +++ b/efl/ecore/efl.ecore_file_download.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_file_monitor.pxi b/efl/ecore/efl.ecore_file_monitor.pxi index 9f767e1..8b1c558 100644 --- a/efl/ecore/efl.ecore_file_monitor.pxi +++ b/efl/ecore/efl.ecore_file_monitor.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_idler.pxi b/efl/ecore/efl.ecore_idler.pxi index 843c4f6..456c1b1 100644 --- a/efl/ecore/efl.ecore_idler.pxi +++ b/efl/ecore/efl.ecore_idler.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_poller.pxi b/efl/ecore/efl.ecore_poller.pxi index fe0a420..9879cdd 100644 --- a/efl/ecore/efl.ecore_poller.pxi +++ b/efl/ecore/efl.ecore_poller.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/efl.ecore_timer.pxi b/efl/ecore/efl.ecore_timer.pxi index aca0505..a42546a 100644 --- a/efl/ecore/efl.ecore_timer.pxi +++ b/efl/ecore/efl.ecore_timer.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/enums.pxd b/efl/ecore/enums.pxd index 6732fa6..4c444b0 100644 --- a/efl/ecore/enums.pxd +++ b/efl/ecore/enums.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/x.pxd b/efl/ecore/x.pxd index 6b24b84..6947066 100644 --- a/efl/ecore/x.pxd +++ b/efl/ecore/x.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/x.pyx b/efl/ecore/x.pyx index 2f854b7..26ae237 100644 --- a/efl/ecore/x.pyx +++ b/efl/ecore/x.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/x_events.pxi b/efl/ecore/x_events.pxi index b605899..df5e922 100644 --- a/efl/ecore/x_events.pxi +++ b/efl/ecore/x_events.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ecore/x_window.pxi b/efl/ecore/x_window.pxi index a99e80d..d67581b 100644 --- a/efl/ecore/x_window.pxi +++ b/efl/ecore/x_window.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje.pyx b/efl/edje/efl.edje.pyx index 402942d..28de858 100644 --- a/efl/edje/efl.edje.pyx +++ b/efl/edje/efl.edje.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_edit.pyx b/efl/edje/efl.edje_edit.pyx index 755136d..aab0684 100644 --- a/efl/edje/efl.edje_edit.pyx +++ b/efl/edje/efl.edje_edit.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_edit_group.pxi b/efl/edje/efl.edje_edit_group.pxi index 76b51af..ec0e392 100644 --- a/efl/edje/efl.edje_edit_group.pxi +++ b/efl/edje/efl.edje_edit_group.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_edit_part.pxi b/efl/edje/efl.edje_edit_part.pxi index 29c1f04..344f038 100644 --- a/efl/edje/efl.edje_edit_part.pxi +++ b/efl/edje/efl.edje_edit_part.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_edit_part_state.pxi b/efl/edje/efl.edje_edit_part_state.pxi index 671f8a3..0515734 100644 --- a/efl/edje/efl.edje_edit_part_state.pxi +++ b/efl/edje/efl.edje_edit_part_state.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_edit_program.pxi b/efl/edje/efl.edje_edit_program.pxi index 731d7ce..32479de 100644 --- a/efl/edje/efl.edje_edit_program.pxi +++ b/efl/edje/efl.edje_edit_program.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_external.pxi b/efl/edje/efl.edje_external.pxi index 35d0611..c09532e 100644 --- a/efl/edje/efl.edje_external.pxi +++ b/efl/edje/efl.edje_external.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_message.pxi b/efl/edje/efl.edje_message.pxi index 15a7c24..6191c56 100644 --- a/efl/edje/efl.edje_message.pxi +++ b/efl/edje/efl.edje_message.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/edje/efl.edje_object.pxi b/efl/edje/efl.edje_object.pxi index ea7f519..b02414b 100644 --- a/efl/edje/efl.edje_object.pxi +++ b/efl/edje/efl.edje_object.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/__init__.py b/efl/elementary/__init__.py index 4de3cce..fde95b3 100644 --- a/efl/elementary/__init__.py +++ b/efl/elementary/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/access.pyx b/efl/elementary/access.pyx index 2733d78..323e3c5 100644 --- a/efl/elementary/access.pyx +++ b/efl/elementary/access.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/actionslider.pyx b/efl/elementary/actionslider.pyx index 4342ec7..385253e 100644 --- a/efl/elementary/actionslider.pyx +++ b/efl/elementary/actionslider.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/background.pyx b/efl/elementary/background.pyx index 79e0c80..84054ee 100644 --- a/efl/elementary/background.pyx +++ b/efl/elementary/background.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/box.pyx b/efl/elementary/box.pyx index 07d8fa9..ff809cb 100644 --- a/efl/elementary/box.pyx +++ b/efl/elementary/box.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/bubble.pyx b/efl/elementary/bubble.pyx index 14dcf38..3fe7930 100644 --- a/efl/elementary/bubble.pyx +++ b/efl/elementary/bubble.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/button.pyx b/efl/elementary/button.pyx index 102e03c..16d3716 100644 --- a/efl/elementary/button.pyx +++ b/efl/elementary/button.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/calendar_elm.pyx b/efl/elementary/calendar_elm.pyx index 2997538..1368615 100644 --- a/efl/elementary/calendar_elm.pyx +++ b/efl/elementary/calendar_elm.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/check.pyx b/efl/elementary/check.pyx index 81aa99e..8464ab1 100644 --- a/efl/elementary/check.pyx +++ b/efl/elementary/check.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/clock.pyx b/efl/elementary/clock.pyx index 6403d1f..d2b0260 100644 --- a/efl/elementary/clock.pyx +++ b/efl/elementary/clock.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/colorselector.pyx b/efl/elementary/colorselector.pyx index 3380be4..ba9118b 100644 --- a/efl/elementary/colorselector.pyx +++ b/efl/elementary/colorselector.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/configuration.pyx b/efl/elementary/configuration.pyx index ebfb7b7..2ec7d72 100644 --- a/efl/elementary/configuration.pyx +++ b/efl/elementary/configuration.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/conformant.pyx b/efl/elementary/conformant.pyx index 006fbf8..1e55e75 100644 --- a/efl/elementary/conformant.pyx +++ b/efl/elementary/conformant.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/ctxpopup.pyx b/efl/elementary/ctxpopup.pyx index feba3a7..dec3584 100644 --- a/efl/elementary/ctxpopup.pyx +++ b/efl/elementary/ctxpopup.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/datetime_elm.pyx b/efl/elementary/datetime_elm.pyx index 9536484..6163026 100644 --- a/efl/elementary/datetime_elm.pyx +++ b/efl/elementary/datetime_elm.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/dayselector.pyx b/efl/elementary/dayselector.pyx index ced08e1..18cfd77 100644 --- a/efl/elementary/dayselector.pyx +++ b/efl/elementary/dayselector.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/diskselector.pyx b/efl/elementary/diskselector.pyx index b306214..e55ec4a 100644 --- a/efl/elementary/diskselector.pyx +++ b/efl/elementary/diskselector.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/entry.pyx b/efl/elementary/entry.pyx index fb5e676..385b1a3 100644 --- a/efl/elementary/entry.pyx +++ b/efl/elementary/entry.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/fileselector.pyx b/efl/elementary/fileselector.pyx index 2789992..c21d7e5 100644 --- a/efl/elementary/fileselector.pyx +++ b/efl/elementary/fileselector.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/fileselector_button.pyx b/efl/elementary/fileselector_button.pyx index eea4fee..fe55917 100644 --- a/efl/elementary/fileselector_button.pyx +++ b/efl/elementary/fileselector_button.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/fileselector_entry.pyx b/efl/elementary/fileselector_entry.pyx index 42d41b3..4faf6a5 100644 --- a/efl/elementary/fileselector_entry.pyx +++ b/efl/elementary/fileselector_entry.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/flip.pyx b/efl/elementary/flip.pyx index d7d482f..2839001 100644 --- a/efl/elementary/flip.pyx +++ b/efl/elementary/flip.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/flipselector.pyx b/efl/elementary/flipselector.pyx index bc757a8..d2b782f 100644 --- a/efl/elementary/flipselector.pyx +++ b/efl/elementary/flipselector.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/frame.pyx b/efl/elementary/frame.pyx index 95620e8..149a988 100644 --- a/efl/elementary/frame.pyx +++ b/efl/elementary/frame.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/general.pxd b/efl/elementary/general.pxd index 90e10e1..df75bac 100644 --- a/efl/elementary/general.pxd +++ b/efl/elementary/general.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/general.pyx b/efl/elementary/general.pyx index 6410b27..fc1635a 100644 --- a/efl/elementary/general.pyx +++ b/efl/elementary/general.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/gengrid.pyx b/efl/elementary/gengrid.pyx index 46b25fe..98e58ba 100644 --- a/efl/elementary/gengrid.pyx +++ b/efl/elementary/gengrid.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/genlist.pyx b/efl/elementary/genlist.pyx index a9fdd9c..0d96eef 100644 --- a/efl/elementary/genlist.pyx +++ b/efl/elementary/genlist.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/gesture_layer.pyx b/efl/elementary/gesture_layer.pyx index 010b0ec..62653e9 100644 --- a/efl/elementary/gesture_layer.pyx +++ b/efl/elementary/gesture_layer.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/glview.pyx b/efl/elementary/glview.pyx index ba15ab0..384442a 100644 --- a/efl/elementary/glview.pyx +++ b/efl/elementary/glview.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/grid.pyx b/efl/elementary/grid.pyx index 1d8c117..ea0d356 100644 --- a/efl/elementary/grid.pyx +++ b/efl/elementary/grid.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/hover.pyx b/efl/elementary/hover.pyx index e85dc09..32eb691 100644 --- a/efl/elementary/hover.pyx +++ b/efl/elementary/hover.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/hoversel.pyx b/efl/elementary/hoversel.pyx index 0130d6b..d91a341 100644 --- a/efl/elementary/hoversel.pyx +++ b/efl/elementary/hoversel.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/icon.pyx b/efl/elementary/icon.pyx index 333cab7..1b1e71b 100644 --- a/efl/elementary/icon.pyx +++ b/efl/elementary/icon.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/image.pyx b/efl/elementary/image.pyx index 43361a6..1b57e1a 100644 --- a/efl/elementary/image.pyx +++ b/efl/elementary/image.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/index.pyx b/efl/elementary/index.pyx index 799fd83..c563030 100644 --- a/efl/elementary/index.pyx +++ b/efl/elementary/index.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/innerwindow.pyx b/efl/elementary/innerwindow.pyx index f793bc5..d288043 100644 --- a/efl/elementary/innerwindow.pyx +++ b/efl/elementary/innerwindow.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/label.pyx b/efl/elementary/label.pyx index 450e1ae..1caadac 100644 --- a/efl/elementary/label.pyx +++ b/efl/elementary/label.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/layout.pyx b/efl/elementary/layout.pyx index 0f1530c..d745c1f 100644 --- a/efl/elementary/layout.pyx +++ b/efl/elementary/layout.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/layout_class.pxd b/efl/elementary/layout_class.pxd index 06002a1..94cbf57 100644 --- a/efl/elementary/layout_class.pxd +++ b/efl/elementary/layout_class.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/layout_class.pyx b/efl/elementary/layout_class.pyx index b5fb3e9..adffa87 100644 --- a/efl/elementary/layout_class.pyx +++ b/efl/elementary/layout_class.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/list.pyx b/efl/elementary/list.pyx index 35a6fad..a084c3c 100644 --- a/efl/elementary/list.pyx +++ b/efl/elementary/list.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/map.pyx b/efl/elementary/map.pyx index 83b6e31..ceab8d2 100644 --- a/efl/elementary/map.pyx +++ b/efl/elementary/map.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/mapbuf.pyx b/efl/elementary/mapbuf.pyx index f414c62..1b64061 100644 --- a/efl/elementary/mapbuf.pyx +++ b/efl/elementary/mapbuf.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/menu.pyx b/efl/elementary/menu.pyx index 7a406c5..9e176bc 100644 --- a/efl/elementary/menu.pyx +++ b/efl/elementary/menu.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/multibuttonentry.pyx b/efl/elementary/multibuttonentry.pyx index a244c70..65c5f23 100644 --- a/efl/elementary/multibuttonentry.pyx +++ b/efl/elementary/multibuttonentry.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/naviframe.pyx b/efl/elementary/naviframe.pyx index d9245ba..e66d3f0 100644 --- a/efl/elementary/naviframe.pyx +++ b/efl/elementary/naviframe.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/need.pyx b/efl/elementary/need.pyx index 3637f6b..bb73e62 100644 --- a/efl/elementary/need.pyx +++ b/efl/elementary/need.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/notify.pyx b/efl/elementary/notify.pyx index 3984aeb..0cebea0 100644 --- a/efl/elementary/notify.pyx +++ b/efl/elementary/notify.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/object.pxd b/efl/elementary/object.pxd index 4c68e2d..682ede7 100644 --- a/efl/elementary/object.pxd +++ b/efl/elementary/object.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/object.pyx b/efl/elementary/object.pyx index de1c695..28be57a 100644 --- a/efl/elementary/object.pyx +++ b/efl/elementary/object.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/object_item.pyx b/efl/elementary/object_item.pyx index eeea4d2..73a0c1a 100644 --- a/efl/elementary/object_item.pyx +++ b/efl/elementary/object_item.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/panel.pyx b/efl/elementary/panel.pyx index b406bf6..0df85b3 100644 --- a/efl/elementary/panel.pyx +++ b/efl/elementary/panel.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/panes.pyx b/efl/elementary/panes.pyx index 42c064d..630f2c1 100644 --- a/efl/elementary/panes.pyx +++ b/efl/elementary/panes.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/photo.pyx b/efl/elementary/photo.pyx index ba8bf9d..a054a1c 100644 --- a/efl/elementary/photo.pyx +++ b/efl/elementary/photo.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/photocam.pyx b/efl/elementary/photocam.pyx index a1f2878..e978487 100644 --- a/efl/elementary/photocam.pyx +++ b/efl/elementary/photocam.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/plug.pyx b/efl/elementary/plug.pyx index d6f42c5..8cb727c 100644 --- a/efl/elementary/plug.pyx +++ b/efl/elementary/plug.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/popup.pyx b/efl/elementary/popup.pyx index 169209b..b4cc2ca 100644 --- a/efl/elementary/popup.pyx +++ b/efl/elementary/popup.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/progressbar.pyx b/efl/elementary/progressbar.pyx index d539201..8882a5a 100644 --- a/efl/elementary/progressbar.pyx +++ b/efl/elementary/progressbar.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/radio.pyx b/efl/elementary/radio.pyx index 0d6d113..39f7296 100644 --- a/efl/elementary/radio.pyx +++ b/efl/elementary/radio.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/scroller.pyx b/efl/elementary/scroller.pyx index 4a32829..6677606 100644 --- a/efl/elementary/scroller.pyx +++ b/efl/elementary/scroller.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/segment_control.pyx b/efl/elementary/segment_control.pyx index 18a0f5a..c46a4e6 100644 --- a/efl/elementary/segment_control.pyx +++ b/efl/elementary/segment_control.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/separator.pyx b/efl/elementary/separator.pyx index b7b0f65..90bcbce 100644 --- a/efl/elementary/separator.pyx +++ b/efl/elementary/separator.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/slider.pyx b/efl/elementary/slider.pyx index 06db6f5..25be424 100644 --- a/efl/elementary/slider.pyx +++ b/efl/elementary/slider.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/slideshow.pyx b/efl/elementary/slideshow.pyx index 2486928..06d1fc1 100644 --- a/efl/elementary/slideshow.pyx +++ b/efl/elementary/slideshow.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/spinner.pyx b/efl/elementary/spinner.pyx index f2e824b..6efad99 100644 --- a/efl/elementary/spinner.pyx +++ b/efl/elementary/spinner.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/store.pyx b/efl/elementary/store.pyx index b3d9757..2807f37 100644 --- a/efl/elementary/store.pyx +++ b/efl/elementary/store.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/table.pyx b/efl/elementary/table.pyx index 50b2dea..a13616d 100644 --- a/efl/elementary/table.pyx +++ b/efl/elementary/table.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/theme.pyx b/efl/elementary/theme.pyx index dd79f58..6f3bb0a 100644 --- a/efl/elementary/theme.pyx +++ b/efl/elementary/theme.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/thumb.pyx b/efl/elementary/thumb.pyx index 614b8b8..48d7f6a 100644 --- a/efl/elementary/thumb.pyx +++ b/efl/elementary/thumb.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/toolbar.pyx b/efl/elementary/toolbar.pyx index 6b04029..af3d725 100644 --- a/efl/elementary/toolbar.pyx +++ b/efl/elementary/toolbar.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/transit.pyx b/efl/elementary/transit.pyx index 034fd23..156880b 100644 --- a/efl/elementary/transit.pyx +++ b/efl/elementary/transit.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/video.pyx b/efl/elementary/video.pyx index dbadb02..d76ba54 100644 --- a/efl/elementary/video.pyx +++ b/efl/elementary/video.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/web.pyx b/efl/elementary/web.pyx index 16ff955..74acf48 100644 --- a/efl/elementary/web.pyx +++ b/efl/elementary/web.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/elementary/window.pyx b/efl/elementary/window.pyx index 849bec2..71ae407 100644 --- a/efl/elementary/window.pyx +++ b/efl/elementary/window.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/emotion/efl.emotion.pyx b/efl/emotion/efl.emotion.pyx index 619cd30..8cf66cb 100644 --- a/efl/emotion/efl.emotion.pyx +++ b/efl/emotion/efl.emotion.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/eo/efl.eo.pyx b/efl/eo/efl.eo.pyx index 2b140a8..238ff32 100644 --- a/efl/eo/efl.eo.pyx +++ b/efl/eo/efl.eo.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ethumb/efl.ethumb.pyx b/efl/ethumb/efl.ethumb.pyx index 497d044..9f6f831 100644 --- a/efl/ethumb/efl.ethumb.pyx +++ b/efl/ethumb/efl.ethumb.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/ethumb/efl.ethumb_client.pyx b/efl/ethumb/efl.ethumb_client.pyx index 4a0ef8e..f46f29b 100644 --- a/efl/ethumb/efl.ethumb_client.pyx +++ b/efl/ethumb/efl.ethumb_client.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas.pyx b/efl/evas/efl.evas.pyx index d989aaa..edd12f4 100644 --- a/efl/evas/efl.evas.pyx +++ b/efl/evas/efl.evas.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_canvas.pxi b/efl/evas/efl.evas_canvas.pxi index c70fa30..d233543 100644 --- a/efl/evas/efl.evas_canvas.pxi +++ b/efl/evas/efl.evas_canvas.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_canvas_callbacks.pxi b/efl/evas/efl.evas_canvas_callbacks.pxi index 4c79653..6d11cf7 100644 --- a/efl/evas/efl.evas_canvas_callbacks.pxi +++ b/efl/evas/efl.evas_canvas_callbacks.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_map.pxi b/efl/evas/efl.evas_map.pxi index 13ac3c7..c05b914 100644 --- a/efl/evas/efl.evas_map.pxi +++ b/efl/evas/efl.evas_map.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object.pxi b/efl/evas/efl.evas_object.pxi index cad20a8..a01a32c 100644 --- a/efl/evas/efl.evas_object.pxi +++ b/efl/evas/efl.evas_object.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_box.pxi b/efl/evas/efl.evas_object_box.pxi index 8a62591..07e838f 100644 --- a/efl/evas/efl.evas_object_box.pxi +++ b/efl/evas/efl.evas_object_box.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_callbacks.pxi b/efl/evas/efl.evas_object_callbacks.pxi index dedacec..0de1b82 100644 --- a/efl/evas/efl.evas_object_callbacks.pxi +++ b/efl/evas/efl.evas_object_callbacks.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_events.pxi b/efl/evas/efl.evas_object_events.pxi index cb95d68..9d27f0f 100644 --- a/efl/evas/efl.evas_object_events.pxi +++ b/efl/evas/efl.evas_object_events.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_grid.pxi b/efl/evas/efl.evas_object_grid.pxi index 6fab7dc..5d3d093 100644 --- a/efl/evas/efl.evas_object_grid.pxi +++ b/efl/evas/efl.evas_object_grid.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_image.pxi b/efl/evas/efl.evas_object_image.pxi index e77f418..f35b5e6 100644 --- a/efl/evas/efl.evas_object_image.pxi +++ b/efl/evas/efl.evas_object_image.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_line.pxi b/efl/evas/efl.evas_object_line.pxi index 7a7c341..bd8033c 100644 --- a/efl/evas/efl.evas_object_line.pxi +++ b/efl/evas/efl.evas_object_line.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_polygon.pxi b/efl/evas/efl.evas_object_polygon.pxi index bd2b85e..a289d00 100644 --- a/efl/evas/efl.evas_object_polygon.pxi +++ b/efl/evas/efl.evas_object_polygon.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_rectangle.pxi b/efl/evas/efl.evas_object_rectangle.pxi index 7a99da8..949a21b 100644 --- a/efl/evas/efl.evas_object_rectangle.pxi +++ b/efl/evas/efl.evas_object_rectangle.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_smart.pxi b/efl/evas/efl.evas_object_smart.pxi index d9f249d..2ef79ed 100644 --- a/efl/evas/efl.evas_object_smart.pxi +++ b/efl/evas/efl.evas_object_smart.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_table.pxi b/efl/evas/efl.evas_object_table.pxi index b4fb531..fea9521 100644 --- a/efl/evas/efl.evas_object_table.pxi +++ b/efl/evas/efl.evas_object_table.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_text.pxi b/efl/evas/efl.evas_object_text.pxi index 0f5754f..bc2ec95 100644 --- a/efl/evas/efl.evas_object_text.pxi +++ b/efl/evas/efl.evas_object_text.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_textblock.pxi b/efl/evas/efl.evas_object_textblock.pxi index 2daad89..8ae86a6 100644 --- a/efl/evas/efl.evas_object_textblock.pxi +++ b/efl/evas/efl.evas_object_textblock.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_object_textgrid.pxi b/efl/evas/efl.evas_object_textgrid.pxi index 36b017d..7161c1c 100644 --- a/efl/evas/efl.evas_object_textgrid.pxi +++ b/efl/evas/efl.evas_object_textgrid.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/efl.evas_rect.pxi b/efl/evas/efl.evas_rect.pxi index fa89101..1856af2 100644 --- a/efl/evas/efl.evas_rect.pxi +++ b/efl/evas/efl.evas_rect.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/evas/smart_object_metaclass.pxi b/efl/evas/smart_object_metaclass.pxi index b51bd5e..2907018 100644 --- a/efl/evas/smart_object_metaclass.pxi +++ b/efl/evas/smart_object_metaclass.pxi @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/utils/conversions.pyx b/efl/utils/conversions.pyx index 400801d..e413851 100644 --- a/efl/utils/conversions.pyx +++ b/efl/utils/conversions.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/utils/deprecated.pyx b/efl/utils/deprecated.pyx index 7b0b4f2..a46ddd3 100644 --- a/efl/utils/deprecated.pyx +++ b/efl/utils/deprecated.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/efl/utils/logger.pyx b/efl/utils/logger.pyx index 6831a6a..bad7aa5 100644 --- a/efl/utils/logger.pyx +++ b/efl/utils/logger.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index d82e47f..c1cb2f8 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.edje.pxd b/include/efl.edje.pxd index 8e2d6f5..b18ff4a 100644 --- a/include/efl.edje.pxd +++ b/include/efl.edje.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.edje_edit.pxd b/include/efl.edje_edit.pxd index e64356a..0faa21a 100644 --- a/include/efl.edje_edit.pxd +++ b/include/efl.edje_edit.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.eina.pxd b/include/efl.eina.pxd index e87a798..d9f4645 100644 --- a/include/efl.eina.pxd +++ b/include/efl.eina.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.emotion.pxd b/include/efl.emotion.pxd index 23fb619..689dada 100644 --- a/include/efl.emotion.pxd +++ b/include/efl.emotion.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.eo.enums.pxd b/include/efl.eo.enums.pxd index cad19b3..d1aaae5 100644 --- a/include/efl.eo.enums.pxd +++ b/include/efl.eo.enums.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.eo.pxd b/include/efl.eo.pxd index 3e8e2b1..4b3af1c 100644 --- a/include/efl.eo.pxd +++ b/include/efl.eo.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.ethumb.pxd b/include/efl.ethumb.pxd index d53a9b9..7f4aab2 100644 --- a/include/efl.ethumb.pxd +++ b/include/efl.ethumb.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.ethumb_client.pxd b/include/efl.ethumb_client.pxd index d5bae1e..6d1f021 100644 --- a/include/efl.ethumb_client.pxd +++ b/include/efl.ethumb_client.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.evas.enums.pxd b/include/efl.evas.enums.pxd index 396a492..4fa427f 100644 --- a/include/efl.evas.enums.pxd +++ b/include/efl.evas.enums.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.evas.pxd b/include/efl.evas.pxd index f71db5b..e95f330 100644 --- a/include/efl.evas.pxd +++ b/include/efl.evas.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.utils.conversions.pxd b/include/efl.utils.conversions.pxd index 2003ca5..0bab55e 100644 --- a/include/efl.utils.conversions.pxd +++ b/include/efl.utils.conversions.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.utils.deprecated.pxd b/include/efl.utils.deprecated.pxd index d672a14..0990712 100644 --- a/include/efl.utils.deprecated.pxd +++ b/include/efl.utils.deprecated.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. # diff --git a/include/efl.utils.logger.pxd b/include/efl.utils.logger.pxd index 259b24b..a2c377d 100644 --- a/include/efl.utils.logger.pxd +++ b/include/efl.utils.logger.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 various contributors (see AUTHORS) +# Copyright (C) 2007-2015 various contributors (see AUTHORS) # # This file is part of Python-EFL. #