muine r1255 - in trunk: . DBusLib PluginLib libmuine plugins src
- From: tobiasmue svn gnome org
- To: svn-commits-list gnome org
- Subject: muine r1255 - in trunk: . DBusLib PluginLib libmuine plugins src
- Date: Mon, 16 Mar 2009 23:37:39 +0000 (UTC)
Author: tobiasmue
Date: Mon Mar 16 23:37:38 2009
New Revision: 1255
URL: http://svn.gnome.org/viewvc/muine?rev=1255&view=rev
Log:
Change the FSFs address by replacing obsolete values with new one.
Fixes bug 539501
Modified:
trunk/COPYING
trunk/ChangeLog
trunk/DBusLib/AssemblyInfo.cs
trunk/DBusLib/Player.cs
trunk/PluginLib/AssemblyInfo.cs
trunk/PluginLib/IPlayer.cs
trunk/PluginLib/ISong.cs
trunk/PluginLib/Plugin.cs
trunk/libmuine/db.c
trunk/libmuine/db.h
trunk/libmuine/macros.h
trunk/libmuine/mm-keys.c
trunk/libmuine/mm-keys.h
trunk/libmuine/player-gst.c
trunk/libmuine/player-xine.c
trunk/libmuine/player.h
trunk/libmuine/pointer-list-model.c
trunk/libmuine/pointer-list-model.h
trunk/plugins/TrayIcon.cs
trunk/src/About.cs
trunk/src/Actions.cs
trunk/src/AddAlbumWindow.cs
trunk/src/AddSongWindow.cs
trunk/src/AddWindow.cs
trunk/src/AddWindowEntry.cs
trunk/src/AddWindowList.cs
trunk/src/Album.cs
trunk/src/Config.cs
trunk/src/CoverDatabase.cs
trunk/src/CoverGetter.cs
trunk/src/CoverImage.cs
trunk/src/DBusService.cs
trunk/src/Database.cs
trunk/src/DndUtils.cs
trunk/src/ErrorDialog.cs
trunk/src/FileSelector.cs
trunk/src/FileUtils.cs
trunk/src/Global.cs
trunk/src/GnomeProxy.cs
trunk/src/HandleModel.cs
trunk/src/HandleView.cs
trunk/src/ImportDialog.cs
trunk/src/InfoWindow.cs
trunk/src/Item.cs
trunk/src/KeyUtils.cs
trunk/src/Metadata.cs
trunk/src/MmKeys.cs
trunk/src/MusicBrainz.cs
trunk/src/NoMusicFoundWindow.cs
trunk/src/OpenDialog.cs
trunk/src/OverwriteDialog.cs
trunk/src/Player.cs
trunk/src/PlaylistWindow.cs
trunk/src/PluginManager.cs
trunk/src/ProgressWindow.cs
trunk/src/SaveDialog.cs
trunk/src/SignalUtils.cs
trunk/src/SkipToWindow.cs
trunk/src/Song.cs
trunk/src/SongDatabase.cs
trunk/src/StockIcons.cs
trunk/src/StringUtils.cs
trunk/src/ThreadBase.cs
Modified: trunk/COPYING
==============================================================================
--- trunk/COPYING (original)
+++ trunk/COPYING Mon Mar 16 23:37:38 2009
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
Modified: trunk/DBusLib/AssemblyInfo.cs
==============================================================================
--- trunk/DBusLib/AssemblyInfo.cs (original)
+++ trunk/DBusLib/AssemblyInfo.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System.Reflection;
Modified: trunk/DBusLib/Player.cs
==============================================================================
--- trunk/DBusLib/Player.cs (original)
+++ trunk/DBusLib/Player.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General public virtual
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/PluginLib/AssemblyInfo.cs
==============================================================================
--- trunk/PluginLib/AssemblyInfo.cs (original)
+++ trunk/PluginLib/AssemblyInfo.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System.Reflection;
Modified: trunk/PluginLib/IPlayer.cs
==============================================================================
--- trunk/PluginLib/IPlayer.cs (original)
+++ trunk/PluginLib/IPlayer.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/PluginLib/ISong.cs
==============================================================================
--- trunk/PluginLib/ISong.cs (original)
+++ trunk/PluginLib/ISong.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/PluginLib/Plugin.cs
==============================================================================
--- trunk/PluginLib/Plugin.cs (original)
+++ trunk/PluginLib/Plugin.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
namespace Muine.PluginLib
Modified: trunk/libmuine/db.c
==============================================================================
--- trunk/libmuine/db.c (original)
+++ trunk/libmuine/db.c Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Some code stolen from song-db.c from Jamboree.
*/
Modified: trunk/libmuine/db.h
==============================================================================
--- trunk/libmuine/db.h (original)
+++ trunk/libmuine/db.h Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __DB_H
Modified: trunk/libmuine/macros.h
==============================================================================
--- trunk/libmuine/macros.h (original)
+++ trunk/libmuine/macros.h Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __MACROS_H__
Modified: trunk/libmuine/mm-keys.c
==============================================================================
--- trunk/libmuine/mm-keys.c (original)
+++ trunk/libmuine/mm-keys.c Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
Modified: trunk/libmuine/mm-keys.h
==============================================================================
--- trunk/libmuine/mm-keys.h (original)
+++ trunk/libmuine/mm-keys.h Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <X11/Xlib.h>
Modified: trunk/libmuine/player-gst.c
==============================================================================
--- trunk/libmuine/player-gst.c (original)
+++ trunk/libmuine/player-gst.c Mon Mar 16 23:37:38 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <config.h>
Modified: trunk/libmuine/player-xine.c
==============================================================================
--- trunk/libmuine/player-xine.c (original)
+++ trunk/libmuine/player-xine.c Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <config.h>
Modified: trunk/libmuine/player.h
==============================================================================
--- trunk/libmuine/player.h (original)
+++ trunk/libmuine/player.h Mon Mar 16 23:37:38 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __PLAYER_H__
Modified: trunk/libmuine/pointer-list-model.c
==============================================================================
--- trunk/libmuine/pointer-list-model.c (original)
+++ trunk/libmuine/pointer-list-model.c Mon Mar 16 23:37:38 2009
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <config.h>
Modified: trunk/libmuine/pointer-list-model.h
==============================================================================
--- trunk/libmuine/pointer-list-model.h (original)
+++ trunk/libmuine/pointer-list-model.h Mon Mar 16 23:37:38 2009
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __POINTER_LIST_MODEL_H__
Modified: trunk/plugins/TrayIcon.cs
==============================================================================
--- trunk/plugins/TrayIcon.cs (original)
+++ trunk/plugins/TrayIcon.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/About.cs
==============================================================================
--- trunk/src/About.cs (original)
+++ trunk/src/About.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Actions.cs
==============================================================================
--- trunk/src/Actions.cs (original)
+++ trunk/src/Actions.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/AddAlbumWindow.cs
==============================================================================
--- trunk/src/AddAlbumWindow.cs (original)
+++ trunk/src/AddAlbumWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/AddSongWindow.cs
==============================================================================
--- trunk/src/AddSongWindow.cs (original)
+++ trunk/src/AddSongWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/AddWindow.cs
==============================================================================
--- trunk/src/AddWindow.cs (original)
+++ trunk/src/AddWindow.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/AddWindowEntry.cs
==============================================================================
--- trunk/src/AddWindowEntry.cs (original)
+++ trunk/src/AddWindowEntry.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/AddWindowList.cs
==============================================================================
--- trunk/src/AddWindowList.cs (original)
+++ trunk/src/AddWindowList.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Album.cs
==============================================================================
--- trunk/src/Album.cs (original)
+++ trunk/src/Album.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Config.cs
==============================================================================
--- trunk/src/Config.cs (original)
+++ trunk/src/Config.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
namespace Muine
Modified: trunk/src/CoverDatabase.cs
==============================================================================
--- trunk/src/CoverDatabase.cs (original)
+++ trunk/src/CoverDatabase.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/CoverGetter.cs
==============================================================================
--- trunk/src/CoverGetter.cs (original)
+++ trunk/src/CoverGetter.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/CoverImage.cs
==============================================================================
--- trunk/src/CoverImage.cs (original)
+++ trunk/src/CoverImage.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/DBusService.cs
==============================================================================
--- trunk/src/DBusService.cs (original)
+++ trunk/src/DBusService.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
// TODO: Can DBusService inherit from DBus.Service?
Modified: trunk/src/Database.cs
==============================================================================
--- trunk/src/Database.cs (original)
+++ trunk/src/Database.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/DndUtils.cs
==============================================================================
--- trunk/src/DndUtils.cs (original)
+++ trunk/src/DndUtils.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System.Text.RegularExpressions;
Modified: trunk/src/ErrorDialog.cs
==============================================================================
--- trunk/src/ErrorDialog.cs (original)
+++ trunk/src/ErrorDialog.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/FileSelector.cs
==============================================================================
--- trunk/src/FileSelector.cs (original)
+++ trunk/src/FileSelector.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/FileUtils.cs
==============================================================================
--- trunk/src/FileUtils.cs (original)
+++ trunk/src/FileUtils.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Global.cs
==============================================================================
--- trunk/src/Global.cs (original)
+++ trunk/src/Global.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/GnomeProxy.cs
==============================================================================
--- trunk/src/GnomeProxy.cs (original)
+++ trunk/src/GnomeProxy.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/HandleModel.cs
==============================================================================
--- trunk/src/HandleModel.cs (original)
+++ trunk/src/HandleModel.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/HandleView.cs
==============================================================================
--- trunk/src/HandleView.cs (original)
+++ trunk/src/HandleView.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/ImportDialog.cs
==============================================================================
--- trunk/src/ImportDialog.cs (original)
+++ trunk/src/ImportDialog.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/InfoWindow.cs
==============================================================================
--- trunk/src/InfoWindow.cs (original)
+++ trunk/src/InfoWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
// TODO: albumchanged signal?
Modified: trunk/src/Item.cs
==============================================================================
--- trunk/src/Item.cs (original)
+++ trunk/src/Item.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/KeyUtils.cs
==============================================================================
--- trunk/src/KeyUtils.cs (original)
+++ trunk/src/KeyUtils.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Metadata.cs
==============================================================================
--- trunk/src/Metadata.cs (original)
+++ trunk/src/Metadata.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using Mono.Unix;
Modified: trunk/src/MmKeys.cs
==============================================================================
--- trunk/src/MmKeys.cs (original)
+++ trunk/src/MmKeys.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/MusicBrainz.cs
==============================================================================
--- trunk/src/MusicBrainz.cs (original)
+++ trunk/src/MusicBrainz.cs Mon Mar 16 23:37:38 2009
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
----------------------------------------------------------------------------*/
namespace musicbrainz {
Modified: trunk/src/NoMusicFoundWindow.cs
==============================================================================
--- trunk/src/NoMusicFoundWindow.cs (original)
+++ trunk/src/NoMusicFoundWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
// UNUSED
Modified: trunk/src/OpenDialog.cs
==============================================================================
--- trunk/src/OpenDialog.cs (original)
+++ trunk/src/OpenDialog.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/OverwriteDialog.cs
==============================================================================
--- trunk/src/OverwriteDialog.cs (original)
+++ trunk/src/OverwriteDialog.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Player.cs
==============================================================================
--- trunk/src/Player.cs (original)
+++ trunk/src/Player.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/PlaylistWindow.cs
==============================================================================
--- trunk/src/PlaylistWindow.cs (original)
+++ trunk/src/PlaylistWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/PluginManager.cs
==============================================================================
--- trunk/src/PluginManager.cs (original)
+++ trunk/src/PluginManager.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/ProgressWindow.cs
==============================================================================
--- trunk/src/ProgressWindow.cs (original)
+++ trunk/src/ProgressWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/SaveDialog.cs
==============================================================================
--- trunk/src/SaveDialog.cs (original)
+++ trunk/src/SaveDialog.cs Mon Mar 16 23:37:38 2009
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/SignalUtils.cs
==============================================================================
--- trunk/src/SignalUtils.cs (original)
+++ trunk/src/SignalUtils.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/SkipToWindow.cs
==============================================================================
--- trunk/src/SkipToWindow.cs (original)
+++ trunk/src/SkipToWindow.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/Song.cs
==============================================================================
--- trunk/src/Song.cs (original)
+++ trunk/src/Song.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/SongDatabase.cs
==============================================================================
--- trunk/src/SongDatabase.cs (original)
+++ trunk/src/SongDatabase.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
// TODO: Split off WatchedFolders stuff.
Modified: trunk/src/StockIcons.cs
==============================================================================
--- trunk/src/StockIcons.cs (original)
+++ trunk/src/StockIcons.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using Gtk;
Modified: trunk/src/StringUtils.cs
==============================================================================
--- trunk/src/StringUtils.cs (original)
+++ trunk/src/StringUtils.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
Modified: trunk/src/ThreadBase.cs
==============================================================================
--- trunk/src/ThreadBase.cs (original)
+++ trunk/src/ThreadBase.cs Mon Mar 16 23:37:38 2009
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
using System;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]