diff options
| author | DavePutz <dwputz@gmail.com> | 2020-07-13 22:23:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 22:23:58 -0500 |
| commit | 40f1bd0c7cf9ca4d8f3ce294f8dca5180bfcba65 (patch) | |
| tree | 20ecee23349defca94fb1e03ba94095ac3a71573 /tests/thread/thread_exit2.py | |
| parent | 85fef83f73826545f010b35217aed0cdcf3c3a6a (diff) | |
| parent | 90ad9beff5b55d86fb43910e93ba55a15c883ca2 (diff) | |
Merge pull request #12 from adafruit/main
Update from adafruit/main
Diffstat (limited to 'tests/thread/thread_exit2.py')
| -rw-r--r-- | tests/thread/thread_exit2.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/thread_exit2.py b/tests/thread/thread_exit2.py index 368a11bba..6bff8a173 100644 --- a/tests/thread/thread_exit2.py +++ b/tests/thread/thread_exit2.py @@ -1,6 +1,8 @@ # test raising SystemExit to finish a thread # -# 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 |
