Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A45CCC433EF for ; Mon, 6 Dec 2021 16:01:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389302AbhLFQE3 (ORCPT ); Mon, 6 Dec 2021 11:04:29 -0500 Received: from www.linuxtv.org ([130.149.80.248]:33654 "EHLO www.linuxtv.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1442396AbhLFPzV (ORCPT ); Mon, 6 Dec 2021 10:55:21 -0500 X-Greylist: delayed 2468 seconds by postgrey-1.27 at vger.kernel.org; Mon, 06 Dec 2021 10:55:21 EST Received: from mchehab by www.linuxtv.org with local (Exim 4.92) (envelope-from ) id 1muFdZ-009842-Qk; Mon, 06 Dec 2021 15:10:41 +0000 From: Mauro Carvalho Chehab Date: Mon, 06 Dec 2021 15:07:04 +0000 Subject: [git:media_stage/master] media: b2c2: flexcop: Convert to SPDX identifier To: linuxtv-commits@linuxtv.org Cc: linux-kernel@vger.kernel.org, Cai Huoqing Mail-followup-to: linux-media@vger.kernel.org Forward-to: linux-media@vger.kernel.org Reply-to: linux-media@vger.kernel.org Message-Id: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an automatic generated email to let you know that the following patch were queued: Subject: media: b2c2: flexcop: Convert to SPDX identifier Author: Cai Huoqing Date: Thu Sep 16 04:00:05 2021 +0200 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 , , Signed-off-by: Cai Huoqing Signed-off-by: Mauro Carvalho Chehab drivers/media/common/b2c2/flexcop.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) --- diff --git a/drivers/media/common/b2c2/flexcop.c b/drivers/media/common/b2c2/flexcop.c index cbaa61f10d5f..e7a88a2d248c 100644 --- a/drivers/media/common/b2c2/flexcop.c +++ b/drivers/media/common/b2c2/flexcop.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later /* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop.c - main module part @@ -15,16 +16,6 @@ * Uwe Bugla, uwe.bugla at gmx.de (doing tests, restyling code, writing docu) * Niklas Peinecke, peinecke at gdv.uni-hannover.de (hardware pid/mac * 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"