Add new license claim 02/1802/1
authorRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:52:39 +0000 (10:52 +0200)
committerRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:52:55 +0000 (10:52 +0200)
Adding extra line that src files are part of RIC platform project.

Change-Id: I915ebba80607994d3f4adb6be6e5bed98b8e61e3
Signed-off-by: Roni Riska <roni.riska@nokia.com>
.gitignore
ci/Dockerfile
ci/ci_test.sh
docs/index.rst
docs/overview.rst
docs/release-notes.rst
pkg/tracelibgo/tracing.go
pkg/tracelibgo/tracing_test.go

index 4fade8d..4627f73 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).
+#
 # Compiled python modules.
 *.pyc
 
index 3960628..8957ea0 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).
+#
 #
 # This is a Dockerfile for code verification only.
 # Not to be pushed or used for anything else.
index 306f8c4..28334fb 100755 (executable)
 #  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).
+#
+
 
 set -e
 
index 1bdb3a2..f7a430d 100644 (file)
@@ -24,7 +24,9 @@
 ..\r
 .. limitations under the License.\r
 ..\r
-\r
+..  This source code is part of the near-RT RIC (RAN Intelligent Controller)\r
+..  platform project (RICP).\r
+..\r
 \r
 Welcome to O-RAN SC tracelibgo Documentation\r
 ============================================\r
index 770ae8d..7d788b3 100644 (file)
@@ -24,7 +24,9 @@
 ..\r
 .. limitations under the License.\r
 ..\r
-\r
+..   This source code is part of the near-RT RIC (RAN Intelligent Controller)\r
+..  platform project (RICP).\r
+..\r
 \r
 tracelibgo Overview\r
 ===================\r
index fd6a0c7..748164c 100644 (file)
@@ -24,7 +24,9 @@
 ..\r
 .. limitations under the License.\r
 ..\r
-\r
+..   This source code is part of the near-RT RIC (RAN Intelligent Controller)\r
+..  platform project (RICP).\r
+..\r
 \r
 Release-Notes\r
 =============\r
@@ -78,7 +80,7 @@ Deliverables
 Software Deliverables\r
 +++++++++++++++++++++\r
 \r
-Golang package: \r
+Golang package:\r
 gerrit.o-ran-sc.org/ric-plt/tracelibgo/pkg/tracelibgo\r
 \r
 \r
index f0a3ea2..d61c52d 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 tracelibgo implements a function to create a configured tracer instance
index e5ede67..975eecc 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 tracelibgo