targets: make sure all targets have copyrights & #!/usr/bin/env python3

This commit is contained in:
Florent Kermarrec 2019-07-12 19:36:49 +02:00
parent 83455ee08b
commit a792502756
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# This file is Copyright (c) 2019 Sean Cross <sean@xobs.io>
# License: BSD

View File

@ -1,5 +1,8 @@
#!/usr/bin/env python3
# This file is Copyright (c) 2019 David Shah <dave@ds0.me>
# License: BSD
import argparse
from migen import *