Skip to content

Commit d5e7f01

Browse files
committed
avfilter/vf_geq: Relicense to LGPL
All authors who have code in this under GPL agreed. Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 18ff210 commit d5e7f01

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

LICENSE.md

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Specifically, the GPL parts of FFmpeg are:
3535
- `vf_eq.c`
3636
- `vf_find_rect.c`
3737
- `vf_fspp.c`
38-
- `vf_geq.c`
3938
- `vf_histeq.c`
4039
- `vf_hqdn3d.c`
4140
- `vf_kerndeint.c`

configure

-1
Original file line numberDiff line numberDiff line change
@@ -3503,7 +3503,6 @@ freezedetect_filter_select="scene_sad"
35033503
frei0r_filter_deps="frei0r libdl"
35043504
frei0r_src_filter_deps="frei0r libdl"
35053505
fspp_filter_deps="gpl"
3506-
geq_filter_deps="gpl"
35073506
headphone_filter_select="fft"
35083507
histeq_filter_deps="gpl"
35093508
hqdn3d_filter_deps="gpl"

libavfilter/vf_geq.c

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

2222
/**

0 commit comments

Comments
 (0)