Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/6] qt5base: add examples license information
@ 2016-12-19 20:10 Peter Seiderer
  2016-12-19 20:10 ` [Buildroot] [PATCH v1 2/6] qt5connectivity: " Peter Seiderer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peter Seiderer @ 2016-12-19 20:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qt5/qt5base/qt5base.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 23dba2a18..2e56775c9 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -47,6 +47,10 @@ ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
 QT5BASE_CONFIGURE_OPTS += -opensource -confirm-license
 QT5BASE_LICENSE = GPLv3 or LGPLv2.1 with exception or LGPLv3, GFDLv1.3 (docs)
 QT5BASE_LICENSE_FILES = LICENSE.GPLv3 LICENSE.LGPLv21 LGPL_EXCEPTION.txt LICENSE.LGPLv3 LICENSE.FDL
+ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
+QT5BASE_LICENSE := $(QT5BASE_LICENSE), BSD-3c (examples)
+QT5BASE_LICENSE_FILES += header.BSD
+endif
 else
 QT5BASE_LICENSE = Commercial license
 QT5BASE_REDISTRIBUTE = NO
-- 
2.11.0

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

end of thread, other threads:[~2017-01-28 10:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-19 20:10 [Buildroot] [PATCH v1 1/6] qt5base: add examples license information Peter Seiderer
2016-12-19 20:10 ` [Buildroot] [PATCH v1 2/6] qt5connectivity: " Peter Seiderer
2016-12-19 20:10 ` [Buildroot] [PATCH v1 3/6] qt5enginio: " Peter Seiderer
2016-12-19 20:10 ` [Buildroot] [PATCH v1 4/6] qt5webchannel: " Peter Seiderer
2016-12-19 20:10 ` [Buildroot] [PATCH v1 5/6] qt5websockets: " Peter Seiderer
2016-12-19 20:10 ` [Buildroot] [PATCH v1 6/6] qt5xmlpatterns: " Peter Seiderer
2017-01-28 10:29 ` [Buildroot] [PATCH v1 1/6] qt5base: " Thomas Petazzoni

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