Message ID | 20240813072019.72735-7-Max.Merchel@ew.tq-group.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: fix license and copyright text | expand |
On 13/08/2024 09:20, Max Merchel wrote: > The included device trees imx8dxp.dtsi and imx8qxp.dtsi are licensed under > "GPL-2.0-only". > Therefore, the licenses of the tqma8xx device tree are changed to the > same license. I don't see much value nor explanation here. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts index f35514b7b338..d74b5338befe 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts +++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany. diff --git a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi index e2de8517aa0e..9d2bf9178d86 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany. diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts index 7d2e98bf8bc5..3544c347cdcd 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts +++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany. diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi index b14040bf4ddd..c3983391486d 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany. diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi index 276d1683b03b..3149c383e1c2 100644 --- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany. diff --git a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi index 366912bf3d5e..9659804c5f3b 100644 --- a/arch/arm64/boot/dts/freescale/tqma8xx.dtsi +++ b/arch/arm64/boot/dts/freescale/tqma8xx.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-or-later OR X11) +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, * D-82229 Seefeld, Germany.
The included device trees imx8dxp.dtsi and imx8qxp.dtsi are licensed under "GPL-2.0-only". Therefore, the licenses of the tqma8xx device tree are changed to the same license. Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com> --- arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts | 2 +- arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts | 2 +- arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi | 2 +- arch/arm64/boot/dts/freescale/mba8xx.dtsi | 2 +- arch/arm64/boot/dts/freescale/tqma8xx.dtsi | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)