From a8237222fcee35c3614ae97d7a73fe9626da5cc2 Mon Sep 17 00:00:00 2001
From: Jannis Pohlmann <jannis@xfce.org>
Date: Sat, 9 Jan 2010 01:11:17 +0100
Subject: [PATCH] Not quite 1.1.0 yet: Update the about dialog copyright
 information.

---
 thunar/thunar-dialogs.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 6df43bc8c..fecaac4c7 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -1,7 +1,7 @@
 /* $Id$ */
 /*-
  * Copyright (c) 2005-2007 Benedikt Meurer <benny@xfce.org>
- * Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>
+ * Copyright (c) 2009-2010 Jannis Pohlmann <jannis@xfce.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -189,12 +189,16 @@ thunar_dialogs_show_about (GtkWindow   *parent,
   static const gchar *authors[] =
   {
     "Benedikt Meurer <benny@xfce.org>",
+    "Jannis Pohlmann <jannis@xfce.org>",
+    "Nick Schermer <nick@xfce.org>",
     NULL,
   };
   
   static const gchar *documenters[] =
   {
     "Benedikt Meurer <benny@xfce.org>",
+    "Jannis Pohlmann <jannis@xfce.org>",
+    "Nick Schermer <nick@xfce.org>",
     NULL,
   };
 
@@ -223,7 +227,9 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "artists", artists,
                          "authors", authors,
                          "comments", comments,
-                         "copyright", "Copyright \302\251 2004-2009 Benedikt Meurer",
+                         "copyright", "Copyright \302\251 2004-2009 Benedikt Meurer\n"
+                                      "Copyright \302\251 2009-2010 Jannis Pohlmann\n"
+                                      "Copyright \302\251 2009-2010 Nick Schermer",
                          "destroy-with-parent", TRUE,
                          "documenters", documenters,
                          "license", XFCE_LICENSE_GPL,
-- 
GitLab