[Xfce4-commits] <terminal:master> Update copyrights.

Nick Schermer noreply at xfce.org
Wed Jan 27 16:18:01 CET 2010


Updating branch refs/heads/master
         to 829e54bdc9629c59702f486c4cee9f7fba33c44a (commit)
       from 8394cce333ed096f586bf75d14cab754073a295c (commit)

commit 829e54bdc9629c59702f486c4cee9f7fba33c44a
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jan 27 16:16:06 2010 +0100

    Update copyrights.

 AUTHORS                     |    1 +
 terminal/terminal-dialogs.c |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 251282c..c68cb7c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
 Benedikt Meurer <benny at xfce.org>
 Francois Le Clainche <fleclainche at wanadoo.fr>
+Nick Schermer <nick at xfce.org>
 
 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/terminal/terminal-dialogs.c b/terminal/terminal-dialogs.c
index ea54c58..c9d100c 100644
--- a/terminal/terminal-dialogs.c
+++ b/terminal/terminal-dialogs.c
@@ -60,6 +60,7 @@ terminal_dialogs_show_about (GtkWindow *parent)
   {
     "Benedikt Meurer <benny at xfce.org>",
     "Andrew Conkling <andrewski at fr.st>",
+    "Nick Schermer <nick at xfce.org>",
     NULL,
   };
 
@@ -85,7 +86,8 @@ terminal_dialogs_show_about (GtkWindow *parent)
                          "artists", artists,
                          "comments", _("Xfce Terminal Emulator"),
                          "documenters", documenters,
-                         "copyright", "Copyright \302\251 2003-2010 Benedikt Meurer",
+                         "copyright", "Copyright \302\251 2003-2008 Benedikt Meurer\n"
+                                      "Copyright \302\251 2007-2010 Nick Schermer",
                          "license", XFCE_LICENSE_GPL,
                          "logo", logo,
                          "program-name", PACKAGE_NAME,



More information about the Xfce4-commits mailing list