billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=50c14419e0002a29a3a36aaab6cd6e06c27fc056
commit 50c14419e0002a29a3a36aaab6cd6e06c27fc056 Author: Boris Faure <[email protected]> Date: Sun Aug 20 19:45:21 2017 +0200 we're in 2017! --- src/bin/about.c | 2 +- src/bin/main.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/about.c b/src/bin/about.c index 3247dad..4e864bd 100644 --- a/src/bin/about.c +++ b/src/bin/about.c @@ -72,7 +72,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term, "<br>" "%s" // LICENSE ), - PACKAGE_VERSION, 2016, + PACKAGE_VERSION, 2017, "Boris Faure<br>" "Carsten Haitzler<br>" "Gustavo Sverzut Barbieri<br>" diff --git a/src/bin/main.c b/src/bin/main.c index 0f2f7e5..2875c5a 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -402,7 +402,7 @@ static void _translate_options(void) { options.copyright = eina_stringshare_printf(gettext(options.copyright), - 2016); + 2017); Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; while ((desc->shortname != '\0') || (desc->longname) @@ -579,7 +579,7 @@ elm_main(int argc, char **argv) textdomain(PACKAGE); _translate_options(); #else - options.copyright = "(C) 2012-2016 Carsten Haitzler and others"; + options.copyright = "(C) 2012-2017 Carsten Haitzler and others"; #endif _log_domain = eina_log_domain_register("terminology", NULL); --
