summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorTao Huang <huangtao@rock-chips.com>2018-01-31 20:51:17 +0800
committerTao Huang <huangtao@rock-chips.com>2018-01-31 20:56:06 +0800
commitf9eefeeaa7d2e0cd8926f7a32c037d8d8a3b412e (patch)
tree78c70d6a9758626346cde572d3a2a65d5ec9662c /block
parentcc941b22d4f366491dd7311451b10667a885d57c (diff)
rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Diffstat (limited to 'block')
-rw-r--r--[-rwxr-xr-x]block/partitions/rk.c1
-rw-r--r--[-rwxr-xr-x]block/partitions/rk.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/block/partitions/rk.c b/block/partitions/rk.c
index 73a8f8db3be4..9af428681663 100755..100644
--- a/block/partitions/rk.c
+++ b/block/partitions/rk.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/bootmem.h>
diff --git a/block/partitions/rk.h b/block/partitions/rk.h
index 25085e716df5..ffe0715f66e5 100755..100644
--- a/block/partitions/rk.h
+++ b/block/partitions/rk.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* block/partitions/rk.h
*/