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-31 01:09:56 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-05 17:37:12 +0200 commit: 7336d0e654f7acc0ecee33a8ae68c4fd1c1c44b5 parent: 9d5a634946f5efd64e4acbcb67c22e63234bc233
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Diffstat:
1 file changed, 1 insertion, 4 deletions
diff --git a/fs/gfs2/recovery.h b/fs/gfs2/recovery.h
index 1831a1974c8c..0d30f8e804f4 100644
--- a/fs/gfs2/recovery.h
+++ b/fs/gfs2/recovery.h
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) Sistina Software, Inc.  1997-2003 All rights reserved.
  * Copyright (C) 2004-2006 Red Hat, Inc.  All rights reserved.
- *
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU General Public License version 2.
  */
 
 #ifndef __RECOVERY_DOT_H__