From bd0c021e2855c67b8cd92f87c3f78f73801bcd71 Mon Sep 17 00:00:00 2001 From: Roni Riska Date: Wed, 27 Nov 2019 10:52:39 +0200 Subject: [PATCH] Add new license claim Adding extra line that src files are part of RIC platform project. Change-Id: I915ebba80607994d3f4adb6be6e5bed98b8e61e3 Signed-off-by: Roni Riska --- .gitignore | 5 ++++- ci/Dockerfile | 5 ++++- ci/ci_test.sh | 5 +++++ docs/index.rst | 4 +++- docs/overview.rst | 4 +++- docs/release-notes.rst | 6 ++++-- pkg/tracelibgo/tracing.go | 4 ++++ pkg/tracelibgo/tracing_test.go | 3 +++ 8 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4fade8d..4627f73 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,10 @@ # 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 diff --git a/ci/Dockerfile b/ci/Dockerfile index 3960628..8957ea0 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -13,7 +13,10 @@ # 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. diff --git a/ci/ci_test.sh b/ci/ci_test.sh index 306f8c4..28334fb 100755 --- a/ci/ci_test.sh +++ b/ci/ci_test.sh @@ -14,6 +14,11 @@ # 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 diff --git a/docs/index.rst b/docs/index.rst index 1bdb3a2..f7a430d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,9 @@ .. .. 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 tracelibgo Documentation ============================================ diff --git a/docs/overview.rst b/docs/overview.rst index 770ae8d..7d788b3 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -24,7 +24,9 @@ .. .. limitations under the License. .. - +.. This source code is part of the near-RT RIC (RAN Intelligent Controller) +.. platform project (RICP). +.. tracelibgo Overview =================== diff --git a/docs/release-notes.rst b/docs/release-notes.rst index fd6a0c7..748164c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -24,7 +24,9 @@ .. .. limitations under the License. .. - +.. This source code is part of the near-RT RIC (RAN Intelligent Controller) +.. platform project (RICP). +.. Release-Notes ============= @@ -78,7 +80,7 @@ Deliverables Software Deliverables +++++++++++++++++++++ -Golang package: +Golang package: gerrit.o-ran-sc.org/ric-plt/tracelibgo/pkg/tracelibgo diff --git a/pkg/tracelibgo/tracing.go b/pkg/tracelibgo/tracing.go index f0a3ea2..d61c52d 100644 --- a/pkg/tracelibgo/tracing.go +++ b/pkg/tracelibgo/tracing.go @@ -13,6 +13,10 @@ * 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 diff --git a/pkg/tracelibgo/tracing_test.go b/pkg/tracelibgo/tracing_test.go index e5ede67..975eecc 100644 --- a/pkg/tracelibgo/tracing_test.go +++ b/pkg/tracelibgo/tracing_test.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 tracelibgo -- 2.16.6