From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Thu, 19 Nov 2015 19:06:49 -0300 Subject: [Buildroot] [PATCH 5/6] gst-plugins-ugly: add legal info In-Reply-To: <564CF7C8.3030901@mind.be> References: <1447850352-26299-1-git-send-email-gustavo.zacarias@free-electrons.com> <1447850352-26299-5-git-send-email-gustavo.zacarias@free-electrons.com> <564CF7C8.3030901@mind.be> Message-ID: <564E47F9.1080404@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 18/11/15 19:12, Arnout Vandecappelle wrote: > On 18-11-15 13:39, gustavo.zacarias at free-electrons.com wrote: >> From: Gustavo Zacarias >> >> Signed-off-by: Gustavo Zacarias >> --- >> package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk >> index e8f2362..9662623 100644 >> --- a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk >> +++ b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk >> @@ -7,6 +7,8 @@ >> GST_PLUGINS_UGLY_VERSION = 0.10.19 >> GST_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION).tar.xz >> GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly >> +GST_PLUGINS_UGLY_LICENSE = LGPLv2.1+ > > synaesthesia is GPLv2+ (and is always enabled) > > All the rest is LGPLv2+... > >> +GST_PLUGINS_UGLY_LICENSE_FILES = COPYING > > ...except this file which is 2.1... > > I guess there's a reason it's called ugly :-) > > > Regards, > Arnout Hi Arnout. Actually it's more ugly, in fact tests/check/elements/xingmux.c is LGPLv2.1+ :) So i'm going for: # COPYING is in fact LGPLv2.1, but all of the code is v2+ # (except for one test, xingmux) GST_PLUGINS_UGLY_LICENSE = LGPLv2+, GPLv2+ (synaesthesia) Since in general we don't ship/use tests. Regards.