From 7034dbd8f36a711fb53aa31dee0807717d3d1f9b Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 14 Mar 2024 16:59:36 +0100
Subject: [PATCH] Updated author and date.

---
 .../src/vhdl/unb2c_board_qsfp_leds_v2.vhd           | 13 ++++++-------
 .../tb/vhdl/tb_unb2c_board_qsfp_leds_v2.vhd         |  1 -
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/boards/uniboard2c/libraries/unb2c_board/src/vhdl/unb2c_board_qsfp_leds_v2.vhd b/boards/uniboard2c/libraries/unb2c_board/src/vhdl/unb2c_board_qsfp_leds_v2.vhd
index dd2ab13deb..81a8010a00 100644
--- a/boards/uniboard2c/libraries/unb2c_board/src/vhdl/unb2c_board_qsfp_leds_v2.vhd
+++ b/boards/uniboard2c/libraries/unb2c_board/src/vhdl/unb2c_board_qsfp_leds_v2.vhd
@@ -1,6 +1,6 @@
 -------------------------------------------------------------------------------
 --
--- Copyright (C) 2015
+-- Copyright (C) 2024
 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
 -- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
 -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
@@ -19,12 +19,7 @@
 -- along with this program.  If not, see <http://www.gnu.org/licenses/>.
 --
 -------------------------------------------------------------------------------
-
-library IEEE, common_lib, dp_lib;
-use IEEE.std_logic_1164.all;
-use common_lib.common_pkg.all;
-use dp_lib.dp_stream_pkg.all;
-
+-- Author: E. Kooistra
 -- Purpose: Provide visual activity information via the UniBoard2 front panel QSFP LEDs.
 -- Description:
 --   The testio LED on UniBoard2 is not visible via the front panel. The
@@ -81,6 +76,10 @@ use dp_lib.dp_stream_pkg.all;
 --   Choose using 'or-status', because then the LED can give lane status
 --   information when less than all 4 lane are connected.
 --
+library IEEE, common_lib, dp_lib;
+use IEEE.std_logic_1164.all;
+use common_lib.common_pkg.all;
+use dp_lib.dp_stream_pkg.all;
 
 entity unb2c_board_qsfp_leds_v2 is
   generic (
diff --git a/boards/uniboard2c/libraries/unb2c_board/tb/vhdl/tb_unb2c_board_qsfp_leds_v2.vhd b/boards/uniboard2c/libraries/unb2c_board/tb/vhdl/tb_unb2c_board_qsfp_leds_v2.vhd
index 12b16a31b2..3f63e42958 100644
--- a/boards/uniboard2c/libraries/unb2c_board/tb/vhdl/tb_unb2c_board_qsfp_leds_v2.vhd
+++ b/boards/uniboard2c/libraries/unb2c_board/tb/vhdl/tb_unb2c_board_qsfp_leds_v2.vhd
@@ -19,7 +19,6 @@
 -- along with this program.  If not, see <http://www.gnu.org/licenses/>.
 --
 -------------------------------------------------------------------------------
-
 -- Author: E. Kooistra
 -- Purpose: Test bench for unb2c_board_qsfp_leds
 -- Description:
-- 
GitLab