billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=14e501c15abb6db58fe1e204fbb1a6ec91c59177

commit 14e501c15abb6db58fe1e204fbb1a6ec91c59177
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Jan 23 21:26:54 2019 +0100

    we're in 2019
---
 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 538e0fa..b802dc5 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 Copyright notice for Terminology (BSD 2-Clause License):
 
-Copyright (C) 2012-2018 Carsten Haitzler and various contributors (see AUTHORS)
+Copyright (C) 2012-2019 Carsten Haitzler and various contributors (see AUTHORS)
 
 All rights reserved.
 
diff --git a/src/bin/about.c b/src/bin/about.c
index 7fa6736..1a46b53 100644
--- a/src/bin/about.c
+++ b/src/bin/about.c
@@ -96,7 +96,7 @@ about_show(Evas_Object *win, Evas_Object *base, Evas_Object 
*term,
          "<br>"
          "%s" // LICENSE
          ),
-      PACKAGE_VERSION, 2018,
+      PACKAGE_VERSION, 2019,
       "Boris Faure<br>"
       "Carsten Haitzler<br>"
       "Gustavo Sverzut Barbieri<br>"
diff --git a/src/bin/main.c b/src/bin/main.c
index e26cd7c..b511c78 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -423,7 +423,7 @@ static void
 _translate_options(void)
 {
    options.copyright = eina_stringshare_printf(gettext(options.copyright),
-                                               2018);
+                                               2019);
 
    Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
    while ((desc->shortname != '\0') || (desc->longname) ||
@@ -569,7 +569,7 @@ elm_main(int argc, char **argv)
    textdomain(PACKAGE);
    _translate_options();
 #else
-   options.copyright = "(C) 2012-2018 Carsten Haitzler and others";
+   options.copyright = "(C) 2012-2019 Carsten Haitzler and others";
 #endif
 
    _log_domain = eina_log_domain_register("terminology", NULL);

-- 


Reply via email to