diff mbox

[FFmpeg-devel] lavfi/ebur128: relicense to LGPL

Message ID 20161126162444.23591-1-u@pkh.me
State Accepted
Commit 5d7be07a8b823238c881889faf0f1093bca1f062
Headers show

Commit Message

Clément Bœsch Nov. 26, 2016, 4:24 p.m. UTC
All copyright holders have agreed to the relicensing.

Approved-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Approved-by: David Sedacca <sedacca@comcast.net>
Approved-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Approved-by: Jean First <jeanfirst@gmail.com>
Approved-by: Kyle Swanson <k@ylo.ph>
Approved-by: Michael Niedermayer <michael@niedermayer.cc>
Approved-by: Nicolas George <george@nsup.org>
Approved-by: Paul B Mahol <onemda@gmail.com>
Approved-by: Thilo Borgmann <thilo.borgmann@mail.de>
---
I plan to push this soon.

Thanks to all contributors for agreeing to the relicensing.
---
 LICENSE.md              |  1 -
 configure               |  1 -
 libavfilter/f_ebur128.c | 18 +++++++++---------
 3 files changed, 9 insertions(+), 11 deletions(-)

Comments

Paul B Mahol Nov. 27, 2016, 7:40 p.m. UTC | #1
On 11/26/16, Clement Boesch <u@pkh.me> wrote:
> All copyright holders have agreed to the relicensing.
>
> Approved-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
> Approved-by: David Sedacca <sedacca@comcast.net>
> Approved-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
> Approved-by: Jean First <jeanfirst@gmail.com>
> Approved-by: Kyle Swanson <k@ylo.ph>
> Approved-by: Michael Niedermayer <michael@niedermayer.cc>
> Approved-by: Nicolas George <george@nsup.org>
> Approved-by: Paul B Mahol <onemda@gmail.com>
> Approved-by: Thilo Borgmann <thilo.borgmann@mail.de>
> ---
> I plan to push this soon.
>
> Thanks to all contributors for agreeing to the relicensing.
> ---
>  LICENSE.md              |  1 -
>  configure               |  1 -
>  libavfilter/f_ebur128.c | 18 +++++++++---------
>  3 files changed, 9 insertions(+), 11 deletions(-)
>

lgtm
Clément Bœsch Nov. 27, 2016, 7:49 p.m. UTC | #2
On Sun, Nov 27, 2016 at 08:40:43PM +0100, Paul B Mahol wrote:
> On 11/26/16, Clement Boesch <u@pkh.me> wrote:
> > All copyright holders have agreed to the relicensing.
> >
> > Approved-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
> > Approved-by: David Sedacca <sedacca@comcast.net>
> > Approved-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
> > Approved-by: Jean First <jeanfirst@gmail.com>
> > Approved-by: Kyle Swanson <k@ylo.ph>
> > Approved-by: Michael Niedermayer <michael@niedermayer.cc>
> > Approved-by: Nicolas George <george@nsup.org>
> > Approved-by: Paul B Mahol <onemda@gmail.com>
> > Approved-by: Thilo Borgmann <thilo.borgmann@mail.de>
> > ---
> > I plan to push this soon.
> >
> > Thanks to all contributors for agreeing to the relicensing.
> > ---
> >  LICENSE.md              |  1 -
> >  configure               |  1 -
> >  libavfilter/f_ebur128.c | 18 +++++++++---------
> >  3 files changed, 9 insertions(+), 11 deletions(-)
> >
> 
> lgtm

applied, thanks
diff mbox

Patch

diff --git a/LICENSE.md b/LICENSE.md
index a384fa0..640633c 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -26,7 +26,6 @@  Specifically, the GPL parts of FFmpeg are:
     - `tests/checkasm/*`
     - `tests/tiny_ssim.c`
 - the following filters in libavfilter:
-    - `f_ebur128.c`
     - `vf_blackframe.c`
     - `vf_boxblur.c`
     - `vf_colormatrix.c`
diff --git a/configure b/configure
index d0c0056..a5e0a02 100755
--- a/configure
+++ b/configure
@@ -3036,7 +3036,6 @@  cropdetect_filter_deps="gpl"
 delogo_filter_deps="gpl"
 deshake_filter_select="pixelutils"
 drawtext_filter_deps="libfreetype"
-ebur128_filter_deps="gpl"
 eq_filter_deps="gpl"
 fftfilt_filter_deps="avcodec"
 fftfilt_filter_select="rdft"
diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c
index 983c889..1fd85bb 100644
--- a/libavfilter/f_ebur128.c
+++ b/libavfilter/f_ebur128.c
@@ -3,19 +3,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
  */
 
 /**