mbox series

[v2,0/3] ARM: dts: toradex: DTS license/copyright clean-up

Message ID 20200312083830.18011-1-igor.opaniuk@gmail.com (mailing list archive)
Headers show
Series ARM: dts: toradex: DTS license/copyright clean-up | expand

Message

Igor Opaniuk March 12, 2020, 8:38 a.m. UTC
1. Replace boiler plate licenses texts with the SPDX license
identifiers in Toradex Vybrid-based SoM device trees.
2. As X11 is identical to the MIT License, but with an extra sentence
that prohibits using the copyright holders' names for advertising or
promotional purposes without written permission, use MIT license instead
of X11 ('s/X11/MIT/g').
3. Replace "Toradex AG" with "Toradex" in the Copyright notice.
4. Use GPL2.0+ instead of GPL2.0, as it's used now by default for all
new DTS files.

v2:
- Drop switching from GPL2.0+ to GPL2.0 [Marcel Ziswiler]
- Replace "Toradex AG" with "Toradex" in the Copyright notice [Marcel Ziswiler]

Igor Opaniuk (3):
  arm: dts: imx6: toradex: use SPDX-License-Identifier
  arm: dts: imx7: toradex: use SPDX-License-Identifier
  arm: dts: vf: toradex: SPDX tags and copyright cleanup

 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts  | 40 +-----------------
 arch/arm/boot/dts/imx6q-apalis-eval.dts       | 40 +-----------------
 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts | 40 +-----------------
 arch/arm/boot/dts/imx6q-apalis-ixora.dts      | 40 +-----------------
 arch/arm/boot/dts/imx6qdl-apalis.dtsi         | 40 +-----------------
 arch/arm/boot/dts/imx6qdl-colibri.dtsi        | 40 +-----------------
 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi   | 41 +------------------
 arch/arm/boot/dts/imx7-colibri.dtsi           | 41 +------------------
 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts   | 41 +------------------
 arch/arm/boot/dts/imx7d-colibri.dtsi          | 41 +------------------
 arch/arm/boot/dts/imx7s-colibri-eval-v3.dts   | 41 +------------------
 arch/arm/boot/dts/imx7s-colibri.dtsi          | 41 +------------------
 arch/arm/boot/dts/vf-colibri-eval-v3.dtsi     | 40 +-----------------
 arch/arm/boot/dts/vf-colibri.dtsi             | 39 +-----------------
 arch/arm/boot/dts/vf500-colibri-eval-v3.dts   | 40 +-----------------
 arch/arm/boot/dts/vf500-colibri.dtsi          | 40 +-----------------
 arch/arm/boot/dts/vf610-colibri-eval-v3.dts   | 40 +-----------------
 arch/arm/boot/dts/vf610-colibri.dtsi          | 40 +-----------------
 arch/arm/boot/dts/vf610m4-colibri.dts         | 39 +-----------------
 19 files changed, 37 insertions(+), 727 deletions(-)

Comments

Shawn Guo March 16, 2020, 2:27 a.m. UTC | #1
On Thu, Mar 12, 2020 at 10:38:27AM +0200, Igor Opaniuk wrote:
> 1. Replace boiler plate licenses texts with the SPDX license
> identifiers in Toradex Vybrid-based SoM device trees.
> 2. As X11 is identical to the MIT License, but with an extra sentence
> that prohibits using the copyright holders' names for advertising or
> promotional purposes without written permission, use MIT license instead
> of X11 ('s/X11/MIT/g').
> 3. Replace "Toradex AG" with "Toradex" in the Copyright notice.
> 4. Use GPL2.0+ instead of GPL2.0, as it's used now by default for all
> new DTS files.
> 
> v2:
> - Drop switching from GPL2.0+ to GPL2.0 [Marcel Ziswiler]
> - Replace "Toradex AG" with "Toradex" in the Copyright notice [Marcel Ziswiler]
> 
> Igor Opaniuk (3):
>   arm: dts: imx6: toradex: use SPDX-License-Identifier
>   arm: dts: imx7: toradex: use SPDX-License-Identifier
>   arm: dts: vf: toradex: SPDX tags and copyright cleanup

Change prefix to 'ARM: ...' and applied all, thanks.