diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2018-06-19 20:51:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-12 13:24:08 +0200 |
commit | 3dae3c96a5a893f94f127dd4d5f58697bd234d1b (patch) | |
tree | f1b9541280b44767f2203ddc9526816d1039b8f8 /drivers/media/dvb-frontends | |
parent | media: dvb-frontends/cxd2099: fix MODULE_LICENSE to 'GPL v2' (diff) | |
download | linux-3dae3c96a5a893f94f127dd4d5f58697bd234d1b.tar.xz linux-3dae3c96a5a893f94f127dd4d5f58697bd234d1b.zip |
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>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/cxd2099.c | 1 | ||||
-rw-r--r-- | drivers/media/dvb-frontends/cxd2099.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/cxd2099.c b/drivers/media/dvb-frontends/cxd2099.c index 42de3d0badba..5264e873850e 100644 --- a/drivers/media/dvb-frontends/cxd2099.c +++ b/drivers/media/dvb-frontends/cxd2099.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * cxd2099.c: Driver for the Sony CXD2099AR Common Interface Controller * diff --git a/drivers/media/dvb-frontends/cxd2099.h b/drivers/media/dvb-frontends/cxd2099.h index ec1910dec3f3..0c101bdef01d 100644 --- a/drivers/media/dvb-frontends/cxd2099.h +++ b/drivers/media/dvb-frontends/cxd2099.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * cxd2099.h: Driver for the Sony CXD2099AR Common Interface Controller * |