diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-07 19:11:22 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-10-23 10:58:34 +0300 |
commit | 39b27ad9c71cb72b07c9cd85191a8fe723e5b21a (patch) | |
tree | aa55dab7c97b81b13f415e549db27a1c7bdff281 /include/linux/mfd/samsung/s5m8763.h | |
parent | 92af5c130c207b2b0d07e2a223a4901f16be1536 (diff) | |
download | linux-39b27ad9c71cb72b07c9cd85191a8fe723e5b21a.tar.xz |
mfd: sec-core: Add SPDX license identifiers
Replace GPL v2.0+ license statements with SPDX license identifiers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/samsung/s5m8763.h')
-rw-r--r-- | include/linux/mfd/samsung/s5m8763.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/linux/mfd/samsung/s5m8763.h b/include/linux/mfd/samsung/s5m8763.h index e025418e5589..c534f086ca16 100644 --- a/include/linux/mfd/samsung/s5m8763.h +++ b/include/linux/mfd/samsung/s5m8763.h @@ -1,13 +1,7 @@ -/* s5m8763.h - * +/* SPDX-License-Identifier: GPL-2.0+ */ +/* * Copyright (c) 2011 Samsung Electronics Co., Ltd * http://www.samsung.com - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - * */ #ifndef __LINUX_MFD_S5M8763_H |