diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-26 01:12:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-26 01:12:26 +0000 |
commit | 538389c9817f3cafc27bdd606bc9b6b195964a3d (patch) | |
tree | 32e44d22f3274593e06d1473bf12f617b2c1c99d | |
parent | a94e666cb5db1b23b22b5804abaee7c44b547431 (diff) | |
download | ffmpeg-538389c9817f3cafc27bdd606bc9b6b195964a3d.tar.gz |
Fix FSF postal address.
Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mmvideo.c | 2 | ||||
-rw-r--r-- | libavcodec/os2thread.c | 2 | ||||
-rw-r--r-- | libavcodec/tta.c | 2 | ||||
-rw-r--r-- | libavformat/mm.c | 2 | ||||
-rw-r--r-- | libavformat/tta.c | 2 | ||||
-rw-r--r-- | libavutil/lls.c | 2 | ||||
-rw-r--r-- | libavutil/lls.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index b2e146839d..0cfae83de4 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.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 St, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index c39ac91002..252396583b 100644 --- a/libavcodec/os2thread.c +++ b/libavcodec/os2thread.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 St, Fifth Floor, Boston, MA 02110-1301 USA * */ //#define DEBUG diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 5ea592910c..979a94a742 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.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 St, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavformat/mm.c b/libavformat/mm.c index 3c34ef05c4..33d889184f 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.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 St, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavformat/tta.c b/libavformat/tta.c index 431afc00fb..7a54ec2b58 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" #define ALT_BITSREAM_READER_LE diff --git a/libavutil/lls.c b/libavutil/lls.c index 50a5003763..6bf4d92786 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.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 St, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavutil/lls.h b/libavutil/lls.h index 5c603e467a..944fba75d6 100644 --- a/libavutil/lls.h +++ b/libavutil/lls.h @@ -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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LLS_H |