Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dvb-frontends/cxd2099: add SPDX license identifier

As both the MODULE_LICENSE and the boilerplates are now in sync and clear
that the driver is licensed under the terms of the GPLv2-only, add a
matching SPDX license identifier tag.

Cc: Ralph Metzler <rjkm@metzlerbros.de>
Cc: Manfred Voelkel <mvoelkel@DigitalDevices.de>
Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Daniel Scheller and committed by
Mauro Carvalho Chehab
3dae3c96 579856fe

+2
+1
drivers/media/dvb-frontends/cxd2099.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * cxd2099.c: Driver for the Sony CXD2099AR Common Interface Controller 3 4 *
+1
drivers/media/dvb-frontends/cxd2099.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * cxd2099.h: Driver for the Sony CXD2099AR Common Interface Controller 3 4 *