diff options
Diffstat (limited to 'tests/thread/stress_heap.py')
| -rw-r--r-- | tests/thread/stress_heap.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/stress_heap.py b/tests/thread/stress_heap.py index 5482a9ac6..206cf1a86 100644 --- a/tests/thread/stress_heap.py +++ b/tests/thread/stress_heap.py @@ -1,7 +1,9 @@ # stress test for the heap by allocating lots of objects within threads # allocates about 5mb on the heap # -# 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 |
