diff options
| author | Anson He <ansonhe1997@gmail.com> | 2020-07-28 17:03:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 17:03:10 +0800 |
| commit | c010cc2c414a98caa1aa510497666bf017c792ab (patch) | |
| tree | dac841881017719bae0654a64cbc52f35cf6977a /tests/thread/thread_exit1.py | |
| parent | 36ef3476de945071da9c1274e5b4d8bcdcc13d13 (diff) | |
| parent | debbf1028adee2309ed991c90517c50d5eb13bfb (diff) | |
Merge pull request #1 from adafruit/main
Merged main to fork
Diffstat (limited to 'tests/thread/thread_exit1.py')
| -rw-r--r-- | tests/thread/thread_exit1.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/thread_exit1.py b/tests/thread/thread_exit1.py index 88cdd165c..ad7b01d89 100644 --- a/tests/thread/thread_exit1.py +++ b/tests/thread/thread_exit1.py @@ -1,6 +1,8 @@ # test _thread.exit() 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 try: import utime as time |
