aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tuner-xc2028.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-01 08:47:09 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-11 07:39:42 -0500
commit0c20e8cac2bf7d0b215bff887b7cc805e9273edd (patch)
tree593377cd1d63a8109669d4e0300d3551cc2be793 /drivers/media/tuners/tuner-xc2028.h
parentmedia: rc: add SPDX identifiers to the code I wrote (diff)
downloadlinux-dev-0c20e8cac2bf7d0b215bff887b7cc805e9273edd.tar.xz
linux-dev-0c20e8cac2bf7d0b215bff887b7cc805e9273edd.zip
media: tuners: add SPDX identifiers to the code I wrote
As we're now using SPDX identifiers, on the several media drivers I wrote, add the proper SPDX, identifying the license I meant. As we're now using the short license, it doesn't make sense to keep the original license text. Also, fix MODULE_LICENSE to properly identify GPL v2. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/tuners/tuner-xc2028.h')
-rw-r--r--drivers/media/tuners/tuner-xc2028.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/tuners/tuner-xc2028.h b/drivers/media/tuners/tuner-xc2028.h
index 98e4effca896..d8378f9960a5 100644
--- a/drivers/media/tuners/tuner-xc2028.h
+++ b/drivers/media/tuners/tuner-xc2028.h
@@ -1,7 +1,8 @@
-/* tuner-xc2028
+/*
+ * SPDX-License-Identifier: GPL-2.0
+ * tuner-xc2028
*
* Copyright (c) 2007-2008 Mauro Carvalho Chehab (mchehab@infradead.org)
- * This code is placed under the terms of the GNU General Public License v2
*/
#ifndef __TUNER_XC2028_H__