Re: [PATCH v2] dt-binding: leds: publish common bindings under dual license
From: Rafał Miłecki
Date: Fri Apr 10 2026 - 10:26:25 EST
On 2026-04-08 08:29, Corvin Köhne wrote:
Changes leds/common.h DT binding header file to be published under GPLv2
or BSD-2-Clause license terms. This change allows this common LED
bindings header file to be used in software components as bootloaders
and OSes that are not published under GPLv2 terms.
All contributors to leds/common.h file in copy.
Acked-by: Rafał Miłecki <rafal@xxxxxxxxxx>
Cc: Ashley Towns <mail@xxxxxxxxxxxxxxxxx>
Cc: Dan Murphy <dmurphy@xxxxxx>
Cc: Gergo Koteles <soyer@xxxxxx>
Cc: INAGAKI Hiroshi <musashino.open@xxxxxxxxx>
Cc: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>
Cc: Olliver Schinagl <oliver@xxxxxxxxxxx>
Cc: Pavel Machek <pavel@xxxxxx>
Cc: Rafał Miłecki <rafal@xxxxxxxxxx>
Cc: Roderick Colenbrander <roderick@xxxxxxxxxx>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Signed-off-by: Corvin Köhne <c.koehne@xxxxxxxxxxxx>
---
include/dt-bindings/leds/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 4f017bea0123..b7bafbaf7df3 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
/*
* This header provides macros for the common LEDs device tree bindings.
*
--
Rafał Miłecki