[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update authors and copyrights
noreply at xfce.org
noreply at xfce.org
Tue Jul 19 10:07:28 CEST 2016
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 eed1fc3d4033e408bf4e619033e91cd7c9b339c6
Author: Igor <f2404 at yandex.ru>
Date: Tue Jul 19 11:07:22 2016 +0300
Update authors and copyrights
---
AUTHORS | 1 +
doc/xfce4-terminal.1.xml | 8 ++++++++
terminal/main.c | 7 ++++---
terminal/terminal-util.c | 4 +++-
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index c68cb7c..6b9eaf8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
Benedikt Meurer <benny at xfce.org>
Francois Le Clainche <fleclainche at wanadoo.fr>
Nick Schermer <nick at xfce.org>
+Igor Zakharov <f2404 at yandex.ru>
Some pieces of code where adopted from gnome-terminal (e.g. the DnD code
is based on the code found in gnome-terminal, also parts of the geometry
diff --git a/doc/xfce4-terminal.1.xml b/doc/xfce4-terminal.1.xml
index 17f8566..d51ea8f 100644
--- a/doc/xfce4-terminal.1.xml
+++ b/doc/xfce4-terminal.1.xml
@@ -12,6 +12,14 @@
<authorgroup>
<author>
<contrib>Developer</contrib>
+ <firstname>Igor</firstname>
+ <surname>Zakharov</surname>
+ <affiliation>
+ <address><email>f2404 at yandex.ru</email></address>
+ </affiliation>
+ </author>
+ <author>
+ <contrib>Developer</contrib>
<firstname>Nick</firstname>
<surname>Schermer</surname>
<affiliation>
diff --git a/terminal/main.c b/terminal/main.c
index 93f8d40..2bd678a 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -192,10 +192,11 @@ 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-2012");
+ g_print ("%s\n", "Copyright (c) 2003-2016");
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\n", _("and Nick Schermer <nick at xfce.org>."));
+ g_print ("%s\n", _("Written by Benedikt Meurer <benny at xfce.org>,"));
+ g_print ("%s\n", _("Nick Schermer <nick at xfce.org>"));
+ g_print ("%s\n\n", _("and Igor Zakharov <f2404 at yandex.ru>."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print ("\n");
diff --git a/terminal/terminal-util.c b/terminal/terminal-util.c
index 9a7eb77..5912a5f 100644
--- a/terminal/terminal-util.c
+++ b/terminal/terminal-util.c
@@ -55,6 +55,7 @@ terminal_util_show_about_dialog (GtkWindow *parent)
{
"Benedikt Meurer <benny at xfce.org>",
"Nick Schermer <nick at xfce.org>",
+ "Igor Zakharov <f2404 at yandex.ru>",
NULL,
};
@@ -79,7 +80,8 @@ terminal_util_show_about_dialog (GtkWindow *parent)
"comments", _("Xfce Terminal Emulator"),
"documenters", documenters,
"copyright", "Copyright \302\251 2003-2008 Benedikt Meurer\n"
- "Copyright \302\251 2007-2012 Nick Schermer",
+ "Copyright \302\251 2007-2012 Nick Schermer\n"
+ "Copyright \302\251 2016 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