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

media: tuners/qm1d1c0042: use SPDX License Identifier

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Akihiro Tsukada and committed by
Mauro Carvalho Chehab
a03e457b f9f51c2c

+2 -20
+1 -10
drivers/media/tuners/qm1d1c0042.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Sharp QM1D1C0042 8PSK tuner driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 17 8 /*
+1 -10
drivers/media/tuners/qm1d1c0042.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Sharp QM1D1C0042 8PSK tuner driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 17 8 #ifndef QM1D1C0042_H