From mboxrd@z Thu Jan 1 00:00:00 1970 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 5D111C433F5 for ; Fri, 13 May 2022 12:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380270AbiEMMaw (ORCPT ); Fri, 13 May 2022 08:30:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350172AbiEMMar (ORCPT ); Fri, 13 May 2022 08:30:47 -0400 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3645F33; Fri, 13 May 2022 05:30:40 -0700 (PDT) Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 2819A200002; Fri, 13 May 2022 12:30:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1652445037; 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: in-reply-to:in-reply-to:references:references; bh=wfIZfPF0PPO2o8Rv7WWbDVcJ48+Oi7T4hGnm7JBXGCU=; b=cTMZuuLBflU3IvfP3AHQkWSlhNlLdeqsxtIxfaqKJOLT7MeF6Rk7URV47KS/+mYQSWGmCZ Q7pgRXyJUxZlfh2Cae6/RTbGjQqJONZyZ7QjEpP1dSJY6eBAPSj5IHWal04SR4pk9pL2C9 lZcA0h4WmC9IB2UccQXTlcaoD9BIvZkUW4NuC2OacMIIYo1DhBf06060X+/S/1L9RoWe6F VfpVsvh4vsWaOwHm62YTKzI4ncziEZKC3HZu+RJSSAgu6FwDhsBiYmiJay1zEJ6QZcjxha ZmojSV6psVY61zwNDNZOvcLebROO4oRm1UC8iiIekyEe93XbKHOUY6evtj4bAA== From: Gregory CLEMENT To: Thomas Gleixner , LKML Cc: linux-spdx@vger.kernel.org, Gregory Clement , Daniel Lezcano Subject: Re: [patch 04/10] clocksource/drivers/armada-370-xp: Convert to SPDX identifier In-Reply-To: <20220510171254.592781786@linutronix.de> References: <20220510171003.952873904@linutronix.de> <20220510171254.592781786@linutronix.de> Date: Fri, 13 May 2022 14:30:30 +0200 Message-ID: <87wnepr4wp.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas Gleixner writes: > 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: Gregory Clement > Cc: Daniel Lezcano Acked-by: Gregory CLEMENT Thanks, Gregory > --- > drivers/clocksource/timer-armada-370-xp.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > --- a/drivers/clocksource/timer-armada-370-xp.c > +++ b/drivers/clocksource/timer-armada-370-xp.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Marvell Armada 370/XP SoC timer handling. > * > @@ -7,10 +8,6 @@ > * Gregory CLEMENT > * Thomas Petazzoni > * > - * 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. > - * > * Timer 0 is used as free-running clocksource, while timer 1 is > * used as clock_event_device. > * > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com