Re: [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license
From: Bitan Biswas <hidden>
Date: 2021-09-24 21:59:28
Also in:
linux-devicetree, lkml
From: Bitan Biswas <hidden>
Date: 2021-09-24 21:59:28
Also in:
linux-devicetree, lkml
Hi Krzysztof, On 9/21/21 2:49 AM, Krzysztof Kozlowski wrote:
External email: Use caution opening links or attachments On 21/09/2021 11:42, Bitan Biswas wrote:quoted
Add Dual licensing SPDX license identifier for tegra186,tegra194 memory and bpmp-thermal headers. Signed-off-by: Bitan Biswas <redacted> --- include/dt-bindings/memory/tegra186-mc.h | 1 +diff --git a/include/dt-bindings/memory/tegra186-mc.h b/include/dt-bindings/memory/tegra186-mc.h index 82a1e27f7357..be313d3790ae 100644 --- a/include/dt-bindings/memory/tegra186-mc.h +++ b/include/dt-bindings/memory/tegra186-mc.h@@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef DT_BINDINGS_MEMORY_TEGRA186_MC_H #define DT_BINDINGS_MEMORY_TEGRA186_MC_HThe files were licensed as GPL-2.0 only, so you are effectively re-licensing them. I guess this is ok, as you act on behalf of copyright holders, but please state it in the commit message.
I shall update the commit message next stating that files are being re-licensed acting on behalf of Copyright holders. Thanks for the review. -regards, Bitan