From dd331cc066c1b5ebc6714763a2ccd09319386f9d Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Mon, 15 Sep 2014 10:38:17 +0200 Subject: [PATCH] Replace old Aleksander Zdyb's email address Change-Id: I39dd94fe49039cdafeedbd1098ae72247b3f1fbd --- AUTHORS | 2 +- pkgconfig/cynara-creds-commons/CMakeLists.txt | 2 +- pkgconfig/cynara-creds-dbus/CMakeLists.txt | 2 +- pkgconfig/cynara-creds-socket/CMakeLists.txt | 2 +- pkgconfig/cynara-session/CMakeLists.txt | 2 +- src/common/exceptions/BucketDeserializationException.h | 2 +- src/common/exceptions/BucketNotExistsException.h | 2 +- src/common/exceptions/BucketRecordCorruptedException.h | 2 +- src/common/exceptions/BucketSerializationException.h | 2 +- src/common/exceptions/DatabaseException.h | 2 +- src/common/exceptions/DefaultBucketDeletionException.h | 2 +- src/common/exceptions/DefaultBucketSetNoneException.h | 2 +- src/common/exceptions/Exception.h | 2 +- src/common/exceptions/FileNotFoundException.h | 2 +- src/common/exceptions/NotImplementedException.h | 2 +- src/common/types/Policy.h | 2 +- src/common/types/PolicyBucket.cpp | 2 +- src/common/types/PolicyBucket.h | 2 +- src/common/types/PolicyBucketId.h | 2 +- src/common/types/PolicyCollection.h | 2 +- src/common/types/PolicyKey.cpp | 2 +- src/common/types/PolicyKey.h | 2 +- src/common/types/PolicyKeyHelpers.cpp | 2 +- src/common/types/PolicyKeyHelpers.h | 2 +- src/common/types/PolicyResult.h | 2 +- src/common/types/PolicyType.cpp | 2 +- src/common/types/PolicyType.h | 2 +- src/common/types/pointers.h | 2 +- src/helpers/creds-commons/CMakeLists.txt | 2 +- src/helpers/creds-commons/creds-commons.cpp | 2 +- src/helpers/creds-dbus/CMakeLists.txt | 2 +- src/helpers/creds-dbus/creds-dbus-inner.cpp | 2 +- src/helpers/creds-dbus/creds-dbus-inner.h | 2 +- src/helpers/creds-dbus/creds-dbus.cpp | 2 +- src/helpers/creds-socket/CMakeLists.txt | 2 +- src/helpers/creds-socket/creds-socket-inner.cpp | 2 +- src/helpers/creds-socket/creds-socket-inner.h | 2 +- src/helpers/creds-socket/creds-socket.cpp | 2 +- src/helpers/session/CMakeLists.txt | 2 +- src/helpers/session/session.cpp | 2 +- src/include/cynara-creds-commons.h | 2 +- src/include/cynara-creds-socket.h | 2 +- src/include/cynara-session.h | 2 +- src/storage/BucketDeserializer.cpp | 2 +- src/storage/BucketDeserializer.h | 2 +- src/storage/Buckets.h | 2 +- src/storage/InMemoryStorageBackend.cpp | 2 +- src/storage/InMemoryStorageBackend.h | 2 +- src/storage/Storage.cpp | 2 +- src/storage/Storage.h | 2 +- src/storage/StorageBackend.h | 2 +- src/storage/StorageDeserializer.cpp | 2 +- src/storage/StorageDeserializer.h | 2 +- src/storage/StorageSerializer.cpp | 2 +- src/storage/StorageSerializer.h | 2 +- test/Benchmark.h | 2 +- test/CMakeLists.txt | 2 +- test/TestEventListenerProxy.cpp | 2 +- test/TestEventListenerProxy.h | 2 +- test/common/exceptions/bucketrecordcorrupted.cpp | 2 +- test/common/types/policybucket.cpp | 2 +- test/helpers.cpp | 2 +- test/helpers.h | 2 +- test/storage/inmemorystoragebackend/buckets.cpp | 2 +- test/storage/inmemorystoragebackend/fakeinmemorystoragebackend.h | 2 +- test/storage/inmemorystoragebackend/inmemeorystoragebackendfixture.h | 2 +- test/storage/inmemorystoragebackend/inmemorystoragebackend.cpp | 2 +- test/storage/inmemorystoragebackend/search.cpp | 2 +- test/storage/performance/bucket.cpp | 2 +- test/storage/serializer/bucket_load.cpp | 2 +- test/storage/serializer/deserialize.cpp | 2 +- test/storage/serializer/dump.cpp | 2 +- test/storage/serializer/dump_load.cpp | 2 +- test/storage/serializer/serialize.cpp | 2 +- test/storage/storage/buckets.cpp | 2 +- test/storage/storage/check.cpp | 2 +- test/storage/storage/fakestoragebackend.h | 2 +- test/storage/storage/policies.cpp | 2 +- test/tests.cpp | 2 +- test/types/policykey.cpp | 2 +- 80 files changed, 80 insertions(+), 80 deletions(-) diff --git a/AUTHORS b/AUTHORS index 481009a..f0a26ba 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ Bartlomiej Grzelewski Lukasz Wojciechowski Adam Malinowski -Aleksander Zdyb +Aleksander Zdyb diff --git a/pkgconfig/cynara-creds-commons/CMakeLists.txt b/pkgconfig/cynara-creds-commons/CMakeLists.txt index 654df6c..835d819 100644 --- a/pkgconfig/cynara-creds-commons/CMakeLists.txt +++ b/pkgconfig/cynara-creds-commons/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # diff --git a/pkgconfig/cynara-creds-dbus/CMakeLists.txt b/pkgconfig/cynara-creds-dbus/CMakeLists.txt index 57c59c9..4be6472 100644 --- a/pkgconfig/cynara-creds-dbus/CMakeLists.txt +++ b/pkgconfig/cynara-creds-dbus/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # diff --git a/pkgconfig/cynara-creds-socket/CMakeLists.txt b/pkgconfig/cynara-creds-socket/CMakeLists.txt index 504c58c..ad67940 100644 --- a/pkgconfig/cynara-creds-socket/CMakeLists.txt +++ b/pkgconfig/cynara-creds-socket/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # diff --git a/pkgconfig/cynara-session/CMakeLists.txt b/pkgconfig/cynara-session/CMakeLists.txt index 79ee80d..e0b9d5e 100644 --- a/pkgconfig/cynara-session/CMakeLists.txt +++ b/pkgconfig/cynara-session/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # diff --git a/src/common/exceptions/BucketDeserializationException.h b/src/common/exceptions/BucketDeserializationException.h index e1a9b5d..18a3727 100644 --- a/src/common/exceptions/BucketDeserializationException.h +++ b/src/common/exceptions/BucketDeserializationException.h @@ -15,7 +15,7 @@ */ /** * @file BucketDeserializationException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of BucketDeserializationException */ diff --git a/src/common/exceptions/BucketNotExistsException.h b/src/common/exceptions/BucketNotExistsException.h index 5e20b16..7efb6a3 100644 --- a/src/common/exceptions/BucketNotExistsException.h +++ b/src/common/exceptions/BucketNotExistsException.h @@ -15,7 +15,7 @@ */ /** * @file BucketNotExistsException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of BucketNotExistsException */ diff --git a/src/common/exceptions/BucketRecordCorruptedException.h b/src/common/exceptions/BucketRecordCorruptedException.h index 1597e8d..c243c8e 100644 --- a/src/common/exceptions/BucketRecordCorruptedException.h +++ b/src/common/exceptions/BucketRecordCorruptedException.h @@ -15,7 +15,7 @@ */ /** * @file BucketRecordCorruptedException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of BucketRecordCorruptedException */ diff --git a/src/common/exceptions/BucketSerializationException.h b/src/common/exceptions/BucketSerializationException.h index 7f46448..3084808 100644 --- a/src/common/exceptions/BucketSerializationException.h +++ b/src/common/exceptions/BucketSerializationException.h @@ -15,7 +15,7 @@ */ /** * @file BucketSerializationException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of BucketSerializationException */ diff --git a/src/common/exceptions/DatabaseException.h b/src/common/exceptions/DatabaseException.h index 055a5c0..bfd1e27 100644 --- a/src/common/exceptions/DatabaseException.h +++ b/src/common/exceptions/DatabaseException.h @@ -15,7 +15,7 @@ */ /** * @file DatabaseException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Common class for database exceptions */ diff --git a/src/common/exceptions/DefaultBucketDeletionException.h b/src/common/exceptions/DefaultBucketDeletionException.h index f2a7d29..9909376 100644 --- a/src/common/exceptions/DefaultBucketDeletionException.h +++ b/src/common/exceptions/DefaultBucketDeletionException.h @@ -15,7 +15,7 @@ */ /** * @file DefaultBucketDeletionException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of DefaultBucketDeletionException */ diff --git a/src/common/exceptions/DefaultBucketSetNoneException.h b/src/common/exceptions/DefaultBucketSetNoneException.h index 3bccb12..0adf2d3 100644 --- a/src/common/exceptions/DefaultBucketSetNoneException.h +++ b/src/common/exceptions/DefaultBucketSetNoneException.h @@ -15,7 +15,7 @@ */ /** * @file DefaultBucketSetNoneException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of DefaultBucketSetNoneException */ diff --git a/src/common/exceptions/Exception.h b/src/common/exceptions/Exception.h index 7cb2f25..666fd5c 100644 --- a/src/common/exceptions/Exception.h +++ b/src/common/exceptions/Exception.h @@ -15,7 +15,7 @@ */ /** * @file Exception.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Header for generic Cynara exception */ diff --git a/src/common/exceptions/FileNotFoundException.h b/src/common/exceptions/FileNotFoundException.h index c9081d0..1ea3c69 100644 --- a/src/common/exceptions/FileNotFoundException.h +++ b/src/common/exceptions/FileNotFoundException.h @@ -15,7 +15,7 @@ */ /** * @file FileNotFoundException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines exception thrown when database file is not found */ diff --git a/src/common/exceptions/NotImplementedException.h b/src/common/exceptions/NotImplementedException.h index 40dd1a1..51cfe2d 100644 --- a/src/common/exceptions/NotImplementedException.h +++ b/src/common/exceptions/NotImplementedException.h @@ -15,7 +15,7 @@ */ /** * @file NotImplementedException.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of NotImplementedException */ diff --git a/src/common/types/Policy.h b/src/common/types/Policy.h index f049b4a..0afe887 100644 --- a/src/common/types/Policy.h +++ b/src/common/types/Policy.h @@ -16,7 +16,7 @@ /** * @file Policy.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines Policy type - used to describe single policy rule identified by policy key diff --git a/src/common/types/PolicyBucket.cpp b/src/common/types/PolicyBucket.cpp index e586251..a28d429 100644 --- a/src/common/types/PolicyBucket.cpp +++ b/src/common/types/PolicyBucket.cpp @@ -15,7 +15,7 @@ */ /** * @file PolicyBucket.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of Cynara::PolicyBucket methods */ diff --git a/src/common/types/PolicyBucket.h b/src/common/types/PolicyBucket.h index a2e0f49..376e7a7 100644 --- a/src/common/types/PolicyBucket.h +++ b/src/common/types/PolicyBucket.h @@ -16,7 +16,7 @@ /** * @file PolicyBucket.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines PolicyBucket type - a policy aggregation entity name diff --git a/src/common/types/PolicyBucketId.h b/src/common/types/PolicyBucketId.h index d5a02ab..44fd4c4 100644 --- a/src/common/types/PolicyBucketId.h +++ b/src/common/types/PolicyBucketId.h @@ -15,7 +15,7 @@ */ /** * @file PolicyBucketId.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Definition of Cynara::PolicyBucketId type */ diff --git a/src/common/types/PolicyCollection.h b/src/common/types/PolicyCollection.h index ad9ad5f..c4619c6 100644 --- a/src/common/types/PolicyCollection.h +++ b/src/common/types/PolicyCollection.h @@ -16,7 +16,7 @@ /** * @file PolicyCollection.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines a collection of policies */ diff --git a/src/common/types/PolicyKey.cpp b/src/common/types/PolicyKey.cpp index 48f6d4c..06380cb 100644 --- a/src/common/types/PolicyKey.cpp +++ b/src/common/types/PolicyKey.cpp @@ -15,7 +15,7 @@ */ /** * @file PolicyKey.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of Cynara:PolicyKey methods */ diff --git a/src/common/types/PolicyKey.h b/src/common/types/PolicyKey.h index 06d859d..2608310 100644 --- a/src/common/types/PolicyKey.h +++ b/src/common/types/PolicyKey.h @@ -16,7 +16,7 @@ /** * @file PolicyKey.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines PolicyKey - triple, which defines a single policy rule diff --git a/src/common/types/PolicyKeyHelpers.cpp b/src/common/types/PolicyKeyHelpers.cpp index fb91103..f66612f 100644 --- a/src/common/types/PolicyKeyHelpers.cpp +++ b/src/common/types/PolicyKeyHelpers.cpp @@ -15,7 +15,7 @@ */ /** * @file PolicyKeyHelpers.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Helper functions to manage Cynara::PolicyKey */ diff --git a/src/common/types/PolicyKeyHelpers.h b/src/common/types/PolicyKeyHelpers.h index ec1e6e4..befc0f7 100644 --- a/src/common/types/PolicyKeyHelpers.h +++ b/src/common/types/PolicyKeyHelpers.h @@ -15,7 +15,7 @@ */ /** * @file PolicyKeyHelpers.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Helper functions to manage Cynara::PolicyKey */ diff --git a/src/common/types/PolicyResult.h b/src/common/types/PolicyResult.h index 6ba07b0..8e26673 100644 --- a/src/common/types/PolicyResult.h +++ b/src/common/types/PolicyResult.h @@ -15,7 +15,7 @@ */ /** * @file PolicyResult.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Definitions of PolicyResult and friends */ diff --git a/src/common/types/PolicyType.cpp b/src/common/types/PolicyType.cpp index 379bfc7..7ba9e62 100644 --- a/src/common/types/PolicyType.cpp +++ b/src/common/types/PolicyType.cpp @@ -15,7 +15,7 @@ */ /** * @file PolicyType.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of functions for Cynara::PolicyType */ diff --git a/src/common/types/PolicyType.h b/src/common/types/PolicyType.h index 245f8a6..410a067 100644 --- a/src/common/types/PolicyType.h +++ b/src/common/types/PolicyType.h @@ -16,7 +16,7 @@ /** * @file PolicyType.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file defines PolicyType e.g. ALLOW or DENY */ diff --git a/src/common/types/pointers.h b/src/common/types/pointers.h index aee5c97..6971bee 100644 --- a/src/common/types/pointers.h +++ b/src/common/types/pointers.h @@ -15,7 +15,7 @@ */ /** * @file pointers.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Typedefs for smart pointers of common types */ diff --git a/src/helpers/creds-commons/CMakeLists.txt b/src/helpers/creds-commons/CMakeLists.txt index 92b31bd..8cca765 100644 --- a/src/helpers/creds-commons/CMakeLists.txt +++ b/src/helpers/creds-commons/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # @author Lukasz Wojciechowski # diff --git a/src/helpers/creds-commons/creds-commons.cpp b/src/helpers/creds-commons/creds-commons.cpp index d5373b2..daca847 100644 --- a/src/helpers/creds-commons/creds-commons.cpp +++ b/src/helpers/creds-commons/creds-commons.cpp @@ -17,7 +17,7 @@ * @file creds-commons.cpp * @author Lukasz Wojciechowski * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of external libcynara-creds-commons API */ diff --git a/src/helpers/creds-dbus/CMakeLists.txt b/src/helpers/creds-dbus/CMakeLists.txt index d4ea94c..bc1d95c 100644 --- a/src/helpers/creds-dbus/CMakeLists.txt +++ b/src/helpers/creds-dbus/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # @author Lukasz Wojciechowski # diff --git a/src/helpers/creds-dbus/creds-dbus-inner.cpp b/src/helpers/creds-dbus/creds-dbus-inner.cpp index 8cb9062..a691621 100644 --- a/src/helpers/creds-dbus/creds-dbus-inner.cpp +++ b/src/helpers/creds-dbus/creds-dbus-inner.cpp @@ -16,7 +16,7 @@ /** * @file creds-dbus-inner.cpp * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Implementation of internal libcynara-creds-dbus functions diff --git a/src/helpers/creds-dbus/creds-dbus-inner.h b/src/helpers/creds-dbus/creds-dbus-inner.h index 4d6dc53..a2c72f4 100644 --- a/src/helpers/creds-dbus/creds-dbus-inner.h +++ b/src/helpers/creds-dbus/creds-dbus-inner.h @@ -16,7 +16,7 @@ /** * @file creds-dbus-inner.h * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Definition of internal external libcynara-creds-dbus functions diff --git a/src/helpers/creds-dbus/creds-dbus.cpp b/src/helpers/creds-dbus/creds-dbus.cpp index 5fa8b87..2b0c74e 100644 --- a/src/helpers/creds-dbus/creds-dbus.cpp +++ b/src/helpers/creds-dbus/creds-dbus.cpp @@ -16,7 +16,7 @@ /** * @file creds-dbus.cpp * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Implementation of external libcynara-creds-dbus API diff --git a/src/helpers/creds-socket/CMakeLists.txt b/src/helpers/creds-socket/CMakeLists.txt index 0a05e10..1c8d301 100644 --- a/src/helpers/creds-socket/CMakeLists.txt +++ b/src/helpers/creds-socket/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # @author Lukasz Wojciechowski # diff --git a/src/helpers/creds-socket/creds-socket-inner.cpp b/src/helpers/creds-socket/creds-socket-inner.cpp index 2e8e25f..769a769 100644 --- a/src/helpers/creds-socket/creds-socket-inner.cpp +++ b/src/helpers/creds-socket/creds-socket-inner.cpp @@ -16,7 +16,7 @@ /** * @file creds-socket-inner.cpp * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Implementation of internal libcynara-creds-socket functions diff --git a/src/helpers/creds-socket/creds-socket-inner.h b/src/helpers/creds-socket/creds-socket-inner.h index 1196cc8..831992f 100644 --- a/src/helpers/creds-socket/creds-socket-inner.h +++ b/src/helpers/creds-socket/creds-socket-inner.h @@ -16,7 +16,7 @@ /** * @file creds-socket-inner.h * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Definition of internal external libcynara-creds-socket functions diff --git a/src/helpers/creds-socket/creds-socket.cpp b/src/helpers/creds-socket/creds-socket.cpp index 6d54140..c78a9eb 100644 --- a/src/helpers/creds-socket/creds-socket.cpp +++ b/src/helpers/creds-socket/creds-socket.cpp @@ -16,7 +16,7 @@ /** * @file creds-socket.cpp * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Implementation of external libcynara-creds-socket API diff --git a/src/helpers/session/CMakeLists.txt b/src/helpers/session/CMakeLists.txt index 0de24c4..00c5d3d 100644 --- a/src/helpers/session/CMakeLists.txt +++ b/src/helpers/session/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @author Radoslaw Bartosiak # @author Lukasz Wojciechowski # diff --git a/src/helpers/session/session.cpp b/src/helpers/session/session.cpp index 62414cb..d7a7f18 100644 --- a/src/helpers/session/session.cpp +++ b/src/helpers/session/session.cpp @@ -16,7 +16,7 @@ /** * @file session.cpp * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Implementation of external libcynara-session API diff --git a/src/include/cynara-creds-commons.h b/src/include/cynara-creds-commons.h index 03321fe..49577a3 100644 --- a/src/include/cynara-creds-commons.h +++ b/src/include/cynara-creds-commons.h @@ -17,7 +17,7 @@ * @file cynara-creds-commons.h * @author Lukasz Wojciechowski * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file contains common APIs for Cynara credentials helper. */ diff --git a/src/include/cynara-creds-socket.h b/src/include/cynara-creds-socket.h index 672e754..4ffeab8 100644 --- a/src/include/cynara-creds-socket.h +++ b/src/include/cynara-creds-socket.h @@ -16,7 +16,7 @@ /** * @file cynara-creds-socket.h * @author Radoslaw Bartosiak - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief This file contains Cynara credentials helper APIs for socket clients. diff --git a/src/include/cynara-session.h b/src/include/cynara-session.h index ce7ff50..267f4af 100644 --- a/src/include/cynara-session.h +++ b/src/include/cynara-session.h @@ -15,7 +15,7 @@ */ /** * @file cynara-session.h - * \author Aleksander Zdyb + * \author Aleksander Zdyb * \author Radoslaw Bartosiak * @author Lukasz Wojciechowski * @version 1.0 diff --git a/src/storage/BucketDeserializer.cpp b/src/storage/BucketDeserializer.cpp index 8c3a1bf..7bdb2fb 100644 --- a/src/storage/BucketDeserializer.cpp +++ b/src/storage/BucketDeserializer.cpp @@ -15,7 +15,7 @@ */ /** * @file BucketDeserializer.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Methods implementation of Cynara::BucketDeserializer */ diff --git a/src/storage/BucketDeserializer.h b/src/storage/BucketDeserializer.h index 1539696..e45d585 100644 --- a/src/storage/BucketDeserializer.h +++ b/src/storage/BucketDeserializer.h @@ -15,7 +15,7 @@ */ /** * @file BucketDeserializer.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Headers for Cynara::BucketDeserializer */ diff --git a/src/storage/Buckets.h b/src/storage/Buckets.h index 733ba31..d364394 100644 --- a/src/storage/Buckets.h +++ b/src/storage/Buckets.h @@ -15,7 +15,7 @@ */ /** * @file Buckets.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @author Lukasz Wojciechowski * @version 1.0 * @brief Headers for Buckets diff --git a/src/storage/InMemoryStorageBackend.cpp b/src/storage/InMemoryStorageBackend.cpp index 90f2186..ed88c0c 100644 --- a/src/storage/InMemoryStorageBackend.cpp +++ b/src/storage/InMemoryStorageBackend.cpp @@ -15,7 +15,7 @@ */ /** * @file InMemoryStorageBackend.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of InMemoryStorageBackend */ diff --git a/src/storage/InMemoryStorageBackend.h b/src/storage/InMemoryStorageBackend.h index 8be85d2..7c8ba5c 100644 --- a/src/storage/InMemoryStorageBackend.h +++ b/src/storage/InMemoryStorageBackend.h @@ -15,7 +15,7 @@ */ /** * @file InMemoryStorageBackend.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Headers for InMemoryStorageBackend */ diff --git a/src/storage/Storage.cpp b/src/storage/Storage.cpp index 0dcc711..8be3770 100644 --- a/src/storage/Storage.cpp +++ b/src/storage/Storage.cpp @@ -16,7 +16,7 @@ /** * @file Storage.cpp * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file implements policy rules storage procedures */ diff --git a/src/storage/Storage.h b/src/storage/Storage.h index 92f523e..6b8bf30 100644 --- a/src/storage/Storage.h +++ b/src/storage/Storage.h @@ -16,7 +16,7 @@ /** * @file Storage.h * @author Lukasz Wojciechowski - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief This file is the implementation storage */ diff --git a/src/storage/StorageBackend.h b/src/storage/StorageBackend.h index 73f1188..e0eab1e 100644 --- a/src/storage/StorageBackend.h +++ b/src/storage/StorageBackend.h @@ -15,7 +15,7 @@ */ /** * @file StorageBackend.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Headers for StorageBackend base class */ diff --git a/src/storage/StorageDeserializer.cpp b/src/storage/StorageDeserializer.cpp index 7ef9c54..cdd9e47 100644 --- a/src/storage/StorageDeserializer.cpp +++ b/src/storage/StorageDeserializer.cpp @@ -15,7 +15,7 @@ */ /** * @file StorageDeserializer.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation for Cynara::StorageDeserializer */ diff --git a/src/storage/StorageDeserializer.h b/src/storage/StorageDeserializer.h index 5f02826..318a379 100644 --- a/src/storage/StorageDeserializer.h +++ b/src/storage/StorageDeserializer.h @@ -15,7 +15,7 @@ */ /** * @file StorageDeserializer.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Headers for Cynara::StorageDeserializer */ diff --git a/src/storage/StorageSerializer.cpp b/src/storage/StorageSerializer.cpp index 73aacc8..8e134aa 100644 --- a/src/storage/StorageSerializer.cpp +++ b/src/storage/StorageSerializer.cpp @@ -15,7 +15,7 @@ */ /** * @file StorageSerializer.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Implementation of Cynara::StorageSerializer methods */ diff --git a/src/storage/StorageSerializer.h b/src/storage/StorageSerializer.h index 9f505fb..a88c186 100644 --- a/src/storage/StorageSerializer.h +++ b/src/storage/StorageSerializer.h @@ -15,7 +15,7 @@ */ /** * @file StorageSerializer.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Headers for Cynara::StorageSerializer */ diff --git a/test/Benchmark.h b/test/Benchmark.h index 1843106..23697a4 100644 --- a/test/Benchmark.h +++ b/test/Benchmark.h @@ -15,7 +15,7 @@ */ /** * @file Benchmark.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief A generic benchmark */ diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fa4cf90..47bcfab 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # # @file CMakeLists.txt -# @author Aleksander Zdyb +# @author Aleksander Zdyb # @brief Cmake for tests # PKG_CHECK_MODULES(PKGS REQUIRED gmock) diff --git a/test/TestEventListenerProxy.cpp b/test/TestEventListenerProxy.cpp index ed8dc73..1f487b7 100644 --- a/test/TestEventListenerProxy.cpp +++ b/test/TestEventListenerProxy.cpp @@ -15,7 +15,7 @@ */ /** * @file TestEventListenerProxy.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Proxy for ::testing::TestEventListener */ diff --git a/test/TestEventListenerProxy.h b/test/TestEventListenerProxy.h index e5c6296..b1491c0 100644 --- a/test/TestEventListenerProxy.h +++ b/test/TestEventListenerProxy.h @@ -15,7 +15,7 @@ */ /** * @file TestEventListenerProxy.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Proxy for ::testing::TestEventListener */ diff --git a/test/common/exceptions/bucketrecordcorrupted.cpp b/test/common/exceptions/bucketrecordcorrupted.cpp index c63ca90..c067ad8 100644 --- a/test/common/exceptions/bucketrecordcorrupted.cpp +++ b/test/common/exceptions/bucketrecordcorrupted.cpp @@ -15,7 +15,7 @@ */ /** * @file bucketrecordcorrupted.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for Cynara::BucketRecordCorruptedException */ diff --git a/test/common/types/policybucket.cpp b/test/common/types/policybucket.cpp index 255efea..4614036 100644 --- a/test/common/types/policybucket.cpp +++ b/test/common/types/policybucket.cpp @@ -15,7 +15,7 @@ */ /** * @file policybucket.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for Cynara::PolicyBucket */ diff --git a/test/helpers.cpp b/test/helpers.cpp index 92ad6c1..7aab83b 100644 --- a/test/helpers.cpp +++ b/test/helpers.cpp @@ -15,7 +15,7 @@ */ /** * @file helpers.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Helper functions for tests */ diff --git a/test/helpers.h b/test/helpers.h index 8480ac9..ae352b0 100644 --- a/test/helpers.h +++ b/test/helpers.h @@ -15,7 +15,7 @@ */ /** * @file helpers.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Helper functions for tests */ diff --git a/test/storage/inmemorystoragebackend/buckets.cpp b/test/storage/inmemorystoragebackend/buckets.cpp index f2cff25..fdc8b76 100644 --- a/test/storage/inmemorystoragebackend/buckets.cpp +++ b/test/storage/inmemorystoragebackend/buckets.cpp @@ -15,7 +15,7 @@ */ /** * @file buckets.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of buckets in InMemeoryStorageBackend */ diff --git a/test/storage/inmemorystoragebackend/fakeinmemorystoragebackend.h b/test/storage/inmemorystoragebackend/fakeinmemorystoragebackend.h index bba3ecb..a573db6 100644 --- a/test/storage/inmemorystoragebackend/fakeinmemorystoragebackend.h +++ b/test/storage/inmemorystoragebackend/fakeinmemorystoragebackend.h @@ -15,7 +15,7 @@ */ /** * @file fakeinmemorystoragebackend.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Mock of InMemoryStorageBackend */ diff --git a/test/storage/inmemorystoragebackend/inmemeorystoragebackendfixture.h b/test/storage/inmemorystoragebackend/inmemeorystoragebackendfixture.h index db866cd..2bd146b 100644 --- a/test/storage/inmemorystoragebackend/inmemeorystoragebackendfixture.h +++ b/test/storage/inmemorystoragebackend/inmemeorystoragebackendfixture.h @@ -15,7 +15,7 @@ */ /** * @file inmemeorystoragebackendfixture.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Fixture for InMemeoryStorageBackend tests */ diff --git a/test/storage/inmemorystoragebackend/inmemorystoragebackend.cpp b/test/storage/inmemorystoragebackend/inmemorystoragebackend.cpp index aef25e7..b2626ab 100644 --- a/test/storage/inmemorystoragebackend/inmemorystoragebackend.cpp +++ b/test/storage/inmemorystoragebackend/inmemorystoragebackend.cpp @@ -15,7 +15,7 @@ */ /** * @file inmemorystoragebackend.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of InMemeoryStorageBackend */ diff --git a/test/storage/inmemorystoragebackend/search.cpp b/test/storage/inmemorystoragebackend/search.cpp index 6a30862..8b6f859 100644 --- a/test/storage/inmemorystoragebackend/search.cpp +++ b/test/storage/inmemorystoragebackend/search.cpp @@ -15,7 +15,7 @@ */ /** * @file search.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of search in InMemeoryStorageBackend */ diff --git a/test/storage/performance/bucket.cpp b/test/storage/performance/bucket.cpp index 90cd300..c441e00 100644 --- a/test/storage/performance/bucket.cpp +++ b/test/storage/performance/bucket.cpp @@ -15,7 +15,7 @@ */ /** * @file bucket.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Performance tests for Cynara::PolicyBucket */ diff --git a/test/storage/serializer/bucket_load.cpp b/test/storage/serializer/bucket_load.cpp index 7e0fcde..ce27800 100644 --- a/test/storage/serializer/bucket_load.cpp +++ b/test/storage/serializer/bucket_load.cpp @@ -15,7 +15,7 @@ */ /** * @file bucket_load.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for Cynara::BucketDeserializer */ diff --git a/test/storage/serializer/deserialize.cpp b/test/storage/serializer/deserialize.cpp index 3caa7d1..88e88e7 100644 --- a/test/storage/serializer/deserialize.cpp +++ b/test/storage/serializer/deserialize.cpp @@ -15,7 +15,7 @@ */ /** * @file deserialize.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for Cynara::StorageDeserializer */ diff --git a/test/storage/serializer/dump.cpp b/test/storage/serializer/dump.cpp index 7565f38..ca8c6cf 100644 --- a/test/storage/serializer/dump.cpp +++ b/test/storage/serializer/dump.cpp @@ -15,7 +15,7 @@ */ /** * @file dump.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for dumping feature of Cynara::StorageSerializer */ diff --git a/test/storage/serializer/dump_load.cpp b/test/storage/serializer/dump_load.cpp index d2d0c53..1530955 100644 --- a/test/storage/serializer/dump_load.cpp +++ b/test/storage/serializer/dump_load.cpp @@ -15,7 +15,7 @@ */ /** * @file dump_load.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for dump => load routine */ diff --git a/test/storage/serializer/serialize.cpp b/test/storage/serializer/serialize.cpp index e6b66af..61ea4c4 100644 --- a/test/storage/serializer/serialize.cpp +++ b/test/storage/serializer/serialize.cpp @@ -15,7 +15,7 @@ */ /** * @file serialize.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for dumping feature of Cynara::StorageSerializer */ diff --git a/test/storage/storage/buckets.cpp b/test/storage/storage/buckets.cpp index 329d927..19ab1e9 100644 --- a/test/storage/storage/buckets.cpp +++ b/test/storage/storage/buckets.cpp @@ -15,7 +15,7 @@ */ /** * @file buckets.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of buckets in Storage */ diff --git a/test/storage/storage/check.cpp b/test/storage/storage/check.cpp index fbbe3ac..a067881 100644 --- a/test/storage/storage/check.cpp +++ b/test/storage/storage/check.cpp @@ -15,7 +15,7 @@ */ /** * @file check.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of check in Storage */ diff --git a/test/storage/storage/fakestoragebackend.h b/test/storage/storage/fakestoragebackend.h index bd6b304..7e95c77 100644 --- a/test/storage/storage/fakestoragebackend.h +++ b/test/storage/storage/fakestoragebackend.h @@ -15,7 +15,7 @@ */ /** * @file fakestoragebackend.h - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Mock of StorageBackend */ diff --git a/test/storage/storage/policies.cpp b/test/storage/storage/policies.cpp index 8b00836..300f93a 100644 --- a/test/storage/storage/policies.cpp +++ b/test/storage/storage/policies.cpp @@ -15,7 +15,7 @@ */ /** * @file policies.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests of policies in Storage */ diff --git a/test/tests.cpp b/test/tests.cpp index e417795..7c37224 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -15,7 +15,7 @@ */ /** * @file tests.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Unit-tests setup */ diff --git a/test/types/policykey.cpp b/test/types/policykey.cpp index 3a56ba5..360a446 100644 --- a/test/types/policykey.cpp +++ b/test/types/policykey.cpp @@ -15,7 +15,7 @@ */ /** * @file policykey.cpp - * @author Aleksander Zdyb + * @author Aleksander Zdyb * @version 1.0 * @brief Tests for Cynara::PolicyKey */ -- 2.7.4