Adding new comments for Oran in all files with licenses 55/1855/1
authornm755n <nm755n@intl.att.com>
Thu, 28 Nov 2019 16:57:55 +0000 (16:57 +0000)
committernm755n <nm755n@intl.att.com>
Thu, 28 Nov 2019 16:57:56 +0000 (16:57 +0000)
Change-Id: I35a6aa3186e5d405ffa6f1026edfa69746c303c5
Signed-off-by: nm755n <nm755n@intl.att.com>
29 files changed:
LICENSES.txt
common/iSdlInstance.go
common/internalError.go
common/internalError_test.go
common/resourceNotFoundError.go
common/resourceNotFoundError_test.go
common/utils.go
common/utils_test.go
common/validationError.go
common/validationError_test.go
entities/cell.pb.go
entities/cell.proto
entities/cells.pb.go
entities/cells.proto
entities/enb.pb.go
entities/enb.proto
entities/gnb.pb.go
entities/gnb.proto
entities/nb_identity.pb.go
entities/nb_identity.proto
entities/nodeb_info.pb.go
entities/nodeb_info.proto
entities/ran_load_information.pb.go
entities/ran_load_information.proto
entities/x2_setup_failure_response.pb.go
entities/x2_setup_failure_response.proto
reader/rNibReader.go
reader/rNibReader_test.go
reader/sdlInstanceMock.go

index 84c6851..085a869 100644 (file)
@@ -26,3 +26,7 @@ distributed under the Documentation License is distributed on an "AS IS"
 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 implied. See the Documentation License for the specific language governing
 permissions and limitations under the Documentation License.
+
+This source code is part of the near-RT RIC (RAN Intelligent Controller)
+platform project (RICP).
+
index 4525d8c..ec2b2e0 100644 (file)
 // 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 common
 /*
index bb27b06..eaaae66 100644 (file)
 // 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 common
 
index 54c01ce..bf69f1e 100644 (file)
 // 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 common
 
index 4775d0f..68597b2 100644 (file)
 // 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 common
 
index d7ff568..6fcc9dc 100644 (file)
 // 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 common
 
index e14dcb0..608130e 100644 (file)
@@ -14,6 +14,9 @@
 // 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 common
 
 import (
index 6df653e..f7e5ef9 100644 (file)
@@ -14,6 +14,9 @@
 // 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 common
 
 import (
index 50eb710..4e8aed4 100644 (file)
 // 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 common
 
index 8223514..f54ea31 100644 (file)
 // 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 common
 
index 44278e2..99746a9 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: cell.proto
 
index d2288e4..9cc5bb5 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 import "gnb.proto";
index 6acae71..8915e61 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: cells.proto
 
index 687e3f5..2c72e25 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 import "cell.proto";
index 6ddeaad..1e191d9 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: enb.proto
 
index 094e7b7..665f7e4 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
index 41d67b3..9556453 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: gnb.proto
 
index cb28967..bb994c0 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
index e7c3012..8c45886 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: nb_identity.proto
 
index 949db63..d67cf89 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
index 0933fb1..acc282e 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: nodeb_info.proto
 
index a6f2ab1..3f555b8 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 import "gnb.proto";
index 631c886..655cb74 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: ran_load_information.proto
 
index 3d990b0..94b7be2 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
index 03ecdc1..0eb34fe 100644 (file)
@@ -14,6 +14,9 @@
 // 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).
+
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // source: x2_setup_failure_response.proto
 
index 594d988..36446d7 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
index 8abaf81..8e8dcca 100644 (file)
@@ -14,6 +14,9 @@
 // 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 reader
 
 import (
index 91f37c3..3119588 100644 (file)
@@ -14,6 +14,9 @@
 // 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 reader
 
 import (
index c03bf21..39cb8bc 100644 (file)
@@ -14,6 +14,9 @@
 // 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 reader
 
 import "github.com/stretchr/testify/mock"