Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+11 -16
+1
drivers/memory/samsung/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 config SAMSUNG_MC 2 3 bool "Samsung Exynos Memory Controller support" if COMPILE_TEST 3 4 help
+1
drivers/memory/samsung/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-$(CONFIG_EXYNOS_SROM) += exynos-srom.o
+7 -11
drivers/memory/samsung/exynos-srom.c
··· 1 - /* 2 - * Copyright (c) 2015 Samsung Electronics Co., Ltd. 3 - * http://www.samsung.com/ 4 - * 5 - * EXYNOS - SROM Controller support 6 - * Author: Pankaj Dubey <pankaj.dubey@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Copyright (c) 2015 Samsung Electronics Co., Ltd. 4 + // http://www.samsung.com/ 5 + // 6 + // EXYNOS - SROM Controller support 7 + // Author: Pankaj Dubey <pankaj.dubey@samsung.com> 12 8 13 9 #include <linux/io.h> 14 10 #include <linux/init.h>
+2 -5
drivers/memory/samsung/exynos-srom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2015 Samsung Electronics Co., Ltd. 3 4 * http://www.samsung.com 4 5 * 5 6 * Exynos SROMC register definitions 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - */ 7 + */ 11 8 12 9 #ifndef __EXYNOS_SROM_H 13 10 #define __EXYNOS_SROM_H __FILE__