diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-12 22:43:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-12 22:43:26 +0000 |
commit | 5509bffa88238d1f445a84a32e3791bfb9e532fd (patch) | |
tree | 852d6c37e7409657961378ccce977826b6799ae1 /libavutil | |
parent | c8a596d21045851ddbdc29d0d27397ab0a19674c (diff) | |
download | ffmpeg-5509bffa88238d1f445a84a32e3791bfb9e532fd.tar.gz |
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/integer.c | 2 | ||||
-rw-r--r-- | libavutil/integer.h | 2 | ||||
-rw-r--r-- | libavutil/intfloat_readwrite.c | 2 | ||||
-rw-r--r-- | libavutil/mathematics.c | 2 | ||||
-rw-r--r-- | libavutil/rational.c | 2 | ||||
-rw-r--r-- | libavutil/rational.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libavutil/integer.c b/libavutil/integer.c index b0e766f781..98c3df35d5 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.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/libavutil/integer.h b/libavutil/integer.h index 12edfff996..5237529121 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.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 * */ diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index 998897ed7b..d2a2ee490b 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.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 */ /** diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index cc7dbe8bcf..3cd47a8ac0 100644 --- a/libavutil/mathematics.c +++ b/libavutil/mathematics.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/libavutil/rational.c b/libavutil/rational.c index f4e3f7e047..b4700c710c 100644 --- a/libavutil/rational.c +++ b/libavutil/rational.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/libavutil/rational.h b/libavutil/rational.h index 189b3621e0..0fbe0d29d6 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.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 * */ |