X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=redismodule%2Ftst%2Fsrc%2Fmain.cpp;fp=redismodule%2Ftst%2Fsrc%2Fmain.cpp;h=eb097541d1ef3d978bd17b79da6e6eaa164041fc;hb=99f548c04df61680aa16e76f8135201cb09914be;hp=d74c9a874f6d6fb079e3114c57736aaccc5949be;hpb=7f700f8c16ed2d237ae21fa30159b0b41344eccc;p=ric-plt%2Fdbaas.git diff --git a/redismodule/tst/src/main.cpp b/redismodule/tst/src/main.cpp index d74c9a8..eb09754 100755 --- a/redismodule/tst/src/main.cpp +++ b/redismodule/tst/src/main.cpp @@ -14,6 +14,11 @@ * 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 +}