diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-04-19 22:54:47 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-04-19 22:57:12 +0200 |
commit | d5a71e4646a741f22863b12d0037e15b5844af90 (patch) | |
tree | ad1f1fb52a1b288acf3c0aae99d7e425dabb9ca4 /arch/arm/boot/dts/lpc32xx.dtsi | |
parent | ARM: dts: lpc32xx: add address and size cell values to SPI controller nodes (diff) | |
download | linux-d5a71e4646a741f22863b12d0037e15b5844af90.tar.xz linux-d5a71e4646a741f22863b12d0037e15b5844af90.zip |
ARM: dts: lpc32xx: use SPDX license identifier
Replace GPLv2+ header with the SPDX identifier.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc32xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc32xx.dtsi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index bc32450de423..7b7ec7b1217b 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi @@ -1,15 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * NXP LPC32xx SoC * * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com> * Copyright 2012 Roland Stigge <stigge@antcom.de> - * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html */ #include <dt-bindings/clock/lpc32xx-clock.h> |