lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251029-fix_gic_dt_licence-v1-1-af70840c5e61@bootlin.com>
Date: Wed, 29 Oct 2025 08:22:20 +0100
From: Gregory CLEMENT <gregory.clement@...tlin.com>
To: Andrew Bresticker <abrestic@...osinc.com>, 
 Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, 
 Conor Dooley <conor+dt@...nel.org>
Cc: Thomas Petazzoni <thomas.petazzoni@...tlin.com>, 
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, 
 Gregory CLEMENT <gregory.clement@...tlin.com>
Subject: [PATCH] of: Update license for MIPS GIC header

According to Documentation/devicetree/bindings/submitting-patches.rst:
"DT binding files should be dual-licensed." The second license should
be a BSD-like license, allowing the use of the binding in projects
other than Linux. Initially, this file was submitted without any
license and was later automatically converted to the default Linux
license. Let’s now update it to follow the preferred license for the
binding.

Signed-off-by: Gregory CLEMENT <gregory.clement@...tlin.com>
---
Hi Andrew,

I’m assuming you are the same Andrew Bresticker who initially wrote
this file. As the author, would you agree to update the license for
the reasons I outlined in the commit log? If you’re okay with this
change, I believe an Acked-by tag would suffice.

Let me know your thoughts.

Gregory
---
 include/dt-bindings/interrupt-controller/mips-gic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/interrupt-controller/mips-gic.h b/include/dt-bindings/interrupt-controller/mips-gic.h
index bd45cee0c3f05..647f22d5f0622 100644
--- a/include/dt-bindings/interrupt-controller/mips-gic.h
+++ b/include/dt-bindings/interrupt-controller/mips-gic.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
 

---
base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
change-id: 20251028-fix_gic_dt_licence-c876fd6d709e

Best regards,
-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ