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

Change-Id: I746145b9f1f359740d983ff18f18fb3a575c27b0
Signed-off-by: Roni Riska <roni.riska@nokia.com>
13 files changed:
.gitignore
docs/index.rst
docs/overview.rst
docs/release-notes.rst
mdclogpy/README.md
mdclogpy/mdclogpy/Logger.py
mdclogpy/mdclogpy/__init__.py
mdclogpy/setup.py
mdclogpy/tox.ini
mdclogpy/tst/__init__.py
mdclogpy/tst/mdclogtestutils.py
mdclogpy/tst/test_Logger.py
mdclogpy/tst/test_mdclogpy.py

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.
 # 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
 
 # Compiled python modules.
 *.pyc
 
index 1dbf07e..e77448b 100644 (file)
 ..
 .. limitations under the License.
 ..
 ..
 .. limitations under the License.
 ..
+.. This source code is part of the near-RT RIC (RAN Intelligent Controller)
+..
+.. platform project (RICP).
+..
+
 
 
 Welcome to O-RAN SC pylog Documentation
 
 
 Welcome to O-RAN SC pylog Documentation
index d55fd0d..b5ed14b 100644 (file)
 ..
 .. limitations under the License.
 ..
 ..
 .. limitations under the License.
 ..
+.. This source code is part of the near-RT RIC (RAN Intelligent Controller)
+..
+.. platform project (RICP).
+..
 
 
 pylog Overview
 
 
 pylog Overview
index 511a1bc..5f88ea6 100644 (file)
 ..
 .. limitations under the License.
 ..
 ..
 .. limitations under the License.
 ..
+.. This source code is part of the near-RT RIC (RAN Intelligent Controller)
+..
+.. platform project (RICP).
+..
+
 
 Release-Notes
 =============
 
 Release-Notes
 =============
index 10009c3..1a05a07 100644 (file)
@@ -94,6 +94,8 @@ 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.
 
 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).
 
 Unit testing
 ------------
 
 Unit testing
 ------------
index 57ab7b7..43c48e4 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.
 # 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).
+#
 
 """Structured logging library with Mapped Diagnostic Context
 
 
 """Structured logging library with Mapped Diagnostic Context
 
index 4afb9a3..b48a450 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.
 # 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).
+#
 """Structured logging library with Mapped Diagnostic Context
 
 Outputs the log entries to standard out in structured format, json currently.
 """Structured logging library with Mapped Diagnostic Context
 
 Outputs the log entries to standard out in structured format, json currently.
index f3430a7..896242d 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.
 # 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).
+#
 """Setup file for mdclogpy library."""
 
 from setuptools import setup
 """Setup file for mdclogpy library."""
 
 from setuptools import setup
index c027f2f..625bb6b 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.
 #   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).
+#
 # ==================================================================================
 [tox]
 envlist = py37
 # ==================================================================================
 [tox]
 envlist = py37
index f928659..47fea7c 100644 (file)
@@ -12,3 +12,6 @@
 # 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.
 # 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).
index 4fb362c..d22ee3b 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.
 # 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).
+#
 """Helper functions for mdclogpy unit tests."""
 
 import json
 """Helper functions for mdclogpy unit tests."""
 
 import json
index d40b9ba..12a2543 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.
 # 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).
+#
 """Unit tests for Logger.py"""
 import unittest
 from unittest.mock import patch
 """Unit tests for Logger.py"""
 import unittest
 from unittest.mock import patch
index 3fb0455..ad7fd3a 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.
 # 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).
+#
 """Unit tests for mdclogpy root logger"""
 import unittest
 from unittest.mock import patch
 """Unit tests for mdclogpy root logger"""
 import unittest
 from unittest.mock import patch