summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-03-27 08:33:16 +0200
committerChristian Muck <christian.muck@bmw.de>2012-03-27 08:33:16 +0200
commit2017da5d9554685c558ee6784142e0ea480fc78e (patch)
treea87620f6a1b2513b34353616be3309b3adf22c7b
parentab8ba08cdc407c7f2020a4bda7f01e88488b3ee4 (diff)
downloadDLT-daemon-2017da5d9554685c558ee6784142e0ea480fc78e.tar.gz
Corrected email of Alexander Wenzel
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rwxr-xr-xCMakeLists.txt2
-rwxr-xr-xLICENSE.txt2
-rwxr-xr-xdoc/CMakeLists.txt2
-rwxr-xr-xinclude/CMakeLists.txt2
-rwxr-xr-xinclude/dlt/CMakeLists.txt2
-rwxr-xr-xinclude/dlt/dlt.h2
-rwxr-xr-xinclude/dlt/dlt_client.h2
-rwxr-xr-xinclude/dlt/dlt_common.h2
-rw-r--r--include/dlt/dlt_offline_trace.h2
-rwxr-xr-xinclude/dlt/dlt_protocol.h2
-rw-r--r--include/dlt/dlt_shm.h2
-rwxr-xr-xinclude/dlt/dlt_types.h2
-rwxr-xr-xinclude/dlt/dlt_user.h2
-rwxr-xr-xinclude/dlt/dlt_user_macros.h2
-rwxr-xr-xsrc/CMakeLists.txt2
-rwxr-xr-xsrc/adaptor/CMakeLists.txt2
-rwxr-xr-xsrc/adaptor/dlt-adaptor-stdin.c2
-rwxr-xr-xsrc/adaptor/dlt-adaptor-udp.c2
-rwxr-xr-xsrc/console/CMakeLists.txt2
-rwxr-xr-xsrc/console/dlt-convert.c2
-rwxr-xr-xsrc/console/dlt-receive.c2
-rwxr-xr-xsrc/daemon/CMakeLists.txt2
-rwxr-xr-xsrc/daemon/dlt-daemon.c2
-rwxr-xr-xsrc/daemon/dlt-daemon.h2
-rwxr-xr-xsrc/daemon/dlt-daemon_cfg.h2
-rwxr-xr-xsrc/daemon/dlt_daemon_common.c2
-rwxr-xr-xsrc/daemon/dlt_daemon_common.h2
-rwxr-xr-xsrc/daemon/dlt_daemon_common_cfg.h2
-rwxr-xr-xsrc/examples/CMakeLists.txt2
-rw-r--r--src/examples/dlt-example-filetransfer.c2
-rwxr-xr-xsrc/examples/dlt-example-user-func.c2
-rwxr-xr-xsrc/examples/dlt-example-user.c2
-rwxr-xr-xsrc/lib/CMakeLists.txt2
-rwxr-xr-xsrc/lib/dlt_client.c2
-rwxr-xr-xsrc/lib/dlt_client_cfg.h2
-rw-r--r--src/lib/dlt_filetransfer.c2
-rwxr-xr-xsrc/lib/dlt_user.c2
-rwxr-xr-xsrc/lib/dlt_user_cfg.h2
-rwxr-xr-xsrc/shared/dlt_common.c2
-rwxr-xr-xsrc/shared/dlt_common_cfg.h2
-rw-r--r--src/shared/dlt_offline_trace.c2
-rw-r--r--src/shared/dlt_shm.c2
-rwxr-xr-xsrc/shared/dlt_user_shared.c2
-rwxr-xr-xsrc/shared/dlt_user_shared.h2
-rwxr-xr-xsrc/shared/dlt_user_shared_cfg.h2
-rwxr-xr-xsrc/system/CMakeLists.txt2
-rw-r--r--src/system/dlt-system-log.c2
-rw-r--r--src/system/dlt-system-log.h2
-rwxr-xr-xsrc/system/dlt-system.c2
-rw-r--r--src/system/dlt-system.h2
-rw-r--r--src/system/dlt-system_cfg.h2
-rwxr-xr-xsrc/tests/CMakeLists.txt2
-rwxr-xr-xsrc/tests/dlt-test-client.c2
-rw-r--r--src/tests/dlt-test-filetransfer.c2
-rw-r--r--src/tests/dlt-test-stress-client.c2
-rw-r--r--src/tests/dlt-test-stress-user.c2
-rwxr-xr-xsrc/tests/dlt-test-stress.c2
-rwxr-xr-xsrc/tests/dlt-test-user.c2
-rw-r--r--systemd/CMakeLists.txt2
-rwxr-xr-xtestscripts/CMakeLists.txt2
60 files changed, 60 insertions, 60 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6339e2..05677bb 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/LICENSE.txt b/LICENSE.txt
index 2c9f996..611d164 100755
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
# @licence make begin@
#
- # Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+ # Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index b95fd58..fbcccb9 100755
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index aa7fd66..b567380 100755
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/include/dlt/CMakeLists.txt b/include/dlt/CMakeLists.txt
index 50b97d2..95e764d 100755
--- a/include/dlt/CMakeLists.txt
+++ b/include/dlt/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/include/dlt/dlt.h b/include/dlt/dlt.h
index 7437258..5c2d118 100755
--- a/include/dlt/dlt.h
+++ b/include/dlt/dlt.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h
index c3dbc43..450d8cc 100755
--- a/include/dlt/dlt_client.h
+++ b/include/dlt/dlt_client.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_client.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index c3acf49..686df19 100755
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_common.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_offline_trace.h b/include/dlt/dlt_offline_trace.h
index 49471e4..4b93719 100644
--- a/include/dlt/dlt_offline_trace.h
+++ b/include/dlt/dlt_offline_trace.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_offline_trace.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h
index eeece40..1c30d66 100755
--- a/include/dlt/dlt_protocol.h
+++ b/include/dlt/dlt_protocol.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_protocal.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h
index 1ae53a2..f8b821a 100644
--- a/include/dlt/dlt_shm.h
+++ b/include/dlt/dlt_shm.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_shm.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index 9b18969..fd67fbc 100755
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_types.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index 250d6d2..b5135d4 100755
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user.h
* For further information see http://www.genivi.org/.
diff --git a/include/dlt/dlt_user_macros.h b/include/dlt/dlt_user_macros.h
index 9fd1f80..17a8ddb 100755
--- a/include/dlt/dlt_user_macros.h
+++ b/include/dlt/dlt_user_macros.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user_macros.h
* For further information see http://www.genivi.org/.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8d126f8..e7b84c0 100755
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/adaptor/CMakeLists.txt b/src/adaptor/CMakeLists.txt
index 8289cd5..45736d2 100755
--- a/src/adaptor/CMakeLists.txt
+++ b/src/adaptor/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/adaptor/dlt-adaptor-stdin.c b/src/adaptor/dlt-adaptor-stdin.c
index ea9b122..fa3ab72 100755
--- a/src/adaptor/dlt-adaptor-stdin.c
+++ b/src/adaptor/dlt-adaptor-stdin.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-adaptor-stdin.c
* For further information see http://www.genivi.org/.
diff --git a/src/adaptor/dlt-adaptor-udp.c b/src/adaptor/dlt-adaptor-udp.c
index 2f81794..11873e1 100755
--- a/src/adaptor/dlt-adaptor-udp.c
+++ b/src/adaptor/dlt-adaptor-udp.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-adaptor-udp.c
* For further information see http://www.genivi.org/.
diff --git a/src/console/CMakeLists.txt b/src/console/CMakeLists.txt
index 416bf10..bc60d43 100755
--- a/src/console/CMakeLists.txt
+++ b/src/console/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/console/dlt-convert.c b/src/console/dlt-convert.c
index 678aadf..854576c 100755
--- a/src/console/dlt-convert.c
+++ b/src/console/dlt-convert.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-convert.c
* For further information see http://www.genivi.org/.
diff --git a/src/console/dlt-receive.c b/src/console/dlt-receive.c
index 5a697e0..0f0a908 100755
--- a/src/console/dlt-receive.c
+++ b/src/console/dlt-receive.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-receive.c
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index ce66c7b..b868a0f 100755
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 84abc30..79d8bea 100755
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-daemon.c
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index e35c849..36ad2ba 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-daemon.h
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index a46cdef..a038070 100755
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-daemon_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/dlt_daemon_common.c b/src/daemon/dlt_daemon_common.c
index 5838c76..fe82ec1 100755
--- a/src/daemon/dlt_daemon_common.c
+++ b/src/daemon/dlt_daemon_common.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_daemon_common.c
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index a9aaa4c..9bbe3c7 100755
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_daemon_common.h
* For further information see http://www.genivi.org/.
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index 808c68b..5783708 100755
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_daemon_common_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt
index fb02fb6..302a7ac 100755
--- a/src/examples/CMakeLists.txt
+++ b/src/examples/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/examples/dlt-example-filetransfer.c b/src/examples/dlt-example-filetransfer.c
index 6c18b21..adbe85b 100644
--- a/src/examples/dlt-example-filetransfer.c
+++ b/src/examples/dlt-example-filetransfer.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-example-filetransfer.c
* For further information see http://www.genivi.org/.
diff --git a/src/examples/dlt-example-user-func.c b/src/examples/dlt-example-user-func.c
index 9bc15f4..e716335 100755
--- a/src/examples/dlt-example-user-func.c
+++ b/src/examples/dlt-example-user-func.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-example-user-func.c
* For further information see http://www.genivi.org/.
diff --git a/src/examples/dlt-example-user.c b/src/examples/dlt-example-user.c
index 4b55624..ad4e654 100755
--- a/src/examples/dlt-example-user.c
+++ b/src/examples/dlt-example-user.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-example-user.c
* For further information see http://www.genivi.org/.
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 2133279..00e096a 100755
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/lib/dlt_client.c b/src/lib/dlt_client.c
index acc72f4..39b5b07 100755
--- a/src/lib/dlt_client.c
+++ b/src/lib/dlt_client.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_client.c
* For further information see http://www.genivi.org/.
diff --git a/src/lib/dlt_client_cfg.h b/src/lib/dlt_client_cfg.h
index d011606..8bb3885 100755
--- a/src/lib/dlt_client_cfg.h
+++ b/src/lib/dlt_client_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_client_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/lib/dlt_filetransfer.c b/src/lib/dlt_filetransfer.c
index dbfaa82..359ad2c 100644
--- a/src/lib/dlt_filetransfer.c
+++ b/src/lib/dlt_filetransfer.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_filetransfer.c
* For further information see http://www.genivi.org/.
diff --git a/src/lib/dlt_user.c b/src/lib/dlt_user.c
index e91e294..568ae86 100755
--- a/src/lib/dlt_user.c
+++ b/src/lib/dlt_user.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user.c
* For further information see http://www.genivi.org/.
diff --git a/src/lib/dlt_user_cfg.h b/src/lib/dlt_user_cfg.h
index 297b904..cf1ad9d 100755
--- a/src/lib/dlt_user_cfg.h
+++ b/src/lib/dlt_user_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 457cb75..4ebdaf1 100755
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_common.c
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_common_cfg.h b/src/shared/dlt_common_cfg.h
index 81cb2c4..4021737 100755
--- a/src/shared/dlt_common_cfg.h
+++ b/src/shared/dlt_common_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_common_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_offline_trace.c b/src/shared/dlt_offline_trace.c
index 228bdfb..4aba9b8 100644
--- a/src/shared/dlt_offline_trace.c
+++ b/src/shared/dlt_offline_trace.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_offline_trace.c
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_shm.c b/src/shared/dlt_shm.c
index 891a573..a3eab81 100644
--- a/src/shared/dlt_shm.c
+++ b/src/shared/dlt_shm.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_shm.c
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_user_shared.c b/src/shared/dlt_user_shared.c
index 7271c2c..300b77e 100755
--- a/src/shared/dlt_user_shared.c
+++ b/src/shared/dlt_user_shared.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user_shared.c
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_user_shared.h b/src/shared/dlt_user_shared.h
index ec891c3..251a12e 100755
--- a/src/shared/dlt_user_shared.h
+++ b/src/shared/dlt_user_shared.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user_shared.h
* For further information see http://www.genivi.org/.
diff --git a/src/shared/dlt_user_shared_cfg.h b/src/shared/dlt_user_shared_cfg.h
index 23ef43e..20b49bd 100755
--- a/src/shared/dlt_user_shared_cfg.h
+++ b/src/shared/dlt_user_shared_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt_user_shared_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt
index 2964e29..18bbb2b 100755
--- a/src/system/CMakeLists.txt
+++ b/src/system/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/system/dlt-system-log.c b/src/system/dlt-system-log.c
index 8ec47d9..c9dada4 100644
--- a/src/system/dlt-system-log.c
+++ b/src/system/dlt-system-log.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-system-log.c
* For further information see http://www.genivi.org/.
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
index ad439ef..d79ce8e 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-system-log.h
* For further information see http://www.genivi.org/.
diff --git a/src/system/dlt-system.c b/src/system/dlt-system.c
index 0200310..e8dd7c5 100755
--- a/src/system/dlt-system.c
+++ b/src/system/dlt-system.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-system.c
* For further information see http://www.genivi.org/.
diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h
index 91a2fb3..2c5825a 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-system.h
* For further information see http://www.genivi.org/.
diff --git a/src/system/dlt-system_cfg.h b/src/system/dlt-system_cfg.h
index deb845f..79ce5e4 100644
--- a/src/system/dlt-system_cfg.h
+++ b/src/system/dlt-system_cfg.h
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-system_cfg.h
* For further information see http://www.genivi.org/.
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 9ad5180..3d5ab91 100755
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index d25d90e..318bd32 100755
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-client.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-client.c
* For further information see http://www.genivi.org/.
diff --git a/src/tests/dlt-test-filetransfer.c b/src/tests/dlt-test-filetransfer.c
index 45575bb..2d0b9ef 100644
--- a/src/tests/dlt-test-filetransfer.c
+++ b/src/tests/dlt-test-filetransfer.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-filetransfer.c
* For further information see http://www.genivi.org/.
diff --git a/src/tests/dlt-test-stress-client.c b/src/tests/dlt-test-stress-client.c
index db346f6..5c0310d 100644
--- a/src/tests/dlt-test-stress-client.c
+++ b/src/tests/dlt-test-stress-client.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-stress-client.c
* For further information see http://www.genivi.org/.
diff --git a/src/tests/dlt-test-stress-user.c b/src/tests/dlt-test-stress-user.c
index 9065d92..5696705 100644
--- a/src/tests/dlt-test-stress-user.c
+++ b/src/tests/dlt-test-stress-user.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-stress-user.c
* For further information see http://www.genivi.org/.
diff --git a/src/tests/dlt-test-stress.c b/src/tests/dlt-test-stress.c
index 81c5e53..89443f9 100755
--- a/src/tests/dlt-test-stress.c
+++ b/src/tests/dlt-test-stress.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-stress.c
* For further information see http://www.genivi.org/.
diff --git a/src/tests/dlt-test-user.c b/src/tests/dlt-test-user.c
index cbbf0cf..7a3f2fa 100755
--- a/src/tests/dlt-test-user.c
+++ b/src/tests/dlt-test-user.c
@@ -13,7 +13,7 @@
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
- * \author Alexander Wenzel <alexander.wenzel@bmw.de> BMW 2011-2012
+ * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> BMW 2011-2012
*
* \file dlt-test-user.c
* For further information see http://www.genivi.org/.
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
index 0a2c5e0..e51250d 100644
--- a/systemd/CMakeLists.txt
+++ b/systemd/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.
diff --git a/testscripts/CMakeLists.txt b/testscripts/CMakeLists.txt
index 63d9e81..34413c3 100755
--- a/testscripts/CMakeLists.txt
+++ b/testscripts/CMakeLists.txt
@@ -2,7 +2,7 @@
# Dlt - Diagnostic Log and Trace
# @licence make begin@
#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.wenzel@bmw.de>
+# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
#
# Contributions are licensed to the GENIVI Alliance under one or more
# Contribution License Agreements.