From patchwork Fri May 27 08:35:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "tip-bot2 for Kirill A. Shutemov" X-Patchwork-Id: 12863141 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 06AABC433EF for ; Fri, 27 May 2022 08:36:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349701AbiE0IgC (ORCPT ); Fri, 27 May 2022 04:36:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349699AbiE0IgB (ORCPT ); Fri, 27 May 2022 04:36:01 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8DD2F6892; Fri, 27 May 2022 01:36:00 -0700 (PDT) Date: Fri, 27 May 2022 08:35:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653640559; 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=ka9m7KdTl2TlRl0PE61MjZ2vWETG+fyIg0dbG+C+vI8=; b=uQbhJI3U+TnUOCQoHgP23+XKsZt8c5tjEp/c03lz7nVhTEZ+qo6oApB++xY9ZOxBG1Bjow 22AW1fj+kvjwm57TBKrW3Kb1EidhxT8tcGaku39zqX04DeCdDNmHv/KOfg2WkPT4GIpFbO 8FNyz4dZWe44n+I3u3Ko4gCPe2zoMeTLHaEDDz+CPKQr7/KNj5e+wmc8JliwURwZbjXR10 oA+oNDR7whp2vRE3U02518cKW+C9kGTEXqrGi1vhWp1YUrru6beY0QCMyFlxeM5gLAuvWn TUzdGGLeNCmY//ZzPXWB1IUqclMSE9uMi4BCWEeLp4imFL+UJsHCENAcu/wWaw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653640559; 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=ka9m7KdTl2TlRl0PE61MjZ2vWETG+fyIg0dbG+C+vI8=; b=Dq016NwAzzwDnZeX2he+X1VnlV7abfKKWVN5TE59Qk9ogw50DhY4kXWwiWOP9fKkrd3SqO Oi7bV8gRboa9ttDg== 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/mips-gic-timer: Convert to SPDX identifier Cc: Thomas Gleixner , Thomas Bogendoerfer , Serge Semin , Daniel Lezcano , linux-mips@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220510171254.529249404@linutronix.de> References: <20220510171254.529249404@linutronix.de> MIME-Version: 1.0 Message-ID: <165364055781.4207.11811127608681595982.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: dcfa47d4720f91e278a81d0f64d2e74e3c59018b Gitweb: https://git.kernel.org/tip/dcfa47d4720f91e278a81d0f64d2e74e3c59018b Author: Thomas Gleixner AuthorDate: Tue, 10 May 2022 19:24:40 +02:00 Committer: Daniel Lezcano CommitterDate: Wed, 18 May 2022 11:08:59 +02:00 clocksource/drivers/mips-gic-timer: 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: Thomas Bogendoerfer Cc: Serge Semin Cc: Daniel Lezcano Cc: linux-mips@vger.kernel.org Acked-by: Serge Semin Link: https://lore.kernel.org/r/20220510171254.529249404@linutronix.de Signed-off-by: Daniel Lezcano --- drivers/clocksource/mips-gic-timer.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-timer.c index be4175f..b3ae38f 100644 --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c @@ -1,10 +1,5 @@ -/* - * 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. - * - * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. #define pr_fmt(fmt) "mips-gic-timer: " fmt