Skip to content

Commit 40c8f64

Browse files
committed
chore: add license to queue
1 parent 1e93f4f commit 40c8f64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

asyncio/queue.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2019-2020 Damien P. George
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
5+
# MicroPython uasyncio module
6+
# MIT license; Copyright (c) 2019-2020 Damien P. George
17
"""
28
Exceptions and classes related to asyncio Queue implementations.
39
"""

0 commit comments

Comments
 (0)