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>
This commit is contained in:
parent
051d3b5437
commit
e67219b049
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
/*
|
/*
|
||||||
* Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III
|
* Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III
|
||||||
* flexcop.c - main module part
|
* flexcop.c - main module part
|
||||||
@ -15,16 +16,6 @@
|
|||||||
* Uwe Bugla, uwe.bugla at gmx.de (doing tests, restyling code, writing docu)
|
* Uwe Bugla, uwe.bugla at gmx.de (doing tests, restyling code, writing docu)
|
||||||
* Niklas Peinecke, peinecke at gdv.uni-hannover.de (hardware pid/mac
|
* Niklas Peinecke, peinecke at gdv.uni-hannover.de (hardware pid/mac
|
||||||
* filtering)
|
* filtering)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Lesser General Public License
|
|
||||||
* as published by the Free Software Foundation; either version 2.1
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "flexcop.h"
|
#include "flexcop.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user