Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/5] gstreamer: add legal info
@ 2015-11-19 22:14 gustavo.zacarias at free-electrons.com
  2015-11-19 22:14 ` [Buildroot] [PATCH v2 2/5] gst-plugins-base: " gustavo.zacarias at free-electrons.com
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: gustavo.zacarias at free-electrons.com @ 2015-11-19 22:14 UTC (permalink / raw)
  To: buildroot

From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>

Even though COPYING is LGPLv2+ many code files state v2.1+

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/gstreamer/gstreamer/gstreamer.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/gstreamer/gstreamer/gstreamer.mk b/package/gstreamer/gstreamer/gstreamer.mk
index 1dbd66f..cd3cf2d 100644
--- a/package/gstreamer/gstreamer/gstreamer.mk
+++ b/package/gstreamer/gstreamer/gstreamer.mk
@@ -8,6 +8,9 @@ GSTREAMER_VERSION = 0.10.36
 GSTREAMER_SOURCE = gstreamer-$(GSTREAMER_VERSION).tar.xz
 GSTREAMER_SITE = http://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER_INSTALL_STAGING = YES
+# COPYING is in fact v2, but most of the code is v2.1+
+GSTREAMER_LICENSE = LGPLv2.1+
+GSTREAMER_LICENSE_FILES = COPYING
 
 # Checking if unaligned memory access works correctly cannot be done when cross
 # compiling. For the following architectures there is no information available
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-26 21:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 22:14 [Buildroot] [PATCH v2 1/5] gstreamer: add legal info gustavo.zacarias at free-electrons.com
2015-11-19 22:14 ` [Buildroot] [PATCH v2 2/5] gst-plugins-base: " gustavo.zacarias at free-electrons.com
2015-11-19 22:14 ` [Buildroot] [PATCH v2 3/5] gst-plugins-good: " gustavo.zacarias at free-electrons.com
2015-11-19 22:14 ` [Buildroot] [PATCH v2 4/5] gst-plugins-bad: " gustavo.zacarias at free-electrons.com
2015-11-20 22:34   ` Arnout Vandecappelle
2015-11-19 22:14 ` [Buildroot] [PATCH v2 5/5] gst-plugins-ugly: " gustavo.zacarias at free-electrons.com
2015-11-20 22:41   ` Arnout Vandecappelle
2015-11-20 22:34 ` [Buildroot] [PATCH v2 1/5] gstreamer: " Arnout Vandecappelle
2015-11-26 21:40 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox