diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-09-12 15:40:17 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-01 15:12:47 -0700 |
commit | c3828949a21d95326f08f02d97fea97172319300 (patch) | |
tree | 0bad57e7d09a443c3b05ef57213a5061b8ddddb1 /drivers/clk/mvebu/armada-xp.c | |
parent | 9e288cefcc551c7b5b04f8abc7099d3451a70f5f (diff) | |
download | lwn-c3828949a21d95326f08f02d97fea97172319300.tar.gz lwn-c3828949a21d95326f08f02d97fea97172319300.zip |
clk: mvebu: use SPDX-License-Identifier
Convert the remaining files to SPDX license description.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mvebu/armada-xp.c')
-rw-r--r-- | drivers/clk/mvebu/armada-xp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/mvebu/armada-xp.c b/drivers/clk/mvebu/armada-xp.c index 0ec44ae9a2a2..e8f03293ec83 100644 --- a/drivers/clk/mvebu/armada-xp.c +++ b/drivers/clk/mvebu/armada-xp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Marvell Armada XP SoC clocks * @@ -7,9 +8,6 @@ * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> * Andrew Lunn <andrew@lunn.ch> * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include <linux/kernel.h> |