we're in 2015

This commit is contained in:
Boris Faure 2015-02-03 20:44:46 +01:00
parent 22500d8b7c
commit bae16a33b9
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-2014 Carsten Haitzler and various contributors (see AUTHORS) Copyright (C) 2012-2015 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, 2014, PACKAGE_VERSION, 2015,
"Carsten Haitzler<br>" "Carsten Haitzler<br>"
"Boris Faure<br>" "Boris Faure<br>"
"Gustavo Sverzut Barbieri<br>" "Gustavo Sverzut Barbieri<br>"

View File

@ -404,7 +404,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),
2014); 2015);
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)
@ -537,7 +537,7 @@ elm_main(int argc, char **argv)
textdomain(PACKAGE); textdomain(PACKAGE);
_translate_options(); _translate_options();
#else #else
options.copyright = "(C) 2012-2014 Carsten Haitzler and others"; options.copyright = "(C) 2012-2015 Carsten Haitzler and others";
#endif #endif
_log_domain = eina_log_domain_register("terminology", NULL); _log_domain = eina_log_domain_register("terminology", NULL);