seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=7169bbd0013b8c31bc098f8b20beeea90f0821c7

commit 7169bbd0013b8c31bc098f8b20beeea90f0821c7
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Feb 4 08:12:25 2015 +0900

    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<br>"
                        "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,

-- 


Reply via email to