diff options
author | Krzysztof Kozlowski | 2018-07-18 22:03:50 +0200 |
---|---|---|
committer | Krzysztof Kozlowski | 2018-07-24 21:59:17 +0200 |
commit | b3793159249bb091efce4b1515ce18cdfc4c6e41 (patch) | |
tree | 4c703d2b4ce053094d78c9d9937825fd71e86435 /include/dt-bindings | |
parent | a8be2af0218cf037704dc2e733bf56d6560fa324 (diff) |
dt-bindings: pinctrl: samsung: Add SPDX license identifier
Replace GPL license statement with SPDX license identifier (GPL-2.0).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/pinctrl/samsung.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dt-bindings/pinctrl/samsung.h b/include/dt-bindings/pinctrl/samsung.h index ceb672305f59..b1832506b923 100644 --- a/include/dt-bindings/pinctrl/samsung.h +++ b/include/dt-bindings/pinctrl/samsung.h @@ -1,14 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Samsung's Exynos pinctrl bindings * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * http://www.samsung.com * Author: Krzysztof Kozlowski <krzk@kernel.org> - * - * 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. -*/ + */ #ifndef __DT_BINDINGS_PINCTRL_SAMSUNG_H__ #define __DT_BINDINGS_PINCTRL_SAMSUNG_H__ |