billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=91842fee8acc81c2b7659dd7a5a8b2f490a250ed

commit 91842fee8acc81c2b7659dd7a5a8b2f490a250ed
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Feb 7 16:29:43 2016 +0100

    we're in 2016!
---
 COPYING         | 2 +-
 src/bin/about.c | 2 +-
 src/bin/main.c  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/COPYING b/COPYING
index 5e3dedf..1d5114c 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 Copyright notice for Terminology (BSD 2-Clause License):
 
-Copyright (C) 2012-2015 Carsten Haitzler and various contributors (see AUTHORS)
+Copyright (C) 2012-2016 Carsten Haitzler and various contributors (see AUTHORS)
 
 All rights reserved.
 
diff --git a/src/bin/about.c b/src/bin/about.c
index 670f63e..d1608b2 100644
--- a/src/bin/about.c
+++ b/src/bin/about.c
@@ -69,7 +69,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object 
*term,
               "<br>"
               "%s" // LICENSE
               ),
-              PACKAGE_VERSION, 2015,
+              PACKAGE_VERSION, 2016,
               "Boris Faure<br>"
               "Carsten Haitzler<br>"
               "Gustavo Sverzut Barbieri<br>"
diff --git a/src/bin/main.c b/src/bin/main.c
index 09e2899..5a76422 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -403,7 +403,7 @@ static void
 _translate_options(void)
 {
    options.copyright = eina_stringshare_printf(gettext(options.copyright),
-                                               2015);
+                                               2016);
 
    Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
    while ((desc->shortname != '\0') || (desc->longname)
@@ -580,7 +580,7 @@ elm_main(int argc, char **argv)
    textdomain(PACKAGE);
    _translate_options();
 #else
-   options.copyright = "(C) 2012-2015 Carsten Haitzler and others";
+   options.copyright = "(C) 2012-2016 Carsten Haitzler and others";
 #endif
 
    _log_domain = eina_log_domain_register("terminology", NULL);

-- 


Reply via email to