[f-spot] update years



commit a463093bca5e783823d5dae98f506722e7332753
Author: Stephane Delcroix <stephane delcroix org>
Date:   Tue Jun 16 11:48:46 2009 +0200

    update years

 src/UI.Dialog/AboutDialog.cs |    2 +-
 src/main.cs                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/UI.Dialog/AboutDialog.cs b/src/UI.Dialog/AboutDialog.cs
index ff00684..335301f 100644
--- a/src/UI.Dialog/AboutDialog.cs
+++ b/src/UI.Dialog/AboutDialog.cs
@@ -68,7 +68,7 @@ namespace FSpot.UI.Dialog
 				"\tEttore Perazzoli",
 			};
 			Comments = Catalog.GetString ("Photo management for GNOME");
-			Copyright = Catalog.GetString ("Copyright \x00a9 2003-2008 Novell Inc.");
+			Copyright = Catalog.GetString ("Copyright \x00a9 2003-2009 Novell Inc.");
 			Documenters = new string[] {
 				"Aaron Bockover",
 				"Alexandre Prokoudine",	
diff --git a/src/main.cs b/src/main.cs
index 98d9537..8d8c221 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -19,7 +19,7 @@ namespace FSpot
 		static void Version ()
 		{
 			Console.WriteLine (
-				"F-Spot  {0} - (c)2003-2008, Novell Inc" + Environment.NewLine +
+				"F-Spot  {0} - (c)2003-2009, Novell Inc" + Environment.NewLine +
 				"Personal photo management for the GNOME Desktop" + Environment.NewLine,
 				FSpot.Defines.VERSION);
 		}



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