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-06-03 07:44:46 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-19 17:09:06 +0200 commit: 40b0b3f8fb2d8f55d13ceed41593d46689a6b496 parent: 33eea064b2b183a8eb351fe867db49c3dbcee545
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Diffstat:
1 file changed, 1 insertion, 3 deletions
diff --git a/lib/scatterlist.c b/lib/scatterlist.c
index 739dc9fe2c55..2882d9ba6607 100644
--- a/lib/scatterlist.c
+++ b/lib/scatterlist.c
@@ -1,10 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2007 Jens Axboe <jens.axboe@oracle.com>
  *
  * Scatterlist handling helpers.
- *
- * This source code is licensed under the GNU General Public License,
- * Version 2. See the file COPYING for more details.
  */
 #include <linux/export.h>
 #include <linux/slab.h>