[banshee] Update Copyright year to 2011 in a couple spots



commit beb38e718bdf776f5c11b3329b8406ce3129c447
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat Feb 19 20:08:17 2011 -0600

    Update Copyright year to 2011 in a couple spots

 COPYING                                            |    4 ++--
 .../Banshee.Gui.Dialogs/AboutDialog.cs             |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/COPYING b/COPYING
index 2467705..67a91e6 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-Copyright (C) 2005-2010 Novell, Inc.
-Copyright (C) 2005â??2010 Other Contributors
+Copyright (C) 2005-2011 Novell, Inc.
+Copyright (C) 2005â??2011 Other Contributors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
index b9b8a27..d363352 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
@@ -98,7 +98,7 @@ namespace Banshee.Gui.Dialogs
                 "Copyright \u00a9 2005\u2013{0} Novell, Inc.\n" +
                 "Copyright \u00a9 2005\u2013{0} Others\n" +
                 "Copyright \u00a9 2005 Aaron Bockover"
-            ), "2010");
+            ), "2011");
 
             Website = "http://banshee.fm/";;
             WebsiteLabel = Catalog.GetString ("Banshee Website");



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