[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update years

noreply at xfce.org noreply at xfce.org
Sun Mar 29 20:42:41 CEST 2020


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit e7f36c7faff83e4c8e174c69dec96c7c95199150
Author: Igor <f2404 at yandex.ru>
Date:   Sun Mar 29 14:42:32 2020 -0400

    Update years
---
 terminal/main.c          | 2 +-
 terminal/terminal-util.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/main.c b/terminal/main.c
index 9252852..1039bf2 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -208,7 +208,7 @@ main (int argc, char **argv)
   if (G_UNLIKELY (options.show_version))
     {
       g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
-      g_print ("%s\n", "Copyright (c) 2003-2019");
+      g_print ("%s\n", "Copyright (c) 2003-2020");
       g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
       g_print ("%s\n", _("Written by Benedikt Meurer <benny at xfce.org>,"));
       g_print ("%s\n", _("Nick Schermer <nick at xfce.org>"));
diff --git a/terminal/terminal-util.c b/terminal/terminal-util.c
index 2a638ca..132a564 100644
--- a/terminal/terminal-util.c
+++ b/terminal/terminal-util.c
@@ -81,7 +81,7 @@ terminal_util_show_about_dialog (GtkWindow *parent)
                          "documenters", documenters,
                          "copyright", "Copyright \302\251 2003-2008 Benedikt Meurer\n"
                                       "Copyright \302\251 2007-2012 Nick Schermer\n"
-                                      "Copyright \302\251 2016-2019 Igor Zakharov",
+                                      "Copyright \302\251 2016-2020 Igor Zakharov",
                          "license", XFCE_LICENSE_GPL,
                          "logo-icon-name", "utilities-terminal",
                          "program-name", PACKAGE_NAME,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list