mirror of
http://git.enlightenment.org/enlightenment/terminology.git
synced 2026-02-10 11:52:31 +02:00
we're in 2015
This commit is contained in:
2
COPYING
2
COPYING
@@ -1,6 +1,6 @@
|
||||
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.
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term,
|
||||
"<br>"
|
||||
"%s" // LICENSE
|
||||
),
|
||||
PACKAGE_VERSION, 2014,
|
||||
PACKAGE_VERSION, 2015,
|
||||
"Carsten Haitzler<br>"
|
||||
"Boris Faure<br>"
|
||||
"Gustavo Sverzut Barbieri<br>"
|
||||
|
||||
@@ -404,7 +404,7 @@ static void
|
||||
_translate_options(void)
|
||||
{
|
||||
options.copyright = eina_stringshare_printf(gettext(options.copyright),
|
||||
2014);
|
||||
2015);
|
||||
|
||||
Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
|
||||
while ((desc->shortname != '\0') || (desc->longname)
|
||||
@@ -537,7 +537,7 @@ elm_main(int argc, char **argv)
|
||||
textdomain(PACKAGE);
|
||||
_translate_options();
|
||||
#else
|
||||
options.copyright = "(C) 2012-2014 Carsten Haitzler and others";
|
||||
options.copyright = "(C) 2012-2015 Carsten Haitzler and others";
|
||||
#endif
|
||||
|
||||
_log_domain = eina_log_domain_register("terminology", NULL);
|
||||
|
||||
Reference in New Issue
Block a user