]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95724: Clarify taskgroups.py license. (#95847)
authorYury Selivanov <yury@edgedb.com>
Thu, 11 Aug 2022 23:12:06 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 23:12:06 +0000 (16:12 -0700)
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py

index 097b4864f7ab98fb505d0a6482b189cc05856512..9be4838e3c7ad096dbf8e0529be5bea5be183d0f 100644 (file)
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 __all__ = ["TaskGroup"]
index 99498e7b36f0f90eaf9c93913431189fbdd51efb..74bae06af8e729164f0c4e341e87e064d793a5f9 100644 (file)
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 import asyncio