summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/nosefart/dis6502.c3
-rw-r--r--contrib/nosefart/dis6502.h3
-rw-r--r--contrib/nosefart/fds_snd.c3
-rw-r--r--contrib/nosefart/fds_snd.h3
-rw-r--r--contrib/nosefart/log.c3
-rw-r--r--contrib/nosefart/log.h3
-rw-r--r--contrib/nosefart/memguard.c3
-rw-r--r--contrib/nosefart/memguard.h3
-rw-r--r--contrib/nosefart/mmc5_snd.c3
-rw-r--r--contrib/nosefart/mmc5_snd.h3
-rw-r--r--contrib/nosefart/nes6502.c3
-rw-r--r--contrib/nosefart/nes6502.h3
-rw-r--r--contrib/nosefart/nes_apu.c3
-rw-r--r--contrib/nosefart/nes_apu.h3
-rw-r--r--contrib/nosefart/nsf.c3
-rw-r--r--contrib/nosefart/nsf.h3
-rw-r--r--contrib/nosefart/osd.h3
-rw-r--r--contrib/nosefart/types.h3
-rw-r--r--contrib/nosefart/version.h3
-rw-r--r--contrib/nosefart/vrc7_snd.c3
-rw-r--r--contrib/nosefart/vrc7_snd.h3
-rw-r--r--contrib/nosefart/vrcvisnd.c3
-rw-r--r--contrib/nosefart/vrcvisnd.h3
-rw-r--r--src/demuxers/demux_playlist.c2
-rw-r--r--src/post/deinterlace/plugins/greedy2frame_template.c3
-rw-r--r--src/post/deinterlace/plugins/greedy2frame_template_sse2.c3
-rw-r--r--src/post/deinterlace/plugins/greedyh.asm3
-rw-r--r--src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc3
-rw-r--r--src/post/goom/goomsl_yacc.c3
-rw-r--r--src/post/goom/goomsl_yacc.h3
-rw-r--r--src/video_dec/libmpeg2/cpu_state.c2
-rw-r--r--src/video_dec/libmpeg2/decode.c2
-rw-r--r--src/video_dec/libmpeg2/header.c2
-rw-r--r--src/video_dec/libmpeg2/idct.c2
-rw-r--r--src/video_dec/libmpeg2/idct_altivec.c2
-rw-r--r--src/video_dec/libmpeg2/idct_mlib.c2
-rw-r--r--src/video_dec/libmpeg2/idct_mmx.c2
-rw-r--r--src/video_dec/libmpeg2/motion_comp.c2
-rw-r--r--src/video_dec/libmpeg2/motion_comp_altivec.c2
-rw-r--r--src/video_dec/libmpeg2/motion_comp_mlib.c2
-rw-r--r--src/video_dec/libmpeg2/motion_comp_mmx.c2
-rw-r--r--src/video_dec/libmpeg2/motion_comp_vis.c2
-rw-r--r--src/video_dec/libmpeg2/mpeg2.h2
-rw-r--r--src/video_dec/libmpeg2/mpeg2_internal.h2
-rw-r--r--src/video_dec/libmpeg2/slice.c2
-rw-r--r--src/video_dec/libmpeg2/slice_xvmc.c2
-rw-r--r--src/video_dec/libmpeg2/stats.c2
-rw-r--r--src/video_dec/libmpeg2/vis.h2
-rw-r--r--src/video_dec/libmpeg2/vlc.h2
-rw-r--r--src/video_dec/libmpeg2/xvmc.h2
-rw-r--r--src/video_out/video_out_opengl2.c2
-rw-r--r--src/video_out/video_out_raw.c2
-rw-r--r--src/video_out/video_out_vdpau.c2
53 files changed, 80 insertions, 55 deletions
diff --git a/contrib/nosefart/dis6502.c b/contrib/nosefart/dis6502.c
index ff552d219..ad6340b27 100644
--- a/contrib/nosefart/dis6502.c
+++ b/contrib/nosefart/dis6502.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/dis6502.h b/contrib/nosefart/dis6502.h
index a02fd73ae..b83922837 100644
--- a/contrib/nosefart/dis6502.h
+++ b/contrib/nosefart/dis6502.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/fds_snd.c b/contrib/nosefart/fds_snd.c
index fe2e4d624..a653087f7 100644
--- a/contrib/nosefart/fds_snd.c
+++ b/contrib/nosefart/fds_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/fds_snd.h b/contrib/nosefart/fds_snd.h
index 9d20b5b2a..10e5d1830 100644
--- a/contrib/nosefart/fds_snd.h
+++ b/contrib/nosefart/fds_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/log.c b/contrib/nosefart/log.c
index 8935a596e..58871165f 100644
--- a/contrib/nosefart/log.c
+++ b/contrib/nosefart/log.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/log.h b/contrib/nosefart/log.h
index da2548c80..965806dfe 100644
--- a/contrib/nosefart/log.h
+++ b/contrib/nosefart/log.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/memguard.c b/contrib/nosefart/memguard.c
index 35b3ef6ba..0b9864b18 100644
--- a/contrib/nosefart/memguard.c
+++ b/contrib/nosefart/memguard.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/memguard.h b/contrib/nosefart/memguard.h
index d80d6fb7c..cc2804269 100644
--- a/contrib/nosefart/memguard.h
+++ b/contrib/nosefart/memguard.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/mmc5_snd.c b/contrib/nosefart/mmc5_snd.c
index 7269fa967..9032c33bd 100644
--- a/contrib/nosefart/mmc5_snd.c
+++ b/contrib/nosefart/mmc5_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/mmc5_snd.h b/contrib/nosefart/mmc5_snd.h
index 256cc2285..640f892bb 100644
--- a/contrib/nosefart/mmc5_snd.h
+++ b/contrib/nosefart/mmc5_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes6502.c b/contrib/nosefart/nes6502.c
index d84bae912..6d48e7d20 100644
--- a/contrib/nosefart/nes6502.c
+++ b/contrib/nosefart/nes6502.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes6502.h b/contrib/nosefart/nes6502.h
index 8713304ec..eeab276d8 100644
--- a/contrib/nosefart/nes6502.h
+++ b/contrib/nosefart/nes6502.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes_apu.c b/contrib/nosefart/nes_apu.c
index 474e2ca1a..9774e3a30 100644
--- a/contrib/nosefart/nes_apu.c
+++ b/contrib/nosefart/nes_apu.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nes_apu.h b/contrib/nosefart/nes_apu.h
index 9efbb560e..1779dcc6f 100644
--- a/contrib/nosefart/nes_apu.h
+++ b/contrib/nosefart/nes_apu.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nsf.c b/contrib/nosefart/nsf.c
index 69f77546b..700aeb3a7 100644
--- a/contrib/nosefart/nsf.c
+++ b/contrib/nosefart/nsf.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/nsf.h b/contrib/nosefart/nsf.h
index 79ce55c35..117e03135 100644
--- a/contrib/nosefart/nsf.h
+++ b/contrib/nosefart/nsf.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/osd.h b/contrib/nosefart/osd.h
index 38b9480c7..e25b2eb56 100644
--- a/contrib/nosefart/osd.h
+++ b/contrib/nosefart/osd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/types.h b/contrib/nosefart/types.h
index c0293066c..f0401b350 100644
--- a/contrib/nosefart/types.h
+++ b/contrib/nosefart/types.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/version.h b/contrib/nosefart/version.h
index 38d69c61c..52e282128 100644
--- a/contrib/nosefart/version.h
+++ b/contrib/nosefart/version.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrc7_snd.c b/contrib/nosefart/vrc7_snd.c
index 42cff0103..0680fee76 100644
--- a/contrib/nosefart/vrc7_snd.c
+++ b/contrib/nosefart/vrc7_snd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrc7_snd.h b/contrib/nosefart/vrc7_snd.h
index fd3880b63..4feaa2f46 100644
--- a/contrib/nosefart/vrc7_snd.h
+++ b/contrib/nosefart/vrc7_snd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrcvisnd.c b/contrib/nosefart/vrcvisnd.c
index b1f26fe52..a4bdea1a5 100644
--- a/contrib/nosefart/vrcvisnd.c
+++ b/contrib/nosefart/vrcvisnd.c
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/contrib/nosefart/vrcvisnd.h b/contrib/nosefart/vrcvisnd.h
index 7666fec0c..81c340056 100644
--- a/contrib/nosefart/vrcvisnd.h
+++ b/contrib/nosefart/vrcvisnd.h
@@ -11,7 +11,8 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details. To obtain a
** copy of the GNU Library General Public License, write to the Free
-** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+** MA 02110-1301, USA.
**
** Any permitted reproduction of these routines, in whole or in part,
** must bear this legend.
diff --git a/src/demuxers/demux_playlist.c b/src/demuxers/demux_playlist.c
index 5fa62b606..8b1a05446 100644
--- a/src/demuxers/demux_playlist.c
+++ b/src/demuxers/demux_playlist.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* Playlist parser/demuxer by
diff --git a/src/post/deinterlace/plugins/greedy2frame_template.c b/src/post/deinterlace/plugins/greedy2frame_template.c
index e88124886..780fafdff 100644
--- a/src/post/deinterlace/plugins/greedy2frame_template.c
+++ b/src/post/deinterlace/plugins/greedy2frame_template.c
@@ -7,7 +7,8 @@
** published by the Free Software Foundation. A copy of this license is
** included with this software distribution in the file COPYING. If you
** do not have a copy, you may obtain a copy by writing to the Free
-** Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, 51 Franklin St, Fifth Floor, Boston, MA
+** 02110-1301, USA.
**
** This software is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/post/deinterlace/plugins/greedy2frame_template_sse2.c b/src/post/deinterlace/plugins/greedy2frame_template_sse2.c
index 379a78440..f5b749994 100644
--- a/src/post/deinterlace/plugins/greedy2frame_template_sse2.c
+++ b/src/post/deinterlace/plugins/greedy2frame_template_sse2.c
@@ -7,7 +7,8 @@
** published by the Free Software Foundation. A copy of this license is
** included with this software distribution in the file COPYING. If you
** do not have a copy, you may obtain a copy by writing to the Free
-** Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+** Software Foundation, 51 Franklin St, Fifth Floor, Boston, MA
+** 02110-1301, USA.
**
** This software is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/post/deinterlace/plugins/greedyh.asm b/src/post/deinterlace/plugins/greedyh.asm
index c96bfbf2c..46d687c6e 100644
--- a/src/post/deinterlace/plugins/greedyh.asm
+++ b/src/post/deinterlace/plugins/greedyh.asm
@@ -7,7 +7,8 @@
// published by the Free Software Foundation. A copy of this license is
// included with this software distribution in the file COPYING. If you
// do not have a copy, you may obtain a copy by writing to the Free
-// Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+// Software Foundation, 51 Franklin St, Fifth Floor, Boston, MA
+// 02110-1301, USA.
//
// This software is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
index d3ee46a20..c5770f244 100644
--- a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
+++ b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
@@ -7,7 +7,8 @@
// published by the Free Software Foundation. A copy of this license is
// included with this software distribution in the file COPYING. If you
// do not have a copy, you may obtain a copy by writing to the Free
-// Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+// Software Foundation, 51 Franklin St, Fifth Floor, Boston, MA
+// 02110-1301, USA.
//
// This software is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/post/goom/goomsl_yacc.c b/src/post/goom/goomsl_yacc.c
index 589b171be..cfe80b27c 100644
--- a/src/post/goom/goomsl_yacc.c
+++ b/src/post/goom/goomsl_yacc.c
@@ -15,8 +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 St, Fifth Floor, Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
diff --git a/src/post/goom/goomsl_yacc.h b/src/post/goom/goomsl_yacc.h
index fae0c010f..4d779324c 100644
--- a/src/post/goom/goomsl_yacc.h
+++ b/src/post/goom/goomsl_yacc.h
@@ -15,8 +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 St, Fifth Floor, Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
diff --git a/src/video_dec/libmpeg2/cpu_state.c b/src/video_dec/libmpeg2/cpu_state.c
index d1507eec1..55f23a852 100644
--- a/src/video_dec/libmpeg2/cpu_state.c
+++ b/src/video_dec/libmpeg2/cpu_state.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/decode.c b/src/video_dec/libmpeg2/decode.c
index 848d111fc..3e110ab73 100644
--- a/src/video_dec/libmpeg2/decode.c
+++ b/src/video_dec/libmpeg2/decode.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* xine-specific version by G. Bartsch
*
diff --git a/src/video_dec/libmpeg2/header.c b/src/video_dec/libmpeg2/header.c
index 67cf63a6e..4f3db0991 100644
--- a/src/video_dec/libmpeg2/header.c
+++ b/src/video_dec/libmpeg2/header.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
diff --git a/src/video_dec/libmpeg2/idct.c b/src/video_dec/libmpeg2/idct.c
index 9f216db58..d9e9dd0c4 100644
--- a/src/video_dec/libmpeg2/idct.c
+++ b/src/video_dec/libmpeg2/idct.c
@@ -22,7 +22,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**********************************************************/
diff --git a/src/video_dec/libmpeg2/idct_altivec.c b/src/video_dec/libmpeg2/idct_altivec.c
index de396560b..8636463f1 100644
--- a/src/video_dec/libmpeg2/idct_altivec.c
+++ b/src/video_dec/libmpeg2/idct_altivec.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/idct_mlib.c b/src/video_dec/libmpeg2/idct_mlib.c
index e573c9790..ceb751aeb 100644
--- a/src/video_dec/libmpeg2/idct_mlib.c
+++ b/src/video_dec/libmpeg2/idct_mlib.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/idct_mmx.c b/src/video_dec/libmpeg2/idct_mmx.c
index 92ae365b4..6fe543281 100644
--- a/src/video_dec/libmpeg2/idct_mmx.c
+++ b/src/video_dec/libmpeg2/idct_mmx.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/motion_comp.c b/src/video_dec/libmpeg2/motion_comp.c
index 4a324b8ea..93864502b 100644
--- a/src/video_dec/libmpeg2/motion_comp.c
+++ b/src/video_dec/libmpeg2/motion_comp.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/motion_comp_altivec.c b/src/video_dec/libmpeg2/motion_comp_altivec.c
index 99719b7fb..c0d8aa0e2 100644
--- a/src/video_dec/libmpeg2/motion_comp_altivec.c
+++ b/src/video_dec/libmpeg2/motion_comp_altivec.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/motion_comp_mlib.c b/src/video_dec/libmpeg2/motion_comp_mlib.c
index 1a37070ae..2392b3a3c 100644
--- a/src/video_dec/libmpeg2/motion_comp_mlib.c
+++ b/src/video_dec/libmpeg2/motion_comp_mlib.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/motion_comp_mmx.c b/src/video_dec/libmpeg2/motion_comp_mmx.c
index 9c5ab455d..9a8c4baaf 100644
--- a/src/video_dec/libmpeg2/motion_comp_mmx.c
+++ b/src/video_dec/libmpeg2/motion_comp_mmx.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/motion_comp_vis.c b/src/video_dec/libmpeg2/motion_comp_vis.c
index d0a6673d6..c3ebec49a 100644
--- a/src/video_dec/libmpeg2/motion_comp_vis.c
+++ b/src/video_dec/libmpeg2/motion_comp_vis.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/mpeg2.h b/src/video_dec/libmpeg2/mpeg2.h
index ae69688f5..30e89c120 100644
--- a/src/video_dec/libmpeg2/mpeg2.h
+++ b/src/video_dec/libmpeg2/mpeg2.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* Structure for the mpeg2dec decoder */
diff --git a/src/video_dec/libmpeg2/mpeg2_internal.h b/src/video_dec/libmpeg2/mpeg2_internal.h
index eeaa16227..325474445 100644
--- a/src/video_dec/libmpeg2/mpeg2_internal.h
+++ b/src/video_dec/libmpeg2/mpeg2_internal.h
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef MPEG2_INTERNAL_H
diff --git a/src/video_dec/libmpeg2/slice.c b/src/video_dec/libmpeg2/slice.c
index 8247a9a24..8f14a4a55 100644
--- a/src/video_dec/libmpeg2/slice.c
+++ b/src/video_dec/libmpeg2/slice.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/slice_xvmc.c b/src/video_dec/libmpeg2/slice_xvmc.c
index b46886b3a..a2fcf64d8 100644
--- a/src/video_dec/libmpeg2/slice_xvmc.c
+++ b/src/video_dec/libmpeg2/slice_xvmc.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/stats.c b/src/video_dec/libmpeg2/stats.c
index 63c701179..d15cf5a4a 100644
--- a/src/video_dec/libmpeg2/stats.c
+++ b/src/video_dec/libmpeg2/stats.c
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "config.h"
diff --git a/src/video_dec/libmpeg2/vis.h b/src/video_dec/libmpeg2/vis.h
index 69dd49075..d2c5d949e 100644
--- a/src/video_dec/libmpeg2/vis.h
+++ b/src/video_dec/libmpeg2/vis.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* You may be asking why I hard-code the instruction opcodes and don't
diff --git a/src/video_dec/libmpeg2/vlc.h b/src/video_dec/libmpeg2/vlc.h
index 65de9a840..5fb32ae09 100644
--- a/src/video_dec/libmpeg2/vlc.h
+++ b/src/video_dec/libmpeg2/vlc.h
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define GETWORD(bit_buf,shift,bit_ptr) \
diff --git a/src/video_dec/libmpeg2/xvmc.h b/src/video_dec/libmpeg2/xvmc.h
index 5d61bcf83..0fe83c9b5 100644
--- a/src/video_dec/libmpeg2/xvmc.h
+++ b/src/video_dec/libmpeg2/xvmc.h
@@ -18,7 +18,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _XVMC_H
diff --git a/src/video_out/video_out_opengl2.c b/src/video_out/video_out_opengl2.c
index cce35e8d8..fed693af0 100644
--- a/src/video_out/video_out_opengl2.c
+++ b/src/video_out/video_out_opengl2.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* video_out_opengl2.c, a video output plugin using opengl 2.0
diff --git a/src/video_out/video_out_raw.c b/src/video_out/video_out_raw.c
index 50f385959..32de4230c 100644
--- a/src/video_out/video_out_raw.c
+++ b/src/video_out/video_out_raw.c
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* video_out_raw.c, a video output plugin to pass raw data to frontend
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c
index c4c4ef74d..9f9d3dd80 100644
--- a/src/video_out/video_out_vdpau.c
+++ b/src/video_out/video_out_vdpau.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* video_out_vdpau.c, a video output plugin