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 /vhook | |
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 'vhook')
-rw-r--r-- | vhook/drawtext.c | 2 | ||||
-rw-r--r-- | vhook/fish.c | 2 | ||||
-rw-r--r-- | vhook/imlib2.c | 2 | ||||
-rw-r--r-- | vhook/null.c | 2 | ||||
-rw-r--r-- | vhook/ppm.c | 2 | ||||
-rw-r--r-- | vhook/watermark.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/vhook/drawtext.c b/vhook/drawtext.c index 4f4f76894b..a18d358cb2 100644 --- a/vhook/drawtext.c +++ b/vhook/drawtext.c @@ -38,7 +38,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 MAXSIZE_TEXT 1024 diff --git a/vhook/fish.c b/vhook/fish.c index f134c0daf9..62fad49168 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -31,7 +31,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> #include <fcntl.h> diff --git a/vhook/imlib2.c b/vhook/imlib2.c index 62f8236d43..1e6da37a40 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -40,7 +40,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 "framehook.h" diff --git a/vhook/null.c b/vhook/null.c index f4da5c0b21..1507d677c3 100644 --- a/vhook/null.c +++ b/vhook/null.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 <stdio.h> diff --git a/vhook/ppm.c b/vhook/ppm.c index 19d5864795..a9de8c9d4f 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.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 <stdio.h> diff --git a/vhook/watermark.c b/vhook/watermark.c index 66a601312f..e4a4685a14 100644 --- a/vhook/watermark.c +++ b/vhook/watermark.c @@ -34,7 +34,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> |