we're in 2017!

This commit is contained in:
Boris Faure 2017-08-20 19:45:21 +02:00
parent 346b9192cc
commit 50c14419e0
2 changed files with 3 additions and 3 deletions

View File

@ -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>"

View File

@ -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);