diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-09-27 19:03:47 +0200 |
---|---|---|
committer | Sylwester Nawrocki <snawrocki@kernel.org> | 2018-10-05 13:36:40 +0200 |
commit | 9dbcfe1ace4e9c57b819df1054eaeceb9bfd34f5 (patch) | |
tree | e5552001d2e2a809dc7c20712ab59aa181f89c5f /include/dt-bindings/clock/exynos4.h | |
parent | 1da220e3a5d22fccda0bc8542997abc1d1741268 (diff) | |
download | blackbird-op-linux-9dbcfe1ace4e9c57b819df1054eaeceb9bfd34f5.tar.gz blackbird-op-linux-9dbcfe1ace4e9c57b819df1054eaeceb9bfd34f5.zip |
dt-bindings: clock: samsung: Add SPDX license identifiers
Replace GPL license statements with SPDX license identifiers (GPL-2.0).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sylwester Nawrocki <snawrocki@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/exynos4.h')
-rw-r--r-- | include/dt-bindings/clock/exynos4.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dt-bindings/clock/exynos4.h b/include/dt-bindings/clock/exynos4.h index f59ea85d77bd..a0439ce8e8d3 100644 --- a/include/dt-bindings/clock/exynos4.h +++ b/include/dt-bindings/clock/exynos4.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2013 Samsung Electronics Co., Ltd. * Author: Andrzej Hajda <a.hajda@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. - * * Device Tree binding constants for Exynos4 clock controller. -*/ + */ #ifndef _DT_BINDINGS_CLOCK_EXYNOS_4_H #define _DT_BINDINGS_CLOCK_EXYNOS_4_H |