From 7169bbd0013b8c31bc098f8b20beeea90f0821c7 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 4 Feb 2015 08:12:25 +0900 Subject: [PATCH] ETV: Bump up the year to 2015. --- src/bin/gui.c | 2 +- src/bin/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/gui.c b/src/bin/gui.c index 256ee90..3c853c1 100644 --- a/src/bin/gui.c +++ b/src/bin/gui.c @@ -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
" "by Daniel Juyung Seo."); btn = elm_button_add(o); diff --git a/src/bin/main.c b/src/bin/main.c index 19b6a03..68839a3 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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,