From 4fa217652056c03bf494da9ef6fe243b43fe50ec Mon Sep 17 00:00:00 2001 From: Irina Date: Wed, 11 Dec 2019 11:34:03 +0200 Subject: [PATCH] [RICPLT] Copyright added Change-Id: I98b7ec15c3976dd69ed4aff5135e6c6bffcd3171 Signed-off-by: Irina --- entities/e2t_instance_info.go | 18 ++++++++++++++++++ entities/e2t_instance_state.go | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/entities/e2t_instance_info.go b/entities/e2t_instance_info.go index c03d8b5..78b81cc 100644 --- a/entities/e2t_instance_info.go +++ b/entities/e2t_instance_info.go @@ -1,3 +1,21 @@ +// +// 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 entities type E2TInstanceInfo struct { diff --git a/entities/e2t_instance_state.go b/entities/e2t_instance_state.go index 220a737..0160e14 100644 --- a/entities/e2t_instance_state.go +++ b/entities/e2t_instance_state.go @@ -1,3 +1,21 @@ +// +// 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 entities type E2TInstanceState string -- 2.16.6