From nobody Tue Apr 28 23:19:28 2026 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 F27D5C433F5 for ; Fri, 27 May 2022 08:36:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349740AbiE0IgN (ORCPT ); Fri, 27 May 2022 04:36:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349593AbiE0If4 (ORCPT ); Fri, 27 May 2022 04:35:56 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7469ED8DB; Fri, 27 May 2022 01:35:54 -0700 (PDT) Date: Fri, 27 May 2022 08:35:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653640553; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sPOJriyY/Z+8yMNeiAq0ptIGysLM9YB8co0anF3vW9E=; b=Cy6LEE9+VOOgF9U5+bSZemKknAjIp5owufaO3PGiF4Q2O1OCo07PaUcCw0yl83eng9B0Sx dyzjHVWg3d96DmGvFJOISYfZW2RP4X4tifhzJmD+c1u+Dlm8x/q3cToeDH77hvSooDk4FY Kj/Tm3KMlzWuyG54OraAqpr/+P6RZ6MyCk5nTH5nBVTqTsKMdExDMGUJ8Cb0SIjjqMrRHp fJQ3X82Id8E+nf6hDZ19K/Chob4iQDhkuJypKkBt/if9DXPZQFkbMS7PKtgoOu+xwb74fn xKd89WBqq9DazGYv6EWESviti7phWl4xssbr3WpzRQ0PeX6Xcwer/06GGAYNOw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653640553; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sPOJriyY/Z+8yMNeiAq0ptIGysLM9YB8co0anF3vW9E=; b=M8EjN9iawfYmk+7U5G/lFkv4vlYPeIProzahF7z8KjHaTeU0XVMfL5ekZqNq9xYqeZmlro VzLmHi0p4mVogZCA== From: "tip-bot2 for Thomas Gleixner" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] clocksource/drivers/pistachio: Convert to SPDX identifier Cc: Thomas Gleixner , Ezequiel Garcia , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220510171254.843410802@linutronix.de> References: <20220510171254.843410802@linutronix.de> MIME-Version: 1.0 Message-ID: <165364055221.4207.13143191531038944116.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: 6bd8643736cb4e9b5ed744f955318037c7fefee8 Gitweb: https://git.kernel.org/tip/6bd8643736cb4e9b5ed744f955318037c= 7fefee8 Author: Thomas Gleixner AuthorDate: Tue, 10 May 2022 19:24:48 +02:00 Committer: Daniel Lezcano CommitterDate: Wed, 18 May 2022 11:08:59 +02:00 clocksource/drivers/pistachio: Convert to SPDX identifier 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 Link: https://lore.kernel.org/r/20220510171254.843410802@linutronix.de Signed-off-by: Daniel Lezcano --- drivers/clocksource/timer-pistachio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clocksource/timer-pistachio.c b/drivers/clocksource/ti= mer-pistachio.c index 69c069e..57b2197 100644 --- 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 Pub= lic - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ =20 #define pr_fmt(fmt) "%s: " fmt, __func__