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

media: b2c2: flexcop: Convert to SPDX identifier

use SPDX-License-Identifier instead of a verbose license text

Link: https://lore.kernel.org/linux-media/20210916020006.8497-1-caihuoqing@baidu.com

CC: Mauro Carvalho Chehab <mchehab@kernel.org>, <linux-media@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Cai Huoqing and committed by
Mauro Carvalho Chehab
e67219b0 051d3b54

+1 -10
+1 -10
drivers/media/common/b2c2/flexcop.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /* 2 3 * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III 3 4 * flexcop.c - main module part ··· 16 15 * Uwe Bugla, uwe.bugla at gmx.de (doing tests, restyling code, writing docu) 17 16 * Niklas Peinecke, peinecke at gdv.uni-hannover.de (hardware pid/mac 18 17 * filtering) 19 - * 20 - * This program is free software; you can redistribute it and/or 21 - * modify it under the terms of the GNU Lesser General Public License 22 - * as published by the Free Software Foundation; either version 2.1 23 - * of the License, or (at your option) any later version. 24 - * 25 - * This program is distributed in the hope that it will be useful, 26 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 27 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 - * GNU General Public License for more details. 29 18 */ 30 19 31 20 #include "flexcop.h"