we're in 2016!

This commit is contained in:
Boris Faure 2016-02-07 16:29:43 +01:00
parent 089bcbbc2b
commit 91842fee8a
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Copyright notice for Terminology (BSD 2-Clause License): 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. All rights reserved.

View File

@ -69,7 +69,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term,
"<br>" "<br>"
"%s" // LICENSE "%s" // LICENSE
), ),
PACKAGE_VERSION, 2015, PACKAGE_VERSION, 2016,
"Boris Faure<br>" "Boris Faure<br>"
"Carsten Haitzler<br>" "Carsten Haitzler<br>"
"Gustavo Sverzut Barbieri<br>" "Gustavo Sverzut Barbieri<br>"

View File

@ -403,7 +403,7 @@ static void
_translate_options(void) _translate_options(void)
{ {
options.copyright = eina_stringshare_printf(gettext(options.copyright), options.copyright = eina_stringshare_printf(gettext(options.copyright),
2015); 2016);
Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
while ((desc->shortname != '\0') || (desc->longname) while ((desc->shortname != '\0') || (desc->longname)
@ -580,7 +580,7 @@ elm_main(int argc, char **argv)
textdomain(PACKAGE); textdomain(PACKAGE);
_translate_options(); _translate_options();
#else #else
options.copyright = "(C) 2012-2015 Carsten Haitzler and others"; options.copyright = "(C) 2012-2016 Carsten Haitzler and others";
#endif #endif
_log_domain = eina_log_domain_register("terminology", NULL); _log_domain = eina_log_domain_register("terminology", NULL);