make sure #!/usr/bin/env python3 is before copyright header
[litex.git] / litex / tools / litex_term.py
index bf11c4e7eed896b60bc79a0636d34041bfb063bb..1cd9a5131b02acac6c6aaf5e64ae28f2b5da3078 100755 (executable)
@@ -1,11 +1,10 @@
+#!/usr/bin/env python3
+
 # This file is Copyright (c) 2015-2019 Florent Kermarrec <florent@enjoy-digital.fr>
 # This file is Copyright (c) 2015 Sebastien Bourdeauducq <sb@m-labs.hk>
 # This file is Copyright (c) 2016 whitequark <whitequark@whitequark.org>
-
 # License: BSD
 
-#!/usr/bin/env python3
-
 import sys
 import signal
 import os