From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 4/4] mesalib: add Apache-2.0 license when Vulkan screenshot layer is enabled
Date: Thu, 23 Jan 2025 11:11:41 +0100 [thread overview]
Message-ID: <20250123101141.3047977-4-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20250123101141.3047977-1-p.zabel@pengutronix.de>
The Vulkan screenshot layer is based on the Apache-2.0 licensed
Vulkan layer template.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/mesalib.make | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/mesalib.make b/rules/mesalib.make
index cf283ec19104..25795f94d62e 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -26,8 +26,12 @@ MESALIB_LICENSE := MIT AND BSL-1.0
ifdef PTXCONF_MESALIB_GLX
MESALIB_LICENSE += AND SGI-B-2.0
endif
+ifdef PTXCONF_MESALIB_VULKAN_SCREENSHOT
+MESALIB_LICENSE += AND Apache-2.0
+endif
MESALIB_LICENSE_FILES := \
file://docs/license.rst;md5=ffe678546d4337b732cfd12262e6af11 \
+ file://licenses/Apache-2.0;md5=db66a99884d6d2bdbd5f9e71e1bffec6 \
file://licenses/BSL-1.0;md5=4610c5f00caa47872489c3943d1bacc8 \
file://licenses/MIT;md5=e8f57dd048e186199433be2c41bd3d6d \
file://licenses/SGI-B-2.0;md5=efe792cf56e83c7aa8470e553faf333f
--
2.39.5
next prev parent reply other threads:[~2025-01-23 10:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 10:11 [ptxdist] [PATCH 1/4] mesalib: version bump 24.3.3 -> 24.3.4 Philipp Zabel
2025-01-23 10:11 ` [ptxdist] [PATCH 2/4] mesalib: add BSL-1.0 license for C11 threads.h emulation library Philipp Zabel
2025-01-27 8:35 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-01-23 10:11 ` [ptxdist] [PATCH 3/4] mesalib: add SGI-B-2.0 license when GLX is enabled Philipp Zabel
2025-01-27 8:35 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-01-23 10:11 ` Philipp Zabel [this message]
2025-01-27 8:35 ` [ptxdist] [APPLIED] mesalib: add Apache-2.0 license when Vulkan screenshot layer " Michael Olbrich
2025-01-27 8:35 ` [ptxdist] [APPLIED] mesalib: version bump 24.3.3 -> 24.3.4 Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250123101141.3047977-4-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox