ETV: Bump up the year to 2015.

This commit is contained in:
Daniel Juyung Seo 2015-02-04 08:12:25 +09:00
parent ba0fa6a2fd
commit 7169bbd001
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ _toolbar_about_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
o = elm_popup_add(gd->win);
elm_object_part_text_set(o, "title,text", "About");
elm_object_text_set(o, "Elm Theme Viewer v0.1 "
"@copyright 2012-2014. "
"@copyright 2012-2015. "
"Elm Theme Viewer team led<br>"
"by Daniel Juyung Seo.");
btn = elm_button_add(o);

View File

@ -7,7 +7,7 @@ static const Ecore_Getopt options = {
PACKAGE_NAME,
"%prog [options]",
PACKAGE_VERSION,
"(C) 2012-2014 Daniel Juyung Seo and others",
"(C) 2012-2015 Daniel Juyung Seo and others",
"BSD 2-Clause",
"Elementary theme previewer written with Enlightenment Foundation Libraries.",
EINA_TRUE,