From b1ad8c516698db92e8755a69bc182c318c3c47e2 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 19 Nov 2015 19:14:21 -0300 Subject: [PATCH] gst-plugins-ugly: add legal info Even though COPYING is LGPLv2.1+ many code files state v2+ Signed-off-by: Gustavo Zacarias Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk index e8f23620f6..b921dc1480 100644 --- a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk +++ b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk @@ -7,6 +7,10 @@ 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 +# 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) +GST_PLUGINS_UGLY_LICENSE_FILES = COPYING GST_PLUGINS_UGLY_CONF_OPTS = \ --disable-examples -- 2.30.2