update file headers
diff --git a/serial/aio.py b/serial/aio.py
index fb379fd..2a93dc9 100644
--- a/serial/aio.py
+++ b/serial/aio.py
@@ -1,9 +1,8 @@
#!/usr/bin/env python3
#
-# Python Serial Port Extension for Win32, Linux, BSD, Jython
-# module for serial IO for POSIX compatible systems, like Linux
-# see __init__.py
+# Experimental implementation of asyncio support.
#
+# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2015 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause