[pdfmod] Update AUTHORS and some copyright years



commit 70aef23a1b403811370128161ecb19c44b9f0ccd
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Mar 3 10:01:57 2011 -0600

    Update AUTHORS and some copyright years

 AUTHORS                            |    3 +++
 src/PdfMod/Gui/Actions.cs          |    7 +++++--
 src/PdfMod/Gui/DocumentIconView.cs |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 197c9d9..b074f52 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,3 +12,6 @@ Contributions from:
  � Romain Tartière
  â?¢ Robert Dyer
  â?¢ Andreu Correa Casablanca
+ â?¢ Chow Loong Jin
+ â?¢ Robson Roberto Souza Peixoto
+ â?¢ Thomas Klausner
diff --git a/src/PdfMod/Gui/Actions.cs b/src/PdfMod/Gui/Actions.cs
index 2a7524e..3fc452b 100644
--- a/src/PdfMod/Gui/Actions.cs
+++ b/src/PdfMod/Gui/Actions.cs
@@ -545,7 +545,10 @@ namespace PdfMod.Gui
                     "\tÅ?ukasz JernaÅ?",
                     "\tRomain Tartière",
                     "\tRobert Dyer",
-                    "\tAndreu Correa Casablanca"
+                    "\tAndreu Correa Casablanca",
+                    "\tChow Loong Jin",
+                    "\tRobson Roberto Souza Peixoto",
+                    "\tThomas Klausner"
                 },
                 Documenters = new string [] { "Gabriel Burt" },
                 Artists = new string [] { "Kalle Persson" },
@@ -553,7 +556,7 @@ namespace PdfMod.Gui
                     // Translators: {0} and {1} are the years the copyright assertion covers; put into
                     // variables so you don't have to re-translate this every year
                     Catalog.GetString ("Copyright {0} Novell Inc.\nCopyright {1} Other PDF Mod Contributors"),
-                    "2009-2010", "2009"
+                    "2009-2011", "2009-2011"
                 ),
                 TranslatorCredits = Catalog.GetString ("translator-credits")
             };
diff --git a/src/PdfMod/Gui/DocumentIconView.cs b/src/PdfMod/Gui/DocumentIconView.cs
index a79a7b1..5796c72 100644
--- a/src/PdfMod/Gui/DocumentIconView.cs
+++ b/src/PdfMod/Gui/DocumentIconView.cs
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 Novell, Inc.
+// Copyright (C) 2009-2011 Novell, Inc.
 // Copyright (C) 2009 Julien Rebetez
 // Copyright (C) 2009 Igor Vatavuk
 //



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