we're in 2018

This commit is contained in:
Boris Faure 2018-01-17 20:34:35 +01:00
parent 0676871497
commit 4f87249016
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Copyright notice for Terminology (BSD 2-Clause License):
Copyright (C) 2012-2016 Carsten Haitzler and various contributors (see AUTHORS)
Copyright (C) 2012-2018 Carsten Haitzler and various contributors (see AUTHORS)
All rights reserved.

View File

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

View File

@ -403,7 +403,7 @@ static void
_translate_options(void)
{
options.copyright = eina_stringshare_printf(gettext(options.copyright),
2017);
2018);
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-2017 Carsten Haitzler and others";
options.copyright = "(C) 2012-2018 Carsten Haitzler and others";
#endif
_log_domain = eina_log_domain_register("terminology", NULL);