diff options
| author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-06-03 23:40:05 +0100 |
|---|---|---|
| committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-07-06 19:16:25 +0100 |
| commit | 34b4993d63a6b576f29d624385c681f679b4124c (patch) | |
| tree | b97df586ef04e7158ede2fd9cc5be900bab6cafa /tests/thread/mutate_set.py | |
| parent | d7e57259f9d6c73dfba46a4710625bde4e50979a (diff) | |
Add license to some obvious files.
Diffstat (limited to 'tests/thread/mutate_set.py')
| -rw-r--r-- | tests/thread/mutate_set.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/thread/mutate_set.py b/tests/thread/mutate_set.py index 5492d8631..c4529f356 100644 --- a/tests/thread/mutate_set.py +++ b/tests/thread/mutate_set.py @@ -1,6 +1,8 @@ # test concurrent mutating access to a shared set 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 |
