From patchwork Tue May 10 17:24:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Gleixner X-Patchwork-Id: 12845317 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 62211C43217 for ; Tue, 10 May 2022 17:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346659AbiEJR33 (ORCPT ); Tue, 10 May 2022 13:29:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348016AbiEJR30 (ORCPT ); Tue, 10 May 2022 13:29:26 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E634D2BAE5B; Tue, 10 May 2022 10:24:41 -0700 (PDT) Message-ID: <20220510171254.529249404@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203480; 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=ymoBlOGN2ybNUuPo4wojs5hcQRHP3a2WlqWJBn+DUm4=; b=vufO8Hja8bINZyZPG6SGh615X52P+Ij4wwRXcvisaFTxzUtrNxjQUCG/ubBeu016GhN2gf PtcClYnDRGtgQWcTwd0clkYmklqYIFNF7RFRNTVv5xaeKmgj7I0yHK0nV0UfuOHqA0+GC3 9porDwFu58cWKIJsOUPv9DI4Gic2uptUMj0MUj/dJvS+uXVGDF9WBPKm4uhzxLOoWDeyJV K0AzEjVb7JNj7z8V69Ht1yNPUpmtM8hQNJ3we5PF+qnc1JfQB0GitfLg21cSX/SlKFqvo+ q9Q4FVVAqGai39AvHCPnSzv5awVp50OoPLw+FUxyKSv6uzqoAcrK8DhnsZOBKA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203480; 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=ymoBlOGN2ybNUuPo4wojs5hcQRHP3a2WlqWJBn+DUm4=; b=u6XvzzxQUQQ3fTQ/dMKNp7FAB032iNrqjtZ7Nyy7mPlgJCCvTwHzzhfairobEjD2tbtw4H li4LgJeSVL47vdDQ== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Thomas Bogendoerfer , Serge Semin , Daniel Lezcano , linux-mips@vger.kernel.org Subject: [patch 03/10] clocksource/drivers/mips-gic-timer: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:40 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-mips@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: Thomas Bogendoerfer Cc: Serge Semin Cc: Daniel Lezcano Cc: linux-mips@vger.kernel.org Acked-by: Serge Semin --- drivers/clocksource/mips-gic-timer.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) --- 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