[Python-checkins] gh-95724: Clarify taskgroups.py license. (#95847)

1st1 webhook-mailer at python.org
Thu Aug 11 19:12:12 EDT 2022


https://github.com/python/cpython/commit/7da4937748eb588bb0e977839061ce76cab1b252
commit: 7da4937748eb588bb0e977839061ce76cab1b252
branch: main
author: Yury Selivanov <yury at edgedb.com>
committer: 1st1 <yury at edgedb.com>
date: 2022-08-11T16:12:06-07:00
summary:

gh-95724: Clarify taskgroups.py license. (#95847)

files:
M Lib/asyncio/taskgroups.py
M Lib/test/test_asyncio/test_taskgroups.py

diff --git a/Lib/asyncio/taskgroups.py b/Lib/asyncio/taskgroups.py
index 097b4864f7ab..9be4838e3c7a 100644
--- a/Lib/asyncio/taskgroups.py
+++ b/Lib/asyncio/taskgroups.py
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 __all__ = ["TaskGroup"]
diff --git a/Lib/test/test_asyncio/test_taskgroups.py b/Lib/test/test_asyncio/test_taskgroups.py
index 99498e7b36f0..74bae06af8e7 100644
--- a/Lib/test/test_asyncio/test_taskgroups.py
+++ b/Lib/test/test_asyncio/test_taskgroups.py
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 import asyncio



More information about the Python-checkins mailing list