From 1bac152a8cf7c10e6b3e2b138d6540b8054f5461 Mon Sep 17 00:00:00 2001 From: Codebot Date: Fri, 21 Apr 2023 15:14:55 +0000 Subject: [PATCH] Adding AGPL copyright to new files --- lib/include/srsran/asn1/e2ap.h | 19 ++++++++++++----- lib/include/srsran/asn1/e2sm.h | 19 ++++++++++++----- lib/include/srsran/asn1/e2sm_kpm.h | 21 ++++++++++++++----- lib/include/srsran/asn1/e2sm_kpm_v2.h | 21 ++++++++++++++----- .../srsran/interfaces/e2_metrics_interface.h | 19 ++++++++++++----- lib/src/asn1/e2ap.cpp | 19 ++++++++++++----- lib/src/asn1/e2sm.cpp | 19 ++++++++++++----- lib/src/asn1/e2sm_kpm.cpp | 21 ++++++++++++++----- lib/src/asn1/e2sm_kpm_v2.cpp | 21 ++++++++++++++----- srsenb/hdr/metrics_e2.h | 19 ++++++++++++----- srsenb/src/metrics_e2.cc | 19 ++++++++++++----- srsgnb/hdr/stack/ric/e2_agent.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2ap.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2ap_ric_subscription.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2sm.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2sm_kpm.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2sm_kpm_common.h | 18 +++++++++++----- srsgnb/hdr/stack/ric/e2sm_kpm_metrics.h | 18 +++++++++++----- .../hdr/stack/ric/e2sm_kpm_report_service.h | 18 +++++++++++----- srsgnb/src/stack/ric/CMakeLists.txt | 20 ++++++++++++++---- srsgnb/src/stack/ric/e2_agent.cc | 19 ++++++++++++----- srsgnb/src/stack/ric/e2ap.cc | 19 ++++++++++++----- srsgnb/src/stack/ric/e2ap_ric_subscription.cc | 18 +++++++++++----- srsgnb/src/stack/ric/e2sm_kpm.cc | 18 +++++++++++----- srsgnb/src/stack/ric/e2sm_kpm_common.cc | 18 +++++++++++----- .../src/stack/ric/e2sm_kpm_report_service.cc | 18 +++++++++++----- srsgnb/src/stack/ric/test/CMakeLists.txt | 20 ++++++++++++++---- srsgnb/src/stack/ric/test/e2ap_test.cc | 19 ++++++++++++----- 28 files changed, 392 insertions(+), 138 deletions(-) diff --git a/lib/include/srsran/asn1/e2ap.h b/lib/include/srsran/asn1/e2ap.h index 650a0bc01..5b9377611 100644 --- a/lib/include/srsran/asn1/e2ap.h +++ b/lib/include/srsran/asn1/e2ap.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/include/srsran/asn1/e2sm.h b/lib/include/srsran/asn1/e2sm.h index 21fd75453..f413d125b 100644 --- a/lib/include/srsran/asn1/e2sm.h +++ b/lib/include/srsran/asn1/e2sm.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/include/srsran/asn1/e2sm_kpm.h b/lib/include/srsran/asn1/e2sm_kpm.h index 01940560c..207391e15 100644 --- a/lib/include/srsran/asn1/e2sm_kpm.h +++ b/lib/include/srsran/asn1/e2sm_kpm.h @@ -1,10 +1,21 @@ -/* - * +/** * Copyright 2013-2022 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. + * This file is part of srsRAN. + * + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/include/srsran/asn1/e2sm_kpm_v2.h b/lib/include/srsran/asn1/e2sm_kpm_v2.h index fce81388f..98344b295 100644 --- a/lib/include/srsran/asn1/e2sm_kpm_v2.h +++ b/lib/include/srsran/asn1/e2sm_kpm_v2.h @@ -1,10 +1,21 @@ -/* - * +/** * Copyright 2013-2022 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. + * This file is part of srsRAN. + * + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/include/srsran/interfaces/e2_metrics_interface.h b/lib/include/srsran/interfaces/e2_metrics_interface.h index 5dc37e602..91d11f045 100644 --- a/lib/include/srsran/interfaces/e2_metrics_interface.h +++ b/lib/include/srsran/interfaces/e2_metrics_interface.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/src/asn1/e2ap.cpp b/lib/src/asn1/e2ap.cpp index f6c492608..0be4b2033 100644 --- a/lib/src/asn1/e2ap.cpp +++ b/lib/src/asn1/e2ap.cpp @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/src/asn1/e2sm.cpp b/lib/src/asn1/e2sm.cpp index 354c0953a..27fdfa119 100644 --- a/lib/src/asn1/e2sm.cpp +++ b/lib/src/asn1/e2sm.cpp @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/src/asn1/e2sm_kpm.cpp b/lib/src/asn1/e2sm_kpm.cpp index 9c4855f4f..048b6288c 100644 --- a/lib/src/asn1/e2sm_kpm.cpp +++ b/lib/src/asn1/e2sm_kpm.cpp @@ -1,10 +1,21 @@ -/* - * +/** * Copyright 2013-2022 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. + * This file is part of srsRAN. + * + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/lib/src/asn1/e2sm_kpm_v2.cpp b/lib/src/asn1/e2sm_kpm_v2.cpp index 387b5448d..9baab3dc2 100644 --- a/lib/src/asn1/e2sm_kpm_v2.cpp +++ b/lib/src/asn1/e2sm_kpm_v2.cpp @@ -1,10 +1,21 @@ -/* - * +/** * Copyright 2013-2022 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. + * This file is part of srsRAN. + * + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/hdr/metrics_e2.h b/srsenb/hdr/metrics_e2.h index affbfd782..b7cacf1de 100644 --- a/srsenb/hdr/metrics_e2.h +++ b/srsenb/hdr/metrics_e2.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/src/metrics_e2.cc b/srsenb/src/metrics_e2.cc index ad35b4d0b..6142857ec 100644 --- a/srsenb/src/metrics_e2.cc +++ b/srsenb/src/metrics_e2.cc @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2_agent.h b/srsgnb/hdr/stack/ric/e2_agent.h index 3e22bdc58..c3e4a77af 100644 --- a/srsgnb/hdr/stack/ric/e2_agent.h +++ b/srsgnb/hdr/stack/ric/e2_agent.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2ap.h b/srsgnb/hdr/stack/ric/e2ap.h index dc909533a..b0b2a2189 100644 --- a/srsgnb/hdr/stack/ric/e2ap.h +++ b/srsgnb/hdr/stack/ric/e2ap.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2ap_ric_subscription.h b/srsgnb/hdr/stack/ric/e2ap_ric_subscription.h index 6f5f206fa..b1cbc65d3 100644 --- a/srsgnb/hdr/stack/ric/e2ap_ric_subscription.h +++ b/srsgnb/hdr/stack/ric/e2ap_ric_subscription.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2sm.h b/srsgnb/hdr/stack/ric/e2sm.h index 1cbfe064e..a136c5335 100644 --- a/srsgnb/hdr/stack/ric/e2sm.h +++ b/srsgnb/hdr/stack/ric/e2sm.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2sm_kpm.h b/srsgnb/hdr/stack/ric/e2sm_kpm.h index 77583ca08..23a043222 100644 --- a/srsgnb/hdr/stack/ric/e2sm_kpm.h +++ b/srsgnb/hdr/stack/ric/e2sm_kpm.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2sm_kpm_common.h b/srsgnb/hdr/stack/ric/e2sm_kpm_common.h index bb0b87339..20669e82e 100644 --- a/srsgnb/hdr/stack/ric/e2sm_kpm_common.h +++ b/srsgnb/hdr/stack/ric/e2sm_kpm_common.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2sm_kpm_metrics.h b/srsgnb/hdr/stack/ric/e2sm_kpm_metrics.h index b9c4d744a..ae97a9b2b 100644 --- a/srsgnb/hdr/stack/ric/e2sm_kpm_metrics.h +++ b/srsgnb/hdr/stack/ric/e2sm_kpm_metrics.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/hdr/stack/ric/e2sm_kpm_report_service.h b/srsgnb/hdr/stack/ric/e2sm_kpm_report_service.h index 49c573f5c..629a65815 100644 --- a/srsgnb/hdr/stack/ric/e2sm_kpm_report_service.h +++ b/srsgnb/hdr/stack/ric/e2sm_kpm_report_service.h @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/CMakeLists.txt b/srsgnb/src/stack/ric/CMakeLists.txt index c2980b29e..8eb9d67bf 100644 --- a/srsgnb/src/stack/ric/CMakeLists.txt +++ b/srsgnb/src/stack/ric/CMakeLists.txt @@ -1,9 +1,21 @@ # -# Copyright 2013-2023 Software Radio Systems Limited +# Copyright 2013-2022 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. +# This file is part of srsRAN +# +# srsRAN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# srsRAN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# A copy of the GNU Affero General Public License can be found in +# the LICENSE file in the top-level directory of this distribution +# and at http://www.gnu.org/licenses/. # set(SOURCES e2_agent.cc e2ap_ric_subscription.cc e2ap.cc e2sm_kpm_common.cc e2sm_kpm.cc e2sm_kpm_report_service.cc) diff --git a/srsgnb/src/stack/ric/e2_agent.cc b/srsgnb/src/stack/ric/e2_agent.cc index f5b2502cc..67bf24b85 100644 --- a/srsgnb/src/stack/ric/e2_agent.cc +++ b/srsgnb/src/stack/ric/e2_agent.cc @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/e2ap.cc b/srsgnb/src/stack/ric/e2ap.cc index bc1ab83a2..a52cd6be3 100644 --- a/srsgnb/src/stack/ric/e2ap.cc +++ b/srsgnb/src/stack/ric/e2ap.cc @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/e2ap_ric_subscription.cc b/srsgnb/src/stack/ric/e2ap_ric_subscription.cc index ef8dafb0a..08a168bfb 100644 --- a/srsgnb/src/stack/ric/e2ap_ric_subscription.cc +++ b/srsgnb/src/stack/ric/e2ap_ric_subscription.cc @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/e2sm_kpm.cc b/srsgnb/src/stack/ric/e2sm_kpm.cc index 4d05700b3..683666998 100644 --- a/srsgnb/src/stack/ric/e2sm_kpm.cc +++ b/srsgnb/src/stack/ric/e2sm_kpm.cc @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/e2sm_kpm_common.cc b/srsgnb/src/stack/ric/e2sm_kpm_common.cc index 20f98a698..9e41c294e 100644 --- a/srsgnb/src/stack/ric/e2sm_kpm_common.cc +++ b/srsgnb/src/stack/ric/e2sm_kpm_common.cc @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/e2sm_kpm_report_service.cc b/srsgnb/src/stack/ric/e2sm_kpm_report_service.cc index 2212ec61a..a9085223c 100644 --- a/srsgnb/src/stack/ric/e2sm_kpm_report_service.cc +++ b/srsgnb/src/stack/ric/e2sm_kpm_report_service.cc @@ -1,13 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsgnb/src/stack/ric/test/CMakeLists.txt b/srsgnb/src/stack/ric/test/CMakeLists.txt index 9350f2169..e4c0c4bb4 100644 --- a/srsgnb/src/stack/ric/test/CMakeLists.txt +++ b/srsgnb/src/stack/ric/test/CMakeLists.txt @@ -1,9 +1,21 @@ # -# Copyright 2013-2023 Software Radio Systems Limited +# Copyright 2013-2022 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. +# This file is part of srsRAN +# +# srsRAN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# srsRAN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# A copy of the GNU Affero General Public License can be found in +# the LICENSE file in the top-level directory of this distribution +# and at http://www.gnu.org/licenses/. # add_executable(e2ap_test e2ap_test.cc) diff --git a/srsgnb/src/stack/ric/test/e2ap_test.cc b/srsgnb/src/stack/ric/test/e2ap_test.cc index 89d5aa1d2..e5ad72f28 100644 --- a/srsgnb/src/stack/ric/test/e2ap_test.cc +++ b/srsgnb/src/stack/ric/test/e2ap_test.cc @@ -1,12 +1,21 @@ /** + * Copyright 2013-2022 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2023 Software Radio Systems Limited + * srsRAN is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * 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. + * srsRAN is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */