From: TAO Ye <taoye602602@gmail.com>
To: Madhavan Srinivasan <maddy@linux.ibm.com>,
Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>,
Christophe Leroy <chleroy@kernel.org>,
Shuah Khan <shuah@kernel.org>,
linuxppc-dev@lists.ozlabs.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, TAO Ye <taoye602602@gmail.com>
Subject: [PATCH] selftests/powerpc: Add SPDX-License-Identifier to count_stcx_fail.c
Date: Tue, 23 Jun 2026 22:52:37 +0800 [thread overview]
Message-ID: <20260623145237.32583-1-taoye602602@gmail.com> (raw)
count_stcx_fail.c still carries only the original free-text license
notice ("Licensed under GPLv2.") and has no SPDX-License-Identifier
tag.
Replace the free-text notice with the equivalent SPDX identifier
GPL-2.0-only, matching the sibling files. The copyright notice is
retained and no license change is intended.
Signed-off-by: TAO Ye <taoye602602@gmail.com>
---
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c b/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
index d8dd9a9c6c1b..51a7565c6435 100644
--- a/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
+++ b/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
@@ -1,6 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright 2013, Michael Ellerman, IBM Corp.
- * Licensed under GPLv2.
*/
#define _GNU_SOURCE
base-commit: 4708cac0e22cfd217f48f7cec3c35e5922efcccd
--
2.50.1 (Apple Git-155)
reply other threads:[~2026-06-24 2:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260623145237.32583-1-taoye602602@gmail.com \
--to=taoye602602@gmail.com \
--cc=chleroy@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox