Fix email address
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 17 Jun 2014 19:21:23 +0000 (21:21 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:09 +0000 (14:19 +0200)
Change-Id: I11af1a0e98a168aa1ee12ea2d2016bd9129f0fe1

src/common/attributes/debug_attributes.h
src/common/result/Result.h
src/common/types/Policy.h
src/common/types/PolicyBucket.h
src/common/types/PolicyCollection.h
src/common/types/PolicyKey.h
src/common/types/PolicyTypeExtension.h
src/common/types/PolicyVector.h
src/service/storage/Storage.cpp
src/service/storage/Storage.h

index caf3ec5..81c31a6 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        debug_attributes.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines debug related attributes
  */
@@ -23,6 +23,6 @@
 #ifndef CYNARA_COMMON_ATTRIBUTES_DEBUGATTRIBUTES_H
 #define CYNARA_COMMON_ATTRIBUTES_DEBUGATTRIBUTES_H
 
-#define TODO_USE_ME(a) (void)(a)
+#define TODO_USE_ME(a)  (void)(a)
 
 #endif /* CYNARA_COMMON_ATTRIBUTES_DEBUGATTRIBUTES_H */
index 6fa0a87..225aaa9 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        Result.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines result type for inner cynara functions
  */
index 3c0d974..3b4737f 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        Policy.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines Policy type - used to describe single policy
index 3b3efa0..30f4bb2 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        PolicyBucket.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines PolicyBucket type - a policy aggregation
index b4ec92a..0c864d0 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        PolicyCollection.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines a collection of policies
index 4359ec2..60d03f0 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        PolicyKey.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines PolicyKey - triple, which defines a single
index c876d57..9982e31 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        PolicyTypeExtension.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines an extension type for policy. It can be
                 used to keep some additional information by plugins related
index 2988d7a..b23c617 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        PolicyVector.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       This file defines vector of policies
  */
index 6dc462d..525bfa1 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        Storage.cpp
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file implements policy rules storage procedures
index d8110ee..8309092 100644 (file)
@@ -15,7 +15,7 @@
  */
 /*
  * @file        Storage.h
- * @author      Lukasz Wojciechowski <l.wojciechowski@partner.samsung.com>
+ * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       This file is the implementation file of log system