VisionFive2 Linux kernel

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

More than 9999 Commits   35 Branches   59 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-06-01 10:08:55 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-05 17:37:17 +0200 commit: b886d83c5b621abc84ff9616f14c529be3f6b147 parent: 3287e96af0d8b964639f15a6bd1724179db5c2c2
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Diffstat:
1 file changed, 1 insertion, 5 deletions
diff --git a/include/clocksource/pxa.h b/include/clocksource/pxa.h
index a9a0f03024a4..0cfe7b9fdf4c 100644
--- a/include/clocksource/pxa.h
+++ b/include/clocksource/pxa.h
@@ -1,12 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * PXA clocksource, clockevents, and OST interrupt handlers.
  *
  * Copyright (C) 2014 Robert Jarzmik
- *
- * 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; version 2 of the License.
- *
  */
 
 #ifndef _CLOCKSOURCE_PXA_H