[gnome-music] Fixes for license notices



commit 216ae3aaa96bd7d4ac8e98a37cb38d5042c8fe17
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Wed Aug 21 15:49:02 2013 +0800

    Fixes for license notices
    
    There are some missing words from the license notices, so added them in.
    The non-GPL compatible GStreamer plugins exception is also added to the
    license notices. Changed "Music" to "GNOME Music" in the license shown in
    the About box.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706457

 COPYING                     |   12 ++++++------
 data/AboutDialog.ui.in      |   39 ++++++++++++++++++++-------------------
 gnomemusic/__init__.py      |   27 ++++++++++++++++++---------
 gnomemusic/albumArtCache.py |   27 ++++++++++++++++++---------
 gnomemusic/application.py   |   29 +++++++++++++++++++----------
 gnomemusic/grilo.py         |   27 ++++++++++++++++++---------
 gnomemusic/mpris.py         |   27 ++++++++++++++++++---------
 gnomemusic/player.py        |   27 ++++++++++++++++++---------
 gnomemusic/query.py         |   27 ++++++++++++++++++---------
 gnomemusic/toolbar.py       |   27 ++++++++++++++++++---------
 gnomemusic/view.py          |   27 ++++++++++++++++++---------
 gnomemusic/widgets.py       |   27 ++++++++++++++++++---------
 gnomemusic/window.py        |   27 ++++++++++++++++++---------
 13 files changed, 225 insertions(+), 125 deletions(-)
---
diff --git a/COPYING b/COPYING
index 4a6eb58..2dc06fe 100644
--- a/COPYING
+++ b/COPYING
@@ -341,11 +341,11 @@ consider it more useful to permit linking proprietary applications with the
 library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.
 
-The Gnome Music authors hereby grant permission for non-GPL compatible
+The GNOME Music authors hereby grant permission for non-GPL compatible
 GStreamer plugins to be used and distributed together with GStreamer and
-Gnome Music. This permission is above and beyond the permissions granted by
-the GPL license by which Gnome Music is covered. If you modify this code, you may 
-extend this exception to your version of the code, but you are not obligated 
-to do so. If you do not wish to do so, delete this exception statement from 
-your version.
+GNOME Music.  This permission is above and beyond the permissions granted
+by the GPL license by which GNOME Music is covered.  If you modify this
+code, you may extend this exception to your version of the code, but you
+are not obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
 
diff --git a/data/AboutDialog.ui.in b/data/AboutDialog.ui.in
index f8fe3c3..7a78846 100644
--- a/data/AboutDialog.ui.in
+++ b/data/AboutDialog.ui.in
@@ -8,28 +8,29 @@
     <property name="comments" translatable="yes">A music player and management application for 
GNOME.</property>
     <property name="website">https://wiki.gnome.org/Music</property>
     <property name="website_label" translatable="yes">Visit GNOME Music website</property>
-    <property name="license" translatable="yes">  Music is free software; you can redistribute it and/or 
modify
-  it under the terms of the GNU General Public License as 
-  published by the Free Software Foundation; either version 2 of the 
-  License, or (at your option) any later version.
+    <property name="license" translatable="yes">GNOME Music is free software; you can redistribute it and/or 
modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-  Music is distributed in the hope that it will be useful
-  but WITHOUT ANY WARRANTY; without even the implied warranty of 
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
-  GNU General Public License for more details.
+GNOME Music is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty
+of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+See the GNU General Public License for more details.
 
-  You should have received a copy of the GNU General Public License 
-  along with Music; if not, write to the Free Software 
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-  MA 02110-1301, USA.
+You should have received a copy of the GNU General Public License
+along with GNOME Music; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
 
-  The Gnome Music authors hereby grant permission for non-GPL compatible
-  GStreamer plugins to be used and distributed together with GStreamer and
-  Gnome Music. This permission is above and beyond the permissions granted by
-  the GPL license by which Gnome Music is covered. If you modify this code, you may
-  extend this exception to your version of the code, but you are not obligated
-  to do so. If you do not wish to do so, delete this exception statement from
-  your version.</property>
+The GNOME Music authors hereby grant permission for non-GPL
+compatible GStreamer plugins to be used and distributed together
+with GStreamer and GNOME Music.  This permission is above and
+beyond the permissions granted by the GPL license by which
+GNOME Music is covered.  If you modify this code, you may extend
+this exception to your version of the code, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.</property>
     <property name="authors">Maintainers:
     Seif Lotfy &lt;seif lotfy com&gt;
     Vadim Rutkovsky &lt;vrutkovs redhat com&gt;
diff --git a/gnomemusic/__init__.py b/gnomemusic/__init__.py
index 20aa7a3..1bf71a6 100644
--- a/gnomemusic/__init__.py
+++ b/gnomemusic/__init__.py
@@ -3,15 +3,24 @@
 # Copyright (c) 2013 Eslam Mostafa <cseslam gmail com>
 # Copyright (c) 2013 Manish Sinha <manishsinha ubuntu com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index 17b066d..a09275c 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -5,18 +5,27 @@
 # Copyright (c) 2013 Lubosz Sarnecki <lubosz gmail com>
 # Copyright (c) 2013 Sai Suman Prayaga <suman sai14 gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk, GdkPixbuf, Gio, GLib, Grl, Gdk
diff --git a/gnomemusic/application.py b/gnomemusic/application.py
index ea7dd10..8fea46a 100644
--- a/gnomemusic/application.py
+++ b/gnomemusic/application.py
@@ -6,20 +6,29 @@
 # Copyright (c) 2013 Eslam Mostafa <cseslam gmail com>
 # Copyright (c) 2013 Shivani Poddar <shivani poddar92 gmail com>
 # Copyright (c) 2013 Sai Suman Prayaga <suman sai14 gmail com>
-# Copyright (c) 2013 Seif Lotfy <seif lotfy com>.
+# Copyright (c) 2013 Seif Lotfy <seif lotfy com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk, Gio, GLib, Gdk
diff --git a/gnomemusic/grilo.py b/gnomemusic/grilo.py
index acf2d59..a26f4bc 100644
--- a/gnomemusic/grilo.py
+++ b/gnomemusic/grilo.py
@@ -3,18 +3,27 @@
 # Copyright (c) 2013 Seif Lotfy <seif lotfy com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Grl, GLib, GObject
diff --git a/gnomemusic/mpris.py b/gnomemusic/mpris.py
index 2224ba7..68d294f 100644
--- a/gnomemusic/mpris.py
+++ b/gnomemusic/mpris.py
@@ -1,18 +1,27 @@
 # Copyright (c) 2013 Arnel A. Borja <kyoushuu yahoo com>
 # Copyright (c) 2013 Vadim Rutkovsky <vrutkovs redhat com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 import dbus
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index b342ea8..52b7256 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -6,18 +6,27 @@
 # Copyright (c) 2013 Shivani Poddar <shivani poddar92 gmail com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import GIRepository
diff --git a/gnomemusic/query.py b/gnomemusic/query.py
index 77c5efd..e40eb8a 100644
--- a/gnomemusic/query.py
+++ b/gnomemusic/query.py
@@ -3,18 +3,27 @@
 # Copyright (c) 2013 Seif Lotfy <seif lotfy com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 class Query():
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index 2eb963a..bcd970f 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -5,18 +5,27 @@
 # Copyright (c) 2013 Seif Lotfy <seif lotfy com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk, Gdk, GObject
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 6eb4141..eaf454b 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -8,18 +8,27 @@
 # Copyright (c) 2013 Jackson Isaac <jacksonisaac2008 gmail com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index a75c8fc..974611e 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -8,18 +8,27 @@
 # Copyright (c) 2013 Giovanni Campagna <scampa giovanni gmail com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk, Gd, GLib, GObject, Pango
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 844e2f2..98fd005 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -7,18 +7,27 @@
 # Copyright (c) 2013 Seif Lotfy <seif gmail com>
 # Copyright (c) 2013 Guillaume Quintard <guillaume quintard gmail com>
 #
-# Gnome Music is free software; you can Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
+# GNOME Music is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# Gnome Music is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-# for more details.
+# GNOME Music is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with Gnome Music; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# with GNOME Music; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The GNOME Music authors hereby grant permission for non-GPL compatible
+# GStreamer plugins to be used and distributed together with GStreamer
+# and GNOME Music.  This permission is above and beyond the permissions
+# granted by the GPL license by which GNOME Music is covered.  If you
+# modify this code, you may extend this exception to your version of the
+# code, but you are not obligated to do so.  If you do not wish to do so,
+# delete this exception statement from your version.
 
 
 from gi.repository import Gtk, Gio, GLib, Tracker


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