From d06ac1c26292470c7a0e1f9a4dcdee32a89ec39c Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 17 Apr 2020 23:10:45 +0200 Subject: [PATCH] update copyright to 2020 --- COPYING | 2 +- src/bin/about.c | 2 +- src/bin/main.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index b802dc51..c722915d 100644 --- a/COPYING +++ b/COPYING @@ -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. diff --git a/src/bin/about.c b/src/bin/about.c index ce686347..7032ae47 100644 --- a/src/bin/about.c +++ b/src/bin/about.c @@ -97,7 +97,7 @@ about_show(Evas_Object *win, Evas_Object *base, Evas_Object *term, "
" "%s" // LICENSE ), - PACKAGE_VERSION, 2019, + PACKAGE_VERSION, 2020, "Boris Faure
" "Carsten Haitzler
" "Gustavo Sverzut Barbieri
" diff --git a/src/bin/main.c b/src/bin/main.c index 86335262..6aa59180 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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) || @@ -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);