Fix license headers 06/2106/1
authorss412g <shuky.har-noy@intl.att.com>
Tue, 24 Dec 2019 20:38:19 +0000 (22:38 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Tue, 24 Dec 2019 20:38:29 +0000 (22:38 +0200)
Change-Id: I27093ac4fb88538f46a0959c5f7ee9cb2944d1fd
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
44 files changed:
E2Manager/controllers/e2t_controller.go
E2Manager/e2managererrors/e2t_instance_absence_error.go
E2Manager/e2managererrors/routing_manager_error.go
E2Manager/e2pdus/configuration_update.go
E2Manager/e2pdus/configuration_update_test.go
E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler.go
E2Manager/handlers/httpmsghandlers/get_e2t_instances_request_handler_test.go
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go
E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go
E2Manager/managers/e2t_instances_manager.go
E2Manager/managers/e2t_instances_manager_test.go
E2Manager/managers/e2t_keep_alive_worker.go
E2Manager/managers/e2t_keep_alive_worker_test.go
E2Manager/managers/e2t_shutdown_manager.go
E2Manager/managers/endc_setup_failure_response_manager_test.go
E2Manager/managers/endc_setup_response_manager_test.go
E2Manager/managers/notificationmanager/notification_manager_test.go
E2Manager/managers/ran_status_change_manager.go
E2Manager/managers/ran_status_change_manager_test.go
E2Manager/managers/x2_setup_failure_response_manager_test.go
E2Manager/mocks/e2t_controller_mock.go
E2Manager/mocks/e2t_instances_manager_mock.go
E2Manager/mocks/nodeb_controller_mock.go
E2Manager/mocks/ran_setup_manager_mock.go
E2Manager/mocks/root_controller_mock.go
E2Manager/models/e2_term_init_payload.go
E2Manager/models/e2t_keep_alive_payload.go
E2Manager/models/get_e2t_instances_response.go
E2Manager/stateMachine/delete_all_node_state_machine_test.go
E2Manager/tests/utils.go
E2Manager/utils/time_utils.go
Swagger/E2Manager_API.yaml
tools/xappmock/dispatcher/dispatcher.go
tools/xappmock/enums/command_action.go
tools/xappmock/logger/logger.go
tools/xappmock/main/xappmock.go
tools/xappmock/models/json_command.go
tools/xappmock/models/message_info.go
tools/xappmock/models/process_result.go
tools/xappmock/sender/jsonSender.go

index 2d95542..01d89dc 100644 (file)
 // limitations under the License.
 //
 
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
+
+
 package controllers
 
 import (
index 772d62a..1a3d136 100644 (file)
@@ -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 {
index ac6bc05..5141176 100644 (file)
@@ -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 {
index 032c6cf..806d0a2 100644 (file)
  *   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/
index a90ba13..a4b40e4 100644 (file)
  *   limitations under the License.
  *
  *******************************************************************************/
+
+/*
+* This source code is part of the near-RT RIC (RAN Intelligent Controller)
+* platform project (RICP).
+*/
+
 package e2pdus
 
 import (
index fd20bdf..be438e6 100644 (file)
@@ -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 (
index b4ee6b4..6d8c7c6 100644 (file)
@@ -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 (
index 16def4c..cb472bd 100644 (file)
@@ -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 (
index bbf3826..18c89ca 100644 (file)
 // 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 (
index 73583d4..4ec0f28 100644 (file)
 // 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 (
index ba9fc43..9b74fec 100644 (file)
 // 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 (
index 8989af5..3aa9b9d 100644 (file)
 // 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 (
index ff43136..60755ab 100644 (file)
@@ -16,7 +16,6 @@
 //  This source code is part of the near-RT RIC (RAN Intelligent Controller)
 //  platform project (RICP).
 
-////
 package rmrmsghandlers
 
 import (
index eefeea1..4f4017d 100644 (file)
@@ -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).
 
index fd58925..5c83954 100644 (file)
@@ -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).
 
index 45c5c08..100dbb9 100644 (file)
 // 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 (
index 00714ca..0100f28 100644 (file)
 // 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 (
index e789689..ddf3406 100644 (file)
 // 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 (
index 4bdc9fa..3474561 100644 (file)
 // 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 (
index 55726c2..5ed9323 100644 (file)
 // 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 (
index 5bce096..bd6798e 100644 (file)
@@ -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 (
index 049cc86..dc150c7 100644 (file)
@@ -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 (
index ea9bfcd..a0f497b 100644 (file)
@@ -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 (
index b5e1849..23a3c39 100644 (file)
 // 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 (
index d72c292..e26c3ec 100644 (file)
@@ -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 (
index 8bf6e75..586f396 100644 (file)
 // 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 (
index eafc935..c729323 100644 (file)
@@ -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 (
index 656657c..f9c1704 100644 (file)
 // 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 (
index df58b61..b27bce7 100644 (file)
@@ -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 (
index e533582..80b9a3a 100644 (file)
 // 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 {
index cdc8ba6..4560368 100644 (file)
 // 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 {
index f39c1ff..12d9997 100644 (file)
@@ -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 (
index 629ab65..035bd35 100644 (file)
@@ -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 (
index 894f554..8b3ab95 100644 (file)
@@ -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 (
index c34730c..ca3139b 100644 (file)
@@ -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"
index 65d5014..e5476f0 100644 (file)
 # 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
index 6e00592..edb639d 100644 (file)
@@ -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 (
index 7e31239..63e151d 100644 (file)
@@ -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
index 0c168d7..17acb4b 100644 (file)
@@ -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 (
index 8ae62f7..18c069e 100644 (file)
 // 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 (
index 6ebd731..64a7f74 100644 (file)
@@ -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 {
index 0833ffa..10f5fab 100644 (file)
@@ -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 (
index 8847d2d..4d22fb9 100644 (file)
@@ -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 (
index f890add..fe92e07 100644 (file)
@@ -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 (