memory: samsung: Add SPDX license identifiers
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 9 Jan 2018 18:29:55 +0000 (19:29 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 12 Feb 2018 18:55:34 +0000 (19:55 +0100)
Replace GPL license statements with SPDX GPL-2.0 license identifiers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/samsung/Kconfig
drivers/memory/samsung/Makefile
drivers/memory/samsung/exynos-srom.c
drivers/memory/samsung/exynos-srom.h

index 9de12222061c061574bb281f4dcded5b5992b376..79ce7ea589034f3a2b6e0ab230897598b0ac6942 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 config SAMSUNG_MC
        bool "Samsung Exynos Memory Controller support" if COMPILE_TEST
        help
index 9c554d5522ad86d098f36602ac584c0a22356afd..00587be662115915abb70fb64f3ea73e73fb1b2d 100644 (file)
@@ -1 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0
 obj-$(CONFIG_EXYNOS_SROM)      += exynos-srom.o
index bf827a666694e6c4eb30790465b950fdb559cf6c..7edd7fb540f25a90dfe2a8b3185f22ae9ff504b1 100644 (file)
@@ -1,14 +1,10 @@
-/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
- *           http://www.samsung.com/
- *
- * EXYNOS - SROM Controller support
- * Author: Pankaj Dubey <pankaj.dubey@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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (c) 2015 Samsung Electronics Co., Ltd.
+//           http://www.samsung.com/
+//
+// EXYNOS - SROM Controller support
+// Author: Pankaj Dubey <pankaj.dubey@samsung.com>
 
 #include <linux/io.h>
 #include <linux/init.h>
index 34660c6a57a94f09f352fc6d735e91c50a359e48..da612797f522cfe42972b49e079abe6a723f0dc3 100644 (file)
@@ -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__