From: Irina Date: Wed, 11 Dec 2019 09:34:03 +0000 (+0200) Subject: [RICPLT] Copyright added X-Git-Tag: common/v1.0.28~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4fa217652056c03bf494da9ef6fe243b43fe50ec;p=ric-plt%2Fnodeb-rnib.git [RICPLT] Copyright added Change-Id: I98b7ec15c3976dd69ed4aff5135e6c6bffcd3171 Signed-off-by: Irina --- 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