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/crc-ccitt.c b/lib/crc-ccitt.c
index d873b34039ff..d1a7d29d2ac9 100644
--- a/lib/crc-ccitt.c
+++ b/lib/crc-ccitt.c
@@ -1,8 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *	linux/lib/crc-ccitt.c
- *
- *	This source code is licensed under the GNU General Public License,
- *	Version 2. See the file COPYING for more details.
  */
 
 #include <linux/types.h>