diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-03 18:51:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-03 18:51:10 +0000 |
commit | efa4b887d5f60b0e20e21ebe0092f54dd4d51709 (patch) | |
tree | 72a032279ae00876df7c1676b8893b725f143712 | |
parent | 73c42241b449dc96e81947efaf9b9e08281b86fc (diff) | |
download | ffmpeg-efa4b887d5f60b0e20e21ebe0092f54dd4d51709.tar.gz |
Switch license from GPL to LGPL, this file originates from libdv, which
changed license from GPL to LGPL eventually, see
http://sourceforge.net/mailarchive/forum.php?thread_id=3320020&forum_id=5458
Originally committed as revision 6158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/dv1394.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libavformat/dv1394.h b/libavformat/dv1394.h index 742bcf6f1e..398ec157cd 100644 --- a/libavformat/dv1394.h +++ b/libavformat/dv1394.h @@ -8,19 +8,19 @@ * Copyright (C)1999,2000 Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au> * Peter Schlaile <udbz@rz.uni-karlsruhe.de> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * 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.,51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ |