From: ss412g Date: Tue, 24 Dec 2019 20:38:19 +0000 (+0200) Subject: Fix license headers X-Git-Tag: R5_RC~144^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F06%2F2106%2F1;p=ric-plt%2Fe2mgr.git Fix license headers Change-Id: I27093ac4fb88538f46a0959c5f7ee9cb2944d1fd Signed-off-by: ss412g --- diff --git a/E2Manager/controllers/e2t_controller.go b/E2Manager/controllers/e2t_controller.go index 2d95542..01d89dc 100644 --- a/E2Manager/controllers/e2t_controller.go +++ b/E2Manager/controllers/e2t_controller.go @@ -15,6 +15,10 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + + package controllers import ( diff --git a/E2Manager/e2managererrors/e2t_instance_absence_error.go b/E2Manager/e2managererrors/e2t_instance_absence_error.go index 772d62a..1a3d136 100644 --- a/E2Manager/e2managererrors/e2t_instance_absence_error.go +++ b/E2Manager/e2managererrors/e2t_instance_absence_error.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package e2managererrors type E2TInstanceAbsenceError struct { diff --git a/E2Manager/e2managererrors/routing_manager_error.go b/E2Manager/e2managererrors/routing_manager_error.go index ac6bc05..5141176 100644 --- a/E2Manager/e2managererrors/routing_manager_error.go +++ b/E2Manager/e2managererrors/routing_manager_error.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package e2managererrors type RoutingManagerError struct { diff --git a/E2Manager/e2pdus/configuration_update.go b/E2Manager/e2pdus/configuration_update.go index 032c6cf..806d0a2 100644 --- a/E2Manager/e2pdus/configuration_update.go +++ b/E2Manager/e2pdus/configuration_update.go @@ -15,6 +15,12 @@ * limitations under the License. * *******************************************************************************/ + +/* +* This source code is part of the near-RT RIC (RAN Intelligent Controller) +* platform project (RICP). +*/ + package e2pdus // #cgo CFLAGS: -I../asn1codec/inc/ -I../asn1codec/e2ap_engine/ diff --git a/E2Manager/e2pdus/configuration_update_test.go b/E2Manager/e2pdus/configuration_update_test.go index a90ba13..a4b40e4 100644 --- a/E2Manager/e2pdus/configuration_update_test.go +++ b/E2Manager/e2pdus/configuration_update_test.go @@ -15,6 +15,12 @@ * limitations under the License. * *******************************************************************************/ + +/* +* This source code is part of the near-RT RIC (RAN Intelligent Controller) +* platform project (RICP). +*/ + package e2pdus import ( diff --git a/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler.go b/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler.go index fd20bdf..be438e6 100644 --- a/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler.go +++ b/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package httpmsghandlers import ( diff --git a/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler_test.go b/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler_test.go index b4ee6b4..6d8c7c6 100644 --- a/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler_test.go +++ b/E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler_test.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package httpmsghandlers import ( diff --git a/E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go b/E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go index 16def4c..cb472bd 100644 --- a/E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go +++ b/E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go @@ -1,3 +1,23 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + + package httpmsghandlers import ( diff --git a/E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go b/E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go index bbf3826..18c89ca 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go +++ b/E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rmrmsghandlers import ( diff --git a/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go b/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go index 73583d4..4ec0f28 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rmrmsghandlers import ( diff --git a/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go b/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go index ba9fc43..9b74fec 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go +++ b/E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rmrmsghandlers import ( diff --git a/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go index 8989af5..3aa9b9d 100644 --- a/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rmrmsghandlers import ( diff --git a/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go b/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go index ff43136..60755ab 100644 --- a/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go +++ b/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go @@ -16,7 +16,6 @@ // This source code is part of the near-RT RIC (RAN Intelligent Controller) // platform project (RICP). -//// package rmrmsghandlers import ( diff --git a/E2Manager/managers/e2t_instances_manager.go b/E2Manager/managers/e2t_instances_manager.go index eefeea1..4f4017d 100644 --- a/E2Manager/managers/e2t_instances_manager.go +++ b/E2Manager/managers/e2t_instances_manager.go @@ -14,6 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // + // This source code is part of the near-RT RIC (RAN Intelligent Controller) // platform project (RICP). diff --git a/E2Manager/managers/e2t_instances_manager_test.go b/E2Manager/managers/e2t_instances_manager_test.go index fd58925..5c83954 100644 --- a/E2Manager/managers/e2t_instances_manager_test.go +++ b/E2Manager/managers/e2t_instances_manager_test.go @@ -13,7 +13,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// + // This source code is part of the near-RT RIC (RAN Intelligent Controller) // platform project (RICP). diff --git a/E2Manager/managers/e2t_keep_alive_worker.go b/E2Manager/managers/e2t_keep_alive_worker.go index 45c5c08..100dbb9 100644 --- a/E2Manager/managers/e2t_keep_alive_worker.go +++ b/E2Manager/managers/e2t_keep_alive_worker.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/e2t_keep_alive_worker_test.go b/E2Manager/managers/e2t_keep_alive_worker_test.go index 00714ca..0100f28 100644 --- a/E2Manager/managers/e2t_keep_alive_worker_test.go +++ b/E2Manager/managers/e2t_keep_alive_worker_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/e2t_shutdown_manager.go b/E2Manager/managers/e2t_shutdown_manager.go index e789689..ddf3406 100644 --- a/E2Manager/managers/e2t_shutdown_manager.go +++ b/E2Manager/managers/e2t_shutdown_manager.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/endc_setup_failure_response_manager_test.go b/E2Manager/managers/endc_setup_failure_response_manager_test.go index 4bdc9fa..3474561 100644 --- a/E2Manager/managers/endc_setup_failure_response_manager_test.go +++ b/E2Manager/managers/endc_setup_failure_response_manager_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/endc_setup_response_manager_test.go b/E2Manager/managers/endc_setup_response_manager_test.go index 55726c2..5ed9323 100644 --- a/E2Manager/managers/endc_setup_response_manager_test.go +++ b/E2Manager/managers/endc_setup_response_manager_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/notificationmanager/notification_manager_test.go b/E2Manager/managers/notificationmanager/notification_manager_test.go index 5bce096..bd6798e 100644 --- a/E2Manager/managers/notificationmanager/notification_manager_test.go +++ b/E2Manager/managers/notificationmanager/notification_manager_test.go @@ -1,3 +1,22 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package notificationmanager import ( diff --git a/E2Manager/managers/ran_status_change_manager.go b/E2Manager/managers/ran_status_change_manager.go index 049cc86..dc150c7 100644 --- a/E2Manager/managers/ran_status_change_manager.go +++ b/E2Manager/managers/ran_status_change_manager.go @@ -1,3 +1,22 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/ran_status_change_manager_test.go b/E2Manager/managers/ran_status_change_manager_test.go index ea9bfcd..a0f497b 100644 --- a/E2Manager/managers/ran_status_change_manager_test.go +++ b/E2Manager/managers/ran_status_change_manager_test.go @@ -1,3 +1,22 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/managers/x2_setup_failure_response_manager_test.go b/E2Manager/managers/x2_setup_failure_response_manager_test.go index b5e1849..23a3c39 100644 --- a/E2Manager/managers/x2_setup_failure_response_manager_test.go +++ b/E2Manager/managers/x2_setup_failure_response_manager_test.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( diff --git a/E2Manager/mocks/e2t_controller_mock.go b/E2Manager/mocks/e2t_controller_mock.go index d72c292..e26c3ec 100644 --- a/E2Manager/mocks/e2t_controller_mock.go +++ b/E2Manager/mocks/e2t_controller_mock.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package mocks import ( diff --git a/E2Manager/mocks/e2t_instances_manager_mock.go b/E2Manager/mocks/e2t_instances_manager_mock.go index 8bf6e75..586f396 100644 --- a/E2Manager/mocks/e2t_instances_manager_mock.go +++ b/E2Manager/mocks/e2t_instances_manager_mock.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package mocks import ( diff --git a/E2Manager/mocks/nodeb_controller_mock.go b/E2Manager/mocks/nodeb_controller_mock.go index eafc935..c729323 100644 --- a/E2Manager/mocks/nodeb_controller_mock.go +++ b/E2Manager/mocks/nodeb_controller_mock.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package mocks import ( diff --git a/E2Manager/mocks/ran_setup_manager_mock.go b/E2Manager/mocks/ran_setup_manager_mock.go index 656657c..f9c1704 100644 --- a/E2Manager/mocks/ran_setup_manager_mock.go +++ b/E2Manager/mocks/ran_setup_manager_mock.go @@ -13,6 +13,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package mocks import ( diff --git a/E2Manager/mocks/root_controller_mock.go b/E2Manager/mocks/root_controller_mock.go index df58b61..b27bce7 100644 --- a/E2Manager/mocks/root_controller_mock.go +++ b/E2Manager/mocks/root_controller_mock.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package mocks import ( diff --git a/E2Manager/models/e2_term_init_payload.go b/E2Manager/models/e2_term_init_payload.go index e533582..80b9a3a 100644 --- a/E2Manager/models/e2_term_init_payload.go +++ b/E2Manager/models/e2_term_init_payload.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models type E2TermInitPayload struct { diff --git a/E2Manager/models/e2t_keep_alive_payload.go b/E2Manager/models/e2t_keep_alive_payload.go index cdc8ba6..4560368 100644 --- a/E2Manager/models/e2t_keep_alive_payload.go +++ b/E2Manager/models/e2t_keep_alive_payload.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models type E2TKeepAlivePayload struct { diff --git a/E2Manager/models/get_e2t_instances_response.go b/E2Manager/models/get_e2t_instances_response.go index f39c1ff..12d9997 100644 --- a/E2Manager/models/get_e2t_instances_response.go +++ b/E2Manager/models/get_e2t_instances_response.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models import ( diff --git a/E2Manager/stateMachine/delete_all_node_state_machine_test.go b/E2Manager/stateMachine/delete_all_node_state_machine_test.go index 629ab65..035bd35 100644 --- a/E2Manager/stateMachine/delete_all_node_state_machine_test.go +++ b/E2Manager/stateMachine/delete_all_node_state_machine_test.go @@ -1,3 +1,22 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package stateMachine import ( diff --git a/E2Manager/tests/utils.go b/E2Manager/tests/utils.go index 894f554..8b3ab95 100644 --- a/E2Manager/tests/utils.go +++ b/E2Manager/tests/utils.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package tests import ( diff --git a/E2Manager/utils/time_utils.go b/E2Manager/utils/time_utils.go index c34730c..ca3139b 100644 --- a/E2Manager/utils/time_utils.go +++ b/E2Manager/utils/time_utils.go @@ -1,3 +1,22 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package utils import "time" diff --git a/Swagger/E2Manager_API.yaml b/Swagger/E2Manager_API.yaml index 65d5014..e5476f0 100644 --- a/Swagger/E2Manager_API.yaml +++ b/Swagger/E2Manager_API.yaml @@ -16,6 +16,10 @@ # limitations under the License. # ========================LICENSE_END=================================== +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). + + openapi: 3.0.0 info: title: E2 Manager Service diff --git a/tools/xappmock/dispatcher/dispatcher.go b/tools/xappmock/dispatcher/dispatcher.go index 6e00592..edb639d 100644 --- a/tools/xappmock/dispatcher/dispatcher.go +++ b/tools/xappmock/dispatcher/dispatcher.go @@ -1,3 +1,24 @@ +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + +// Copyright 2019 Nokia +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package dispatcher import ( diff --git a/tools/xappmock/enums/command_action.go b/tools/xappmock/enums/command_action.go index 7e31239..63e151d 100644 --- a/tools/xappmock/enums/command_action.go +++ b/tools/xappmock/enums/command_action.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package enums type CommandAction string diff --git a/tools/xappmock/logger/logger.go b/tools/xappmock/logger/logger.go index 0c168d7..17acb4b 100644 --- a/tools/xappmock/logger/logger.go +++ b/tools/xappmock/logger/logger.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package logger import ( diff --git a/tools/xappmock/main/xappmock.go b/tools/xappmock/main/xappmock.go index 8ae62f7..18c069e 100644 --- a/tools/xappmock/main/xappmock.go +++ b/tools/xappmock/main/xappmock.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package main import ( diff --git a/tools/xappmock/models/json_command.go b/tools/xappmock/models/json_command.go index 6ebd731..64a7f74 100644 --- a/tools/xappmock/models/json_command.go +++ b/tools/xappmock/models/json_command.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models type JsonCommand struct { diff --git a/tools/xappmock/models/message_info.go b/tools/xappmock/models/message_info.go index 0833ffa..10f5fab 100644 --- a/tools/xappmock/models/message_info.go +++ b/tools/xappmock/models/message_info.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models import ( diff --git a/tools/xappmock/models/process_result.go b/tools/xappmock/models/process_result.go index 8847d2d..4d22fb9 100644 --- a/tools/xappmock/models/process_result.go +++ b/tools/xappmock/models/process_result.go @@ -15,6 +15,9 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models import ( diff --git a/tools/xappmock/sender/jsonSender.go b/tools/xappmock/sender/jsonSender.go index f890add..fe92e07 100644 --- a/tools/xappmock/sender/jsonSender.go +++ b/tools/xappmock/sender/jsonSender.go @@ -1,5 +1,3 @@ -Binary file (standard input) matches - // This source code is part of the near-RT RIC (RAN Intelligent Controller) // platform project (RICP). @@ -17,6 +15,10 @@ Binary file (standard input) matches // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package sender import (