summaryrefslogtreecommitdiff
path: root/tests/thread/mutate_bytearray.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/mutate_bytearray.py')
-rw-r--r--tests/thread/mutate_bytearray.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/mutate_bytearray.py b/tests/thread/mutate_bytearray.py
index f91b2d580..5015c3f9c 100644
--- a/tests/thread/mutate_bytearray.py
+++ b/tests/thread/mutate_bytearray.py
@@ -1,6 +1,8 @@
# test concurrent mutating access to a shared bytearray object
#
-# 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