diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-01-09 21:29:55 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-12 21:55:34 +0300 |
commit | f12bb91624f9511c1ee87e7c358e4dc11fb44ab3 (patch) | |
tree | 7d5c22c151283d2a638ea18eb28190705f8c4de2 /drivers/memory/samsung/exynos-srom.h | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-f12bb91624f9511c1ee87e7c358e4dc11fb44ab3.tar.xz |
memory: samsung: Add SPDX license identifiers
Replace GPL license statements with SPDX GPL-2.0 license identifiers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'drivers/memory/samsung/exynos-srom.h')
-rw-r--r-- | drivers/memory/samsung/exynos-srom.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/memory/samsung/exynos-srom.h b/drivers/memory/samsung/exynos-srom.h index 34660c6a57a9..da612797f522 100644 --- a/drivers/memory/samsung/exynos-srom.h +++ b/drivers/memory/samsung/exynos-srom.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2015 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Exynos SROMC register definitions - * - * 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 __EXYNOS_SROM_H #define __EXYNOS_SROM_H __FILE__ |