summaryrefslogtreecommitdiff
path: root/tests/thread/thread_shared2.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-07-13 16:28:49 -0700
committerGitHub <noreply@github.com>2020-07-13 16:28:49 -0700
commit51c888d4be5ec0e0bc19a0de539f0f21a04da135 (patch)
treeb7ba99db56a8274a1cd61b3b65f973b024ea2996 /tests/thread/thread_shared2.py
parent3ddb598f0d3d7c9d36b619e753e3da5b904b212a (diff)
parent34b4993d63a6b576f29d624385c681f679b4124c (diff)
Merge pull request #3003 from Flameeyes/master
License tagging according to REUSE specifications.
Diffstat (limited to 'tests/thread/thread_shared2.py')
-rw-r--r--tests/thread/thread_shared2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/thread_shared2.py b/tests/thread/thread_shared2.py
index e4bfe7802..2c749e688 100644
--- a/tests/thread/thread_shared2.py
+++ b/tests/thread/thread_shared2.py
@@ -1,7 +1,9 @@
# test capability for threads to access a shared mutable data structure
# (without contention because they access different parts of the structure)
#
-# MIT license; Copyright (c) 2016 Damien P. George on behalf of Pycom Ltd
+# SPDX-FileCopyrightText: Copyright (c) 2016 Damien P. George on behalf of Pycom Ltd
+#
+# SPDX-License-Identifier: MIT
import _thread