On 21/09/2021 11:42, Bitan Biswas wrote: > Add Dual licensing SPDX license identifier for tegra186,tegra194 > memory and bpmp-thermal headers. > > Signed-off-by: Bitan Biswas <bbiswas@xxxxxxxxxx> > --- > include/dt-bindings/memory/tegra186-mc.h | 1 + > include/dt-bindings/memory/tegra194-mc.h | 1 + > include/dt-bindings/thermal/tegra186-bpmp-thermal.h | 1 + > include/dt-bindings/thermal/tegra194-bpmp-thermal.h | 1 + > 4 files changed, 4 insertions(+) > > 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_H > The 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. Best regards, Krzysztof