diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-06-19 08:34:46 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-07-09 12:44:49 -0400 |
commit | 66c7bb7c4133c5cc4e9962d5951bf3bd65e29120 (patch) | |
tree | 5e5e7d28536bb00f2dc9e229aa35860111dd0559 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
clk: mvebu: armada-37xx-periph: switch to SPDX license identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | drivers/clk/mvebu/armada-37xx-periph.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/mvebu/armada-37xx-periph.c b/drivers/clk/mvebu/armada-37xx-periph.c index 6860bd5a37c5..c179eff6a7e9 100644 --- a/drivers/clk/mvebu/armada-37xx-periph.c +++ b/drivers/clk/mvebu/armada-37xx-periph.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * Marvell Armada 37xx SoC Peripheral clocks | 3 | * Marvell Armada 37xx SoC Peripheral clocks |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Gregory CLEMENT <gregory.clement@free-electrons.com> | 7 | * Gregory CLEMENT <gregory.clement@free-electrons.com> |
7 | * | 8 | * |
8 | * This file is licensed under the terms of the GNU General Public | ||
9 | * License version 2 or later. This program is licensed "as is" | ||
10 | * without any warranty of any kind, whether express or implied. | ||
11 | * | ||
12 | * Most of the peripheral clocks can be modelled like this: | 9 | * Most of the peripheral clocks can be modelled like this: |
13 | * _____ _______ _______ | 10 | * _____ _______ _______ |
14 | * TBG-A-P --| | | | | | ______ | 11 | * TBG-A-P --| | | | | | ______ |