From b00b260605aabdcd6f3fe49cf9ade121344b49d2 Mon Sep 17 00:00:00 2001 From: dvdgrgrtt Date: Wed, 15 Dec 2021 14:58:29 +0100 Subject: [PATCH] Use copyright as file header --- lib/src/phy/phch/test/pusch_nr_bler_test.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lib/src/phy/phch/test/pusch_nr_bler_test.c b/lib/src/phy/phch/test/pusch_nr_bler_test.c index 2c8959316..10ed2dafe 100644 --- a/lib/src/phy/phch/test/pusch_nr_bler_test.c +++ b/lib/src/phy/phch/test/pusch_nr_bler_test.c @@ -1,3 +1,12 @@ +/** + * \copyright Copyright 2013-2021 Software Radio Systems Limited + * + * \copyright By using this file, you agree to the terms and conditions set + * forth in the LICENSE file which can be found at the top level of + * the distribution. + * + */ + /** * \file pusch_nr_bler_test.c * \brief BLER and throughput test for PUSCH NR. @@ -22,12 +31,6 @@ * pusch_nr_bler_test -p 52 -m 2 -T 64qam -s -1.8 -f * \endcode * - * \copyright Copyright 2013-2021 Software Radio Systems Limited - * - * \copyright By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. - * */ #include "srsran/phy/channel/ch_awgn.h"