Skip to content

Commit 9dc1c16

Browse files
committed
Add license headers to pool.py and test_pool.py
1 parent ee10385 commit 9dc1c16

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

asyncpg/pool.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Copyright (C) 2016-present the ayncpg authors and contributors
2+
# <see AUTHORS file>
3+
#
4+
# This module is part of asyncpg and is released under
5+
# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
6+
7+
18
import asyncio
29

310
from . import connection

tests/test_pool.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Copyright (C) 2016-present the ayncpg authors and contributors
2+
# <see AUTHORS file>
3+
#
4+
# This module is part of asyncpg and is released under
5+
# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
6+
7+
18
import asyncio
29
import asyncpg
310

0 commit comments

Comments
 (0)