diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-09-27 20:03:47 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-15 21:35:00 +0300 |
commit | cd9102e9add8ec1f5a01cfbcad52cac8c2c380b7 (patch) | |
tree | 1fac19e1848c66a3819fd7f66d54e49dfcb57fdb /include/dt-bindings/clock/exynos5410.h | |
parent | 22be0c6cec357ba4e15655a695d8abd9bab1290c (diff) | |
download | linux-cd9102e9add8ec1f5a01cfbcad52cac8c2c380b7.tar.xz |
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: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/exynos5410.h')
-rw-r--r-- | include/dt-bindings/clock/exynos5410.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h index 6cb4e90f81fc..f179eabbcdb7 100644 --- a/include/dt-bindings/clock/exynos5410.h +++ b/include/dt-bindings/clock/exynos5410.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Copyright (c) 2016 Krzysztof Kozlowski * - * 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 Exynos5421 clock controller. -*/ + */ #ifndef _DT_BINDINGS_CLOCK_EXYNOS_5410_H #define _DT_BINDINGS_CLOCK_EXYNOS_5410_H |