diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-01 08:47:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-11 07:43:36 -0500 |
commit | 459ee17c56898bcfac501008b22deb54122d2b63 (patch) | |
tree | 1e7ef6702b634b91674b7fbe7b78d74571d88727 /drivers/media/i2c/tvp5150_reg.h | |
parent | 688c73c64d1acdb73565656dd2ea1cf8a4e5b2a3 (diff) | |
download | kernel_replicant_linux-459ee17c56898bcfac501008b22deb54122d2b63.tar.gz kernel_replicant_linux-459ee17c56898bcfac501008b22deb54122d2b63.tar.bz2 kernel_replicant_linux-459ee17c56898bcfac501008b22deb54122d2b63.zip |
media: i2c: 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>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/tvp5150_reg.h')
-rw-r--r-- | drivers/media/i2c/tvp5150_reg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/i2c/tvp5150_reg.h b/drivers/media/i2c/tvp5150_reg.h index 30a48c28d05a..654c44284787 100644 --- a/drivers/media/i2c/tvp5150_reg.h +++ b/drivers/media/i2c/tvp5150_reg.h @@ -1,8 +1,9 @@ /* + * SPDX-License-Identifier: GPL-2.0 + * * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder registers * - * Copyright (c) 2005,2006 Mauro Carvalho Chehab (mchehab@infradead.org) - * This code is placed under the terms of the GNU General Public License v2 + * Copyright (c) 2005,2006 Mauro Carvalho Chehab <mchehab@infradead.org> */ #define TVP5150_VD_IN_SRC_SEL_1 0x00 /* Video input source selection #1 */ |