From b61b9bd0c4fb7fb20dcfa0a94ff1ee4c9f15bc48 Mon Sep 17 00:00:00 2001 From: jyoak Date: Fri, 22 Nov 2019 20:09:44 +0900 Subject: [PATCH] Copyright updated Signed-off-by: jyoak Change-Id: I1080944b9c5305c6b030afb659282d53fe377422 --- README.md | 2 +- docs/index.rst | 2 +- docs/overview.rst | 2 +- docs/release-notes.rst | 2 +- src/E2AP-c/e2ap_indication.cc | 2 +- src/E2AP-c/e2ap_indication.hpp | 2 +- src/E2AP-c/subscription/generic_helpers.hpp | 2 +- src/E2AP-c/subscription/response_helper.hpp | 2 +- src/E2AP-c/subscription/subscription_handler.cc | 2 +- src/E2AP-c/subscription/subscription_handler.hpp | 2 +- src/E2AP-c/subscription/subscription_helper.hpp | 2 +- src/E2AP-c/subscription/subscription_request.cc | 2 +- src/E2AP-c/subscription/subscription_request.hpp | 2 +- src/E2AP-c/subscription/subscription_response.cc | 2 +- src/E2AP-c/subscription/subscription_response.hpp | 2 +- src/E2SM/e2sm.cc | 2 +- src/E2SM/e2sm.hpp | 2 +- src/KPI-Message-Handler/KPIMessageHandler.cc | 4 ++-- src/KPI-Message-Handler/KPIMessageHandler.h | 2 +- src/KPI-Monitoring/cu_cp_resource_status_report.cc | 2 +- src/KPI-Monitoring/cu_cp_resource_status_report.hpp | 2 +- src/KPI-Monitoring/cu_cp_resource_status_report_helper.hpp | 2 +- src/KPI-Monitoring/kpi_db.cc | 4 ++-- src/KPI-Monitoring/kpi_db.hpp | 2 +- src/README.md | 2 +- src/get_config.cc | 2 +- src/kpi-xapp.cc | 2 +- src/kpi-xapp.hpp | 2 +- src/message_processor_class.cc | 2 +- src/message_processor_class.hpp | 2 +- src/xapp_utils.cc | 2 +- src/xapp_utils.hpp | 2 +- 32 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 058d5ba..67037d1 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #================================================================================== -# Copyright (c) 2018-2019 SAMSUNG Intellectual Property. +# Copyright (c) 2019 SAMSUNG and AT&T Intellectual Property. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/index.rst b/docs/index.rst index 6195ebb..cbf5276 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2019 SAMSUNG +.. Copyright (C) 2019 SAMSUNG and AT&T Welcome to O-RAN SC KPI Monitoring Documentation diff --git a/docs/overview.rst b/docs/overview.rst index 707d61f..e5ba233 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2019 SAMSUNG +.. Copyright (C) 2019 SAMSUNG and AT&T KPI Monitoring Overview diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c14c16b..61cbe2d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2019 SAMSUNG +.. Copyright (C) 2019 SAMSUNG and AT&T Release Notes diff --git a/src/E2AP-c/e2ap_indication.cc b/src/E2AP-c/e2ap_indication.cc index 65ea511..3993583 100755 --- a/src/E2AP-c/e2ap_indication.cc +++ b/src/E2AP-c/e2ap_indication.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/e2ap_indication.hpp b/src/E2AP-c/e2ap_indication.hpp index 83eed2b..10b19c6 100755 --- a/src/E2AP-c/e2ap_indication.hpp +++ b/src/E2AP-c/e2ap_indication.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/generic_helpers.hpp b/src/E2AP-c/subscription/generic_helpers.hpp index f3ec56f..264ad11 100755 --- a/src/E2AP-c/subscription/generic_helpers.hpp +++ b/src/E2AP-c/subscription/generic_helpers.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/response_helper.hpp b/src/E2AP-c/subscription/response_helper.hpp index 279f057..197d5ef 100755 --- a/src/E2AP-c/subscription/response_helper.hpp +++ b/src/E2AP-c/subscription/response_helper.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_handler.cc b/src/E2AP-c/subscription/subscription_handler.cc index d7b4c19..362e534 100755 --- a/src/E2AP-c/subscription/subscription_handler.cc +++ b/src/E2AP-c/subscription/subscription_handler.cc @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_handler.hpp b/src/E2AP-c/subscription/subscription_handler.hpp index 9252ad0..b75b332 100755 --- a/src/E2AP-c/subscription/subscription_handler.hpp +++ b/src/E2AP-c/subscription/subscription_handler.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_helper.hpp b/src/E2AP-c/subscription/subscription_helper.hpp index 1b47037..6b36395 100755 --- a/src/E2AP-c/subscription/subscription_helper.hpp +++ b/src/E2AP-c/subscription/subscription_helper.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_request.cc b/src/E2AP-c/subscription/subscription_request.cc index 0068004..e582810 100755 --- a/src/E2AP-c/subscription/subscription_request.cc +++ b/src/E2AP-c/subscription/subscription_request.cc @@ -2,7 +2,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_request.hpp b/src/E2AP-c/subscription/subscription_request.hpp index f0cdcae..8a415af 100755 --- a/src/E2AP-c/subscription/subscription_request.hpp +++ b/src/E2AP-c/subscription/subscription_request.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_response.cc b/src/E2AP-c/subscription/subscription_response.cc index bfac192..9df79ac 100755 --- a/src/E2AP-c/subscription/subscription_response.cc +++ b/src/E2AP-c/subscription/subscription_response.cc @@ -2,7 +2,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2AP-c/subscription/subscription_response.hpp b/src/E2AP-c/subscription/subscription_response.hpp index 31c937c..9840f11 100755 --- a/src/E2AP-c/subscription/subscription_response.hpp +++ b/src/E2AP-c/subscription/subscription_response.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2SM/e2sm.cc b/src/E2SM/e2sm.cc index 7c69ffe..eedbd61 100755 --- a/src/E2SM/e2sm.cc +++ b/src/E2SM/e2sm.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/E2SM/e2sm.hpp b/src/E2SM/e2sm.hpp index 24ee6cb..5a02a26 100755 --- a/src/E2SM/e2sm.hpp +++ b/src/E2SM/e2sm.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/KPI-Message-Handler/KPIMessageHandler.cc b/src/KPI-Message-Handler/KPIMessageHandler.cc index 34880ad..42b6426 100755 --- a/src/KPI-Message-Handler/KPIMessageHandler.cc +++ b/src/KPI-Message-Handler/KPIMessageHandler.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -70,4 +70,4 @@ bool kpi_msg_handler::operator()(redisContext *redis_context, unsigned char *msg void kpi_msg_handler::clear() { std::lock_guard lck(*(m_access.get())); -} \ No newline at end of file +} diff --git a/src/KPI-Message-Handler/KPIMessageHandler.h b/src/KPI-Message-Handler/KPIMessageHandler.h index bfadeb6..365fb51 100755 --- a/src/KPI-Message-Handler/KPIMessageHandler.h +++ b/src/KPI-Message-Handler/KPIMessageHandler.h @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/KPI-Monitoring/cu_cp_resource_status_report.cc b/src/KPI-Monitoring/cu_cp_resource_status_report.cc index 84e8ed4..6087014 100755 --- a/src/KPI-Monitoring/cu_cp_resource_status_report.cc +++ b/src/KPI-Monitoring/cu_cp_resource_status_report.cc @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/KPI-Monitoring/cu_cp_resource_status_report.hpp b/src/KPI-Monitoring/cu_cp_resource_status_report.hpp index e796fb4..bcc3f81 100755 --- a/src/KPI-Monitoring/cu_cp_resource_status_report.hpp +++ b/src/KPI-Monitoring/cu_cp_resource_status_report.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/KPI-Monitoring/cu_cp_resource_status_report_helper.hpp b/src/KPI-Monitoring/cu_cp_resource_status_report_helper.hpp index 372fe7d..a5af5e9 100755 --- a/src/KPI-Monitoring/cu_cp_resource_status_report_helper.hpp +++ b/src/KPI-Monitoring/cu_cp_resource_status_report_helper.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/KPI-Monitoring/kpi_db.cc b/src/KPI-Monitoring/kpi_db.cc index 4993cc8..4237509 100755 --- a/src/KPI-Monitoring/kpi_db.cc +++ b/src/KPI-Monitoring/kpi_db.cc @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -66,4 +66,4 @@ void kpi_db_resp::UpdateDB(redisContext* c,cucp_resource_helper *kpi_data){ } } mdclog_write(MDCLOG_INFO, "GNB_ID : %s\n\tBHCA : %d\n\tUE_Count : %d",gnb_id, kpi_data->cuCpResourceStatus.bhca, kpi_data->cuCpResourceStatus.numberOfUEs); -} \ No newline at end of file +} diff --git a/src/KPI-Monitoring/kpi_db.hpp b/src/KPI-Monitoring/kpi_db.hpp index 68871c4..e4a924c 100755 --- a/src/KPI-Monitoring/kpi_db.hpp +++ b/src/KPI-Monitoring/kpi_db.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/README.md b/src/README.md index 6a20686..42e7226 100755 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,6 @@ #================================================================================== -# Copyright (c) 2018-2019 SAMSUNG Intellectual Property. +# Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/get_config.cc b/src/get_config.cc index 0ce0dde..b40dc13 100755 --- a/src/get_config.cc +++ b/src/get_config.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/kpi-xapp.cc b/src/kpi-xapp.cc index 59a44fd..1e5104e 100755 --- a/src/kpi-xapp.cc +++ b/src/kpi-xapp.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/kpi-xapp.hpp b/src/kpi-xapp.hpp index 58c60e0..8ad608c 100755 --- a/src/kpi-xapp.hpp +++ b/src/kpi-xapp.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/message_processor_class.cc b/src/message_processor_class.cc index d0da646..fe9c54b 100755 --- a/src/message_processor_class.cc +++ b/src/message_processor_class.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/message_processor_class.hpp b/src/message_processor_class.hpp index cf2e36b..810d4bd 100755 --- a/src/message_processor_class.hpp +++ b/src/message_processor_class.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/xapp_utils.cc b/src/xapp_utils.cc index 33ef7bb..ede7a92 100755 --- a/src/xapp_utils.cc +++ b/src/xapp_utils.cc @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/xapp_utils.hpp b/src/xapp_utils.hpp index 74f048d..364ffc9 100755 --- a/src/xapp_utils.hpp +++ b/src/xapp_utils.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 SAMSUNG Intellectual Property. + Copyright (c) 2018-2019 SAMSUNG and AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- 2.16.6