diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-12-25 20:54:34 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-01-03 18:43:04 +0100 |
commit | 049633fc09b0fd1d3e6aac52d3a1b2461a17960b (patch) | |
tree | 4c04065bd741d7043146c694514e21ece9d1e2a6 /arch/arm/mach-s5pv210/s5pv210.c | |
parent | 28a196fe6c0d6817aec6c17432ec098a0e1b6475 (diff) | |
download | linux-049633fc09b0fd1d3e6aac52d3a1b2461a17960b.tar.gz linux-049633fc09b0fd1d3e6aac52d3a1b2461a17960b.tar.bz2 linux-049633fc09b0fd1d3e6aac52d3a1b2461a17960b.zip |
ARM: S5PV210: Add SPDX license identifiers
Replace GPL license statements with SPDX license identifiers (GPL-2.0
and GPL-2.0+).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/s5pv210.c')
-rw-r--r-- | arch/arm/mach-s5pv210/s5pv210.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/arch/arm/mach-s5pv210/s5pv210.c b/arch/arm/mach-s5pv210/s5pv210.c index 83e656ea95ae..868f9c20419d 100644 --- a/arch/arm/mach-s5pv210/s5pv210.c +++ b/arch/arm/mach-s5pv210/s5pv210.c @@ -1,14 +1,10 @@ -/* - * Samsung's S5PC110/S5PV210 flattened device tree enabled machine. - * - * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd. - * Mateusz Krawczuk <m.krawczuk@partner.samsung.com> - * Tomasz Figa <t.figa@samsung.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Samsung's S5PC110/S5PV210 flattened device tree enabled machine. +// +// Copyright (c) 2013-2014 Samsung Electronics Co., Ltd. +// Mateusz Krawczuk <m.krawczuk@partner.samsung.com> +// Tomasz Figa <t.figa@samsung.com> #include <linux/of_fdt.h> #include <linux/of_platform.h> |