aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/x86/yadif-16.asm
diff options
context:
space:
mode:
authorRobert Krüger <krueger@lesspain.de>2014-01-04 14:21:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-14 14:19:15 +0100
commit194ef56ba7e659196fe554782d797b1b45c3915f (patch)
tree8b7f5d6e09f53541e8b2c0de51998b33a05e8b03 /libavfilter/x86/yadif-16.asm
parent61093993668bc9b377aaa8e23818a0432f280692 (diff)
downloadffmpeg-194ef56ba7e659196fe554782d797b1b45c3915f.tar.gz
Change license of yadif from GPL to LGPL
Signed-off-by: Robert Krüger <krueger@lesspain.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86/yadif-16.asm')
-rw-r--r--libavfilter/x86/yadif-16.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/libavfilter/x86/yadif-16.asm b/libavfilter/x86/yadif-16.asm
index a2e6006253..d6dcd3a403 100644
--- a/libavfilter/x86/yadif-16.asm
+++ b/libavfilter/x86/yadif-16.asm
@@ -7,19 +7,19 @@
;*
;* 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 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 FFmpeg; if not, write to the Free Software
+;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "libavutil/x86/x86util.asm"