summaryrefslogtreecommitdiff
path: root/src/libxinevdec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec')
-rw-r--r--src/libxinevdec/bitplane.c2
-rw-r--r--src/libxinevdec/foovideo.c2
-rw-r--r--src/libxinevdec/gdkpixbuf.c2
-rw-r--r--src/libxinevdec/image.c2
-rw-r--r--src/libxinevdec/rgb.c2
-rw-r--r--src/libxinevdec/yuv.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/libxinevdec/bitplane.c b/src/libxinevdec/bitplane.c
index 5812a16ea..6e982d671 100644
--- a/src/libxinevdec/bitplane.c
+++ b/src/libxinevdec/bitplane.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
*
* Bitplane "Decoder" by Manfred Tremmel (Manfred.Tremmel@iiv.de)
* Converts Amiga typical bitplane pictures to a YUV2 map
diff --git a/src/libxinevdec/foovideo.c b/src/libxinevdec/foovideo.c
index 385784d5d..4af8b7c73 100644
--- a/src/libxinevdec/foovideo.c
+++ b/src/libxinevdec/foovideo.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
*
* foovideo.c: This is a reference video decoder for the xine multimedia
* player. It really works too! It will output frames of packed YUY2 data
diff --git a/src/libxinevdec/gdkpixbuf.c b/src/libxinevdec/gdkpixbuf.c
index f5c2973fd..837ca1fbd 100644
--- a/src/libxinevdec/gdkpixbuf.c
+++ b/src/libxinevdec/gdkpixbuf.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: gdkpixbuf.c,v 1.7 2006/08/05 13:31:13 hadess Exp $
*
diff --git a/src/libxinevdec/image.c b/src/libxinevdec/image.c
index 4f33e91e6..42417c726 100644
--- a/src/libxinevdec/image.c
+++ b/src/libxinevdec/image.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: image.c,v 1.21 2006/10/16 22:18:24 valtri Exp $
*
diff --git a/src/libxinevdec/rgb.c b/src/libxinevdec/rgb.c
index aef58be97..fd6e2739c 100644
--- a/src/libxinevdec/rgb.c
+++ b/src/libxinevdec/rgb.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
*
* Raw RGB "Decoder" by Mike Melanson (melanson@pcisys.net)
* Actually, this decoder just converts a raw RGB image to a YUY2 map
diff --git a/src/libxinevdec/yuv.c b/src/libxinevdec/yuv.c
index 8314765d9..3a4814bdc 100644
--- a/src/libxinevdec/yuv.c
+++ b/src/libxinevdec/yuv.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
*
* YUV "Decoder" by Mike Melanson (melanson@pcisys.net)
* Actually, this decoder just reorganizes chunks of raw YUV data in such