Add extra line about src files are part of RIC platform project
[ric-plt/dbaas.git] / redismodule / tst / src / main.cpp
index d74c9a8..eb09754 100755 (executable)
  *   limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
 #include "CppUTest/CommandLineTestRunner.h"
 
 extern "C" {
@@ -23,4 +28,4 @@ extern "C" {
 int main(int ac, char** av)
 {
    return CommandLineTestRunner::RunAllTests(ac, av);
-}
\ No newline at end of file
+}