@@ -1068,3 +1068,32 @@ The audioop module uses the code base in g771.c file of the SoX project::
10681068 distributed freely. This document may not be included in published
10691069 material or commercial packages without the written consent of its
10701070 author.
1071+
1072+
1073+ asyncio
1074+ ----------
1075+
1076+ Parts of the :mod: `asyncio ` module are incorporated from
1077+ `uvloop 0.16 <https://github.com/MagicStack/uvloop/tree/v0.16.0 >`_,
1078+ which is distributed under the MIT license::
1079+
1080+ Copyright (c) 2015-2021 MagicStack Inc. http://magic.io
1081+
1082+ Permission is hereby granted, free of charge, to any person obtaining
1083+ a copy of this software and associated documentation files (the
1084+ "Software"), to deal in the Software without restriction, including
1085+ without limitation the rights to use, copy, modify, merge, publish,
1086+ distribute, sublicense, and/or sell copies of the Software, and to
1087+ permit persons to whom the Software is furnished to do so, subject to
1088+ the following conditions:
1089+
1090+ The above copyright notice and this permission notice shall be
1091+ included in all copies or substantial portions of the Software.
1092+
1093+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1094+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1095+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1096+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1097+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1098+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1099+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments