From c196880eefcd73f005d8507e2845dba87dad614a Mon Sep 17 00:00:00 2001 From: P J P Date: Nov 28 2014 12:43:22 +0000 Subject: Patch fix gnu gpl address. --- diff --git a/0002-Fix-gnu-gpl-address.patch b/0002-Fix-gnu-gpl-address.patch new file mode 100644 index 0000000..a388a4e --- /dev/null +++ b/0002-Fix-gnu-gpl-address.patch @@ -0,0 +1,476 @@ +diff -Naurp eyeD3-0.7.5.0/COPYING eyeD3-0.7.5/COPYING +--- eyeD3-0.7.5.0/COPYING 2012-10-24 06:08:29.000000000 +0530 ++++ eyeD3-0.7.5/COPYING 2014-11-28 16:48:14.232535311 +0530 +@@ -250,7 +250,7 @@ Foundation. + 10. If you wish to incorporate parts of the Program into other free + programs whose distribution conditions are different, write to the author + to ask for permission. For software which is copyrighted by the Free +-Software Foundation, write to the Free Software Foundation; we sometimes ++Software Foundation, see . Foundation; we sometimes + make exceptions for this. Our decision will be guided by the two goals + of preserving the free status of all derivatives of our free software and + of promoting the sharing and reuse of software generally. +@@ -304,8 +304,7 @@ the "copyright" line and a pointer to wh + GNU General Public License for more details. + + 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 ++ along with this program; if not, see . + + + Also add information on how to contact you by electronic and paper mail. +diff -Naurp eyeD3-0.7.5.0/examples/chapters.py eyeD3-0.7.5/examples/chapters.py +--- eyeD3-0.7.5.0/examples/chapters.py 2013-07-08 07:48:53.000000000 +0530 ++++ eyeD3-0.7.5/examples/chapters.py 2014-11-28 16:47:47.785534211 +0530 +@@ -14,8 +14,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/examples/tag_example.py eyeD3-0.7.5/examples/tag_example.py +--- eyeD3-0.7.5.0/examples/tag_example.py 2012-11-14 10:07:56.000000000 +0530 ++++ eyeD3-0.7.5/examples/tag_example.py 2014-11-28 16:47:47.791534211 +0530 +@@ -14,8 +14,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from eyed3.id3 import Tag +diff -Naurp eyeD3-0.7.5.0/pavement.py eyeD3-0.7.5/pavement.py +--- eyeD3-0.7.5.0/pavement.py 2014-09-06 00:02:25.000000000 +0530 ++++ eyeD3-0.7.5/pavement.py 2014-11-28 16:47:47.771534210 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/compat.py eyeD3-0.7.5/src/eyed3/compat.py +--- eyeD3-0.7.5.0/src/eyed3/compat.py 2013-11-09 05:46:26.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/compat.py 2014-11-28 16:47:47.941534218 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + ''' +diff -Naurp eyeD3-0.7.5.0/src/eyed3/core.py eyeD3-0.7.5/src/eyed3/core.py +--- eyeD3-0.7.5.0/src/eyed3/core.py 2014-05-26 00:32:14.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/core.py 2014-11-28 16:47:47.852534214 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + '''Basic core types and utilities.''' +diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/apple.py eyeD3-0.7.5/src/eyed3/id3/apple.py +--- eyeD3-0.7.5.0/src/eyed3/id3/apple.py 2012-11-24 22:22:54.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/id3/apple.py 2014-11-28 16:47:47.929534217 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + ''' +diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/frames.py eyeD3-0.7.5/src/eyed3/id3/frames.py +--- eyeD3-0.7.5.0/src/eyed3/id3/frames.py 2014-08-09 05:04:30.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/id3/frames.py 2014-11-28 16:47:47.936534217 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import re +diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/headers.py eyeD3-0.7.5/src/eyed3/id3/headers.py +--- eyeD3-0.7.5.0/src/eyed3/id3/headers.py 2013-07-08 09:31:12.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/id3/headers.py 2014-11-28 16:47:47.921534217 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import math, binascii +diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/__init__.py eyeD3-0.7.5/src/eyed3/id3/__init__.py +--- eyeD3-0.7.5.0/src/eyed3/id3/__init__.py 2014-09-05 10:49:20.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/id3/__init__.py 2014-11-28 16:47:47.925534217 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import string, re, types +diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/tag.py eyeD3-0.7.5/src/eyed3/id3/tag.py +--- eyeD3-0.7.5.0/src/eyed3/id3/tag.py 2014-09-05 10:49:50.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/id3/tag.py 2014-11-28 16:47:47.909534216 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import os +diff -Naurp eyeD3-0.7.5.0/src/eyed3/info.py eyeD3-0.7.5/src/eyed3/info.py +--- eyeD3-0.7.5.0/src/eyed3/info.py 2014-09-05 12:25:37.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/info.py 2014-11-28 16:47:47.944534218 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import os +@@ -287,7 +286,7 @@ Foundation. + 10. If you wish to incorporate parts of the Program into other free + programs whose distribution conditions are different, write to the author + to ask for permission. For software which is copyrighted by the Free +-Software Foundation, write to the Free Software Foundation; we sometimes ++Software Foundation, see . Foundation; we sometimes + make exceptions for this. Our decision will be guided by the two goals + of preserving the free status of all derivatives of our free software and + of promoting the sharing and reuse of software generally. +@@ -341,8 +340,7 @@ the "copyright" line and a pointer to wh + GNU General Public License for more details. + + 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 ++ along with this program; if not, see . + + + Also add information on how to contact you by electronic and paper mail. +diff -Naurp eyeD3-0.7.5.0/src/eyed3/info.py.in eyeD3-0.7.5/src/eyed3/info.py.in +--- eyeD3-0.7.5.0/src/eyed3/info.py.in 2013-11-07 09:51:22.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/info.py.in 2014-11-28 16:48:04.534534926 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import os +@@ -287,7 +286,7 @@ Foundation. + 10. If you wish to incorporate parts of the Program into other free + programs whose distribution conditions are different, write to the author + to ask for permission. For software which is copyrighted by the Free +-Software Foundation, write to the Free Software Foundation; we sometimes ++Software Foundation, see . Foundation; we sometimes + make exceptions for this. Our decision will be guided by the two goals + of preserving the free status of all derivatives of our free software and + of promoting the sharing and reuse of software generally. +@@ -341,8 +340,7 @@ the "copyright" line and a pointer to wh + GNU General Public License for more details. + + 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 ++ along with this program; if not, see . + + + Also add information on how to contact you by electronic and paper mail. +diff -Naurp eyeD3-0.7.5.0/src/eyed3/__init__.py eyeD3-0.7.5/src/eyed3/__init__.py +--- eyeD3-0.7.5.0/src/eyed3/__init__.py 2013-11-17 04:43:10.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/__init__.py 2014-11-28 16:47:47.857534214 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + '''Top-level module.''' +diff -Naurp eyeD3-0.7.5.0/src/eyed3/main.py eyeD3-0.7.5/src/eyed3/main.py +--- eyeD3-0.7.5.0/src/eyed3/main.py 2013-11-22 08:38:46.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/main.py 2014-11-28 16:47:47.795534211 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/mp3/headers.py eyeD3-0.7.5/src/eyed3/mp3/headers.py +--- eyeD3-0.7.5.0/src/eyed3/mp3/headers.py 2013-07-21 07:57:08.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/mp3/headers.py 2014-11-28 16:47:47.896534216 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from math import log10 +diff -Naurp eyeD3-0.7.5.0/src/eyed3/mp3/__init__.py eyeD3-0.7.5/src/eyed3/mp3/__init__.py +--- eyeD3-0.7.5.0/src/eyed3/mp3/__init__.py 2013-11-07 09:51:22.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/mp3/__init__.py 2014-11-28 16:47:47.902534216 +0530 +@@ -12,8 +12,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import os, re +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/classic.py eyeD3-0.7.5/src/eyed3/plugins/classic.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/classic.py 2014-07-21 07:07:15.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/classic.py 2014-11-28 16:47:47.801534211 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/examples.py eyeD3-0.7.5/src/eyed3/plugins/examples.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/examples.py 2013-09-02 08:37:11.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/examples.py 2014-11-28 16:47:47.805534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/fixup.py eyeD3-0.7.5/src/eyed3/plugins/fixup.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/fixup.py 2014-07-21 08:12:57.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/fixup.py 2014-11-28 16:47:47.848534214 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/__init__.py eyeD3-0.7.5/src/eyed3/plugins/__init__.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/__init__.py 2014-04-19 08:50:41.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/__init__.py 2014-11-28 16:47:47.812534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/itunes.py eyeD3-0.7.5/src/eyed3/plugins/itunes.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/itunes.py 2012-11-26 07:11:04.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/itunes.py 2014-11-28 16:47:47.830534213 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/lameinfo.py eyeD3-0.7.5/src/eyed3/plugins/lameinfo.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/lameinfo.py 2013-08-03 11:33:16.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/lameinfo.py 2014-11-28 16:47:47.814534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/mp3.py eyeD3-0.7.5/src/eyed3/plugins/mp3.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/mp3.py 2013-09-05 21:30:38.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/mp3.py 2014-11-28 16:47:47.819534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/nfo.py eyeD3-0.7.5/src/eyed3/plugins/nfo.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/nfo.py 2013-11-07 09:51:22.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/nfo.py 2014-11-28 16:47:47.817534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/statistics.py eyeD3-0.7.5/src/eyed3/plugins/statistics.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/statistics.py 2013-11-07 09:51:22.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/statistics.py 2014-11-28 16:47:47.827534213 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/xep_118.py eyeD3-0.7.5/src/eyed3/plugins/xep_118.py +--- eyeD3-0.7.5.0/src/eyed3/plugins/xep_118.py 2013-08-03 06:30:32.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/plugins/xep_118.py 2014-11-28 16:47:47.823534212 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import os +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/binfuncs.py eyeD3-0.7.5/src/eyed3/utils/binfuncs.py +--- eyeD3-0.7.5.0/src/eyed3/utils/binfuncs.py 2013-07-12 08:00:41.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/binfuncs.py 2014-11-28 16:47:47.862534214 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from ..compat import toByteString, BytesType, byteiter +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/cli.py eyeD3-0.7.5/src/eyed3/utils/cli.py +--- eyeD3-0.7.5.0/src/eyed3/utils/cli.py 2013-09-18 09:00:13.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/cli.py 2014-11-28 16:47:47.881534215 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + ''' +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/console.py eyeD3-0.7.5/src/eyed3/utils/console.py +--- eyeD3-0.7.5.0/src/eyed3/utils/console.py 2014-01-20 07:47:45.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/console.py 2014-11-28 16:47:47.891534215 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/__init__.py eyeD3-0.7.5/src/eyed3/utils/__init__.py +--- eyeD3-0.7.5.0/src/eyed3/utils/__init__.py 2014-08-09 05:06:22.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/__init__.py 2014-11-28 16:47:47.873534215 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + from __future__ import print_function +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/log.py eyeD3-0.7.5/src/eyed3/utils/log.py +--- eyeD3-0.7.5.0/src/eyed3/utils/log.py 2014-02-19 07:08:25.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/log.py 2014-11-28 16:47:47.865534214 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import logging +diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/prompt.py eyeD3-0.7.5/src/eyed3/utils/prompt.py +--- eyeD3-0.7.5.0/src/eyed3/utils/prompt.py 2014-03-28 10:52:57.000000000 +0530 ++++ eyeD3-0.7.5/src/eyed3/utils/prompt.py 2014-11-28 16:47:47.879534215 +0530 +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # 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 ++# along with this program; if not, see . + # + ################################################################################ + import sys as _sys