From: Timo Tietavainen Date: Thu, 28 Nov 2019 07:55:22 +0000 (+0200) Subject: Add extra line about src files are part of RIC platform project X-Git-Tag: 1.2.1~14 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a0745d294dcd72f7d78ea4c3accd3b477dd668a5;p=ric-plt%2Fsdl.git Add extra line about src files are part of RIC platform project Signed-off-by: Timo Tietavainen Change-Id: Idf0de8c3b3c8133847f14d0d0b1b38a68fcb2c67 --- diff --git a/ci/Dockerfile b/ci/Dockerfile index 4048151..b63f518 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -14,6 +14,11 @@ # limitations under the License. # +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + FROM ubuntu:18.04 # Install building tools and SDL dependencies: diff --git a/include/private/abort.hpp b/include/private/abort.hpp index d75b2cf..8e1ac19 100644 --- a/include/private/abort.hpp +++ b/include/private/abort.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ABORT_HPP_ #define SHAREDDATALAYER_ABORT_HPP_ diff --git a/include/private/asyncconnection.hpp b/include/private/asyncconnection.hpp index 848f0e2..fc40a37 100644 --- a/include/private/asyncconnection.hpp +++ b/include/private/asyncconnection.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ASYNCCONNECTION_HPP_ #define SHAREDDATALAYER_ASYNCCONNECTION_HPP_ diff --git a/include/private/asyncdummystorage.hpp b/include/private/asyncdummystorage.hpp index 885e823..f36cdd1 100644 --- a/include/private/asyncdummystorage.hpp +++ b/include/private/asyncdummystorage.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_ #define SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_ diff --git a/include/private/asyncstorageimpl.hpp b/include/private/asyncstorageimpl.hpp index d6a90df..34548f0 100644 --- a/include/private/asyncstorageimpl.hpp +++ b/include/private/asyncstorageimpl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCSTORAGEIMPL_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCSTORAGEIMPL_HPP_ diff --git a/include/private/configurationpaths.hpp b/include/private/configurationpaths.hpp index 8431e26..ca704a4 100644 --- a/include/private/configurationpaths.hpp +++ b/include/private/configurationpaths.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_CONFIGURATIONPATHS_HPP_ #define SHAREDDATALAYER_CONFIGURATIONPATHS_HPP_ diff --git a/include/private/configurationreader.hpp b/include/private/configurationreader.hpp index 7cb6f1a..dd151c6 100644 --- a/include/private/configurationreader.hpp +++ b/include/private/configurationreader.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_CONFIGURATIONREADER_HPP_ #define SHAREDDATALAYER_CONFIGURATIONREADER_HPP_ diff --git a/include/private/createlogger.hpp b/include/private/createlogger.hpp index 0785314..6177add 100644 --- a/include/private/createlogger.hpp +++ b/include/private/createlogger.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_CREATELOGGER_HPP_ #define SHAREDDATALAYER_CREATELOGGER_HPP_ diff --git a/include/private/databaseconfiguration.hpp b/include/private/databaseconfiguration.hpp index 5bf38a1..7f4e7bd 100644 --- a/include/private/databaseconfiguration.hpp +++ b/include/private/databaseconfiguration.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_DATABASECONFIGURATION_HPP_ #define SHAREDDATALAYER_DATABASECONFIGURATION_HPP_ diff --git a/include/private/databaseconfigurationimpl.hpp b/include/private/databaseconfigurationimpl.hpp index 64b3c21..8ae4f9a 100644 --- a/include/private/databaseconfigurationimpl.hpp +++ b/include/private/databaseconfigurationimpl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_DATABASECONFIGURATIONIMPL_HPP_ #define SHAREDDATALAYER_DATABASECONFIGURATIONIMPL_HPP_ diff --git a/include/private/engine.hpp b/include/private/engine.hpp index 0e61c20..2293a6d 100644 --- a/include/private/engine.hpp +++ b/include/private/engine.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ENGINE_HPP_ #define SHAREDDATALAYER_ENGINE_HPP_ diff --git a/include/private/engineimpl.hpp b/include/private/engineimpl.hpp index 7468c8d..ab08e78 100644 --- a/include/private/engineimpl.hpp +++ b/include/private/engineimpl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ENGINEIMPL_HPP_ #define SHAREDDATALAYER_ENGINEIMPL_HPP_ diff --git a/include/private/error.hpp b/include/private/error.hpp index 70f6b1a..b1109d0 100644 --- a/include/private/error.hpp +++ b/include/private/error.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ERROR_HPP_ #define SHAREDDATALAYER_ERROR_HPP_ diff --git a/include/private/eventfd.hpp b/include/private/eventfd.hpp index 50dd43c..11cbda9 100644 --- a/include/private/eventfd.hpp +++ b/include/private/eventfd.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_EVENTFD_HPP_ #define SHAREDDATALAYER_EVENTFD_HPP_ diff --git a/include/private/filedescriptor.hpp b/include/private/filedescriptor.hpp index 3ff1e4e..5f201f4 100644 --- a/include/private/filedescriptor.hpp +++ b/include/private/filedescriptor.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_FILEDESCRIPTOR_HPP_ #define SHAREDDATALAYER_FILEDESCRIPTOR_HPP_ diff --git a/include/private/hostandport.hpp b/include/private/hostandport.hpp index c9e25d1..b9c132a 100644 --- a/include/private/hostandport.hpp +++ b/include/private/hostandport.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_HOSTANDPORT_HPP_ #define SHAREDDATALAYER_HOSTANDPORT_HPP_ diff --git a/include/private/logger.hpp b/include/private/logger.hpp index 3cb9160..6800c02 100644 --- a/include/private/logger.hpp +++ b/include/private/logger.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_LOGGER_HPP_ #define SHAREDDATALAYER_LOGGER_HPP_ diff --git a/include/private/namespaceconfiguration.hpp b/include/private/namespaceconfiguration.hpp index a65b230..0b813c9 100644 --- a/include/private/namespaceconfiguration.hpp +++ b/include/private/namespaceconfiguration.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NAMESPACECONFIGURATION_HPP_ #define SHAREDDATALAYER_NAMESPACECONFIGURATION_HPP_ diff --git a/include/private/namespaceconfigurations.hpp b/include/private/namespaceconfigurations.hpp index 364e0d1..6664321 100644 --- a/include/private/namespaceconfigurations.hpp +++ b/include/private/namespaceconfigurations.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NAMESPACECONFIGURATIONS_HPP_ #define SHAREDDATALAYER_NAMESPACECONFIGURATIONS_HPP_ diff --git a/include/private/namespaceconfigurationsimpl.hpp b/include/private/namespaceconfigurationsimpl.hpp index 87c80b9..413277b 100644 --- a/include/private/namespaceconfigurationsimpl.hpp +++ b/include/private/namespaceconfigurationsimpl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NAMESPACECONFIGURATIONIMPL_HPP_ #define SHAREDDATALAYER_NAMESPACECONFIGURATIONIMPL_HPP_ diff --git a/include/private/namespacevalidator.hpp b/include/private/namespacevalidator.hpp index 109edd9..b27d495 100644 --- a/include/private/namespacevalidator.hpp +++ b/include/private/namespacevalidator.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NAMESPACEVALIDATOR_HPP_ #define SHAREDDATALAYER_NAMESPACEVALIDATOR_HPP_ diff --git a/include/private/redis/asynccommanddispatcher.hpp b/include/private/redis/asynccommanddispatcher.hpp index 13633b7..8df16af 100644 --- a/include/private/redis/asynccommanddispatcher.hpp +++ b/include/private/redis/asynccommanddispatcher.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCCOMMANDDISPATCHER_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCCOMMANDDISPATCHER_HPP_ diff --git a/include/private/redis/asyncdatabasediscovery.hpp b/include/private/redis/asyncdatabasediscovery.hpp index 47aeba5..37a45d4 100644 --- a/include/private/redis/asyncdatabasediscovery.hpp +++ b/include/private/redis/asyncdatabasediscovery.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCDATABASEDISCOVERY_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCDATABASEDISCOVERY_HPP_ diff --git a/include/private/redis/asynchiredisclustercommanddispatcher.hpp b/include/private/redis/asynchiredisclustercommanddispatcher.hpp index 8448294..b50b971 100644 --- a/include/private/redis/asynchiredisclustercommanddispatcher.hpp +++ b/include/private/redis/asynchiredisclustercommanddispatcher.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCHIREDISCLUSTERCOMMANDDISPATCHER_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCHIREDISCLUSTERCOMMANDDISPATCHER_HPP_ diff --git a/include/private/redis/asynchirediscommanddispatcher.hpp b/include/private/redis/asynchirediscommanddispatcher.hpp index f39d882..8624b0a 100644 --- a/include/private/redis/asynchirediscommanddispatcher.hpp +++ b/include/private/redis/asynchirediscommanddispatcher.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCHIREDISCOMMANDDISPATCHER_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCHIREDISCOMMANDDISPATCHER_HPP_ diff --git a/include/private/redis/asynchiredisdatabasediscovery.hpp b/include/private/redis/asynchiredisdatabasediscovery.hpp index 89ff7c0..6d41042 100644 --- a/include/private/redis/asynchiredisdatabasediscovery.hpp +++ b/include/private/redis/asynchiredisdatabasediscovery.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCHIREDISDATABASEDISCOVERY_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCHIREDISDATABASEDISCOVERY_HPP_ diff --git a/include/private/redis/asyncredisreply.hpp b/include/private/redis/asyncredisreply.hpp index dd71674..623355a 100644 --- a/include/private/redis/asyncredisreply.hpp +++ b/include/private/redis/asyncredisreply.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCREDISREPLY_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCREDISREPLY_HPP_ diff --git a/include/private/redis/asyncredisstorage.hpp b/include/private/redis/asyncredisstorage.hpp index b756473..f095582 100644 --- a/include/private/redis/asyncredisstorage.hpp +++ b/include/private/redis/asyncredisstorage.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCREDISSTORAGE_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCREDISSTORAGE_HPP_ diff --git a/include/private/redis/asyncsentineldatabasediscovery.hpp b/include/private/redis/asyncsentineldatabasediscovery.hpp index effc4f9..c471a37 100644 --- a/include/private/redis/asyncsentineldatabasediscovery.hpp +++ b/include/private/redis/asyncsentineldatabasediscovery.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_ASYNCSENTINELDATABASEDISCOVERY_HPP_ #define SHAREDDATALAYER_REDIS_ASYNCSENTINELDATABASEDISCOVERY_HPP_ diff --git a/include/private/redis/contents.hpp b/include/private/redis/contents.hpp index d272de3..3a8c2f8 100644 --- a/include/private/redis/contents.hpp +++ b/include/private/redis/contents.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_CONTENTS_HPP_ #define SHAREDDATALAYER_REDIS_CONTENTS_HPP_ diff --git a/include/private/redis/contentsbuilder.hpp b/include/private/redis/contentsbuilder.hpp index 28971f7..b99665c 100644 --- a/include/private/redis/contentsbuilder.hpp +++ b/include/private/redis/contentsbuilder.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_CONTENTSBUILDER_HPP_ #define SHAREDDATALAYER_REDIS_CONTENTSBUILDER_HPP_ diff --git a/include/private/redis/databaseinfo.hpp b/include/private/redis/databaseinfo.hpp index d4e6cce..270c328 100644 --- a/include/private/redis/databaseinfo.hpp +++ b/include/private/redis/databaseinfo.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_DATABASEINFO_HPP_ #define SHAREDDATALAYER_REDIS_DATABASEINFO_HPP_ diff --git a/include/private/redis/hiredisclusterepolladapter.hpp b/include/private/redis/hiredisclusterepolladapter.hpp index 9b61e18..1cab762 100644 --- a/include/private/redis/hiredisclusterepolladapter.hpp +++ b/include/private/redis/hiredisclusterepolladapter.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_HIREDISCLUSTEREPOLLADAPTER_HPP_ #define SHAREDDATALAYER_REDIS_HIREDISCLUSTEREPOLLADAPTER_HPP_ diff --git a/include/private/redis/hiredisclustersystem.hpp b/include/private/redis/hiredisclustersystem.hpp index 9160b1a..b5ce9b5 100644 --- a/include/private/redis/hiredisclustersystem.hpp +++ b/include/private/redis/hiredisclustersystem.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_HIREDISCLUSTERSYSTEM_HPP_ #define SHAREDDATALAYER_REDIS_HIREDISCLUSTERSYSTEM_HPP_ diff --git a/include/private/redis/hiredisepolladapter.hpp b/include/private/redis/hiredisepolladapter.hpp index 534e7ae..414bee1 100644 --- a/include/private/redis/hiredisepolladapter.hpp +++ b/include/private/redis/hiredisepolladapter.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_HIREDISEPOLLADAPTER_HPP_ #define SHAREDDATALAYER_REDIS_HIREDISEPOLLADAPTER_HPP_ diff --git a/include/private/redis/hiredissystem.hpp b/include/private/redis/hiredissystem.hpp index 3bae844..f8c13db 100644 --- a/include/private/redis/hiredissystem.hpp +++ b/include/private/redis/hiredissystem.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_HIREDISSYSTEM_HPP_ #define SHAREDDATALAYER_REDIS_HIREDISSYSTEM_HPP_ diff --git a/include/private/redis/redisgeneral.hpp b/include/private/redis/redisgeneral.hpp index d7708d4..7649633 100644 --- a/include/private/redis/redisgeneral.hpp +++ b/include/private/redis/redisgeneral.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_REDISGENERAL_HPP_ #define SHAREDDATALAYER_REDIS_REDISGENERAL_HPP_ diff --git a/include/private/redis/reply.hpp b/include/private/redis/reply.hpp index 53e16bb..84c6853 100644 --- a/include/private/redis/reply.hpp +++ b/include/private/redis/reply.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REDIS_REPLY_HPP_ #define SHAREDDATALAYER_REDIS_REPLY_HPP_ diff --git a/include/private/stdstreamlogger.hpp b/include/private/stdstreamlogger.hpp index 4af6a8c..71fc004 100755 --- a/include/private/stdstreamlogger.hpp +++ b/include/private/stdstreamlogger.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_STDSTREAMLOGGER_HPP_ #define SHAREDDATALAYER_STDSTREAMLOGGER_HPP_ diff --git a/include/private/syncstorageimpl.hpp b/include/private/syncstorageimpl.hpp index e9ebf82..db762e0 100644 --- a/include/private/syncstorageimpl.hpp +++ b/include/private/syncstorageimpl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_SYNCSTORAGEIMPL_HPP_ #define SHAREDDATALAYER_SYNCSTORAGEIMPL_HPP_ diff --git a/include/private/system.hpp b/include/private/system.hpp index 1f6b570..b26fb84 100644 --- a/include/private/system.hpp +++ b/include/private/system.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_SYSTEM_HPP_ #define SHAREDDATALAYER_SYSTEM_HPP_ diff --git a/include/private/systemlogger.hpp b/include/private/systemlogger.hpp index b0678e2..55d48ff 100644 --- a/include/private/systemlogger.hpp +++ b/include/private/systemlogger.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_SYSTEMLOGGER_HPP_ #define SHAREDDATALAYER_SYSTEMLOGGER_HPP_ diff --git a/include/private/timer.hpp b/include/private/timer.hpp index 99df18b..28855be 100644 --- a/include/private/timer.hpp +++ b/include/private/timer.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TIMER_HPP_ #define SHAREDDATALAYER_TIMER_HPP_ diff --git a/include/private/timerfd.hpp b/include/private/timerfd.hpp index d1d73f9..cf76af4 100644 --- a/include/private/timerfd.hpp +++ b/include/private/timerfd.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TIMERFD_HPP_ #define SHAREDDATALAYER_TIMERFD_HPP_ diff --git a/include/private/tst/asynccommanddispatchermock.hpp b/include/private/tst/asynccommanddispatchermock.hpp index 41e1858..eb8a02f 100644 --- a/include/private/tst/asynccommanddispatchermock.hpp +++ b/include/private/tst/asynccommanddispatchermock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_ASYNCCOMMANDDISPATCHERMOCK_HPP_ #define SHAREDDATALAYER_TST_ASYNCCOMMANDDISPATCHERMOCK_HPP_ diff --git a/include/private/tst/asyncdatabasediscoverymock.hpp b/include/private/tst/asyncdatabasediscoverymock.hpp index 1debd77..22dc697 100644 --- a/include/private/tst/asyncdatabasediscoverymock.hpp +++ b/include/private/tst/asyncdatabasediscoverymock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_ASYNCDATABASEDISCOVERYMOCK_HPP_ #define SHAREDDATALAYER_TST_ASYNCDATABASEDISCOVERYMOCK_HPP_ diff --git a/include/private/tst/asyncstoragemock.hpp b/include/private/tst/asyncstoragemock.hpp index e58cd0d..f764054 100644 --- a/include/private/tst/asyncstoragemock.hpp +++ b/include/private/tst/asyncstoragemock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_ASYNCSTORAGEMOCK_HPP_ #define SHAREDDATALAYER_TST_ASYNCSTORAGEMOCK_HPP_ diff --git a/include/private/tst/contentsbuildermock.hpp b/include/private/tst/contentsbuildermock.hpp index 178dc1f..c4879c3 100644 --- a/include/private/tst/contentsbuildermock.hpp +++ b/include/private/tst/contentsbuildermock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_CONTENTSBUILDERMOCK_HPP_ #define SHAREDDATALAYER_TST_CONTENTSBUILDERMOCK_HPP_ diff --git a/include/private/tst/databaseconfigurationmock.hpp b/include/private/tst/databaseconfigurationmock.hpp index 0fd56f8..502e6a6 100644 --- a/include/private/tst/databaseconfigurationmock.hpp +++ b/include/private/tst/databaseconfigurationmock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_DATABASECONFIGURATIONMOCK_HPP_ #define SHAREDDATALAYER_DATABASECONFIGURATIONMOCK_HPP_ diff --git a/include/private/tst/enginemock.hpp b/include/private/tst/enginemock.hpp index 5d804c8..7ea234e 100644 --- a/include/private/tst/enginemock.hpp +++ b/include/private/tst/enginemock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_ENGINEMOCK_HPP_ #define SHAREDDATALAYER_TST_ENGINEMOCK_HPP_ diff --git a/include/private/tst/gettopsrcdir.hpp b/include/private/tst/gettopsrcdir.hpp index a9d024e..fab7526 100644 --- a/include/private/tst/gettopsrcdir.hpp +++ b/include/private/tst/gettopsrcdir.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_GETTOPSRCDIR_HPP_ #define SHAREDDATALAYER_TST_GETTOPSRCDIR_HPP_ diff --git a/include/private/tst/hiredisclusterepolladaptermock.hpp b/include/private/tst/hiredisclusterepolladaptermock.hpp index 3a55873..0599c90 100644 --- a/include/private/tst/hiredisclusterepolladaptermock.hpp +++ b/include/private/tst/hiredisclusterepolladaptermock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_HIREDISCLUSTEREPOLLADAPTERMOCK_HPP_ #define SHAREDDATALAYER_TST_HIREDISCLUSTEREPOLLADAPTERMOCK_HPP_ diff --git a/include/private/tst/hiredisclustersystemmock.hpp b/include/private/tst/hiredisclustersystemmock.hpp index 4fad0b9..c539f33 100644 --- a/include/private/tst/hiredisclustersystemmock.hpp +++ b/include/private/tst/hiredisclustersystemmock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_HIREDISCLUSTERSYSTEMMOCK_HPP_ #define SHAREDDATALAYER_TST_HIREDISCLUSTERSYSTEMMOCK_HPP_ diff --git a/include/private/tst/hiredisepolladaptermock.hpp b/include/private/tst/hiredisepolladaptermock.hpp index a8d7257..17b65f7 100644 --- a/include/private/tst/hiredisepolladaptermock.hpp +++ b/include/private/tst/hiredisepolladaptermock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_HIREDISEPOLLADAPTERMOCK_HPP_ #define SHAREDDATALAYER_TST_HIREDISEPOLLADAPTERMOCK_HPP_ diff --git a/include/private/tst/hiredissystemmock.hpp b/include/private/tst/hiredissystemmock.hpp index 099fe45..d645948 100644 --- a/include/private/tst/hiredissystemmock.hpp +++ b/include/private/tst/hiredissystemmock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_HIREDISSYSTEMMOCK_HPP_ #define SHAREDDATALAYER_TST_HIREDISSYSTEMMOCK_HPP_ diff --git a/include/private/tst/namespaceconfigurationsmock.hpp b/include/private/tst/namespaceconfigurationsmock.hpp index de5e407..10c962a 100644 --- a/include/private/tst/namespaceconfigurationsmock.hpp +++ b/include/private/tst/namespaceconfigurationsmock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NAMESPACECONFIGURATIONMOCK_HPP_ #define SHAREDDATALAYER_NAMESPACECONFIGURATIONMOCK_HPP_ diff --git a/include/private/tst/redisreplybuilder.hpp b/include/private/tst/redisreplybuilder.hpp index fce8b6f..6b699cd 100644 --- a/include/private/tst/redisreplybuilder.hpp +++ b/include/private/tst/redisreplybuilder.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_REDISREPLYBUILDER_HPP_ #define SHAREDDATALAYER_TST_REDISREPLYBUILDER_HPP_ diff --git a/include/private/tst/replymock.hpp b/include/private/tst/replymock.hpp index 27e79e4..4c751d0 100644 --- a/include/private/tst/replymock.hpp +++ b/include/private/tst/replymock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_REPLYMOCK_HPP_ #define SHAREDDATALAYER_TST_REPLYMOCK_HPP_ diff --git a/include/private/tst/systemmock.hpp b/include/private/tst/systemmock.hpp index b226546..7e379c1 100644 --- a/include/private/tst/systemmock.hpp +++ b/include/private/tst/systemmock.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_SYSTEMMOCK_HPP_ #define SHAREDDATALAYER_TST_SYSTEMMOCK_HPP_ diff --git a/include/private/tst/wellknownerrorcode.hpp b/include/private/tst/wellknownerrorcode.hpp index e2dabdc..620f055 100644 --- a/include/private/tst/wellknownerrorcode.hpp +++ b/include/private/tst/wellknownerrorcode.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_TST_WELLKNOWNERRORCODE_HPP_ #define SHAREDDATALAYER_TST_WELLKNOWNERRORCODE_HPP_ diff --git a/include/sdl/asyncstorage.hpp b/include/sdl/asyncstorage.hpp index c20c7b1..eb7342f 100644 --- a/include/sdl/asyncstorage.hpp +++ b/include/sdl/asyncstorage.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ASYNCSTORAGE_HPP_ #define SHAREDDATALAYER_ASYNCSTORAGE_HPP_ diff --git a/include/sdl/backenderror.hpp b/include/sdl/backenderror.hpp index 2b5bd4c..19dc594 100644 --- a/include/sdl/backenderror.hpp +++ b/include/sdl/backenderror.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_BACKENDERROR_HPP_ #define SHAREDDATALAYER_BACKENDERROR_HPP_ diff --git a/include/sdl/doxygen.hpp b/include/sdl/doxygen.hpp index 32f6980..c6488bf 100644 --- a/include/sdl/doxygen.hpp +++ b/include/sdl/doxygen.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + /** * @mainpage * diff --git a/include/sdl/emptynamespace.hpp b/include/sdl/emptynamespace.hpp index fdf01c5..7be45c7 100644 --- a/include/sdl/emptynamespace.hpp +++ b/include/sdl/emptynamespace.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_EMPTYNAMESPACE_HPP_ #define SHAREDDATALAYER_EMPTYNAMESPACE_HPP_ diff --git a/include/sdl/errorqueries.hpp b/include/sdl/errorqueries.hpp index 5fdfadd..4ab98e8 100644 --- a/include/sdl/errorqueries.hpp +++ b/include/sdl/errorqueries.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + /** @file */ #ifndef SHAREDDATALAYER_ERRORQUERIES_HPP_ diff --git a/include/sdl/exception.hpp b/include/sdl/exception.hpp index 3428b39..e823990 100644 --- a/include/sdl/exception.hpp +++ b/include/sdl/exception.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_EXCEPTION_HPP_ #define SHAREDDATALAYER_EXCEPTION_HPP_ diff --git a/include/sdl/invalidnamespace.hpp b/include/sdl/invalidnamespace.hpp index 3e61a2f..e682d72 100644 --- a/include/sdl/invalidnamespace.hpp +++ b/include/sdl/invalidnamespace.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_INVALIDNAMESPACE_HPP_ #define SHAREDDATALAYER_INVALIDNAMESPACE_HPP_ diff --git a/include/sdl/notconnected.hpp b/include/sdl/notconnected.hpp index 379467e..5e282ae 100644 --- a/include/sdl/notconnected.hpp +++ b/include/sdl/notconnected.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_NOTCONNECTED_HPP_ #define SHAREDDATALAYER_NOTCONNECTED_HPP_ diff --git a/include/sdl/operationinterrupted.hpp b/include/sdl/operationinterrupted.hpp index 2da513e..068f065 100644 --- a/include/sdl/operationinterrupted.hpp +++ b/include/sdl/operationinterrupted.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_OPERATIONINTERRUPTED_HPP_ #define SHAREDDATALAYER_OPERATIONINTERRUPTED_HPP_ diff --git a/include/sdl/publisherid.hpp b/include/sdl/publisherid.hpp index 2032ded..05081cc 100644 --- a/include/sdl/publisherid.hpp +++ b/include/sdl/publisherid.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_PUBLISHERID_HPP_ #define SHAREDDATALAYER_PUBLISHERID_HPP_ diff --git a/include/sdl/rejectedbybackend.hpp b/include/sdl/rejectedbybackend.hpp index 35a4d92..254a9d5 100644 --- a/include/sdl/rejectedbybackend.hpp +++ b/include/sdl/rejectedbybackend.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REJECTEDBYBACKEND_HPP_ #define SHAREDDATALAYER_REJECTEDBYBACKEND_HPP_ diff --git a/include/sdl/rejectedbysdl.hpp b/include/sdl/rejectedbysdl.hpp index 4ac04b1..8a76e7c 100644 --- a/include/sdl/rejectedbysdl.hpp +++ b/include/sdl/rejectedbysdl.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_REJECTEDBYSDL_HPP_ #define SHAREDDATALAYER_REJECTEDBYSDL_HPP_ diff --git a/include/sdl/syncstorage.hpp b/include/sdl/syncstorage.hpp index 58417e3..eff5032 100644 --- a/include/sdl/syncstorage.hpp +++ b/include/sdl/syncstorage.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_SYNCSTORAGE_HPP_ #define SHAREDDATALAYER_SYNCSTORAGE_HPP_ diff --git a/package.sh b/package.sh index 96a4f66..e525c94 100755 --- a/package.sh +++ b/package.sh @@ -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). +# + set -e if [ $# -eq 0 ] diff --git a/src/abort.cpp b/src/abort.cpp index c612f2b..97664a8 100644 --- a/src/abort.cpp +++ b/src/abort.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 #include #include diff --git a/src/asyncconnection.cpp b/src/asyncconnection.cpp index 4acfead..1bfb321 100644 --- a/src/asyncconnection.cpp +++ b/src/asyncconnection.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 "private/asyncconnection.hpp" using namespace shareddatalayer; diff --git a/src/asyncdummystorage.cpp b/src/asyncdummystorage.cpp index 24e85a6..c6ea105 100644 --- a/src/asyncdummystorage.cpp +++ b/src/asyncdummystorage.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 "private/asyncdummystorage.hpp" #include #include "private/engine.hpp" diff --git a/src/asyncstorage.cpp b/src/asyncstorage.cpp index 3b6fe77..b01d660 100644 --- a/src/asyncstorage.cpp +++ b/src/asyncstorage.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 #include "config.h" #include "private/abort.hpp" diff --git a/src/asyncstorageimpl.cpp b/src/asyncstorageimpl.cpp index 59d7b22..31ac713 100644 --- a/src/asyncstorageimpl.cpp +++ b/src/asyncstorageimpl.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 "config.h" #include "private/error.hpp" #include "private/abort.hpp" diff --git a/src/backenderror.cpp b/src/backenderror.cpp index 3086ea4..6eec92f 100644 --- a/src/backenderror.cpp +++ b/src/backenderror.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 using namespace shareddatalayer; diff --git a/src/configurationpaths.cpp b/src/configurationpaths.cpp index 7ffaabb..f4b15c9 100644 --- a/src/configurationpaths.cpp +++ b/src/configurationpaths.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 "config.h" #include "private/configurationpaths.hpp" #include diff --git a/src/configurationreader.cpp b/src/configurationreader.cpp index 4b5de3b..cc5e33e 100644 --- a/src/configurationreader.cpp +++ b/src/configurationreader.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 "private/abort.hpp" #include "private/configurationreader.hpp" #include diff --git a/src/createlogger.cpp b/src/createlogger.cpp index 78e03d9..a4ae313 100644 --- a/src/createlogger.cpp +++ b/src/createlogger.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 "config.h" #include #include diff --git a/src/databaseconfiguration.cpp b/src/databaseconfiguration.cpp index f51203b..a33f5bc 100644 --- a/src/databaseconfiguration.cpp +++ b/src/databaseconfiguration.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 "private/databaseconfiguration.hpp" #include diff --git a/src/databaseconfigurationimpl.cpp b/src/databaseconfigurationimpl.cpp index 909e4e4..a8f64e6 100644 --- a/src/databaseconfigurationimpl.cpp +++ b/src/databaseconfigurationimpl.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 "private/databaseconfigurationimpl.hpp" #include diff --git a/src/emptynamespace.cpp b/src/emptynamespace.cpp index 8ec4ebb..8ced2d5 100644 --- a/src/emptynamespace.cpp +++ b/src/emptynamespace.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 using namespace shareddatalayer; diff --git a/src/engine.cpp b/src/engine.cpp index 0e2c067..0ccb419 100644 --- a/src/engine.cpp +++ b/src/engine.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 "private/engine.hpp" #include diff --git a/src/engineimpl.cpp b/src/engineimpl.cpp index 07bbe53..c44be1f 100644 --- a/src/engineimpl.cpp +++ b/src/engineimpl.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 "private/engineimpl.hpp" #include "private/abort.hpp" #include "private/timerfd.hpp" diff --git a/src/error.cpp b/src/error.cpp index d6bbaa8..6bbdd39 100644 --- a/src/error.cpp +++ b/src/error.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 #include "private/createlogger.hpp" #include "private/error.hpp" diff --git a/src/errorqueries.cpp b/src/errorqueries.cpp index 55ba2c1..fd39c9e 100644 --- a/src/errorqueries.cpp +++ b/src/errorqueries.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 #include "config.h" #include diff --git a/src/eventfd.cpp b/src/eventfd.cpp index 6a0b14a..bb2d587 100644 --- a/src/eventfd.cpp +++ b/src/eventfd.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 "private/eventfd.hpp" #include #include "private/abort.hpp" diff --git a/src/exception.cpp b/src/exception.cpp index 0c8da72..96ec830 100644 --- a/src/exception.cpp +++ b/src/exception.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 using namespace shareddatalayer; diff --git a/src/filedescriptor.cpp b/src/filedescriptor.cpp index 10dec70..b95ee36 100644 --- a/src/filedescriptor.cpp +++ b/src/filedescriptor.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 "private/filedescriptor.hpp" #include "private/system.hpp" diff --git a/src/hostandport.cpp b/src/hostandport.cpp index ed711c8..197f93f 100644 --- a/src/hostandport.cpp +++ b/src/hostandport.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 "private/hostandport.hpp" #include #include diff --git a/src/invalidnamespace.cpp b/src/invalidnamespace.cpp index 988d2ee..a5bb03c 100644 --- a/src/invalidnamespace.cpp +++ b/src/invalidnamespace.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 #include #include "private/namespacevalidator.hpp" diff --git a/src/namespaceconfigurationsimpl.cpp b/src/namespaceconfigurationsimpl.cpp index 7a4692c..322ee14 100644 --- a/src/namespaceconfigurationsimpl.cpp +++ b/src/namespaceconfigurationsimpl.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 "private/abort.hpp" #include "private/namespaceconfigurationsimpl.hpp" #include diff --git a/src/namespacevalidator.cpp b/src/namespacevalidator.cpp index 7e14d00..16414c1 100644 --- a/src/namespacevalidator.cpp +++ b/src/namespacevalidator.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 "private/namespacevalidator.hpp" #include #include diff --git a/src/notconnected.cpp b/src/notconnected.cpp index a15ae7c..8e84589 100644 --- a/src/notconnected.cpp +++ b/src/notconnected.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 using namespace shareddatalayer; diff --git a/src/operationinterrupted.cpp b/src/operationinterrupted.cpp index 46141a3..090abe4 100644 --- a/src/operationinterrupted.cpp +++ b/src/operationinterrupted.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 using namespace shareddatalayer; diff --git a/src/publisherid.cpp b/src/publisherid.cpp index c8fd52a..6577c1d 100644 --- a/src/publisherid.cpp +++ b/src/publisherid.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 const shareddatalayer::PublisherId shareddatalayer::NO_PUBLISHER("shareddatalayer::NO_PUBLISHER"); diff --git a/src/redis/asynccommanddispatcher.cpp b/src/redis/asynccommanddispatcher.cpp index 1a40f90..a549bc9 100644 --- a/src/redis/asynccommanddispatcher.cpp +++ b/src/redis/asynccommanddispatcher.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 "private/redis/asynccommanddispatcher.hpp" #include #include "config.h" diff --git a/src/redis/asyncdatabasediscovery.cpp b/src/redis/asyncdatabasediscovery.cpp index 66a440d..28bbf79 100644 --- a/src/redis/asyncdatabasediscovery.cpp +++ b/src/redis/asyncdatabasediscovery.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 #include "config.h" #include "private/abort.hpp" diff --git a/src/redis/asynchiredisclustercommanddispatcher.cpp b/src/redis/asynchiredisclustercommanddispatcher.cpp index 7270886..ac4fc34 100644 --- a/src/redis/asynchiredisclustercommanddispatcher.cpp +++ b/src/redis/asynchiredisclustercommanddispatcher.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 "private/redis/asynchiredisclustercommanddispatcher.hpp" #include #include diff --git a/src/redis/asynchirediscommanddispatcher.cpp b/src/redis/asynchirediscommanddispatcher.cpp index 026da34..03ca012 100644 --- a/src/redis/asynchirediscommanddispatcher.cpp +++ b/src/redis/asynchirediscommanddispatcher.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 "private/redis/asynchirediscommanddispatcher.hpp" #include #include diff --git a/src/redis/asynchiredisdatabasediscovery.cpp b/src/redis/asynchiredisdatabasediscovery.cpp index 7060995..6dea09a 100644 --- a/src/redis/asynchiredisdatabasediscovery.cpp +++ b/src/redis/asynchiredisdatabasediscovery.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 "private/asyncconnection.hpp" #include "private/redis/asynchiredisdatabasediscovery.hpp" #include "private/engine.hpp" diff --git a/src/redis/asyncredisreply.cpp b/src/redis/asyncredisreply.cpp index cfa0fab..883ef23 100644 --- a/src/redis/asyncredisreply.cpp +++ b/src/redis/asyncredisreply.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 "private/redis/asyncredisreply.hpp" using namespace shareddatalayer; diff --git a/src/redis/asyncredisstorage.cpp b/src/redis/asyncredisstorage.cpp index f6bf63d..482d6d7 100644 --- a/src/redis/asyncredisstorage.cpp +++ b/src/redis/asyncredisstorage.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 "config.h" #include #include "private/error.hpp" diff --git a/src/redis/asyncsentineldatabasediscovery.cpp b/src/redis/asyncsentineldatabasediscovery.cpp index 7c06f15..3d444db 100644 --- a/src/redis/asyncsentineldatabasediscovery.cpp +++ b/src/redis/asyncsentineldatabasediscovery.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 #include #include diff --git a/src/redis/contentsbuilder.cpp b/src/redis/contentsbuilder.cpp index 6370be1..59ec107 100644 --- a/src/redis/contentsbuilder.cpp +++ b/src/redis/contentsbuilder.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 "private/redis/contentsbuilder.hpp" #include "private/redis/contents.hpp" diff --git a/src/redis/hiredisclusterepolladapter.cpp b/src/redis/hiredisclusterepolladapter.cpp index 10d3a57..05e2827 100644 --- a/src/redis/hiredisclusterepolladapter.cpp +++ b/src/redis/hiredisclusterepolladapter.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 "private/redis/hiredisclusterepolladapter.hpp" #include #include "private/engine.hpp" diff --git a/src/redis/hiredisclustersystem.cpp b/src/redis/hiredisclustersystem.cpp index 7b3b25f..69e9b11 100644 --- a/src/redis/hiredisclustersystem.cpp +++ b/src/redis/hiredisclustersystem.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 "private/redis/hiredisclustersystem.hpp" using namespace shareddatalayer::redis; diff --git a/src/redis/hiredisepolladapter.cpp b/src/redis/hiredisepolladapter.cpp index 11c2252..c2529b8 100644 --- a/src/redis/hiredisepolladapter.cpp +++ b/src/redis/hiredisepolladapter.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 "private/redis/hiredisepolladapter.hpp" #include #include "private/engine.hpp" diff --git a/src/redis/hiredissystem.cpp b/src/redis/hiredissystem.cpp index 2d37920..d69e30c 100644 --- a/src/redis/hiredissystem.cpp +++ b/src/redis/hiredissystem.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 "private/redis/hiredissystem.hpp" using namespace shareddatalayer::redis; diff --git a/src/redis/redisgeneral.cpp b/src/redis/redisgeneral.cpp index f031a77..5ae8e63 100644 --- a/src/redis/redisgeneral.cpp +++ b/src/redis/redisgeneral.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 "config.h" #include "private/createlogger.hpp" #include "private/error.hpp" diff --git a/src/rejectedbybackend.cpp b/src/rejectedbybackend.cpp index 8529086..94757ec 100644 --- a/src/rejectedbybackend.cpp +++ b/src/rejectedbybackend.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 using namespace shareddatalayer; diff --git a/src/rejectedbysdl.cpp b/src/rejectedbysdl.cpp index 09a864c..c36260d 100644 --- a/src/rejectedbysdl.cpp +++ b/src/rejectedbysdl.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 using namespace shareddatalayer; diff --git a/src/stdstreamlogger.cpp b/src/stdstreamlogger.cpp index dc25e29..7410fe6 100755 --- a/src/stdstreamlogger.cpp +++ b/src/stdstreamlogger.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 "private/stdstreamlogger.hpp" #include #include diff --git a/src/syncstorage.cpp b/src/syncstorage.cpp index a1d7e54..fdb73ef 100644 --- a/src/syncstorage.cpp +++ b/src/syncstorage.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 "private/syncstorageimpl.hpp" #include #include diff --git a/src/syncstorageimpl.cpp b/src/syncstorageimpl.cpp index b73029c..4ddc723 100644 --- a/src/syncstorageimpl.cpp +++ b/src/syncstorageimpl.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 #include #include diff --git a/src/system.cpp b/src/system.cpp index e0852e9..ab5d102 100644 --- a/src/system.cpp +++ b/src/system.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 "private/system.hpp" #include #include diff --git a/src/systemlogger.cpp b/src/systemlogger.cpp index 8b8336b..2ee90d7 100644 --- a/src/systemlogger.cpp +++ b/src/systemlogger.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 "private/systemlogger.hpp" #include #include diff --git a/src/timer.cpp b/src/timer.cpp index 7b4d41a..687dd8b 100644 --- a/src/timer.cpp +++ b/src/timer.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 "private/timer.hpp" #include "private/engine.hpp" #include "private/abort.hpp" diff --git a/src/timerfd.cpp b/src/timerfd.cpp index 1356c50..3b3c6b6 100644 --- a/src/timerfd.cpp +++ b/src/timerfd.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 "private/timerfd.hpp" #include "private/engine.hpp" #include "private/system.hpp" diff --git a/tst/abort_test.cpp b/tst/abort_test.cpp index 773085a..62c376a 100644 --- a/tst/abort_test.cpp +++ b/tst/abort_test.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 #include "private/abort.hpp" diff --git a/tst/asynccommanddispatcher_test.cpp b/tst/asynccommanddispatcher_test.cpp index 7e9a2cb..33a6547 100644 --- a/tst/asynccommanddispatcher_test.cpp +++ b/tst/asynccommanddispatcher_test.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 #include #include "private/redis/asynccommanddispatcher.hpp" diff --git a/tst/asyncdatabasediscovery_test.cpp b/tst/asyncdatabasediscovery_test.cpp index 73113fb..50f64e3 100644 --- a/tst/asyncdatabasediscovery_test.cpp +++ b/tst/asyncdatabasediscovery_test.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 #include #include "private/redis/asyncdatabasediscovery.hpp" diff --git a/tst/asyncdummystorage_test.cpp b/tst/asyncdummystorage_test.cpp index 56e7080..99aed6c 100644 --- a/tst/asyncdummystorage_test.cpp +++ b/tst/asyncdummystorage_test.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 #include #include diff --git a/tst/asynchiredisclustercommanddispatcher_test.cpp b/tst/asynchiredisclustercommanddispatcher_test.cpp index 14421f8..27359f0 100644 --- a/tst/asynchiredisclustercommanddispatcher_test.cpp +++ b/tst/asynchiredisclustercommanddispatcher_test.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 #include #include diff --git a/tst/asynchirediscommanddispatcher_test.cpp b/tst/asynchirediscommanddispatcher_test.cpp index 05f42e9..045e459 100644 --- a/tst/asynchirediscommanddispatcher_test.cpp +++ b/tst/asynchirediscommanddispatcher_test.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 #include #include diff --git a/tst/asynchiredisdatabasediscovery_test.cpp b/tst/asynchiredisdatabasediscovery_test.cpp index 931ac60..46f895d 100644 --- a/tst/asynchiredisdatabasediscovery_test.cpp +++ b/tst/asynchiredisdatabasediscovery_test.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 #include #include diff --git a/tst/asyncredisstorage_test.cpp b/tst/asyncredisstorage_test.cpp index afc4619..f526b54 100644 --- a/tst/asyncredisstorage_test.cpp +++ b/tst/asyncredisstorage_test.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 #include #include diff --git a/tst/asyncsentineldatabasediscovery_test.cpp b/tst/asyncsentineldatabasediscovery_test.cpp index f6c43fa..a59756d 100644 --- a/tst/asyncsentineldatabasediscovery_test.cpp +++ b/tst/asyncsentineldatabasediscovery_test.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 #include #include diff --git a/tst/asyncstorage_test.cpp b/tst/asyncstorage_test.cpp index 12c608e..5e0fe16 100644 --- a/tst/asyncstorage_test.cpp +++ b/tst/asyncstorage_test.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 #include #include diff --git a/tst/asyncstorageimpl_test.cpp b/tst/asyncstorageimpl_test.cpp index a43c997..84955f5 100644 --- a/tst/asyncstorageimpl_test.cpp +++ b/tst/asyncstorageimpl_test.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 #include #include "config.h" diff --git a/tst/backenderror_test.cpp b/tst/backenderror_test.cpp index ae82f1d..e0d5179 100644 --- a/tst/backenderror_test.cpp +++ b/tst/backenderror_test.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 #include diff --git a/tst/configurationreader_test.cpp b/tst/configurationreader_test.cpp index 980c470..b1ed9f1 100644 --- a/tst/configurationreader_test.cpp +++ b/tst/configurationreader_test.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 #include #include diff --git a/tst/contents_test.cpp b/tst/contents_test.cpp index f601f2e..226bc51 100644 --- a/tst/contents_test.cpp +++ b/tst/contents_test.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 #include "private/redis/contents.hpp" diff --git a/tst/contentsbuilder_test.cpp b/tst/contentsbuilder_test.cpp index 41662ec..5612ae1 100644 --- a/tst/contentsbuilder_test.cpp +++ b/tst/contentsbuilder_test.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 #include "private/redis/contentsbuilder.hpp" #include "private/redis/contents.hpp" diff --git a/tst/databaseconfiguration_test.cpp b/tst/databaseconfiguration_test.cpp index 67bb6ce..331deb7 100644 --- a/tst/databaseconfiguration_test.cpp +++ b/tst/databaseconfiguration_test.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 #include "private/databaseconfiguration.hpp" diff --git a/tst/databaseconfigurationimpl_test.cpp b/tst/databaseconfigurationimpl_test.cpp index 7a34b0f..3b3083b 100644 --- a/tst/databaseconfigurationimpl_test.cpp +++ b/tst/databaseconfigurationimpl_test.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 #include #include diff --git a/tst/databaseinfo_test.cpp b/tst/databaseinfo_test.cpp index d628ce5..09312ed 100644 --- a/tst/databaseinfo_test.cpp +++ b/tst/databaseinfo_test.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 #include #include diff --git a/tst/emptynamespace_test.cpp b/tst/emptynamespace_test.cpp index 313bf25..4883a72 100644 --- a/tst/emptynamespace_test.cpp +++ b/tst/emptynamespace_test.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 #include diff --git a/tst/engine_test.cpp b/tst/engine_test.cpp index 1c76b90..77602e8 100644 --- a/tst/engine_test.cpp +++ b/tst/engine_test.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 #include #include "private/engine.hpp" diff --git a/tst/engineimpl_test.cpp b/tst/engineimpl_test.cpp index fec1e3c..4cb6f86 100644 --- a/tst/engineimpl_test.cpp +++ b/tst/engineimpl_test.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 #include #include diff --git a/tst/error_test.cpp b/tst/error_test.cpp index 4a345b9..ce1cab4 100644 --- a/tst/error_test.cpp +++ b/tst/error_test.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 #include #include diff --git a/tst/errorqueries_test.cpp b/tst/errorqueries_test.cpp index 9c9c1cf..df3b1f1 100644 --- a/tst/errorqueries_test.cpp +++ b/tst/errorqueries_test.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 "config.h" #include #include diff --git a/tst/eventfd_test.cpp b/tst/eventfd_test.cpp index c383bc6..137bc94 100644 --- a/tst/eventfd_test.cpp +++ b/tst/eventfd_test.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 #include #include diff --git a/tst/filedescriptor_test.cpp b/tst/filedescriptor_test.cpp index 5598a28..15382f2 100644 --- a/tst/filedescriptor_test.cpp +++ b/tst/filedescriptor_test.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 #include #include diff --git a/tst/gettopsrcdir.cpp b/tst/gettopsrcdir.cpp index e3c2d25..ea2269d 100644 --- a/tst/gettopsrcdir.cpp +++ b/tst/gettopsrcdir.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 "private/tst/gettopsrcdir.hpp" #include #include diff --git a/tst/hiredisclusterepolladapter_test.cpp b/tst/hiredisclusterepolladapter_test.cpp index a7ce703..b74a402 100644 --- a/tst/hiredisclusterepolladapter_test.cpp +++ b/tst/hiredisclusterepolladapter_test.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 #include #include diff --git a/tst/hiredisclustersystem_test.cpp b/tst/hiredisclustersystem_test.cpp index e4c7185..436354f 100644 --- a/tst/hiredisclustersystem_test.cpp +++ b/tst/hiredisclustersystem_test.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 #include #include "private/redis/hiredisclustersystem.hpp" diff --git a/tst/hiredisepolladapter_test.cpp b/tst/hiredisepolladapter_test.cpp index 45f7d8d..34e1ed2 100644 --- a/tst/hiredisepolladapter_test.cpp +++ b/tst/hiredisepolladapter_test.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 #include #include diff --git a/tst/hiredissystem_test.cpp b/tst/hiredissystem_test.cpp index e123dbc..cabbb23 100644 --- a/tst/hiredissystem_test.cpp +++ b/tst/hiredissystem_test.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 #include "private/redis/hiredissystem.hpp" diff --git a/tst/hostandport_test.cpp b/tst/hostandport_test.cpp index 8f0c2d2..beab275 100644 --- a/tst/hostandport_test.cpp +++ b/tst/hostandport_test.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 #include #include "private/hostandport.hpp" diff --git a/tst/invalidnamespace_test.cpp b/tst/invalidnamespace_test.cpp index 6f86d1e..5b7b7db 100644 --- a/tst/invalidnamespace_test.cpp +++ b/tst/invalidnamespace_test.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 #include #include diff --git a/tst/main.cpp b/tst/main.cpp index d153cfd..ee7a8a3 100644 --- a/tst/main.cpp +++ b/tst/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 "config.h" #include #include diff --git a/tst/namespaceconfigurations_test.cpp b/tst/namespaceconfigurations_test.cpp index 528e69f..d28e938 100644 --- a/tst/namespaceconfigurations_test.cpp +++ b/tst/namespaceconfigurations_test.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 #include #include "private/namespaceconfigurations.hpp" diff --git a/tst/namespaceconfigurationsimpl_test.cpp b/tst/namespaceconfigurationsimpl_test.cpp index 8853583..2cd3806 100644 --- a/tst/namespaceconfigurationsimpl_test.cpp +++ b/tst/namespaceconfigurationsimpl_test.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 #include #include "private/namespaceconfigurationsimpl.hpp" diff --git a/tst/namespacevalidator_test.cpp b/tst/namespacevalidator_test.cpp index 8aa3f48..eed7126 100644 --- a/tst/namespacevalidator_test.cpp +++ b/tst/namespacevalidator_test.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 #include "private/namespacevalidator.hpp" #include diff --git a/tst/publisherid_test.cpp b/tst/publisherid_test.cpp index f3002a9..1cc9278 100644 --- a/tst/publisherid_test.cpp +++ b/tst/publisherid_test.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 #include diff --git a/tst/redisgeneral_test.cpp b/tst/redisgeneral_test.cpp index 2bdc377..5a7e479 100644 --- a/tst/redisgeneral_test.cpp +++ b/tst/redisgeneral_test.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 #include #include diff --git a/tst/redisreplybuilder.cpp b/tst/redisreplybuilder.cpp index 8c4e0b6..5422a70 100644 --- a/tst/redisreplybuilder.cpp +++ b/tst/redisreplybuilder.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 #include "private/abort.hpp" #include "private/tst/redisreplybuilder.hpp" diff --git a/tst/reply_test.cpp b/tst/reply_test.cpp index dbf22a7..b23e2c7 100644 --- a/tst/reply_test.cpp +++ b/tst/reply_test.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 #include #include "private/redis/reply.hpp" diff --git a/tst/syncstorage_test.cpp b/tst/syncstorage_test.cpp index 74409ca..fdc4253 100644 --- a/tst/syncstorage_test.cpp +++ b/tst/syncstorage_test.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 #include #include diff --git a/tst/syncstorageimpl_test.cpp b/tst/syncstorageimpl_test.cpp index aea2346..59704be 100644 --- a/tst/syncstorageimpl_test.cpp +++ b/tst/syncstorageimpl_test.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 #include "private/error.hpp" #include "private/redis/asyncredisstorage.hpp" diff --git a/tst/system_test.cpp b/tst/system_test.cpp index 65f44e5..b545e3a 100644 --- a/tst/system_test.cpp +++ b/tst/system_test.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 #include "private/system.hpp" diff --git a/tst/timer_test.cpp b/tst/timer_test.cpp index 568a3b0..2886697 100644 --- a/tst/timer_test.cpp +++ b/tst/timer_test.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 #include #include diff --git a/tst/timerfd_test.cpp b/tst/timerfd_test.cpp index 7c90846..99c187d 100644 --- a/tst/timerfd_test.cpp +++ b/tst/timerfd_test.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 #include #include diff --git a/tst/wellknownerrorcode.cpp b/tst/wellknownerrorcode.cpp index 5d6fec5..3b0b16c 100644 --- a/tst/wellknownerrorcode.cpp +++ b/tst/wellknownerrorcode.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 "private/tst/wellknownerrorcode.hpp" #include