diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-01-09 19:29:54 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-12 19:55:21 +0100 |
commit | f947153f92afcd957476b765dc4ac75d2680b17b (patch) | |
tree | 53f8945100830961c647f56b341db9b130cc7cf0 /arch/arm/include/debug/exynos.S | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | talos-obmc-linux-f947153f92afcd957476b765dc4ac75d2680b17b.tar.gz talos-obmc-linux-f947153f92afcd957476b765dc4ac75d2680b17b.zip |
ARM: EXYNOS: Add SPDX license identifiers
Replace GPL license statements with SPDX GPL-2.0 and GPL-2.0+ license
identifiers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/include/debug/exynos.S')
-rw-r--r-- | arch/arm/include/debug/exynos.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/include/debug/exynos.S b/arch/arm/include/debug/exynos.S index 60bf3c23200d..74b56769f9cb 100644 --- a/arch/arm/include/debug/exynos.S +++ b/arch/arm/include/debug/exynos.S @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2010-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 version 2 as - * published by the Free Software Foundation. -*/ + */ /* pull in the relevant register and map files. */ |