diff --git a/litex_boards/platforms/pano_logic_g2.py b/litex_boards/platforms/pano_logic_g2.py index 3edeec2..a5552b4 100644 --- a/litex_boards/platforms/pano_logic_g2.py +++ b/litex_boards/platforms/pano_logic_g2.py @@ -1,3 +1,7 @@ +# This file is Copyright (c) 2019 Tom Keddie +# This file is Copyright (c) 2020 Antmicro +# License: BSD + # Support for the Pano Logic Zero Client G2 # More information about the board and the reverse engineering results # can be found here https://github.com/tomverbeure/panologic-g2 diff --git a/litex_boards/targets/pano_logic_g2.py b/litex_boards/targets/pano_logic_g2.py index 9fe91c5..57fa1b2 100644 --- a/litex_boards/targets/pano_logic_g2.py +++ b/litex_boards/targets/pano_logic_g2.py @@ -1,3 +1,7 @@ +# This file is Copyright (c) 2019 Tom Keddie +# This file is Copyright (c) 2020 Antmicro +# License: BSD + # Support for the Pano Logic Zero Client G2 from migen import *