diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2018-06-19 20:50:16 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-12 13:22:21 +0200 |
commit | 3c01ad204a249108f2805a5fa94e3713f518d1b2 (patch) | |
tree | ed995ee669bd6bd012e4767b0adb49a819ff2660 | |
parent | media: dvb-frontends/stv6111: cleanup and fix licensing boilerplates (diff) | |
download | linux-3c01ad204a249108f2805a5fa94e3713f518d1b2.tar.xz linux-3c01ad204a249108f2805a5fa94e3713f518d1b2.zip |
media: dvb-frontends/stv6111: add SPDX license identifier
As it is clear that the driver is licensed under the terms of GPLv2-only
by now, add a matching SPDX license identifier to all driver files.
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 '')
-rw-r--r-- | drivers/media/dvb-frontends/stv6111.c | 1 | ||||
-rw-r--r-- | drivers/media/dvb-frontends/stv6111.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/stv6111.c b/drivers/media/dvb-frontends/stv6111.c index 8777753f8228..d5035dac4574 100644 --- a/drivers/media/dvb-frontends/stv6111.c +++ b/drivers/media/dvb-frontends/stv6111.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Driver for the ST STV6111 tuner * diff --git a/drivers/media/dvb-frontends/stv6111.h b/drivers/media/dvb-frontends/stv6111.h index 9fd8b428d3ba..49e821ac9954 100644 --- a/drivers/media/dvb-frontends/stv6111.h +++ b/drivers/media/dvb-frontends/stv6111.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Driver for the ST STV6111 tuner * |