From patchwork Tue May 10 17:24:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Gleixner X-Patchwork-Id: 12845332 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D58C5C433EF for ; Tue, 10 May 2022 17:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:MIME-Version:References:Subject:Cc :To:From:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: List-Owner; bh=bk6UGvHQBfkC4Mb0vlobsWHq6VjRWmcdycj0yYPZsLI=; b=GidKTRK0h+pyWu Fxv9OcocjXt5OeDVcreIkKvjLaf6jhEk+Gvnt380QSMISC0cw9zjVFbNeDQQ5wShtiROzzjIGEzqH zYyVbsiXlTPyBjsBwr7rOQam/MTTts6NTLdzGtetWeWqjuy7eF3ShzjM33luAphMbmxS2Lv6pf56b hcAyfLv8FPD+QzWplLlvwYgJx9tu0tf160CYTnCRvHF+3O7k2n8js6+H4PDhdI4/PKp22x+42CqCx zJRlduW0mRBHo2IO5JgktTLYBIcu0XIQaJsGnLoSxl54WO7oCxTBEPqGNigsP5IzxizHB5cJz/1+Z FvJyDFx5OWiihAbOHxtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noTfY-003PfD-MA; Tue, 10 May 2022 17:29:08 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noTbM-003NQA-6O for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 17:24:49 +0000 Message-ID: <20220510171254.655035023@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203484; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=OX3ZZIHB57cv1ap5MwgGLW9zpPS1Hd+CwymGFolU6dQ=; b=WcQ74u2sd4hEN9YEoL3Ht4xcPqtjK64tQbBX9wbpsF67mUFi85KPf5ZS1wwRq3ivleNx6+ XWGTOaM7HgrZqzlk4KlmHZWqYoZ7ctOw7pMso2sYgz/2TPhIS/AOzmLLUB+55lyWxH3HL0 hkdljM9J2UcJJQfxlX4tb0nQNEKXITs5gv2yH7U0m1nVadztUS/hqzO1/9AG2Gyko9fH7F llLfoKeM+jpqXneJRuH/XdYJMYXqi5SbeGuZkv6q3LOeRedAxWVWjq0U5C3uX/q6b1gaXw 8QK9/nOX6qtrKBKsT5BrmEIMvv6pHwUP+7fS+RbnS3RqcuBd+26ZC2Y7XpfvMg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203484; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=OX3ZZIHB57cv1ap5MwgGLW9zpPS1Hd+CwymGFolU6dQ=; b=KkweOoYl2z3X1JIKSBy74gRNXqDNGADL0x7imrAOR5u9ZsD8mgwHKrEfLAv0DA7hrwtXz/ n/+O8STJAn5vauBg== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Baruch Siach , linux-arm-kernel@lists.infradead.org Subject: [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:43 +0200 (CEST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_102448_441471_7DE0F940 X-CRM114-Status: GOOD ( 10.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Baruch Siach Cc: linux-arm-kernel@lists.infradead.org Acked-by: Baruch Siach --- drivers/clocksource/timer-digicolor.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-digicolor.c +++ b/drivers/clocksource/timer-digicolor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Conexant Digicolor timer driver * @@ -11,10 +12,6 @@ * Copyright (C) 2013 Maxime Ripard * * Maxime Ripard - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ /* From patchwork Tue May 10 17:24:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Gleixner X-Patchwork-Id: 12845333 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2858C43217 for ; Tue, 10 May 2022 17:31:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:MIME-Version:References:Subject:Cc :To:From:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: List-Owner; bh=OhE/cjzxJlALJ4wzHB+/nPnDGccd8/lss9YXsEA7+9c=; b=0M8Dh9A2vWJX4s ciaStqqjCttC6xgq3oXZO7dXe4lZGiCq5RfoJgg05sBhQtapMRTSlFudXrhZXi8AyZWbvXqq2yqSP BDyoTk+A3xSda5gM7+CO7ze9xXH9TIKkbiu+hVvi8KO378oLc1AYzzoY5CIyYQVPZRva2aaxOpTXk BSb7sf0RD2PKo+qZuvICXGfo7m81q2H/XeA8Wiln8JGaeu6xtFiRdIlUB+0fIJzyvs1w55SzXp/Rf 3U2aJR7L/i9VLGZ4kGOqqCqV6fzb+9YGhPVCHuiC83asyVmxg2MAICml9+kRXAaAXU2uQRtT/Z+Kv aJF4zL46Re8mgpS50aIw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noTgl-003QGN-8o; Tue, 10 May 2022 17:30:24 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noTbM-003NQc-6M for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 17:24:49 +0000 Message-ID: <20220510171254.717233312@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=XyN8Aceku70hgkyF3owgIDlEFNhDkjSNnZowny+Yi3w=; b=QxiFLm6Y5DGFaAshdiARlcObYF2GFoC3DA331gJ26fJ3o2F0xM7wQ+Ib6aCHvdgrPAAh1D AJ4s7zVJgNB93PwL0+h1TdTbQfqT/e1MwHfwv2v8zM2GxF2UWU2/Q1zir7tuyFl2g1rp6q D1WPESln/YuBaII0gYT+aqkRmgBDrausx4YE0k5F105xxvzduoXsTst+PgtE/HAFQGcxO8 nl0/tyIrRtwfeZhlPNUzM4tpkmO546juFIv50nzW2ydvoS4JjY9R+aPeCaOnhOh/R5DrEO P7ayb/0WfrZkgE31EqNGuiKzm+Om6mOsqoV5JaLnu3Uy83E/qNXyAQ9uXo4EeA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=XyN8Aceku70hgkyF3owgIDlEFNhDkjSNnZowny+Yi3w=; b=3zcWldwbXDDmb7EHRtq/6VNZJlaYigxrJpTAHZG0KTu039pxeehp9N/CTaZHlikYS/UoAU 4fqeIZH8mk7xPODA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Joachim Eastwood , Vladimir Zapolskiy , Daniel Lezcano , linux-arm-kernel@lists.infradead.org Subject: [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:45 +0200 (CEST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_102448_436116_D9CE2069 X-CRM114-Status: GOOD ( 10.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Joachim Eastwood Cc: Vladimir Zapolskiy Cc: Daniel Lezcano Cc: linux-arm-kernel@lists.infradead.org Acked-by: Vladimir Zapolskiy --- drivers/clocksource/timer-lpc32xx.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- a/drivers/clocksource/timer-lpc32xx.c +++ b/drivers/clocksource/timer-lpc32xx.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Clocksource driver for NXP LPC32xx/18xx/43xx timer * @@ -6,11 +7,6 @@ * Based on: * time-efm32 Copyright (C) 2013 Pengutronix * mach-lpc32xx/timer.c Copyright (C) 2009 - 2010 NXP Semiconductors - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. - * */ #define pr_fmt(fmt) "%s: " fmt, __func__