Skip to content

Commit

Permalink
update copyright to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Apr 17, 2020
1 parent 0b48853 commit d06ac1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright notice for Terminology (BSD 2-Clause License):

Copyright (C) 2012-2019 Carsten Haitzler and various contributors (see AUTHORS)
Copyright (C) 2012-2020 Carsten Haitzler and various contributors (see AUTHORS)

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion src/bin/about.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ about_show(Evas_Object *win, Evas_Object *base, Evas_Object *term,
"<br>"
"%s" // LICENSE
),
PACKAGE_VERSION, 2019,
PACKAGE_VERSION, 2020,
"Boris Faure<br>"
"Carsten Haitzler<br>"
"Gustavo Sverzut Barbieri<br>"
Expand Down
4 changes: 2 additions & 2 deletions src/bin/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static void
_translate_options(void)
{
options.copyright = eina_stringshare_printf(gettext(options.copyright),
2019);
2020);

Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
while ((desc->shortname != '\0') || (desc->longname) ||
Expand Down Expand Up @@ -867,7 +867,7 @@ elm_main(int argc, char **argv)
textdomain(PACKAGE);
_translate_options();
#else
options.copyright = "(C) 2012-2019 Carsten Haitzler and others";
options.copyright = "(C) 2012-2020 Carsten Haitzler and others";
#endif

_log_domain = eina_log_domain_register("terminology", NULL);
Expand Down

0 comments on commit d06ac1c

Please sign in to comment.