Re: [PATCH v2] dt-binding: leds: publish common bindings under dual license
From: Gergo Koteles
Date: Fri Apr 10 2026 - 17:45:37 EST
On Wed, 2026-04-08 at 08:29 +0200, Corvin Köhne wrote:
> From: Corvin Köhne <c.koehne@xxxxxxxxxxxx>
>
> 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.
>
> 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.
> *
I don't know if a single line change counts, but it's fine with me.
Acked-by: Gergo Koteles <soyer@xxxxxx>