Fix copyright statements 97/5497/3
authorE. Scott Daniels <daniels@research.att.com>
Fri, 22 Jan 2021 13:16:05 +0000 (08:16 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 22 Jan 2021 13:51:52 +0000 (08:51 -0500)
Issue-ID: RIC-736

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I7f04ad5d9b1eaf8c21ff8f095fdac0e2232067fe
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Dockerfile
src/ts_xapp/Makefile
src/ts_xapp/ts_xapp.cpp
test/parse_gcov.sh
test/scrub_gcov.sh
test/unit_test.sh

index 3259306..a1cc537 100644 (file)
@@ -31,7 +31,7 @@
 
 # the builder has: git, wget, cmake, gcc/g++, make, python2/3. v7 dropped nng support
 #
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as buildenv
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as buildenv
 
 # spaces to save things in the build image to copy to final image
 RUN mkdir -p /playpen/assets /playpen/src /playpen/bin
index 08a350b..750559e 100644 (file)
@@ -1,7 +1,6 @@
 # vim: ts=4 sw=4 noet:
 
 #==================================================================================
-#      Copyright (c) 2020 Nokia
 #      Copyright (c) 2020 AT&T Intellectual Property.
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
index ca0cd6c..b32e71e 100644 (file)
@@ -1,7 +1,6 @@
 // vi: ts=4 sw=4 noet:
 /*
 ==================================================================================
-       Copyright (c) 2020 Nokia
        Copyright (c) 2020 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +28,7 @@
 
        Date:           22 April 2020
        Author:         Ron Shacham
-               
+
 */
 
 #include <stdio.h>
index d69a88b..8d83c38 100755 (executable)
 #   limitations under the License.
 #==================================================================================
 
+# LICENSE NOTE:
+# this code is based on the unit test code in the o-ran-sc RMR repositiory which
+# is covered by the original license above, and thus that license governs this
+# extension as well.
+# ---------------------------------------------------------------------------------
+
 #
 #      Parse the .gcov file and discount any unexecuted lines which are in if()
 #      blocks which are testing the result of alloc/malloc calls, or testing for
index 349fca2..57ebb57 100755 (executable)
 #   limitations under the License.
 #==================================================================================
 
+# LICENSE NOTE:
+# this code is based on the unit test code in the o-ran-sc RMR repositiory which
+# is covered by the original license above, and thus that license governs this
+# extension as well.
+# ---------------------------------------------------------------------------------
+
 #
 #      Mnemonic:       scrub_gcov.sh
 #      Abstract:       Gcov (sadly) outputs for any header file that we pull.
index d361fb7..54fc2e7 100755 (executable)
 #   limitations under the License.
 #==================================================================================
 
+# LICENSE NOTE:
+# this code is based on the unit test code in the o-ran-sc RMR repositiory which
+# is covered by the original license above, and thus that license governs this
+# extension as well.
+# ---------------------------------------------------------------------------------
+
 #
 #      Mnemonic:       unit_test.sh
 #      Abstract:       This drives the unit tests and combs out the needed .gcov