From patchwork Tue Mar 27 17:08:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akihiro TSUKADA X-Patchwork-Id: 48223 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f0s5T-0004Oc-Ie; Tue, 27 Mar 2018 17:08:44 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbeC0RIl (ORCPT + 1 other); Tue, 27 Mar 2018 13:08:41 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:39398 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563AbeC0RIj (ORCPT ); Tue, 27 Mar 2018 13:08:39 -0400 Received: by mail-pg0-f65.google.com with SMTP id b9so1650992pgf.6 for ; Tue, 27 Mar 2018 10:08:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=afZspyqxGyIyQHcHTkL4ObGdTYhLpkwZJjz6gLKmLqg=; b=tX5PEJXpMwhFCQxR4Z5hjPgnpaTqiKLlEzgZKx9DLWZlMRIa9hl2am7IYrM05TjpLd m0c4lv+MZxI2u9F/V56g1fo6h8lER6y0VpIkfFDpoPgiadJoUjf/6Xc294/JiD+1716n paR6alf6kS+MPUCf9GATGt2wXI99oYNL0IXAuIdXV77sdcTBza9g0aoTve49wYNhEQ/4 SuPEVFOVRQiTUAxBgROSfQvjmamziXlhcKouO2Jta0XyelphGJauvCbaVWxZBQm8fTsY 6fz1YPiyADACf/48VDvO28leZbiNrMpHm6B3KwWISzTF/JwIhkK1GcEbO7wZqw2RxV/D QdGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=afZspyqxGyIyQHcHTkL4ObGdTYhLpkwZJjz6gLKmLqg=; b=oFFGZq74gPF4VNoyXa0MMEqhip4xllDuc5Kwa1BSBv2xj3RMR6QMrKkZtG2Xgf+B/+ WuJT+2LvIk+WdRo2UMF/Pqd/tF1y/ewMzFU3u3c1KlFN8qzCU+emnnGNaof3rknpgqx6 L+hDqXyHWZMfMcW3RxcUr4WtP7I/iUrn9c2wpj/yfwWbnVJl9RkYVSGMDSqeOzfj5Gfm C+JJrERK5c6jZsL3pGzklz9lwpJ30zrzviIjAkX9XnbjaI/mQ62hxZqAil0j8pnGxK2W toOuFu/jk/WzoxR7SVrN7c4ltbLfKLaV4Xt3Oy/YX3AuS1T5wtuDYvbiq2NLEG+oOVMH LLSA== X-Gm-Message-State: AElRT7F9ZrJtcDUYzmp2z3NypNnJ12ICgLRTLKw/QC8pe6rj19IYzcPq sTrQH8nxbZxIR6+NbcMqOmlH1Q== X-Google-Smtp-Source: AIpwx485GNXN33ZJupBEdo1Mfmf9QsTkLSi0RPa9dH2tSwm3VDvhlBzduwS5LZvtydIzjDf4EV8MLA== X-Received: by 10.99.121.77 with SMTP id u74mr92140pgc.89.1522170518739; Tue, 27 Mar 2018 10:08:38 -0700 (PDT) Received: from localhost.localdomain (softbank219203027033.bbtec.net. [219.203.27.33]) by smtp.googlemail.com with ESMTPSA id f64sm4135075pfa.154.2018.03.27.10.08.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Mar 2018 10:08:38 -0700 (PDT) From: tskd08@gmail.com To: linux-media@vger.kernel.org Cc: mchehab@s-opensource.com, Akihiro Tsukada Subject: [PATCH 2/4] dvb/pci/pt3: use SPDX License Identifier Date: Wed, 28 Mar 2018 02:08:20 +0900 Message-Id: <20180327170822.21921-3-tskd08@gmail.com> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180327170822.21921-1-tskd08@gmail.com> References: <20180327170822.21921-1-tskd08@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Akihiro Tsukada Signed-off-by: Akihiro Tsukada --- drivers/media/pci/pt3/pt3.c | 11 +---------- drivers/media/pci/pt3/pt3.h | 11 +---------- drivers/media/pci/pt3/pt3_dma.c | 11 +---------- drivers/media/pci/pt3/pt3_i2c.c | 11 +---------- 4 files changed, 4 insertions(+), 40 deletions(-) diff --git a/drivers/media/pci/pt3/pt3.c b/drivers/media/pci/pt3/pt3.c index b2d9fb976c9..a45cf06ae4f 100644 --- a/drivers/media/pci/pt3/pt3.c +++ b/drivers/media/pci/pt3/pt3.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Earthsoft PT3 driver * * Copyright (C) 2014 Akihiro Tsukada - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * - * 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 diff --git a/drivers/media/pci/pt3/pt3.h b/drivers/media/pci/pt3/pt3.h index fbe8d9b847b..495891a4ee1 100644 --- a/drivers/media/pci/pt3/pt3.h +++ b/drivers/media/pci/pt3/pt3.h @@ -1,17 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Earthsoft PT3 driver * * Copyright (C) 2014 Akihiro Tsukada - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * - * 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. */ #ifndef PT3_H diff --git a/drivers/media/pci/pt3/pt3_dma.c b/drivers/media/pci/pt3/pt3_dma.c index f0ce90437fa..de677b90ea5 100644 --- a/drivers/media/pci/pt3/pt3_dma.c +++ b/drivers/media/pci/pt3/pt3_dma.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Earthsoft PT3 driver * * Copyright (C) 2014 Akihiro Tsukada - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * - * 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 #include diff --git a/drivers/media/pci/pt3/pt3_i2c.c b/drivers/media/pci/pt3/pt3_i2c.c index b66138c7b36..b02be789a8c 100644 --- a/drivers/media/pci/pt3/pt3_i2c.c +++ b/drivers/media/pci/pt3/pt3_i2c.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Earthsoft PT3 driver * * Copyright (C) 2014 Akihiro Tsukada - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * - * 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 #include