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 1E6DEC4321E for ; Tue, 10 May 2022 17:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348025AbiEJR3c (ORCPT ); Tue, 10 May 2022 13:29:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348070AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C17F72BF314; Tue, 10 May 2022 10:24:43 -0700 (PDT) Message-ID: <20220510171254.592781786@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203482; 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=Jdru0Z4dwxxx1ZDnJ61CKzrL+VDbbe/34GiMgPlOESc=; b=dej1QhTEQHZGvyz2ZRPoKQ0/+dfoCXAc2Hrcko138SclpN3Gt6N6hV1KwINv92QDPUH1bo Jwt/vYeRjlF98j2VufvGqREITK86u9kEy8HXoizRZzXyv1KXIUsoNtfNClZbvR8R1kXgi8 UsH/yWJEMqcRO7XBVmkLf4xjnbzHx5Ltmtb6Xx9EV559Dl7VrOlXvaGHpNeuSuvMa0gA5E ReLBjVqGnJpzJZg4LLINhsZ3TlHp/Mfe6N1xkrssl//4mGHo+dKMnOVYf4mdXTr/AdleVA YWo6yrig9llGPaIb3WfaaeE6UKBAj2BW8l8VBdkwA/P4pWnbWfex4AZT7JXcPA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203482; 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=Jdru0Z4dwxxx1ZDnJ61CKzrL+VDbbe/34GiMgPlOESc=; b=lPGIiaW2aCNcY6sd4PoCCE1VbDjMAhUyirgIuNKBszoRUqyHygGyvY8E6Y/QnSIoimrjmf WvMX2dHCbcxktoDQ== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Gregory Clement , Daniel Lezcano Subject: [patch 04/10] clocksource/drivers/armada-370-xp: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Tue, 10 May 2022 19:24:41 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.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: Gregory Clement Cc: Daniel Lezcano --- 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. *