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>
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
/*
|
||||
* For Philips TEA5761 FM Chip
|
||||
* I2C address is allways 0x20 (0x10 at 7-bit mode).
|
||||
*
|
||||
* Copyright (c) 2005-2007 Mauro Carvalho Chehab (mchehab@infradead.org)
|
||||
* This code is placed under the terms of the GNUv2 General Public License
|
||||
*
|
||||
*/
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
// For Philips TEA5761 FM Chip
|
||||
// I2C address is always 0x20 (0x10 at 7-bit mode).
|
||||
//
|
||||
// Copyright (c) 2005-2007 Mauro Carvalho Chehab (mchehab@infradead.org)
|
||||
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/slab.h>
|
||||
@@ -341,4 +338,4 @@ EXPORT_SYMBOL_GPL(tea5761_autodetection);
|
||||
|
||||
MODULE_DESCRIPTION("Philips TEA5761 FM tuner driver");
|
||||
MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
Reference in New Issue
Block a user