diff --git a/litex_boards/platforms/vc707.py b/litex_boards/platforms/vc707.py index 2b03768..2900d5e 100644 --- a/litex_boards/platforms/vc707.py +++ b/litex_boards/platforms/vc707.py @@ -1,3 +1,4 @@ +# This file is Copyright (c) 2019 Michael Betz # This file is Copyright (c) 2020 Fei Gao # This file is Copyright (c) 2020 Florent Kermarrec # License: BSD diff --git a/litex_boards/targets/vc707.py b/litex_boards/targets/vc707.py index 58e60eb..fe9c499 100755 --- a/litex_boards/targets/vc707.py +++ b/litex_boards/targets/vc707.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 +# This file is Copyright (c) 2019 Michael Betz # This file is Copyright (c) 2020 Fei Gao # This file is Copyright (c) 2020 Florent Kermarrec # License: BSD