e2: update year in copyright section

master
Piotr Gawlowicz 2 years ago committed by Justin Tallon
parent 2d95884920
commit 826aa46682

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2021 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2021 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2021 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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
@ -10,6 +10,7 @@
*
*
*/
#include "e2sm.h"
#include "e2sm_kpm_common.h"
#include "srsran/asn1/e2ap.h"

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -1,3 +1,11 @@
#
# Copyright 2013-2023 Software Radio Systems Limited
#
# 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.
#
set(SOURCES ric_client.cc e2ap_ric_subscription.cc e2ap.cc e2sm_kpm_common.cc e2sm_kpm.cc e2sm_kpm_report_service.cc)
add_library(srsgnb_ric STATIC ${SOURCES})
target_link_libraries(srsgnb_ric srsran_asn1 ric_e2)

@ -1,3 +1,14 @@
/**
*
* \section COPYRIGHT
*
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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 "srsgnb/hdr/stack/ric/e2ap.h"
#include "srsgnb/hdr/stack/ric/e2ap_ric_subscription.h"

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -2,7 +2,7 @@
*
* \section COPYRIGHT
*
* Copyright 2013-2022 Software Radio Systems Limited
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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

@ -1,5 +1,5 @@
#
# Copyright 2013-2021 Software Radio Systems Limited
# Copyright 2013-2023 Software Radio Systems Limited
#
# 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

@ -1,3 +1,15 @@
/**
*
* \section COPYRIGHT
*
* Copyright 2013-2023 Software Radio Systems Limited
*
* 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 "srsgnb/hdr/stack/ric/e2ap.h"
#include "srsran/asn1/e2ap.h"
#include "srsran/common/test_common.h"

Loading…
Cancel
Save