From 97445fe7e6737da5536c5f7a6909821a1612f66c Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Thu, 28 Nov 2019 09:58:48 +0200 Subject: [PATCH] Add extra line about src files are part of RIC platform project Signed-off-by: Timo Tietavainen Change-Id: Id38667ce1a1f109db284802d50baf28f1780bc58 --- bench_test.go | 5 +++++ ci/Dockerfile | 5 +++++ ci/ci_test.sh | 5 +++++ cmd/sdltester/sdltester.go | 5 +++++ doc.go | 5 +++++ example_test.go | 5 +++++ internal/sdlgoredis/sdlgoredis.go | 5 +++++ internal/sdlgoredis/sdlgoredis_test.go | 5 +++++ sdl.go | 5 +++++ sdl_private_fn_test.go | 5 +++++ sdl_test.go | 5 +++++ 11 files changed, 55 insertions(+) diff --git a/bench_test.go b/bench_test.go index a4b2e13..328e543 100644 --- a/bench_test.go +++ b/bench_test.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo_test import ( diff --git a/ci/Dockerfile b/ci/Dockerfile index 5d259c4..a5b8141 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -14,6 +14,11 @@ # 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 88273db..f06b48e 100755 --- a/ci/ci_test.sh +++ b/ci/ci_test.sh @@ -15,6 +15,11 @@ # 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 export GO111MODULE=on diff --git a/cmd/sdltester/sdltester.go b/cmd/sdltester/sdltester.go index 00d4e34..2cf0364 100644 --- a/cmd/sdltester/sdltester.go +++ b/cmd/sdltester/sdltester.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package main import ( diff --git a/doc.go b/doc.go index 840cba6..2dbff84 100644 --- a/doc.go +++ b/doc.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + /* Package sdlgo provides a lightweight, high-speed interface for accessing shared data storage. diff --git a/example_test.go b/example_test.go index 2e6f97a..4743e6e 100644 --- a/example_test.go +++ b/example_test.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo_test import ( diff --git a/internal/sdlgoredis/sdlgoredis.go b/internal/sdlgoredis/sdlgoredis.go index 679a24a..574e7b0 100644 --- a/internal/sdlgoredis/sdlgoredis.go +++ b/internal/sdlgoredis/sdlgoredis.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgoredis import ( diff --git a/internal/sdlgoredis/sdlgoredis_test.go b/internal/sdlgoredis/sdlgoredis_test.go index 962704c..ce72607 100644 --- a/internal/sdlgoredis/sdlgoredis_test.go +++ b/internal/sdlgoredis/sdlgoredis_test.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgoredis_test import ( diff --git a/sdl.go b/sdl.go index 3126542..e5e8076 100644 --- a/sdl.go +++ b/sdl.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo import ( diff --git a/sdl_private_fn_test.go b/sdl_private_fn_test.go index 4a4e43e..541ee04 100644 --- a/sdl_private_fn_test.go +++ b/sdl_private_fn_test.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo //NewSdlInstanceForTest is used in unit tests only in order to replace the diff --git a/sdl_test.go b/sdl_test.go index 944edaa..b216e57 100644 --- a/sdl_test.go +++ b/sdl_test.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo_test import ( -- 2.16.6