targets: make sure all targets have copyrights & #!/usr/bin/env python3
This commit is contained in:
parent
83455ee08b
commit
a792502756
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# This file is Copyright (c) 2019 Sean Cross <sean@xobs.io>
|
||||
# License: BSD
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue