aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2018-12-28 00:31:14 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-12-28 12:11:44 -0800
commite886bf9d9abedf8236464bfd21bc5707748b4a02 (patch)
tree6abb9c8365d0837cdd77a9e4c05dc5860c01e671
parentb3b0e6accb5b3d249760e071f2cf77f696961158 (diff)
downloadnolibc-e886bf9d9abedf8236464bfd21bc5707748b4a02.tar.gz
kasan: add SPDX-License-Identifier mark to source files
This patch adds a "SPDX-License-Identifier: GPL-2.0" mark to all source files under mm/kasan. Link: http://lkml.kernel.org/r/bce2d1e618afa5142e81961ab8fa4b4165337380.1544099024.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Reviewed-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Reviewed-by: Dmitry Vyukov <dvyukov@google.com> Cc: Christoph Lameter <cl@linux.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--mm/kasan/common.c1
-rw-r--r--mm/kasan/generic.c1
-rw-r--r--mm/kasan/generic_report.c1
-rw-r--r--mm/kasan/init.c1
-rw-r--r--mm/kasan/quarantine.c1
-rw-r--r--mm/kasan/report.c1
-rw-r--r--mm/kasan/tags.c1
-rw-r--r--mm/kasan/tags_report.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/mm/kasan/common.c b/mm/kasan/common.c
index 1144e741feb67..03d5d1374ca7e 100644
--- a/mm/kasan/common.c
+++ b/mm/kasan/common.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains common generic and tag-based KASAN code.
*
diff --git a/mm/kasan/generic.c b/mm/kasan/generic.c
index b8de6d33c55c0..ccb6207276e30 100644
--- a/mm/kasan/generic.c
+++ b/mm/kasan/generic.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains core generic KASAN code.
*
diff --git a/mm/kasan/generic_report.c b/mm/kasan/generic_report.c
index a4604cceae594..5e12035888f23 100644
--- a/mm/kasan/generic_report.c
+++ b/mm/kasan/generic_report.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains generic KASAN specific error reporting code.
*
diff --git a/mm/kasan/init.c b/mm/kasan/init.c
index 2b21d3717d62c..34afad56497bd 100644
--- a/mm/kasan/init.c
+++ b/mm/kasan/init.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains some kasan initialization code.
*
diff --git a/mm/kasan/quarantine.c b/mm/kasan/quarantine.c
index b209dbaefde82..57334ef2d7efb 100644
--- a/mm/kasan/quarantine.c
+++ b/mm/kasan/quarantine.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* KASAN quarantine.
*
diff --git a/mm/kasan/report.c b/mm/kasan/report.c
index 214d85035f998..ca9418fe9232a 100644
--- a/mm/kasan/report.c
+++ b/mm/kasan/report.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains common generic and tag-based KASAN error reporting code.
*
diff --git a/mm/kasan/tags.c b/mm/kasan/tags.c
index 1d1b79350e284..0777649e07c44 100644
--- a/mm/kasan/tags.c
+++ b/mm/kasan/tags.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains core tag-based KASAN code.
*
diff --git a/mm/kasan/tags_report.c b/mm/kasan/tags_report.c
index 573c51d20d094..8eaf5f7222718 100644
--- a/mm/kasan/tags_report.c
+++ b/mm/kasan/tags_report.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains tag-based KASAN specific error reporting code.
*