VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-05-29 07:17:56 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-05 17:36:37 +0200 commit: 9c92ab61914157664a2fbdf926df0eb937838e45 parent: 0e9facca1b882b4034acc8f38a4f2ab6797f270a
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Diffstat:
1 file changed, 1 insertion, 10 deletions
diff --git a/fs/fat/nfs.c b/fs/fat/nfs.c
index eb192656fba2..af191371c352 100644
--- a/fs/fat/nfs.c
+++ b/fs/fat/nfs.c
@@ -1,14 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* fs/fat/nfs.c
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
  */
 
 #include <linux/exportfs.h>