VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-05-27 08:55:06 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-05-30 11:26:37 -0700 commit: c942fddf8793b2013be8c901b47d0a8dc02bf99f parent: 1a59d1b8e05ea6ab45f7e18897de1ef0e6bc3da6
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Diffstat:
1 file changed, 1 insertion, 10 deletions
diff --git a/drivers/w1/w1_netlink.c b/drivers/w1/w1_netlink.c
index f2f099caeb77..fa490aa4407c 100644
--- a/drivers/w1/w1_netlink.c
+++ b/drivers/w1/w1_netlink.c
@@ -1,15 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) 2003 Evgeniy Polyakov <zbr@ioremap.net>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/slab.h>