Add new license claim 01/1801/1
authorRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:48:46 +0000 (10:48 +0200)
committerRoni Riska <roni.riska@nokia.com>
Wed, 27 Nov 2019 08:49:04 +0000 (10:49 +0200)
Adding extra line that src files are part of RIC platform project.

Change-Id: I98979fc5680ce4b27f38fe130135938a7dcfc726
Signed-off-by: Roni Riska <roni.riska@nokia.com>
12 files changed:
CMakeLists.txt
ci/Dockerfile
ci/ci_build.sh
ci/publish.sh
cmake/cxx1.cmake
docs/index.rst
docs/overview.rst
docs/release-notes.rst
include/tracelibcpp/tracelibcpp.hpp
src/config.hpp
src/tracelib.cpp
tst/testcreate.cpp

index c1198c2..e0e8e74 100644 (file)
@@ -14,7 +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).
+#
 cmake_minimum_required (VERSION 3.5)
 
 file(
index 4827d42..947ecd1 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).
+#
 # CI to verify the tracingcpp library
 # Inherits C toolchain from buildpack-deps:stretch
 # Adds required build tools
index 5caa2b8..a948258 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
 
 # UT
index 3854617..5eb2089 100755 (executable)
@@ -15,6 +15,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).
+#
 echo "$0: start copying packages"
 
 TARGET=/export
index 2cc7f42..c25cc59 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).
+#
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED YES)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
index 0f20d89..1b4c57c 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 tracelibcpp Documentation\r
 =============================================\r
index dc31408..f4fd2a9 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
 tracelibcpp Overview\r
 ====================\r
index 40456e6..5440394 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
index 47b1637..9c07d52 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).
  */
 
 #ifndef _TRACELIBCPP_H_
index 5fb4ab8..a4068c5 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * 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).
+ */
 #ifndef _TRACELIB_CONFIG_HPP_
 #define _TRACELIB_CONFIG_HPP_
 
index ae8717d..b1526f1 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).
  */
 
 #include "tracelibcpp.hpp"
index 7ab5a94..90e1ca2 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).
  */
 
 #include <gtest/gtest.h>