[banshee] Update copyright for 2010



commit b21abd70063470863ce9755103d0157ec664179e
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Jan 5 11:52:12 2010 -0800

    Update copyright for 2010

 COPYING                                            |    3 ++-
 src/AssemblyInfo.cs.in                             |    2 +-
 .../Banshee.Gui.Dialogs/AboutDialog.cs             |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/COPYING b/COPYING
index 7b8432e..2467705 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,5 @@
-Copyright (C) 2005-2007 Novell, Inc.
+Copyright (C) 2005-2010 Novell, Inc.
+Copyright (C) 2005â??2010 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/AssemblyInfo.cs.in b/src/AssemblyInfo.cs.in
index 10b4993..88bbe2b 100644
--- a/src/AssemblyInfo.cs.in
+++ b/src/AssemblyInfo.cs.in
@@ -8,7 +8,7 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyVersion ("@ASM_VERSION@")]
 [assembly: AssemblyTitle ("Banshee")]
 [assembly: AssemblyDescription ("Banshee Media Player")]
-[assembly: AssemblyCopyright ("Copyright (C) 2005-2009 Novell Inc. and others")]
+[assembly: AssemblyCopyright ("Copyright (C) 2005-2010 Novell Inc. and others")]
 [assembly: AssemblyCompany ("Novell, Inc.")]
 
 [AttributeUsage (AttributeTargets.Assembly, Inherited = false)]
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
index 74296d3..7786058 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"
-            ), "2009");
+            ), "2010");
 
             Website = "http://banshee-project.org/";;
             WebsiteLabel = Catalog.GetString ("Banshee Website");



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