diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-03-27 10:36:39 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-09 12:14:47 +0200 |
commit | 18a952ce7f7d1059fb11bd1b479ad663a4abb6db (patch) | |
tree | f8a5fba9647e44bf45d13ea381fbe952f2b3ded6 /arch/arm/dts/zynqmp.dtsi | |
parent | ba7b6dfae110eb2accc3fa3b25379cee9a7f43f0 (diff) | |
download | u-boot-18a952ce7f7d1059fb11bd1b479ad663a4abb6db.tar.gz |
arm64: zynqmp: Sync up license with mainline kernel
Mainline Linux kernel has adopted SPDX header license in a different
format then was used before. This patch is syncing it up.
Also update years in License text and remove Nathalie's email because it
is no longer valid.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp.dtsi')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index e71399f83d..ad4bbbf667 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * dts file for Xilinx ZynqMP * @@ -5,7 +6,10 @@ * * Michal Simek <michal.simek@xilinx.com> * - * SPDX-License-Identifier: GPL-2.0+ + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. */ / { |