diff options
Diffstat (limited to 'tests/thread/thread_ident1.py')
| -rw-r--r-- | tests/thread/thread_ident1.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/thread_ident1.py b/tests/thread/thread_ident1.py index 217fce73b..9a6f89ff5 100644 --- a/tests/thread/thread_ident1.py +++ b/tests/thread/thread_ident1.py @@ -1,6 +1,8 @@ # test _thread.get_ident() function # -# 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 |
