VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Theodore Ts'o <tytso@mit.edu> 2017-12-17 22:00:59 -0500 committer: Theodore Ts'o <tytso@mit.edu> 2017-12-17 22:00:59 -0500 commit: f51667685749edadb7cad45a51003e8ebf2e8426 parent: 1291a0d5049dbc06baaaf66a9ff3f53db493b19b
Commit Summary:
ext4: fix up remaining files with SPDX cleanups
Diffstat:
1 file changed, 1 insertion, 4 deletions
diff --git a/fs/jbd2/recovery.c b/fs/jbd2/recovery.c
index 02dd3360cb20..f99910b69c78 100644
--- a/fs/jbd2/recovery.c
+++ b/fs/jbd2/recovery.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * linux/fs/jbd2/recovery.c
  *
@@ -5,10 +6,6 @@
  *
  * Copyright 1999-2000 Red Hat Software --- All Rights Reserved
  *
- * This file is part of the Linux kernel and is made available under
- * the terms of the GNU General Public License, version 2, or at your
- * option, any later version, incorporated herein by reference.
- *
  * Journal recovery routines for the generic filesystem journaling code;
  * part of the ext2fs journaling system.
  */