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

media: tuners/mxl301rf: 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
f9f51c2c a296f7bf

+2 -20
+1 -10
drivers/media/tuners/mxl301rf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * MaxLinear MxL301RF OFDM 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/mxl301rf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * MaxLinear MxL301RF OFDM 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 MXL301RF_H