lavfi/hue: relicense to LGPL with permission by all contributors

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-09-03 17:07:53 +00:00
parent 6053812814
commit 771e2e59e2
3 changed files with 9 additions and 11 deletions

View File

@ -33,7 +33,6 @@ Specifically, the GPL parts of FFmpeg are
- vf_geq.c - vf_geq.c
- vf_histeq.c - vf_histeq.c
- vf_hqdn3d.c - vf_hqdn3d.c
- vf_hue.c
- vf_kerndeint.c - vf_kerndeint.c
- vf_mcdeint.c - vf_mcdeint.c
- vf_mp.c - vf_mp.c

1
configure vendored
View File

@ -2205,7 +2205,6 @@ frei0r_src_filter_extralibs='$ldl'
geq_filter_deps="gpl" geq_filter_deps="gpl"
histeq_filter_deps="gpl" histeq_filter_deps="gpl"
hqdn3d_filter_deps="gpl" hqdn3d_filter_deps="gpl"
hue_filter_deps="gpl"
interlace_filter_deps="gpl" interlace_filter_deps="gpl"
kerndeint_filter_deps="gpl" kerndeint_filter_deps="gpl"
mcdeint_filter_deps="avcodec gpl" mcdeint_filter_deps="avcodec gpl"

View File

@ -4,19 +4,19 @@
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
* FFmpeg is free software; you can redistribute it and/or modify * FFmpeg is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Lesser General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* FFmpeg is distributed in the hope that it will be useful, * FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License along * You should have received a copy of the GNU Lesser General Public
* with FFmpeg; if not, write to the Free Software Foundation, Inc., * License along with FFmpeg; if not, write to the Free Software
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/** /**