summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-12 22:43:26 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-12 22:43:26 +0000
commit5509bffa88238d1f445a84a32e3791bfb9e532fd (patch)
tree852d6c37e7409657961378ccce977826b6799ae1 /libavformat
parentc8a596d21045851ddbdc29d0d27397ab0a19674c (diff)
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/4xm.c2
-rw-r--r--libavformat/allformats.c2
-rw-r--r--libavformat/amr.c2
-rw-r--r--libavformat/asf-enc.c2
-rw-r--r--libavformat/asf.c2
-rw-r--r--libavformat/asf.h2
-rw-r--r--libavformat/au.c2
-rw-r--r--libavformat/audio.c2
-rw-r--r--libavformat/avidec.c2
-rw-r--r--libavformat/avienc.c2
-rw-r--r--libavformat/avio.c2
-rw-r--r--libavformat/aviobuf.c2
-rw-r--r--libavformat/beosaudio.cpp2
-rw-r--r--libavformat/crc.c2
-rw-r--r--libavformat/cutils.c2
-rw-r--r--libavformat/daud.c2
-rw-r--r--libavformat/dc1394.c2
-rw-r--r--libavformat/dv.c2
-rw-r--r--libavformat/dv.h2
-rw-r--r--libavformat/dv1394.c2
-rw-r--r--libavformat/dv1394.h3
-rw-r--r--libavformat/electronicarts.c2
-rw-r--r--libavformat/ffm.c2
-rw-r--r--libavformat/file.c2
-rw-r--r--libavformat/flic.c2
-rw-r--r--libavformat/flvdec.c2
-rw-r--r--libavformat/flvenc.c2
-rw-r--r--libavformat/framehook.c2
-rw-r--r--libavformat/gif.c2
-rw-r--r--libavformat/gifdec.c2
-rw-r--r--libavformat/grab.c2
-rw-r--r--libavformat/grab_bktr.c2
-rw-r--r--libavformat/http.c2
-rw-r--r--libavformat/idcin.c2
-rw-r--r--libavformat/idroq.c2
-rw-r--r--libavformat/img.c2
-rw-r--r--libavformat/img2.c2
-rw-r--r--libavformat/ipmovie.c2
-rw-r--r--libavformat/jpeg.c2
-rw-r--r--libavformat/matroska.c2
-rw-r--r--libavformat/mmf.c2
-rw-r--r--libavformat/mov.c2
-rw-r--r--libavformat/movenc.c2
-rw-r--r--libavformat/mp3.c2
-rw-r--r--libavformat/mpeg.c2
-rw-r--r--libavformat/mpegts.c2
-rw-r--r--libavformat/mpegts.h2
-rw-r--r--libavformat/mpegtsenc.c2
-rw-r--r--libavformat/mpjpeg.c2
-rw-r--r--libavformat/nsvdec.c2
-rw-r--r--libavformat/nut.c2
-rw-r--r--libavformat/oggparseflac.c2
-rw-r--r--libavformat/os_support.c2
-rw-r--r--libavformat/png.c2
-rw-r--r--libavformat/pnm.c2
-rw-r--r--libavformat/psxstr.c2
-rw-r--r--libavformat/raw.c2
-rw-r--r--libavformat/rm.c2
-rw-r--r--libavformat/rtp.c2
-rw-r--r--libavformat/rtp.h2
-rw-r--r--libavformat/rtpproto.c2
-rw-r--r--libavformat/rtsp.c2
-rw-r--r--libavformat/rtsp.h2
-rw-r--r--libavformat/segafilm.c2
-rw-r--r--libavformat/sgi.c2
-rw-r--r--libavformat/sierravmd.c2
-rw-r--r--libavformat/sol.c2
-rw-r--r--libavformat/swf.c2
-rw-r--r--libavformat/tcp.c2
-rw-r--r--libavformat/udp.c2
-rw-r--r--libavformat/utils.c2
-rw-r--r--libavformat/wav.c2
-rw-r--r--libavformat/wc3movie.c2
-rw-r--r--libavformat/westwood.c2
-rw-r--r--libavformat/yuv.c2
-rw-r--r--libavformat/yuv4mpeg.c2
76 files changed, 77 insertions, 76 deletions
diff --git a/libavformat/4xm.c b/libavformat/4xm.c
index 9ff496e7b3..c0df50f85e 100644
--- a/libavformat/4xm.c
+++ b/libavformat/4xm.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index a8c64532d5..e82f65841c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/amr.c b/libavformat/amr.c
index b6eaeb6ffc..e149dcb9c2 100644
--- a/libavformat/amr.c
+++ b/libavformat/amr.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/*
diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c
index e5375386f3..1f8a993c66 100644
--- a/libavformat/asf-enc.c
+++ b/libavformat/asf-enc.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 412525b3f1..b3e84e184e 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/asf.h b/libavformat/asf.h
index ff26cde0cc..c9661b97a2 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#define PACKET_SIZE 3200
diff --git a/libavformat/au.c b/libavformat/au.c
index fbf4e98383..2d603f5f77 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/*
diff --git a/libavformat/audio.c b/libavformat/audio.c
index 4f4088dedc..7537f9c6e2 100644
--- a/libavformat/audio.c
+++ b/libavformat/audio.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index fe59b9cb80..ebe9458622 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 774dfd9d52..9cb96682bf 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/avio.c b/libavformat/avio.c
index 0d85a3a729..4f96b654a4 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index d1118fb652..b1bc45b73d 100644
--- a/libavformat/aviobuf.c
+++ b/libavformat/aviobuf.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avio.h"
diff --git a/libavformat/beosaudio.cpp b/libavformat/beosaudio.cpp
index 3f2739b4bf..35591d005a 100644
--- a/libavformat/beosaudio.cpp
+++ b/libavformat/beosaudio.cpp
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <signal.h>
diff --git a/libavformat/crc.c b/libavformat/crc.c
index dfe2d4c870..d28a87cdf5 100644
--- a/libavformat/crc.c
+++ b/libavformat/crc.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/cutils.c b/libavformat/cutils.c
index a4c1e04026..7e76d3b9ea 100644
--- a/libavformat/cutils.c
+++ b/libavformat/cutils.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/daud.c b/libavformat/daud.c
index acaec9b0d8..f017806cbe 100644
--- a/libavformat/daud.c
+++ b/libavformat/daud.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/dc1394.c b/libavformat/dc1394.c
index c8f374d06e..c51d120af2 100644
--- a/libavformat/dc1394.c
+++ b/libavformat/dc1394.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/dv.c b/libavformat/dv.c
index d0591f2457..3124c80699 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <time.h>
#include "avformat.h"
diff --git a/libavformat/dv.h b/libavformat/dv.h
index 1920682c92..2cd6b9bb3b 100644
--- a/libavformat/dv.h
+++ b/libavformat/dv.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
typedef struct DVDemuxContext DVDemuxContext;
diff --git a/libavformat/dv1394.c b/libavformat/dv1394.c
index 65cfcca73b..2d2a1f7809 100644
--- a/libavformat/dv1394.c
+++ b/libavformat/dv1394.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <unistd.h>
diff --git a/libavformat/dv1394.h b/libavformat/dv1394.h
index af37f78082..742bcf6f1e 100644
--- a/libavformat/dv1394.h
+++ b/libavformat/dv1394.h
@@ -20,7 +20,8 @@
*
* 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.
+ * Inc.,51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
*/
#ifndef _DV_1394_H
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index 7684de9d80..df41bbba94 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/ffm.c b/libavformat/ffm.c
index 0569f0894a..338e51e6f4 100644
--- a/libavformat/ffm.c
+++ b/libavformat/ffm.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <unistd.h>
diff --git a/libavformat/file.c b/libavformat/file.c
index 3bc94dfc96..7d399d4581 100644
--- a/libavformat/file.c
+++ b/libavformat/file.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <fcntl.h>
diff --git a/libavformat/flic.c b/libavformat/flic.c
index 18addfc4c6..82ac1df89b 100644
--- a/libavformat/flic.c
+++ b/libavformat/flic.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 1be80e32e4..5fa3678628 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
index 4c1ac502bb..d369dcc89a 100644
--- a/libavformat/flvenc.c
+++ b/libavformat/flvenc.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/framehook.c b/libavformat/framehook.c
index 18be8a753e..a4b609e774 100644
--- a/libavformat/framehook.c
+++ b/libavformat/framehook.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <errno.h>
#include "config.h"
diff --git a/libavformat/gif.c b/libavformat/gif.c
index 21de168262..34d01c49f9 100644
--- a/libavformat/gif.c
+++ b/libavformat/gif.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/*
diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
index 7ceadfd055..de9e41fdd6 100644
--- a/libavformat/gifdec.c
+++ b/libavformat/gifdec.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/grab.c b/libavformat/grab.c
index 411a3c597d..218695d825 100644
--- a/libavformat/grab.c
+++ b/libavformat/grab.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <unistd.h>
diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c
index 45027454b9..8c02db4034 100644
--- a/libavformat/grab_bktr.c
+++ b/libavformat/grab_bktr.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#if defined(__FreeBSD__)
diff --git a/libavformat/http.c b/libavformat/http.c
index bc6954f640..cb6ba49e50 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <unistd.h>
diff --git a/libavformat/idcin.c b/libavformat/idcin.c
index cbbf980233..c5d2313f83 100644
--- a/libavformat/idcin.c
+++ b/libavformat/idcin.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/idroq.c b/libavformat/idroq.c
index 955152b2d4..f71d80ec43 100644
--- a/libavformat/idroq.c
+++ b/libavformat/idroq.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/img.c b/libavformat/img.c
index d389a521ee..addcae6574 100644
--- a/libavformat/img.c
+++ b/libavformat/img.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 4085fb8ed2..46d8248017 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index aaef7d3e51..731b0396bc 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/jpeg.c b/libavformat/jpeg.c
index f957aa49dc..615ab886b9 100644
--- a/libavformat/jpeg.c
+++ b/libavformat/jpeg.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 8e0a800988..47c0e98a48 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/mmf.c b/libavformat/mmf.c
index 9700884a20..8b20f32003 100644
--- a/libavformat/mmf.c
+++ b/libavformat/mmf.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 8bf364f642..d49ff7fdad 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <limits.h>
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index a340644b79..ee3a4377ce 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index 4fb22ae836..f09bfebd1a 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index 4bebdba6fa..11a2e32665 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "bitstream.h"
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 81284542d0..db6dde9cae 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
index 589fc2ed74..193e86afa5 100644
--- a/libavformat/mpegts.h
+++ b/libavformat/mpegts.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#define TS_FEC_PACKET_SIZE 204
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index d7da0278f5..e37f657a77 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c
index 42efc0a1a0..b1621cfa5b 100644
--- a/libavformat/mpjpeg.c
+++ b/libavformat/mpjpeg.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index aebf8edc9d..162f4d1210 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 7070881234..8dfb0b5eba 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this library; 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-1301 USA
*
*
* Visit the official site at http://www.nut.hu/
diff --git a/libavformat/oggparseflac.c b/libavformat/oggparseflac.c
index efebb51891..d1d53b0256 100644
--- a/libavformat/oggparseflac.c
+++ b/libavformat/oggparseflac.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include <stdlib.h>
diff --git a/libavformat/os_support.c b/libavformat/os_support.c
index 2d387d072d..1e1a38f471 100644
--- a/libavformat/os_support.c
+++ b/libavformat/os_support.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "config.h"
#include "avformat.h"
diff --git a/libavformat/png.c b/libavformat/png.c
index e01a103644..e775cc520f 100644
--- a/libavformat/png.c
+++ b/libavformat/png.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/pnm.c b/libavformat/pnm.c
index 2331bcdc42..fcd375c39d 100644
--- a/libavformat/pnm.c
+++ b/libavformat/pnm.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index 952a6a35e1..cd6486679e 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/raw.c b/libavformat/raw.c
index 0ca551cbbe..6016c32058 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/rm.c b/libavformat/rm.c
index fc292e9806..748d3f209f 100644
--- a/libavformat/rm.c
+++ b/libavformat/rm.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index b9758c917a..00230010fa 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "mpegts.h"
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 93f50d66de..d6fb42622e 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#ifndef RTP_H
#define RTP_H
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index fb42d00b85..9edd20f04c 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 8db23f4172..a29fdfc4e7 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 3687748e8b..a58eb43228 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#ifndef RTSP_H
#define RTSP_H
diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c
index 562f5522a8..c8e16d4686 100644
--- a/libavformat/segafilm.c
+++ b/libavformat/segafilm.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/sgi.c b/libavformat/sgi.c
index 9c8f07f191..92a6fa5532 100644
--- a/libavformat/sgi.c
+++ b/libavformat/sgi.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c
index 6761fe78cb..fdf5b5ea2a 100644
--- a/libavformat/sierravmd.c
+++ b/libavformat/sierravmd.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/sol.c b/libavformat/sol.c
index 4f6a8934c0..078b826009 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/*
diff --git a/libavformat/swf.c b/libavformat/swf.c
index d449de8e08..4d9299f745 100644
--- a/libavformat/swf.c
+++ b/libavformat/swf.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "bitstream.h"
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index 3928200a88..619de273bf 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <unistd.h>
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 8e8db698e0..ee4f67d654 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include <unistd.h>
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 3ba9fc0630..f8ecd04595 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 101def7012..b712c5832c 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
#include "avi.h"
diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c
index 9cca580ea7..d49f7509b5 100644
--- a/libavformat/wc3movie.c
+++ b/libavformat/wc3movie.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/westwood.c b/libavformat/westwood.c
index ac85579ad5..1cd41f95b4 100644
--- a/libavformat/westwood.c
+++ b/libavformat/westwood.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
/**
diff --git a/libavformat/yuv.c b/libavformat/yuv.c
index 04f6f0c679..43fd8c0a93 100644
--- a/libavformat/yuv.c
+++ b/libavformat/yuv.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"
diff --git a/libavformat/yuv4mpeg.c b/libavformat/yuv4mpeg.c
index 3aeb55e8c5..54629efcad 100644
--- a/libavformat/yuv4mpeg.c
+++ b/libavformat/yuv4mpeg.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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-1301 USA
*/
#include "avformat.h"