VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2017-11-01 15:07:57 +0100 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2017-11-02 11:10:55 +0100 commit: b24413180f5600bcb3bb70fbed5cf186b60864bd parent: bb176f67090ca54869fc1262c913aa69d2ede070
Commit Summary:
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/nilfs2/Makefile b/fs/nilfs2/Makefile
index fc603e0431bb..43b60b8a4d07 100644
--- a/fs/nilfs2/Makefile
+++ b/fs/nilfs2/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 obj-$(CONFIG_NILFS2_FS) += nilfs2.o
 nilfs2-y := inode.o file.o dir.o super.o namei.o page.o mdt.o \
 	btnode.o bmap.o btree.o direct.o dat.o recovery.o \