[gnome-commander] Added myself to the list of authors and documenters



commit ff0a72fb74fdcaf0f1cf2b4f3dc08e9b0c6d1bfb
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Tue Jan 7 21:44:17 2014 +0100

    Added myself to the list of authors and documenters

 AUTHORS                       |    1 +
 src/gnome-cmd-user-actions.cc |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 36f0153..a8dd110 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,6 +2,7 @@ Developers:
                Marcus Bjurman <marbj499 student liu se>
                Piotr Eljasiak <epiotr use pl>
                Assaf Gordon <agordon88 gmail com>
+               Uwe Scholz <u scholz83 gmx de>
 
 Project home maintainer:
                Magnus Stålnacke <jemamo telia com>
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 13be650..e08c820 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -2017,6 +2017,7 @@ void help_about (GtkMenuItem *menuitem, gpointer not_used)
         "Marcus Bjurman <marbj499 student liu se>",
         "Piotr Eljasiak <epiotr use pl>",
         "Assaf Gordon <agordon88 gmail com>",
+        "Uwe Scholz <u scholz83 gmx de>",
         NULL
     };
 
@@ -2024,11 +2025,13 @@ void help_about (GtkMenuItem *menuitem, gpointer not_used)
         "Marcus Bjurman <marbj499 student liu se>",
         "Piotr Eljasiak <epiotr use pl>",
         "Laurent Coudeur <laurentc eircom net>",
+        "Uwe Scholz <u scholz83 gmx de>",
         NULL
     };
 
     static const gchar copyright[] = "Copyright \xc2\xa9 2001-2006 Marcus Bjurman\n"
-                                     "Copyright \xc2\xa9 2007-2012 Piotr Eljasiak";
+                                     "Copyright \xc2\xa9 2007-2012 Piotr Eljasiak\n";
+                                     "Copyright \xc2\xa9 2013-2014 Uwe Scholz";
 
     static const gchar comments[] = N_("A fast and powerful file manager for the GNOME desktop");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]