Skip to content

Commit 8328495

Browse files
committed
Restore copyright notice in fast_io code.
1 parent a685b5a commit 8328495

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fast_io/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# uasyncio.__init__ fast_io
2+
# (c) 2014-2018 Paul Sokolovsky. MIT license.
23
# fork: peterhinch/micropython-lib branch: uasyncio-io-fast-and-rw
34
import uerrno
45
import uselect as select

fast_io/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# uasyncio.core fast_io
2+
# (c) 2014-2018 Paul Sokolovsky. MIT license.
23
# fork: peterhinch/micropython-lib branch: uasyncio-io-fast-and-rw
34
version = 'fast_io'
45
try:

0 commit comments

Comments
 (0)