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-27 08:55:01 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-05-30 11:26:32 -0700 commit: 2874c5fd284268364ece81a7bd936f3c8168e567 parent: a912e80bd0bbfec053ccfdca625c2c760a8b08e8
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Diffstat:
1 file changed, 1 insertion, 5 deletions
diff --git a/lib/atomic64.c b/lib/atomic64.c
index 1d91e31eceec..7e6905751522 100644
--- a/lib/atomic64.c
+++ b/lib/atomic64.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Generic implementation of 64-bit atomics using spinlocks,
  * useful on processors that don't have 64-bit atomic instructions.
  *
  * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
  */
 #include <linux/types.h>
 #include <linux/cache.h>