[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update copyright years
noreply at xfce.org
noreply at xfce.org
Mon Apr 8 02:43:54 CEST 2019
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 10353020a7b6f8c635991c8ef0dcb15ee4b0f40c
Author: Igor <f2404 at yandex.ru>
Date: Sun Apr 7 20:43:41 2019 -0400
Update copyright 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 772d9b0..9252852 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-2018");
+ g_print ("%s\n", "Copyright (c) 2003-2019");
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 3669269..2a638ca 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-2018 Igor Zakharov",
+ "Copyright \302\251 2016-2019 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