VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 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/include/media/tuner.h b/include/media/tuner.h
index b3edc14e763f..ff85d7227f91 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -1,18 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * tuner.h - definition for different tuners
  *
  * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de)
  * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de)
- *
- * 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.
  */
 
 #ifndef _TUNER_H