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 BFF35C4332F for ; Tue, 10 May 2022 17:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348074AbiEJR3e (ORCPT ); Tue, 10 May 2022 13:29:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348085AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C73B2BF330; Tue, 10 May 2022 10:24:50 -0700 (PDT) Message-ID: <20220510171254.843410802@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203488; 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=rTfQBfOFn/Hf22H4lKTwQ/RGsWnwxvcYlcKZgAO7w7M=; b=QJ1b+XEjyiioenbbPunMQMba6BXqqjawsNy+rHL+e7bnIEhV06uawmeJE6oXCS64B/qWcw tfwIS17P4q82W1AVvhtxrqKXWnc0ykcLVo960sp1m9H2LiVsx4t589XxwWWVciRVMooLL7 2eWKrLGVYxj0hRRm//e40GyXXUaTJEbJrHl6JgaCeJ8SNM6C3vRNC7okTSN8+YyPU9Ghqo YurEe7Dsb5xjMh6CnUf7htkPjKHgJw/zuVL7RVYVktOcY+brvSHTx9b8W+H/vLb7lB4AuN ZR4KIMvW2ZoxPmPS6CFMktpcK2PaI7qiMBef3MdGGxRY/Sqb/Nu0ltl6pQZeRg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203488; 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=rTfQBfOFn/Hf22H4lKTwQ/RGsWnwxvcYlcKZgAO7w7M=; b=Llio6rL/1qA3FGuhCciOcYjWyLBI4M3lIjrhAch4fihVwV5Rv6282NZuV8smCiIwdcaEE9 HRJFoHYHBGjwksBA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Ezequiel Garcia , Daniel Lezcano Subject: [patch 08/10] clocksource/drivers/pistachio: 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:48 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org The licensing text references explicitely the COPYING file in the kernel base directory, which is clearly GPL version 2 only. Signed-off-by: Thomas Gleixner Cc: Ezequiel Garcia Cc: Daniel Lezcano --- drivers/clocksource/timer-pistachio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-pistachio.c +++ b/drivers/clocksource/timer-pistachio.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Pistachio clocksource based on general-purpose timers * * Copyright (C) 2015 Imagination Technologies - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #define pr_fmt(fmt) "%s: " fmt, __func__