Add extra line about src files are part of RIC platform project 31/1831/1 Amber v0.5.2
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 28 Nov 2019 07:58:48 +0000 (09:58 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 28 Nov 2019 07:58:48 +0000 (09:58 +0200)
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Id38667ce1a1f109db284802d50baf28f1780bc58

bench_test.go
ci/Dockerfile
ci/ci_test.sh
cmd/sdltester/sdltester.go
doc.go
example_test.go
internal/sdlgoredis/sdlgoredis.go
internal/sdlgoredis/sdlgoredis_test.go
sdl.go
sdl_private_fn_test.go
sdl_test.go

index a4b2e13..328e543 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 package sdlgo_test
 
 import (
index 5d259c4..a5b8141 100644 (file)
 #  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 88273db..f06b48e 100755 (executable)
 #  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
index 00d4e34..2cf0364 100644 (file)
    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 (file)
--- a/doc.go
+++ b/doc.go
    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.
 
index 2e6f97a..4743e6e 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 package sdlgo_test
 
 import (
index 679a24a..574e7b0 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 package sdlgoredis
 
 import (
index 962704c..ce72607 100644 (file)
    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 (file)
--- a/sdl.go
+++ b/sdl.go
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 package sdlgo
 
 import (
index 4a4e43e..541ee04 100644 (file)
    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
index 944edaa..b216e57 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 package sdlgo_test
 
 import (