summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/accel_xvmc.h2
-rw-r--r--src/xine-engine/alphablend.c2
-rw-r--r--src/xine-engine/alphablend.h2
-rw-r--r--src/xine-engine/audio_decoder.c2
-rw-r--r--src/xine-engine/audio_decoder.h2
-rw-r--r--src/xine-engine/audio_out.c2
-rw-r--r--src/xine-engine/audio_out.h2
-rw-r--r--src/xine-engine/broadcaster.c2
-rw-r--r--src/xine-engine/broadcaster.h2
-rw-r--r--src/xine-engine/bswap.h2
-rw-r--r--src/xine-engine/buffer.c2
-rw-r--r--src/xine-engine/buffer.h2
-rw-r--r--src/xine-engine/buffer_types.c2
-rw-r--r--src/xine-engine/configfile.c2
-rw-r--r--src/xine-engine/configfile.h2
-rw-r--r--src/xine-engine/demux.c2
-rw-r--r--src/xine-engine/events.c2
-rw-r--r--src/xine-engine/info_helper.c2
-rw-r--r--src/xine-engine/info_helper.h2
-rw-r--r--src/xine-engine/input_cache.c2
-rw-r--r--src/xine-engine/input_rip.c2
-rw-r--r--src/xine-engine/io_helper.c2
-rw-r--r--src/xine-engine/io_helper.h2
-rw-r--r--src/xine-engine/load_plugins.c2
-rw-r--r--src/xine-engine/lrb.c2
-rw-r--r--src/xine-engine/lrb.h2
-rw-r--r--src/xine-engine/metronom.c2
-rw-r--r--src/xine-engine/metronom.h2
-rw-r--r--src/xine-engine/osd.c2
-rw-r--r--src/xine-engine/osd.h2
-rw-r--r--src/xine-engine/plugin_catalog.h2
-rw-r--r--src/xine-engine/post.c2
-rw-r--r--src/xine-engine/post.h2
-rw-r--r--src/xine-engine/refcounter.c2
-rw-r--r--src/xine-engine/refcounter.h2
-rw-r--r--src/xine-engine/resample.c2
-rw-r--r--src/xine-engine/resample.h2
-rw-r--r--src/xine-engine/scratch.c2
-rw-r--r--src/xine-engine/scratch.h2
-rw-r--r--src/xine-engine/tvmode.c2
-rw-r--r--src/xine-engine/video_decoder.c2
-rw-r--r--src/xine-engine/video_decoder.h2
-rw-r--r--src/xine-engine/video_out.c2
-rw-r--r--src/xine-engine/video_out.h2
-rw-r--r--src/xine-engine/video_overlay.c2
-rw-r--r--src/xine-engine/video_overlay.h2
-rw-r--r--src/xine-engine/vo_scale.c2
-rw-r--r--src/xine-engine/vo_scale.h2
-rw-r--r--src/xine-engine/xine.c2
-rw-r--r--src/xine-engine/xine_interface.c2
-rw-r--r--src/xine-engine/xine_internal.h2
-rw-r--r--src/xine-engine/xine_plugin.h2
-rw-r--r--src/xine-engine/xineintl.h2
53 files changed, 53 insertions, 53 deletions
diff --git a/src/xine-engine/accel_xvmc.h b/src/xine-engine/accel_xvmc.h
index d60246c3e..3e7078f6f 100644
--- a/src/xine-engine/accel_xvmc.h
+++ b/src/xine-engine/accel_xvmc.h
@@ -16,7 +16,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, USA
*
* $Id: accel_xvmc.h,v 1.3 2005/05/06 07:42:21 totte67 Exp $
*
diff --git a/src/xine-engine/alphablend.c b/src/xine-engine/alphablend.c
index 57f8213cb..4dffa09ad 100644
--- a/src/xine-engine/alphablend.c
+++ b/src/xine-engine/alphablend.c
@@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
*
*------------------------------------------------------------
*
diff --git a/src/xine-engine/alphablend.h b/src/xine-engine/alphablend.h
index 4fc879b2c..f8c9ad540 100644
--- a/src/xine-engine/alphablend.h
+++ b/src/xine-engine/alphablend.h
@@ -14,7 +14,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
*
* The author may be reached as <dent@linuxvideo.org>
*
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c
index c271fc6fc..cdfe9858f 100644
--- a/src/xine-engine/audio_decoder.c
+++ b/src/xine-engine/audio_decoder.c
@@ -15,7 +15,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, USA
*
* $Id: audio_decoder.c,v 1.139 2007/02/20 00:34:57 dgp85 Exp $
*
diff --git a/src/xine-engine/audio_decoder.h b/src/xine-engine/audio_decoder.h
index a88b02dc8..84d579efb 100644
--- a/src/xine-engine/audio_decoder.h
+++ b/src/xine-engine/audio_decoder.h
@@ -15,7 +15,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, USA
*
* $Id: audio_decoder.h,v 1.13 2004/09/26 22:54:52 valtri Exp $
*
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c
index 3c7533138..f50118c60 100644
--- a/src/xine-engine/audio_out.c
+++ b/src/xine-engine/audio_out.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with self 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, USA
*/
/**
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index f4e01ad25..8cd81d7a9 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -15,7 +15,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, USA
*
* $Id: audio_out.h,v 1.77 2006/09/26 05:19:48 dgp85 Exp $
*/
diff --git a/src/xine-engine/broadcaster.c b/src/xine-engine/broadcaster.c
index 43390ede5..8e77c6711 100644
--- a/src/xine-engine/broadcaster.c
+++ b/src/xine-engine/broadcaster.c
@@ -17,7 +17,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, USA
*
* $Id: broadcaster.c,v 1.15 2007/01/19 01:23:06 dgp85 Exp $
*
diff --git a/src/xine-engine/broadcaster.h b/src/xine-engine/broadcaster.h
index bc0d2feab..1e910f924 100644
--- a/src/xine-engine/broadcaster.h
+++ b/src/xine-engine/broadcaster.h
@@ -15,7 +15,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, USA
*
* $Id: broadcaster.h,v 1.3 2006/09/26 05:19:48 dgp85 Exp $
*
diff --git a/src/xine-engine/bswap.h b/src/xine-engine/bswap.h
index 28b22cb71..635c6ae3a 100644
--- a/src/xine-engine/bswap.h
+++ b/src/xine-engine/bswap.h
@@ -15,7 +15,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, USA
*/
#ifndef __BSWAP_H__
diff --git a/src/xine-engine/buffer.c b/src/xine-engine/buffer.c
index 389146dcb..c595e547c 100644
--- a/src/xine-engine/buffer.c
+++ b/src/xine-engine/buffer.c
@@ -15,7 +15,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, USA
*
* $Id: buffer.c,v 1.37 2006/12/25 21:59:32 dgp85 Exp $
*
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 9c5dbb2a5..5ad048084 100644
--- a/src/xine-engine/buffer.h
+++ b/src/xine-engine/buffer.h
@@ -15,7 +15,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, USA
*
* $Id: buffer.h,v 1.162 2007/01/14 16:53:37 klan Exp $
*
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 0421fecc8..91e1d38d8 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -15,7 +15,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, USA
*
* $Id: buffer_types.c,v 1.107 2006/12/26 03:18:56 dgp85 Exp $
*
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c
index cc3f21db8..eb8e4972a 100644
--- a/src/xine-engine/configfile.c
+++ b/src/xine-engine/configfile.c
@@ -15,7 +15,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, USA
*
* $Id: configfile.c,v 1.85 2007/02/22 15:49:16 dgp85 Exp $
*
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index cf4a9703f..4c9f315c3 100644
--- a/src/xine-engine/configfile.h
+++ b/src/xine-engine/configfile.h
@@ -15,7 +15,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, USA
*
* $Id: configfile.h,v 1.42 2007/02/22 15:49:16 dgp85 Exp $
*
diff --git a/src/xine-engine/demux.c b/src/xine-engine/demux.c
index d1bd2bc1d..9cdbea87a 100644
--- a/src/xine-engine/demux.c
+++ b/src/xine-engine/demux.c
@@ -15,7 +15,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, USA
*
* Demuxer helper functions
* hide some xine engine details from demuxers and reduce code duplication
diff --git a/src/xine-engine/events.c b/src/xine-engine/events.c
index 990cbe787..642ca21b1 100644
--- a/src/xine-engine/events.c
+++ b/src/xine-engine/events.c
@@ -15,7 +15,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, USA
*
* $Id: events.c,v 1.32 2006/10/16 22:18:24 valtri Exp $
*
diff --git a/src/xine-engine/info_helper.c b/src/xine-engine/info_helper.c
index e38b5e5c4..a39fdc9a0 100644
--- a/src/xine-engine/info_helper.c
+++ b/src/xine-engine/info_helper.c
@@ -15,7 +15,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, USA
*
* stream metainfo helper functions
* hide some xine engine details from demuxers and reduce code duplication
diff --git a/src/xine-engine/info_helper.h b/src/xine-engine/info_helper.h
index a21372e22..d4123ba2b 100644
--- a/src/xine-engine/info_helper.h
+++ b/src/xine-engine/info_helper.h
@@ -15,7 +15,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, USA
*
* stream metainfo helper functions
* hide some xine engine details from demuxers and reduce code duplication
diff --git a/src/xine-engine/input_cache.c b/src/xine-engine/input_cache.c
index 7537c4d16..c54a57c08 100644
--- a/src/xine-engine/input_cache.c
+++ b/src/xine-engine/input_cache.c
@@ -15,7 +15,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, USA
*
* Buffered Input Plugin (request optimizer).
*
diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c
index 774ef82c5..2c9d20c82 100644
--- a/src/xine-engine/input_rip.c
+++ b/src/xine-engine/input_rip.c
@@ -15,7 +15,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, USA
*
* Rip Input Plugin for catching streams
*
diff --git a/src/xine-engine/io_helper.c b/src/xine-engine/io_helper.c
index 67dddcfdc..c3654c762 100644
--- a/src/xine-engine/io_helper.c
+++ b/src/xine-engine/io_helper.c
@@ -15,7 +15,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, USA
*
* abortable i/o helper functions
*/
diff --git a/src/xine-engine/io_helper.h b/src/xine-engine/io_helper.h
index 3b7cac17a..3e96e8dc1 100644
--- a/src/xine-engine/io_helper.h
+++ b/src/xine-engine/io_helper.h
@@ -15,7 +15,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, USA
*
* abortable i/o helper functions
*/
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c
index e7ced7a5e..c34d58b09 100644
--- a/src/xine-engine/load_plugins.c
+++ b/src/xine-engine/load_plugins.c
@@ -15,7 +15,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, USA
*
* $Id: load_plugins.c,v 1.230 2007/02/19 23:33:33 dgp85 Exp $
*
diff --git a/src/xine-engine/lrb.c b/src/xine-engine/lrb.c
index 87465aaef..83214a0ea 100644
--- a/src/xine-engine/lrb.c
+++ b/src/xine-engine/lrb.c
@@ -15,7 +15,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, USA
*
* $Id: lrb.c,v 1.8 2003/12/09 00:02:36 f1rmb Exp $
*
diff --git a/src/xine-engine/lrb.h b/src/xine-engine/lrb.h
index 1b53ed929..cf24abb62 100644
--- a/src/xine-engine/lrb.h
+++ b/src/xine-engine/lrb.h
@@ -15,7 +15,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, USA
*
* $Id: lrb.h,v 1.4 2003/12/09 00:02:36 f1rmb Exp $
*
diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c
index 50720e157..f83dd867e 100644
--- a/src/xine-engine/metronom.c
+++ b/src/xine-engine/metronom.c
@@ -15,7 +15,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, USA
*
* $Id: metronom.c,v 1.144 2007/02/20 00:34:57 dgp85 Exp $
*/
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h
index e4115b6ad..dab25a450 100644
--- a/src/xine-engine/metronom.h
+++ b/src/xine-engine/metronom.h
@@ -15,7 +15,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, USA
*
* $Id: metronom.h,v 1.64 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c
index ff9cc2176..1587b76e4 100644
--- a/src/xine-engine/osd.c
+++ b/src/xine-engine/osd.c
@@ -15,7 +15,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, USA
*
* OSD stuff (text and graphic primitives)
*/
diff --git a/src/xine-engine/osd.h b/src/xine-engine/osd.h
index e8212acff..d84ce55bf 100644
--- a/src/xine-engine/osd.h
+++ b/src/xine-engine/osd.h
@@ -15,7 +15,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, USA
*
* OSD stuff (text and graphic primitives)
* $Id: osd.h,v 1.27 2006/09/26 05:19:49 dgp85 Exp $
diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h
index 5533ab374..e5f01158a 100644
--- a/src/xine-engine/plugin_catalog.h
+++ b/src/xine-engine/plugin_catalog.h
@@ -15,7 +15,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, USA
*
* $Id: plugin_catalog.h,v 1.21 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/post.c b/src/xine-engine/post.c
index d153cada9..7c4becbee 100644
--- a/src/xine-engine/post.c
+++ b/src/xine-engine/post.c
@@ -15,7 +15,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, USA
*
* $Id: post.c,v 1.32 2006/01/27 07:46:15 tmattern Exp $
*/
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h
index 9f82ffaa1..d02d68005 100644
--- a/src/xine-engine/post.h
+++ b/src/xine-engine/post.h
@@ -15,7 +15,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, USA
*
* $Id: post.h,v 1.26 2007/02/20 01:13:08 dgp85 Exp $
*
diff --git a/src/xine-engine/refcounter.c b/src/xine-engine/refcounter.c
index 18c2ad1ce..f951f3261 100644
--- a/src/xine-engine/refcounter.c
+++ b/src/xine-engine/refcounter.c
@@ -15,7 +15,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, USA
*
* $Id: refcounter.c,v 1.2 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/refcounter.h b/src/xine-engine/refcounter.h
index 739a6ad62..de378f7bc 100644
--- a/src/xine-engine/refcounter.h
+++ b/src/xine-engine/refcounter.h
@@ -15,7 +15,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, USA
*
* $Id: refcounter.h,v 1.2 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/resample.c b/src/xine-engine/resample.c
index 1bc9dfaf9..d73349039 100644
--- a/src/xine-engine/resample.c
+++ b/src/xine-engine/resample.c
@@ -15,7 +15,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, USA
*
* $Id: resample.c,v 1.10 2006/09/26 05:19:49 dgp85 Exp $
*/
diff --git a/src/xine-engine/resample.h b/src/xine-engine/resample.h
index 1fd478d06..c291917b6 100644
--- a/src/xine-engine/resample.h
+++ b/src/xine-engine/resample.h
@@ -15,7 +15,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, USA
*
* $Id: resample.h,v 1.6 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c
index ddca0cfaf..dfeaa4907 100644
--- a/src/xine-engine/scratch.c
+++ b/src/xine-engine/scratch.c
@@ -15,7 +15,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, USA
*
* $Id: scratch.c,v 1.24 2007/01/19 00:12:22 dgp85 Exp $
*
diff --git a/src/xine-engine/scratch.h b/src/xine-engine/scratch.h
index bcfe815c3..124afd2be 100644
--- a/src/xine-engine/scratch.h
+++ b/src/xine-engine/scratch.h
@@ -15,7 +15,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, USA
*
* $Id: scratch.h,v 1.13 2007/01/19 00:12:22 dgp85 Exp $
*
diff --git a/src/xine-engine/tvmode.c b/src/xine-engine/tvmode.c
index b7a34e673..0b28ab629 100644
--- a/src/xine-engine/tvmode.c
+++ b/src/xine-engine/tvmode.c
@@ -15,7 +15,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, USA
*
* $Id: tvmode.c,v 1.17 2003/12/09 00:02:37 f1rmb Exp $
*
diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c
index 3d39b4550..585e83c14 100644
--- a/src/xine-engine/video_decoder.c
+++ b/src/xine-engine/video_decoder.c
@@ -15,7 +15,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, USA
*
* $Id: video_decoder.c,v 1.163 2007/02/20 00:34:58 dgp85 Exp $
*
diff --git a/src/xine-engine/video_decoder.h b/src/xine-engine/video_decoder.h
index 42120b724..e721f9e8d 100644
--- a/src/xine-engine/video_decoder.h
+++ b/src/xine-engine/video_decoder.h
@@ -15,7 +15,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, USA
*
* $Id: video_decoder.h,v 1.14 2004/09/26 22:54:52 valtri Exp $
*
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c
index eeade3f48..f07244428 100644
--- a/src/xine-engine/video_out.c
+++ b/src/xine-engine/video_out.c
@@ -15,7 +15,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, USA
*
* $Id: video_out.c,v 1.228 2007/04/01 01:03:06 dgp85 Exp $
*
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index bd169acfe..aceb1b6e5 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -15,7 +15,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, USA
*
* $Id: video_out.h,v 1.114 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/video_overlay.c b/src/xine-engine/video_overlay.c
index 574f42ac3..9d4961501 100644
--- a/src/xine-engine/video_overlay.c
+++ b/src/xine-engine/video_overlay.c
@@ -15,7 +15,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, USA
*
* $Id: video_overlay.c,v 1.41 2006/09/26 00:28:14 dgp85 Exp $
*
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h
index 5e3455461..a6ff1d7c4 100644
--- a/src/xine-engine/video_overlay.h
+++ b/src/xine-engine/video_overlay.h
@@ -15,7 +15,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, USA
*
* $Id: video_overlay.h,v 1.21 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c
index b2f3001d0..c2098b9cd 100644
--- a/src/xine-engine/vo_scale.c
+++ b/src/xine-engine/vo_scale.c
@@ -15,7 +15,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, USA
*
* $Id: vo_scale.c,v 1.39 2006/09/26 08:00:02 dgp85 Exp $
*
diff --git a/src/xine-engine/vo_scale.h b/src/xine-engine/vo_scale.h
index 793ab1eb7..fe89f49f4 100644
--- a/src/xine-engine/vo_scale.h
+++ b/src/xine-engine/vo_scale.h
@@ -15,7 +15,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, USA
*
* $Id: vo_scale.h,v 1.14 2006/09/26 05:19:49 dgp85 Exp $
*
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 2d3b32176..cddca009a 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -15,7 +15,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, USA
*
* $Id: xine.c,v 1.342 2007/02/20 00:37:02 dgp85 Exp $
*/
diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c
index a4a7ecbf9..fbb1b6758 100644
--- a/src/xine-engine/xine_interface.c
+++ b/src/xine-engine/xine_interface.c
@@ -15,7 +15,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, USA
*
* $Id: xine_interface.c,v 1.104 2007/03/26 11:48:01 dgp85 Exp $
*
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index e4af27b92..cc4ca1921 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -15,7 +15,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, USA
*
* $Id: xine_internal.h,v 1.181 2007/01/18 23:28:46 dgp85 Exp $
*
diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h
index 4ddb65eda..44b269d4c 100644
--- a/src/xine-engine/xine_plugin.h
+++ b/src/xine-engine/xine_plugin.h
@@ -15,7 +15,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, USA
*
* $Id: xine_plugin.h,v 1.23 2007/01/19 02:49:31 dgp85 Exp $
*
diff --git a/src/xine-engine/xineintl.h b/src/xine-engine/xineintl.h
index 614195193..2af09d752 100644
--- a/src/xine-engine/xineintl.h
+++ b/src/xine-engine/xineintl.h
@@ -15,7 +15,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, USA
*
* $Id: xineintl.h,v 1.9 2005/02/19 13:11:53 valtri Exp $
*