diff options
author | Etienne Carriere <[email protected]> | 2024-06-17 11:20:16 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-07-04 17:38:41 +0100 |
commit | 1d845319dc819c39e2ee568f1c6bd0cdb2fbc035 (patch) | |
tree | 2c8367dadc71883275e55f27bd20c420031b8809 | |
parent | fa0c3667d0bf41442927f79d4453b52a265ab601 (diff) |
dt-bindings: mfd: Dual licensing for st,stpmic1 bindings
Change include/dt-bindings/mfd/st,stpmic1.h license model from GPLv2.0
only to dual GPLv2.0 or BSD-2-Clause. I have every legitimacy to request
this change on behalf of STMicroelectronics. This change clarifies that
this DT binding header file can be shared with software components as
bootloaders and OSes that are not published under GPLv2 terms.
In CC are all the contributors to this header file.
Cc: Pascal Paillet <[email protected]>
Cc: Lee Jones <[email protected]>
Cc: Rob Herring <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | include/dt-bindings/mfd/st,stpmic1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/mfd/st,stpmic1.h b/include/dt-bindings/mfd/st,stpmic1.h index 321cd08797d9..9dd15b9c743e 100644 --- a/include/dt-bindings/mfd/st,stpmic1.h +++ b/include/dt-bindings/mfd/st,stpmic1.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ /* * Copyright (C) STMicroelectronics 2018 - All Rights Reserved * Author: Philippe Peurichard <[email protected]>, |