From ab34b0ae509406f24d76609c94df16e94e9c356f Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Tue, 11 Jun 2019 20:18:37 +0200 Subject: [PATCH] Update header doxy comments in source files --- include/sdbus-c++/AdaptorInterfaces.h | 3 ++- include/sdbus-c++/ConvenienceApiClasses.h | 3 ++- include/sdbus-c++/ConvenienceApiClasses.inl | 3 ++- include/sdbus-c++/Error.h | 3 ++- include/sdbus-c++/Flags.h | 3 ++- include/sdbus-c++/IConnection.h | 3 ++- include/sdbus-c++/IObject.h | 3 ++- include/sdbus-c++/IProxy.h | 3 ++- include/sdbus-c++/Message.h | 3 ++- include/sdbus-c++/MethodResult.h | 3 ++- include/sdbus-c++/ProxyInterfaces.h | 3 ++- include/sdbus-c++/StandardInterfaces.h | 3 ++- include/sdbus-c++/TypeTraits.h | 3 ++- include/sdbus-c++/Types.h | 3 ++- include/sdbus-c++/sdbus-c++.h | 3 ++- src/Connection.cpp | 3 ++- src/Connection.h | 3 ++- src/ConvenienceApiClasses.cpp | 3 ++- src/Error.cpp | 3 ++- src/Flags.cpp | 3 ++- src/IConnection.h | 3 ++- src/ISdBus.h | 3 ++- src/Message.cpp | 3 ++- src/MessageUtils.h | 3 ++- src/Object.cpp | 3 ++- src/Object.h | 3 ++- src/Proxy.cpp | 3 ++- src/Proxy.h | 3 ++- src/ScopeGuard.h | 3 ++- src/SdBus.cpp | 3 ++- src/SdBus.h | 3 ++- src/Types.cpp | 3 ++- src/VTableUtils.c | 3 ++- src/VTableUtils.h | 3 ++- tests/integrationtests/AdaptorAndProxy_test.cpp | 3 ++- tests/integrationtests/Connection_test.cpp | 3 ++- tests/integrationtests/TestingAdaptor.h | 3 ++- tests/integrationtests/TestingProxy.h | 3 ++- tests/integrationtests/adaptor-glue.h | 3 ++- tests/integrationtests/defs.h | 3 ++- tests/integrationtests/proxy-glue.h | 3 ++- tests/integrationtests/sdbus-c++-integration-tests.cpp | 3 ++- tests/unittests/Connection_test.cpp | 3 ++- tests/unittests/Message_test.cpp | 3 ++- tests/unittests/TypeTraits_test.cpp | 3 ++- tests/unittests/Types_test.cpp | 3 ++- tests/unittests/mocks/SdBusMock.h | 3 ++- tests/unittests/sdbus-c++-unit-tests.cpp | 3 ++- tools/xml2cpp-codegen/AdaptorGenerator.cpp | 3 ++- tools/xml2cpp-codegen/AdaptorGenerator.h | 3 ++- tools/xml2cpp-codegen/BaseGenerator.cpp | 3 ++- tools/xml2cpp-codegen/BaseGenerator.h | 3 ++- tools/xml2cpp-codegen/ProxyGenerator.cpp | 3 ++- tools/xml2cpp-codegen/ProxyGenerator.h | 3 ++- tools/xml2cpp-codegen/xml2cpp.cpp | 3 ++- 55 files changed, 110 insertions(+), 55 deletions(-) diff --git a/include/sdbus-c++/AdaptorInterfaces.h b/include/sdbus-c++/AdaptorInterfaces.h index 5b2a53d..23ccb52 100644 --- a/include/sdbus-c++/AdaptorInterfaces.h +++ b/include/sdbus-c++/AdaptorInterfaces.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file AdaptorInterfaces.h * diff --git a/include/sdbus-c++/ConvenienceApiClasses.h b/include/sdbus-c++/ConvenienceApiClasses.h index f125efb..3faf6a9 100644 --- a/include/sdbus-c++/ConvenienceApiClasses.h +++ b/include/sdbus-c++/ConvenienceApiClasses.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ConvenienceApiClasses.h * diff --git a/include/sdbus-c++/ConvenienceApiClasses.inl b/include/sdbus-c++/ConvenienceApiClasses.inl index 833f3c3..538bbf6 100644 --- a/include/sdbus-c++/ConvenienceApiClasses.inl +++ b/include/sdbus-c++/ConvenienceApiClasses.inl @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ConvenienceApiClasses.inl * diff --git a/include/sdbus-c++/Error.h b/include/sdbus-c++/Error.h index 25515e3..f627e01 100644 --- a/include/sdbus-c++/Error.h +++ b/include/sdbus-c++/Error.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Error.h * diff --git a/include/sdbus-c++/Flags.h b/include/sdbus-c++/Flags.h index df6fb0c..7adcc3c 100644 --- a/include/sdbus-c++/Flags.h +++ b/include/sdbus-c++/Flags.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Flags.h * diff --git a/include/sdbus-c++/IConnection.h b/include/sdbus-c++/IConnection.h index dd5a1c8..5dce024 100644 --- a/include/sdbus-c++/IConnection.h +++ b/include/sdbus-c++/IConnection.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file IConnection.h * diff --git a/include/sdbus-c++/IObject.h b/include/sdbus-c++/IObject.h index 750a6e9..0b24138 100644 --- a/include/sdbus-c++/IObject.h +++ b/include/sdbus-c++/IObject.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file IObject.h * diff --git a/include/sdbus-c++/IProxy.h b/include/sdbus-c++/IProxy.h index 51db3ab..ea3c1d0 100644 --- a/include/sdbus-c++/IProxy.h +++ b/include/sdbus-c++/IProxy.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file IProxy.h * diff --git a/include/sdbus-c++/Message.h b/include/sdbus-c++/Message.h index 6c21948..274f68b 100644 --- a/include/sdbus-c++/Message.h +++ b/include/sdbus-c++/Message.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Message.h * diff --git a/include/sdbus-c++/MethodResult.h b/include/sdbus-c++/MethodResult.h index bf777cb..1428310 100644 --- a/include/sdbus-c++/MethodResult.h +++ b/include/sdbus-c++/MethodResult.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file MethodResult.h * diff --git a/include/sdbus-c++/ProxyInterfaces.h b/include/sdbus-c++/ProxyInterfaces.h index 9747960..010b10d 100644 --- a/include/sdbus-c++/ProxyInterfaces.h +++ b/include/sdbus-c++/ProxyInterfaces.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ProxyInterfaces.h * diff --git a/include/sdbus-c++/StandardInterfaces.h b/include/sdbus-c++/StandardInterfaces.h index 4ed7f58..7a89446 100644 --- a/include/sdbus-c++/StandardInterfaces.h +++ b/include/sdbus-c++/StandardInterfaces.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file StandardInterfaces.h * diff --git a/include/sdbus-c++/TypeTraits.h b/include/sdbus-c++/TypeTraits.h index 1f085b1..11a930b 100644 --- a/include/sdbus-c++/TypeTraits.h +++ b/include/sdbus-c++/TypeTraits.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file TypeTraits.h * diff --git a/include/sdbus-c++/Types.h b/include/sdbus-c++/Types.h index d122758..340bc6f 100644 --- a/include/sdbus-c++/Types.h +++ b/include/sdbus-c++/Types.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Types.h * diff --git a/include/sdbus-c++/sdbus-c++.h b/include/sdbus-c++/sdbus-c++.h index 00598bd..b576c5d 100644 --- a/include/sdbus-c++/sdbus-c++.h +++ b/include/sdbus-c++/sdbus-c++.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file sdbus-c++.h * diff --git a/src/Connection.cpp b/src/Connection.cpp index b8147ca..3a72d21 100644 --- a/src/Connection.cpp +++ b/src/Connection.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Connection.cpp * diff --git a/src/Connection.h b/src/Connection.h index 1590bd3..00c9ace 100644 --- a/src/Connection.h +++ b/src/Connection.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Connection.h * diff --git a/src/ConvenienceApiClasses.cpp b/src/ConvenienceApiClasses.cpp index e346772..ed16073 100644 --- a/src/ConvenienceApiClasses.cpp +++ b/src/ConvenienceApiClasses.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ConvenienceApiClasses.cpp * diff --git a/src/Error.cpp b/src/Error.cpp index 5169a9a..b39da7d 100644 --- a/src/Error.cpp +++ b/src/Error.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Error.cpp * diff --git a/src/Flags.cpp b/src/Flags.cpp index 1c86fbd..f106114 100644 --- a/src/Flags.cpp +++ b/src/Flags.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Flags.cpp * diff --git a/src/IConnection.h b/src/IConnection.h index 7fec3a0..07b74b3 100644 --- a/src/IConnection.h +++ b/src/IConnection.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file IConnection.h * diff --git a/src/ISdBus.h b/src/ISdBus.h index 0dc1716..44b8ac0 100644 --- a/src/ISdBus.h +++ b/src/ISdBus.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ISdBus.h * @author Ardazishvili Roman (ardazishvili.roman@yandex.ru) diff --git a/src/Message.cpp b/src/Message.cpp index 6d39a1e..45c9f0e 100644 --- a/src/Message.cpp +++ b/src/Message.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Message.cpp * diff --git a/src/MessageUtils.h b/src/MessageUtils.h index 6f31d35..f8cae77 100644 --- a/src/MessageUtils.h +++ b/src/MessageUtils.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file MessageUtils.h * diff --git a/src/Object.cpp b/src/Object.cpp index 295783e..6ee16a7 100644 --- a/src/Object.cpp +++ b/src/Object.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Object.cpp * diff --git a/src/Object.h b/src/Object.h index 1529a86..3c77c01 100644 --- a/src/Object.h +++ b/src/Object.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Object.h * diff --git a/src/Proxy.cpp b/src/Proxy.cpp index c6c29a0..e3eed14 100644 --- a/src/Proxy.cpp +++ b/src/Proxy.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Proxy.cpp * diff --git a/src/Proxy.h b/src/Proxy.h index e564626..39ba423 100644 --- a/src/Proxy.h +++ b/src/Proxy.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Proxy.h * diff --git a/src/ScopeGuard.h b/src/ScopeGuard.h index a211481..ed9ea98 100644 --- a/src/ScopeGuard.h +++ b/src/ScopeGuard.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ScopeGuard.h * diff --git a/src/SdBus.cpp b/src/SdBus.cpp index 8db21ab..d5ca5be 100644 --- a/src/SdBus.cpp +++ b/src/SdBus.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file SdBus.cpp * @author Ardazishvili Roman (ardazishvili.roman@yandex.ru) diff --git a/src/SdBus.h b/src/SdBus.h index f5ad198..05e8581 100644 --- a/src/SdBus.h +++ b/src/SdBus.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file SdBus.h * @author Ardazishvili Roman (ardazishvili.roman@yandex.ru) diff --git a/src/Types.cpp b/src/Types.cpp index 2af41ea..69e7121 100644 --- a/src/Types.cpp +++ b/src/Types.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Types.cpp * diff --git a/src/VTableUtils.c b/src/VTableUtils.c index d375970..2c18208 100644 --- a/src/VTableUtils.c +++ b/src/VTableUtils.c @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file VTableUtils.c * diff --git a/src/VTableUtils.h b/src/VTableUtils.h index b6a0038..8981ca4 100644 --- a/src/VTableUtils.h +++ b/src/VTableUtils.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file VTableUtils.h * diff --git a/tests/integrationtests/AdaptorAndProxy_test.cpp b/tests/integrationtests/AdaptorAndProxy_test.cpp index e682b0d..8f72530 100644 --- a/tests/integrationtests/AdaptorAndProxy_test.cpp +++ b/tests/integrationtests/AdaptorAndProxy_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file AdaptorAndProxy_test.cpp * diff --git a/tests/integrationtests/Connection_test.cpp b/tests/integrationtests/Connection_test.cpp index d08e9cc..ea4915a 100644 --- a/tests/integrationtests/Connection_test.cpp +++ b/tests/integrationtests/Connection_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Connection_test.cpp * diff --git a/tests/integrationtests/TestingAdaptor.h b/tests/integrationtests/TestingAdaptor.h index 311409b..23791ae 100644 --- a/tests/integrationtests/TestingAdaptor.h +++ b/tests/integrationtests/TestingAdaptor.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file TestingAdaptor.h * diff --git a/tests/integrationtests/TestingProxy.h b/tests/integrationtests/TestingProxy.h index cabd296..ceaf573 100644 --- a/tests/integrationtests/TestingProxy.h +++ b/tests/integrationtests/TestingProxy.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file TestingProxy.h * diff --git a/tests/integrationtests/adaptor-glue.h b/tests/integrationtests/adaptor-glue.h index 107ab27..88bdaf8 100644 --- a/tests/integrationtests/adaptor-glue.h +++ b/tests/integrationtests/adaptor-glue.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file adaptor-glue.h * diff --git a/tests/integrationtests/defs.h b/tests/integrationtests/defs.h index 3cdf8b7..985d522 100644 --- a/tests/integrationtests/defs.h +++ b/tests/integrationtests/defs.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file defs.h * diff --git a/tests/integrationtests/proxy-glue.h b/tests/integrationtests/proxy-glue.h index f5af414..c7ed37a 100644 --- a/tests/integrationtests/proxy-glue.h +++ b/tests/integrationtests/proxy-glue.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file proxy-glue.h * diff --git a/tests/integrationtests/sdbus-c++-integration-tests.cpp b/tests/integrationtests/sdbus-c++-integration-tests.cpp index 3cc10ca..bc7cf8b 100644 --- a/tests/integrationtests/sdbus-c++-integration-tests.cpp +++ b/tests/integrationtests/sdbus-c++-integration-tests.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file sdbus-c++-integration-tests.cpp * diff --git a/tests/unittests/Connection_test.cpp b/tests/unittests/Connection_test.cpp index d6ad2f2..28a6335 100644 --- a/tests/unittests/Connection_test.cpp +++ b/tests/unittests/Connection_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Connection_test.cpp * @author Ardazishvili Roman (ardazishvili.roman@yandex.ru) diff --git a/tests/unittests/Message_test.cpp b/tests/unittests/Message_test.cpp index 88a3773..c1bd214 100644 --- a/tests/unittests/Message_test.cpp +++ b/tests/unittests/Message_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Message_test.cpp * diff --git a/tests/unittests/TypeTraits_test.cpp b/tests/unittests/TypeTraits_test.cpp index 3dabad2..0aa9e64 100644 --- a/tests/unittests/TypeTraits_test.cpp +++ b/tests/unittests/TypeTraits_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file TypeTraits_test.cpp * diff --git a/tests/unittests/Types_test.cpp b/tests/unittests/Types_test.cpp index e9d5fbb..c869ef6 100644 --- a/tests/unittests/Types_test.cpp +++ b/tests/unittests/Types_test.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file Types_test.cpp * diff --git a/tests/unittests/mocks/SdBusMock.h b/tests/unittests/mocks/SdBusMock.h index 1c8b339..c0dd9a1 100644 --- a/tests/unittests/mocks/SdBusMock.h +++ b/tests/unittests/mocks/SdBusMock.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file SdBusMock.h * @author Ardazishvili Roman (ardazishvili.roman@yandex.ru) diff --git a/tests/unittests/sdbus-c++-unit-tests.cpp b/tests/unittests/sdbus-c++-unit-tests.cpp index 1f176d0..e5a5647 100644 --- a/tests/unittests/sdbus-c++-unit-tests.cpp +++ b/tests/unittests/sdbus-c++-unit-tests.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file sdbus-c++-unit-tests.cpp * diff --git a/tools/xml2cpp-codegen/AdaptorGenerator.cpp b/tools/xml2cpp-codegen/AdaptorGenerator.cpp index 906d571..146388b 100644 --- a/tools/xml2cpp-codegen/AdaptorGenerator.cpp +++ b/tools/xml2cpp-codegen/AdaptorGenerator.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file AdaptorGenerator.cpp * diff --git a/tools/xml2cpp-codegen/AdaptorGenerator.h b/tools/xml2cpp-codegen/AdaptorGenerator.h index 02fd2c2..1d3adf3 100644 --- a/tools/xml2cpp-codegen/AdaptorGenerator.h +++ b/tools/xml2cpp-codegen/AdaptorGenerator.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file AdaptorGenerator.h * diff --git a/tools/xml2cpp-codegen/BaseGenerator.cpp b/tools/xml2cpp-codegen/BaseGenerator.cpp index 532546d..eec1842 100644 --- a/tools/xml2cpp-codegen/BaseGenerator.cpp +++ b/tools/xml2cpp-codegen/BaseGenerator.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file BaseGenerator.cpp * diff --git a/tools/xml2cpp-codegen/BaseGenerator.h b/tools/xml2cpp-codegen/BaseGenerator.h index 1268068..837149c 100644 --- a/tools/xml2cpp-codegen/BaseGenerator.h +++ b/tools/xml2cpp-codegen/BaseGenerator.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file BaseGenerator.h * diff --git a/tools/xml2cpp-codegen/ProxyGenerator.cpp b/tools/xml2cpp-codegen/ProxyGenerator.cpp index 8a57185..3082862 100644 --- a/tools/xml2cpp-codegen/ProxyGenerator.cpp +++ b/tools/xml2cpp-codegen/ProxyGenerator.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ProxyGenerator.cpp * diff --git a/tools/xml2cpp-codegen/ProxyGenerator.h b/tools/xml2cpp-codegen/ProxyGenerator.h index 49e02d3..79d64a4 100644 --- a/tools/xml2cpp-codegen/ProxyGenerator.h +++ b/tools/xml2cpp-codegen/ProxyGenerator.h @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file ProxyGenerator.h * diff --git a/tools/xml2cpp-codegen/xml2cpp.cpp b/tools/xml2cpp-codegen/xml2cpp.cpp index 69ec61c..5b6c7fe 100644 --- a/tools/xml2cpp-codegen/xml2cpp.cpp +++ b/tools/xml2cpp-codegen/xml2cpp.cpp @@ -1,5 +1,6 @@ /** - * (C) 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2017 KISTLER INSTRUMENTE AG, Winterthur, Switzerland + * (C) 2016 - 2019 Stanislav Angelovic * * @file xml2cpp.cpp *