[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update copyright years
noreply at xfce.org
noreply at xfce.org
Mon Jan 16 10:08:56 CET 2017
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit ecff1a2d415bef8dc0d5a639b75af72c1f98d860
Author: Igor <f2404 at yandex.ru>
Date: Mon Jan 16 12:08:50 2017 +0300
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 25324b7..f054041 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -197,7 +197,7 @@ main (int argc, char **argv)
if (G_UNLIKELY (show_version))
{
g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2003-2016");
+ g_print ("%s\n", "Copyright (c) 2003-2017");
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 1e3ff37..3ca4e6b 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 Igor Zakharov",
+ "Copyright \302\251 2016-2017 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