Add new license claim 98/1798/1
authorRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:18:18 +0000 (10:18 +0200)
committerRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:20:28 +0000 (10:20 +0200)
Adding extra line that src files are part of RIC platform projec.

Change-Id: Ie199d3187fd3a8b6133664b4ee8b8e3324a6c26f
Signed-off-by: Roni Riska <roni.riska@nokia.com>
README.md
ci/Dockerfile
cmd/logtester/main.go
docs/index.rst
docs/overview.rst
docs/release-notes.rst
mdclog.go
mdclog_test.go

index 9f94a07..452c4f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,6 +72,9 @@ License
  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).
+
 CI
 --
 
index aef7e0d..4e3ec2c 100644 (file)
@@ -1,22 +1,25 @@
-# Copyright (c) 2019 AT&T Intellectual Property.\r
-# Copyright (c) 2018-2019 Nokia.\r
-#\r
-# Licensed under the Apache License, Version 2.0 (the "License");\r
-# you may not use this file except in compliance with the License.\r
-# You may obtain a copy of the License at\r
-#\r
-#    http://www.apache.org/licenses/LICENSE-2.0\r
-#\r
-# Unless required by applicable law or agreed to in writing, software\r
-# distributed under the License is distributed on an "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-# See the License for the specific language governing permissions and\r
-# limitations under the License.\r
-\r
-FROM golang:1.12\r
-\r
-RUN mkdir -p /tmp/golog\r
-COPY . /tmp/golog\r
-RUN cd /tmp/golog && go test . -v\r
-\r
-\r
+# Copyright (c) 2019 AT&T Intellectual Property.
+# Copyright (c) 2018-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).
+
+FROM golang:1.12
+
+RUN mkdir -p /tmp/golog
+COPY . /tmp/golog
+RUN cd /tmp/golog && go test . -v
+
+
index 74da0bd..c97c604 100644 (file)
@@ -13,6 +13,9 @@
  *  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 main
index deab508..3d3120a 100644 (file)
@@ -24,6 +24,8 @@
 ..\r
 .. limitations under the License.\r
 ..\r
+.. This source code is part of the near-RT RIC (RAN Intelligent Controller) platform project (RICP).\r
+..\r
 \r
 \r
 Welcome to O-RAN SC golog Documentation\r
index 2eb9baa..eb99e44 100644 (file)
@@ -24,7 +24,8 @@
 ..\r
 .. limitations under the License.\r
 ..\r
-\r
+.. This source code is part of the near-RT RIC (RAN Intelligent Controller) platform project (RICP).\r
+..\r
 \r
 golog Overview\r
 ==============\r
index 8d43ba0..a31afa8 100644 (file)
@@ -23,6 +23,7 @@
 
    limitations under the License.
 
+   This source code is part of the near-RT RIC (RAN Intelligent Controller) platform project (RICP).
 
 Release-Notes
 =============
index 2a37ea7..6e6e295 100644 (file)
--- a/mdclog.go
+++ b/mdclog.go
@@ -13,6 +13,9 @@
  *  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 golog implements a simple structured logging with MDC (Mapped Diagnostics Context) support.
index 3cf7422..7b46611 100644 (file)
@@ -13,6 +13,9 @@
  *  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 golog