diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-13 00:23:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-13 00:23:32 +0000 |
commit | 660204c65ca3e46be86c8634fcbdfa980fae4a03 (patch) | |
tree | c5adde523f455f9da920ce5508df81f83372ae6d /postproc | |
parent | 5509bffa88238d1f445a84a32e3791bfb9e532fd (diff) | |
download | ffmpeg-660204c65ca3e46be86c8634fcbdfa980fae4a03.tar.gz |
Update licensing information: The FSF changed postal address.
Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/cs_test.c | 2 | ||||
-rw-r--r-- | postproc/swscale-example.c | 2 | ||||
-rw-r--r-- | postproc/swscale.c | 2 | ||||
-rw-r--r-- | postproc/swscale.h | 2 | ||||
-rw-r--r-- | postproc/swscale_altivec_template.c | 2 | ||||
-rw-r--r-- | postproc/swscale_internal.h | 2 | ||||
-rw-r--r-- | postproc/swscale_template.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/postproc/cs_test.c b/postproc/cs_test.c index df54a7ee0b..b1963f92f6 100644 --- a/postproc/cs_test.c +++ b/postproc/cs_test.c @@ -13,7 +13,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 <stdio.h> diff --git a/postproc/swscale-example.c b/postproc/swscale-example.c index 3509eca6bf..15a3545f3c 100644 --- a/postproc/swscale-example.c +++ b/postproc/swscale-example.c @@ -13,7 +13,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 <stdio.h> diff --git a/postproc/swscale.c b/postproc/swscale.c index 941a486b0d..a836aac4af 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -13,7 +13,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/postproc/swscale.h b/postproc/swscale.h index 97c8570e82..e589e7dce0 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -13,7 +13,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 SWSCALE_H diff --git a/postproc/swscale_altivec_template.c b/postproc/swscale_altivec_template.c index 93ae41fcdf..a466c026ff 100644 --- a/postproc/swscale_altivec_template.c +++ b/postproc/swscale_altivec_template.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 */ #ifdef CONFIG_DARWIN diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h index 9a8a9b4b35..c6611da509 100644 --- a/postproc/swscale_internal.h +++ b/postproc/swscale_internal.h @@ -13,7 +13,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 SWSCALE_INTERNAL_H diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c index 3c503e3c72..6a8e576ffb 100644 --- a/postproc/swscale_template.c +++ b/postproc/swscale_template.c @@ -13,7 +13,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 */ #undef REAL_MOVNTQ |