diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-13 01:29:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-13 01:29:24 +0000 |
commit | 54e3ae2ea6ab0887548f33ebfb6d9cf8219030c5 (patch) | |
tree | cfa99ce67060d72e4b6fa1e71b101eaab2ab90e6 /libswscale/cs_test.c | |
parent | 05adf49c7c237e3b49cf015b10e3f72bf2836f33 (diff) | |
download | ffmpeg-streaming-54e3ae2ea6ab0887548f33ebfb6d9cf8219030c5.zip ffmpeg-streaming-54e3ae2ea6ab0887548f33ebfb6d9cf8219030c5.tar.gz |
Relicense test/example files as LGPL with Michael's permission.
Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/cs_test.c')
-rw-r--r-- | libswscale/cs_test.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c index 2bb7486..d49a605 100644 --- a/libswscale/cs_test.c +++ b/libswscale/cs_test.c @@ -3,18 +3,18 @@ * * This file is part of FFmpeg. * - * FFmpeg 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. + * FFmpeg 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.1 of the License, or (at your option) any later version. * * FFmpeg 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 FFmpeg; if not, write to the Free Software + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ |