From patchwork Tue Mar 27 17:08:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akihiro TSUKADA X-Patchwork-Id: 48224 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f0s5V-0004Oc-VK; Tue, 27 Mar 2018 17:08:46 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753568AbeC0RIo (ORCPT + 1 other); Tue, 27 Mar 2018 13:08:44 -0400 Received: from mail-pl0-f66.google.com ([209.85.160.66]:44631 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752116AbeC0RIm (ORCPT ); Tue, 27 Mar 2018 13:08:42 -0400 Received: by mail-pl0-f66.google.com with SMTP id 9-v6so14477362ple.11 for ; Tue, 27 Mar 2018 10:08:42 -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=aDDeloUnyX7+Kbzdwmieg0lK2leX0Qk8JMReB8pzJV0=; b=NRFE//c5J8yKJ003Pb6uHu/7kS/8/w9mpwTZPdc7SeADOCuotkiKdZURB3MnLPaT63 dxzwktb98SR7sjDIqSEKHmzhD7rHIt7TL6dNZOQOwl688yJzOq0OAvza76hiJwnMMKUN sWhLZq9EovaeG6h4KZ4mJhbcApbX6obfQHC1MBQyBDZSoBlxaOALH0t27cUD9BwqFwMA nlRlry8+33Uz63i4hAq5OoBqQxg8SJrjNdNWdMNqARJ5bw0Yjm3oyTDt52rljWqSXbKJ 0Rj86hqQ5N9ANvJRloM5t0Bs/pA5h81qs0MTEXJJcApzTHT7u/9eWkxwMjIVt+7HK3Du Awrw== 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=aDDeloUnyX7+Kbzdwmieg0lK2leX0Qk8JMReB8pzJV0=; b=DMrB8mkmbDouu28WzshwFlykepZKq7747t/kJwoo3WKfCqHpbhk0JrMOJkuIgLIzX+ rWVp9N9K9ffqTUh5B2oo3SFvwCy/N+GXrbv1DQksYLkoHQMkScnfkdZp4VkV+D9RpOyA ad8f+4A1CRJF5tznc5vjQ3waHzZO+55UugQKAGFUA4V0ZdfVKX0LkkYldxYPqdSa8Swy 2fOSdz2fRvywqRBB++SyiEJmU3zqbJaKkgMBxGEZ96HvbcRr73yrQwZ0FwdVdkg4fGUh 7+a78j5hAtOje1cNZ0f+idNUxK+PRVNx1kFQPcbe/dHyQAyXX2QANQMc3VFFOGvVaCFA eJxQ== X-Gm-Message-State: AElRT7HkiFda4UUgyhcpYbj6UkeUx20b1uSgCjiVPIKiYiOvUYQB567Y NZd6EqHh0PoZrVCCUKeia0KIZg== X-Google-Smtp-Source: AIpwx49h1rFAa3+D1FOzfzBadoBBR/E0NRlcG8Sp/cutorQxspA4FOC32OFmW4z3pasKJ+KT9GRkug== X-Received: by 2002:a17:902:8ecb:: with SMTP id x11-v6mr145473plo.402.1522170521793; Tue, 27 Mar 2018 10:08:41 -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.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Mar 2018 10:08:41 -0700 (PDT) From: tskd08@gmail.com To: linux-media@vger.kernel.org Cc: mchehab@s-opensource.com, Akihiro Tsukada Subject: [PATCH 3/4] tuners/mxl301rf: use SPDX License Identifier Date: Wed, 28 Mar 2018 02:08:21 +0900 Message-Id: <20180327170822.21921-4-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/tuners/mxl301rf.c | 11 +---------- drivers/media/tuners/mxl301rf.h | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/media/tuners/mxl301rf.c b/drivers/media/tuners/mxl301rf.c index 1575a5db776..57b0e4862aa 100644 --- a/drivers/media/tuners/mxl301rf.c +++ b/drivers/media/tuners/mxl301rf.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * MaxLinear MxL301RF OFDM tuner 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. */ /* diff --git a/drivers/media/tuners/mxl301rf.h b/drivers/media/tuners/mxl301rf.h index d32d4e8dc44..1d5bb10ba07 100644 --- a/drivers/media/tuners/mxl301rf.h +++ b/drivers/media/tuners/mxl301rf.h @@ -1,17 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * MaxLinear MxL301RF OFDM tuner 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 MXL301RF_H