From f4ae21a7a2935aabffd7dd89eb692926de8f674c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 9 Mar 2020 09:24:06 +0100 Subject: [PATCH] zcu104: fix copyrights. --- litex_boards/platforms/zcu104.py | 2 +- litex_boards/targets/zcu104.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litex_boards/platforms/zcu104.py b/litex_boards/platforms/zcu104.py index 9dcaaf4..1bf64c9 100644 --- a/litex_boards/platforms/zcu104.py +++ b/litex_boards/platforms/zcu104.py @@ -1,4 +1,4 @@ -# This file is Copyright (c) 2020 Piotr Binkowski +# This file is Copyright (c) 2020 Antmicro # This file is Copyright (c) 2019 David Shah # License: BSD diff --git a/litex_boards/targets/zcu104.py b/litex_boards/targets/zcu104.py index 3fc062d..dd119c0 100755 --- a/litex_boards/targets/zcu104.py +++ b/litex_boards/targets/zcu104.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# This file is Copyright (c) 2020 Piotr Binkowski +# This file is Copyright (c) 2020 Antmicro # This file is Copyright (c) 2019 David Shah # License: BSD