diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-29 13:47:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-29 13:47:30 +0000 |
commit | 4d02387f74ec710b0c2e4928adba35eaeeca49c6 (patch) | |
tree | d793cfe143c09c79facfa65a0b6af7a48c85e9f3 /libswscale/swscale_altivec_template.c | |
parent | 4b51fb1ce031f5a256b062231d46e4902ec5cc28 (diff) | |
download | ffmpeg-streaming-4d02387f74ec710b0c2e4928adba35eaeeca49c6.zip ffmpeg-streaming-4d02387f74ec710b0c2e4928adba35eaeeca49c6.tar.gz |
Relicense file to LGPL with the permission of Romain Dolbeau, the author.
Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r-- | libswscale/swscale_altivec_template.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index a008b96..0bf620b 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c @@ -6,18 +6,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 */ |