From 6b5492a70778cc0f1dd182c06aebc07162a071a9 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 7 May 2020 15:24:03 +0200 Subject: [PATCH] pano_logic_g2: add copyrights. --- litex_boards/platforms/pano_logic_g2.py | 4 ++++ litex_boards/targets/pano_logic_g2.py | 4 ++++ 2 files changed, 8 insertions(+) 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 *