summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asyncio/test_ssl.py')
-rw-r--r--Lib/test/test_asyncio/test_ssl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_asyncio/test_ssl.py b/Lib/test/test_asyncio/test_ssl.py
index e9cc735..e072ede 100644
--- a/Lib/test/test_asyncio/test_ssl.py
+++ b/Lib/test/test_asyncio/test_ssl.py
@@ -1,3 +1,7 @@
+# Contains code from https://github.com/MagicStack/uvloop/tree/v0.16.0
+# SPDX-License-Identifier: PSF-2.0 AND (MIT OR Apache-2.0)
+# SPDX-FileCopyrightText: Copyright (c) 2015-2021 MagicStack Inc. http://magic.io
+
import asyncio
import contextlib
import gc