From 582e668b5f9a4405adce5c0ed21dc5f9fea15b33 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 6 Aug 2022 00:04:16 +0100 Subject: [PATCH] gh-95724: tweak the taskgroups permission notice Previously the permission notice was relative to the current file, which made it unclear if people copying taskgroups.py would also need to gain permission from edgedb --- Lib/asyncio/taskgroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/asyncio/taskgroups.py b/Lib/asyncio/taskgroups.py index 097b4864f7ab98..5e34d12edba220 100644 --- a/Lib/asyncio/taskgroups.py +++ b/Lib/asyncio/taskgroups.py @@ -1,4 +1,4 @@ -# Adapted with permission from the EdgeDB project. +# Licensed to PSF from the EdgeDB project. __all__ = ["TaskGroup"]