From f16411a518913a98278234768cd960045b591cb6 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Mon, 9 Mar 2020 17:54:12 +0800 Subject: [PATCH] review Linux-derived dts file license These files are derived from the output of the device tree compiler in the Linux kernel. The licenses of the input files do all have to be compatible with at least GPL-2.0-only to be part of Linux. --- tools/dts/allwinnerA20.dts | 10 +++++++++- tools/dts/am335x-boneblack.dts | 10 +++++++++- tools/dts/am335x-boneblue.dts | 10 +++++++++- tools/dts/apq8064.dts | 10 +++++++++- tools/dts/exynos4.dts | 10 +++++++++- tools/dts/exynos5250.dts | 10 +++++++++- tools/dts/exynos5410.dts | 10 +++++++++- tools/dts/exynos5422.dts | 10 +++++++++- tools/dts/fvp.dts | 10 +++++++++- tools/dts/hikey.dts | 10 +++++++++- tools/dts/imx7sabre.dts | 10 +++++++++- tools/dts/imx8mm-evk.dts | 10 +++++++++- tools/dts/imx8mq-evk.dts | 10 +++++++++- tools/dts/kzm.dts | 10 +++++++++- tools/dts/odroidc2.dts | 10 +++++++++- tools/dts/omap3.dts | 10 +++++++++- tools/dts/rockpro64.dts | 10 +++++++++- tools/dts/rpi3.dts | 10 +++++++++- tools/dts/sabre.dts | 10 +++++++++- tools/dts/spike.dts | 10 +++++++++- tools/dts/spike32.dts | 10 +++++++++- tools/dts/tk1.dts | 10 +++++++++- tools/dts/tx1.dts | 10 +++++++++- tools/dts/tx2.dts | 10 +++++++++- tools/dts/ultra96.dts | 10 +++++++++- tools/dts/update-dts.sh | 10 +++++++++- tools/dts/wandq.dts | 10 +++++++++- tools/dts/zynq7000.dts | 10 +++++++++- tools/dts/zynqmp.dts | 10 +++++++++- 29 files changed, 261 insertions(+), 29 deletions(-) diff --git a/tools/dts/allwinnerA20.dts b/tools/dts/allwinnerA20.dts index 0decbc16a..5da51b3d2 100644 --- a/tools/dts/allwinnerA20.dts +++ b/tools/dts/allwinnerA20.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/am335x-boneblack.dts b/tools/dts/am335x-boneblack.dts index 5dca3762b..cc9080166 100644 --- a/tools/dts/am335x-boneblack.dts +++ b/tools/dts/am335x-boneblack.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/am335x-boneblue.dts b/tools/dts/am335x-boneblue.dts index 726158b67..0a0fe1fff 100644 --- a/tools/dts/am335x-boneblue.dts +++ b/tools/dts/am335x-boneblue.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/apq8064.dts b/tools/dts/apq8064.dts index d0201a40d..4eac460a1 100644 --- a/tools/dts/apq8064.dts +++ b/tools/dts/apq8064.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/exynos4.dts b/tools/dts/exynos4.dts index 76af8243b..3d919ced0 100644 --- a/tools/dts/exynos4.dts +++ b/tools/dts/exynos4.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/exynos5250.dts b/tools/dts/exynos5250.dts index 65728ca7d..5941f5c00 100644 --- a/tools/dts/exynos5250.dts +++ b/tools/dts/exynos5250.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/exynos5410.dts b/tools/dts/exynos5410.dts index 1049e6fbb..68505aee5 100644 --- a/tools/dts/exynos5410.dts +++ b/tools/dts/exynos5410.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/exynos5422.dts b/tools/dts/exynos5422.dts index 452dc1d05..637949b9f 100644 --- a/tools/dts/exynos5422.dts +++ b/tools/dts/exynos5422.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/fvp.dts b/tools/dts/fvp.dts index 1bab60e44..4afdb8426 100644 --- a/tools/dts/fvp.dts +++ b/tools/dts/fvp.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/hikey.dts b/tools/dts/hikey.dts index b4997f2fe..ef3e0aa10 100644 --- a/tools/dts/hikey.dts +++ b/tools/dts/hikey.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/imx7sabre.dts b/tools/dts/imx7sabre.dts index 6025532db..d6c673322 100644 --- a/tools/dts/imx7sabre.dts +++ b/tools/dts/imx7sabre.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/imx8mm-evk.dts b/tools/dts/imx8mm-evk.dts index 3694f09cf..f517be2c4 100644 --- a/tools/dts/imx8mm-evk.dts +++ b/tools/dts/imx8mm-evk.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/imx8mq-evk.dts b/tools/dts/imx8mq-evk.dts index 1f8025348..8cc84a552 100644 --- a/tools/dts/imx8mq-evk.dts +++ b/tools/dts/imx8mq-evk.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/kzm.dts b/tools/dts/kzm.dts index ed3825071..0cf994421 100644 --- a/tools/dts/kzm.dts +++ b/tools/dts/kzm.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/odroidc2.dts b/tools/dts/odroidc2.dts index acec21fb3..0835335db 100644 --- a/tools/dts/odroidc2.dts +++ b/tools/dts/odroidc2.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/omap3.dts b/tools/dts/omap3.dts index 28294616c..a50eca5e3 100644 --- a/tools/dts/omap3.dts +++ b/tools/dts/omap3.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/rockpro64.dts b/tools/dts/rockpro64.dts index 61ac25001..1c1a5ecf7 100644 --- a/tools/dts/rockpro64.dts +++ b/tools/dts/rockpro64.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/rpi3.dts b/tools/dts/rpi3.dts index 3fde00482..fb41a3128 100644 --- a/tools/dts/rpi3.dts +++ b/tools/dts/rpi3.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/sabre.dts b/tools/dts/sabre.dts index 34ecec0f9..12d1cc695 100644 --- a/tools/dts/sabre.dts +++ b/tools/dts/sabre.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/spike.dts b/tools/dts/spike.dts index 7a8130838..174ac8c60 100644 --- a/tools/dts/spike.dts +++ b/tools/dts/spike.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/spike32.dts b/tools/dts/spike32.dts index 9b5306d11..d1a492711 100644 --- a/tools/dts/spike32.dts +++ b/tools/dts/spike32.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/tk1.dts b/tools/dts/tk1.dts index db52645b4..a64284c7c 100644 --- a/tools/dts/tk1.dts +++ b/tools/dts/tk1.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/tx1.dts b/tools/dts/tx1.dts index 007568fa6..780af71ae 100644 --- a/tools/dts/tx1.dts +++ b/tools/dts/tx1.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/tx2.dts b/tools/dts/tx2.dts index 3e60c8bd5..454ea5df1 100644 --- a/tools/dts/tx2.dts +++ b/tools/dts/tx2.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/ultra96.dts b/tools/dts/ultra96.dts index a0b6fe609..15dfc7297 100644 --- a/tools/dts/ultra96.dts +++ b/tools/dts/ultra96.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/update-dts.sh b/tools/dts/update-dts.sh index 173bf08aa..e71f1c1a2 100755 --- a/tools/dts/update-dts.sh +++ b/tools/dts/update-dts.sh @@ -24,7 +24,15 @@ make ARCH=arm -j4 dtbs make ARCH=arm64 defconfig make ARCH=arm64 -j4 dtbs -LICENSE="/* SPDX-License-Identifier: GPL-2.0-or-later */ +LICENSE="/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ " ARM_DTBS=" diff --git a/tools/dts/wandq.dts b/tools/dts/wandq.dts index dfb9a3146..c001ea94d 100644 --- a/tools/dts/wandq.dts +++ b/tools/dts/wandq.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/zynq7000.dts b/tools/dts/zynq7000.dts index 601822cbe..9ad304cab 100644 --- a/tools/dts/zynq7000.dts +++ b/tools/dts/zynq7000.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/; diff --git a/tools/dts/zynqmp.dts b/tools/dts/zynqmp.dts index fc4d051b8..cab6e623c 100644 --- a/tools/dts/zynqmp.dts +++ b/tools/dts/zynqmp.dts @@ -1,4 +1,12 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright Linux Kernel Team + * + * SPDX-License-Identifier: GPL-2.0-only + * + * This file is derived from an intermediate build stage of the + * Linux kernel. The licenses of all input files to this process + * are compatible with GPL-2.0-only. + */ /dts-v1/;