summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-05-29 16:45:57 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-06-17 08:50:44 +0200
commit53e0de1b51821e1ec75766b4ff44c711b4215922 (patch)
treeeeef5822c368978ece4c8d46e7ede095ff61400c
parentd8125a0d7e74c58910840d0f28e891ce7ffda60e (diff)
downloadDLT-daemon-53e0de1b51821e1ec75766b4ff44c711b4215922.tar.gz
Fixed license headers and copyright doxygen comments
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xCOPYING2
-rwxr-xr-xautomotive-dlt.pc.in2
-rw-r--r--automotive-dlt.spec.in2
-rw-r--r--cmake/CMakeLists.txt2
-rwxr-xr-xcmake/config.h.cmake2
-rwxr-xr-xcmake/dlt_version.h.cmake2
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/dlt_book.txt2
-rw-r--r--doc/dlt_cheatsheet.txt2
-rw-r--r--doc/dlt_design_specification.txt2
-rw-r--r--doc/dlt_extended_network_trace.txt2
-rw-r--r--doc/dlt_filetransfer.txt2
-rw-r--r--doc/dlt_howto_debug.txt2
-rw-r--r--doc/dlt_user_manual.txt2
-rwxr-xr-xdoc/doxygen.cfg.cmake2
-rwxr-xr-xdoc/extended_network_trace_doxygen.cfg.cmake2
-rw-r--r--doc/mainpage.h4
-rwxr-xr-xexamples/example1/CMakeLists.txt2
-rw-r--r--examples/example1/example1.c4
-rwxr-xr-xexamples/example2/CMakeLists.txt2
-rw-r--r--examples/example2/dlt_id.h2
-rw-r--r--examples/example2/example2.c4
-rwxr-xr-xexamples/example3/CMakeLists.txt2
-rw-r--r--examples/example3/dlt_id.h2
-rw-r--r--examples/example3/example3.c4
-rwxr-xr-xexamples/example4/CMakeLists.txt2
-rw-r--r--examples/example4/example4.c4
-rwxr-xr-xinclude/CMakeLists.txt2
-rw-r--r--include/dlt/CMakeLists.txt2
-rwxr-xr-xinclude/dlt/dlt.h4
-rwxr-xr-xinclude/dlt/dlt_client.h4
-rwxr-xr-xinclude/dlt/dlt_common.h4
-rw-r--r--include/dlt/dlt_common_api.h4
-rw-r--r--include/dlt/dlt_filetransfer.h4
-rw-r--r--include/dlt/dlt_offline_trace.h4
-rwxr-xr-xinclude/dlt/dlt_protocol.h4
-rw-r--r--include/dlt/dlt_shm.h4
-rwxr-xr-xinclude/dlt/dlt_types.h4
-rw-r--r--include/dlt/dlt_user.h4
-rw-r--r--include/dlt/dlt_user_macros.h4
-rw-r--r--src/CMakeLists.txt2
-rwxr-xr-xsrc/adaptor/CMakeLists.txt2
-rwxr-xr-xsrc/adaptor/dlt-adaptor-stdin.c4
-rwxr-xr-xsrc/adaptor/dlt-adaptor-udp.c4
-rwxr-xr-xsrc/console/CMakeLists.txt2
-rwxr-xr-xsrc/console/dlt-control.c4
-rwxr-xr-xsrc/console/dlt-convert.c4
-rwxr-xr-xsrc/console/dlt-receive.c4
-rwxr-xr-xsrc/daemon/CMakeLists.txt2
-rw-r--r--src/daemon/dlt-daemon.c4
-rwxr-xr-xsrc/daemon/dlt-daemon.h4
-rwxr-xr-xsrc/daemon/dlt-daemon_cfg.h4
-rw-r--r--src/daemon/dlt_daemon_client.c4
-rw-r--r--src/daemon/dlt_daemon_client.h4
-rw-r--r--src/daemon/dlt_daemon_common.c4
-rw-r--r--src/daemon/dlt_daemon_common.h4
-rwxr-xr-xsrc/daemon/dlt_daemon_common_cfg.h4
-rw-r--r--src/daemon/dlt_daemon_serial.c4
-rw-r--r--src/daemon/dlt_daemon_serial.h4
-rw-r--r--src/daemon/dlt_daemon_socket.c4
-rw-r--r--src/daemon/dlt_daemon_socket.h4
-rw-r--r--src/dbus/CMakeLists.txt2
-rw-r--r--src/dbus/dlt-dbus-options.c4
-rw-r--r--src/dbus/dlt-dbus.c4
-rw-r--r--src/dbus/dlt-dbus.h4
-rwxr-xr-xsrc/examples/CMakeLists.txt2
-rw-r--r--src/examples/dlt-example-filetransfer.c4
-rw-r--r--src/examples/dlt-example-user-common-api.c4
-rwxr-xr-xsrc/examples/dlt-example-user-func.c4
-rwxr-xr-xsrc/examples/dlt-example-user.c4
-rw-r--r--src/lib/CMakeLists.txt2
-rwxr-xr-xsrc/lib/dlt_client.c4
-rwxr-xr-xsrc/lib/dlt_client_cfg.h4
-rw-r--r--src/lib/dlt_filetransfer.c4
-rw-r--r--src/lib/dlt_user.c4
-rwxr-xr-xsrc/lib/dlt_user_cfg.h4
-rwxr-xr-xsrc/shared/dlt_common.c4
-rwxr-xr-xsrc/shared/dlt_common_cfg.h4
-rw-r--r--src/shared/dlt_offline_trace.c4
-rw-r--r--src/shared/dlt_shm.c4
-rwxr-xr-xsrc/shared/dlt_user_shared.c4
-rwxr-xr-xsrc/shared/dlt_user_shared.h4
-rwxr-xr-xsrc/shared/dlt_user_shared_cfg.h4
-rw-r--r--src/system/CMakeLists.txt2
-rw-r--r--src/system/dlt-system-filetransfer.c4
-rw-r--r--src/system/dlt-system-journal.c4
-rw-r--r--src/system/dlt-system-logfile.c4
-rw-r--r--src/system/dlt-system-options.c4
-rw-r--r--src/system/dlt-system-process-handling.c4
-rw-r--r--src/system/dlt-system-processes.c4
-rw-r--r--src/system/dlt-system-shell.c4
-rw-r--r--src/system/dlt-system-syslog.c4
-rw-r--r--src/system/dlt-system-watchdog.c4
-rw-r--r--src/system/dlt-system.c4
-rw-r--r--src/system/dlt-system.h4
-rw-r--r--src/tests/CMakeLists.txt2
-rwxr-xr-xsrc/tests/dlt-test-client.c4
-rw-r--r--src/tests/dlt-test-filetransfer.c4
-rw-r--r--src/tests/dlt-test-multi-process-client.c4
-rwxr-xr-xsrc/tests/dlt-test-multi-process.c4
-rw-r--r--src/tests/dlt-test-multi-process.h4
-rw-r--r--src/tests/dlt-test-stress-client.c4
-rw-r--r--src/tests/dlt-test-stress-user.c4
-rwxr-xr-xsrc/tests/dlt-test-stress.c4
-rwxr-xr-xsrc/tests/dlt-test-user.c4
-rw-r--r--systemd/CMakeLists.txt2
-rw-r--r--systemd/dlt-adaptor-udp.service.cmake2
-rwxr-xr-xsystemd/dlt-dbus.service.cmake2
-rw-r--r--systemd/dlt-example-user.service.cmake2
-rw-r--r--systemd/dlt-receive.service.cmake2
-rwxr-xr-xsystemd/dlt-system.service.cmake2
-rwxr-xr-xsystemd/dlt.service.cmake2
-rwxr-xr-xtestscripts/CMakeLists.txt2
-rwxr-xr-xtestscripts/Meego/dlt-daemon.cmake2
-rwxr-xr-xtestscripts/Ubuntu/dlt-daemon.cmake2
116 files changed, 188 insertions, 188 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48b6054..dd1f480 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/COPYING b/COPYING
index a1907b6..a5dec14 100755
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
- # Copyright (C) 2011-2015, BMW AG"
+ # Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/automotive-dlt.pc.in b/automotive-dlt.pc.in
index d960514..b91e50a 100755
--- a/automotive-dlt.pc.in
+++ b/automotive-dlt.pc.in
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/automotive-dlt.spec.in b/automotive-dlt.spec.in
index 5557529..aefcb93 100644
--- a/automotive-dlt.spec.in
+++ b/automotive-dlt.spec.in
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 4dead3a..b757dcf 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index ddedecb..3ac03c4 100755
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
diff --git a/cmake/dlt_version.h.cmake b/cmake/dlt_version.h.cmake
index 39826e5..2ba460a 100755
--- a/cmake/dlt_version.h.cmake
+++ b/cmake/dlt_version.h.cmake
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 9eee003..c001f66 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_book.txt b/doc/dlt_book.txt
index af05a94..a3e9338 100644
--- a/doc/dlt_book.txt
+++ b/doc/dlt_book.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_cheatsheet.txt b/doc/dlt_cheatsheet.txt
index 3d50ce4..2d52cac 100644
--- a/doc/dlt_cheatsheet.txt
+++ b/doc/dlt_cheatsheet.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_design_specification.txt b/doc/dlt_design_specification.txt
index 8cc0dde..3e73af6 100644
--- a/doc/dlt_design_specification.txt
+++ b/doc/dlt_design_specification.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_extended_network_trace.txt b/doc/dlt_extended_network_trace.txt
index 1277e9c..ec1c9b3 100644
--- a/doc/dlt_extended_network_trace.txt
+++ b/doc/dlt_extended_network_trace.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_filetransfer.txt b/doc/dlt_filetransfer.txt
index 1dadd92..564b12a 100644
--- a/doc/dlt_filetransfer.txt
+++ b/doc/dlt_filetransfer.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_howto_debug.txt b/doc/dlt_howto_debug.txt
index 95eb020..9ae9ed9 100644
--- a/doc/dlt_howto_debug.txt
+++ b/doc/dlt_howto_debug.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/dlt_user_manual.txt b/doc/dlt_user_manual.txt
index e8abcfa..2d16509 100644
--- a/doc/dlt_user_manual.txt
+++ b/doc/dlt_user_manual.txt
@@ -1,7 +1,7 @@
////
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/doxygen.cfg.cmake b/doc/doxygen.cfg.cmake
index d2ecc6f..f14479c 100755
--- a/doc/doxygen.cfg.cmake
+++ b/doc/doxygen.cfg.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/extended_network_trace_doxygen.cfg.cmake b/doc/extended_network_trace_doxygen.cfg.cmake
index 275820e..9cf51cc 100755
--- a/doc/extended_network_trace_doxygen.cfg.cmake
+++ b/doc/extended_network_trace_doxygen.cfg.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/doc/mainpage.h b/doc/mainpage.h
index 749ca81..34bc861 100644
--- a/doc/mainpage.h
+++ b/doc/mainpage.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -19,7 +19,7 @@
\mainpage
\author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
-\copyright Copyright © 2015 BMW AG. \n
+\copyright Copyright © 2011-2015 BMW AG. \n
License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
\par More information
diff --git a/examples/example1/CMakeLists.txt b/examples/example1/CMakeLists.txt
index f18526d..d099cc4 100755
--- a/examples/example1/CMakeLists.txt
+++ b/examples/example1/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/examples/example1/example1.c b/examples/example1/example1.c
index e525781..e6fea9f 100644
--- a/examples/example1/example1.c
+++ b/examples/example1/example1.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file example1.c
diff --git a/examples/example2/CMakeLists.txt b/examples/example2/CMakeLists.txt
index d081b56..0ce16ec 100755
--- a/examples/example2/CMakeLists.txt
+++ b/examples/example2/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/examples/example2/dlt_id.h b/examples/example2/dlt_id.h
index 5c93d6f..7bfa4c7 100644
--- a/examples/example2/dlt_id.h
+++ b/examples/example2/dlt_id.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
diff --git a/examples/example2/example2.c b/examples/example2/example2.c
index 73c1916..ccd4ff5 100644
--- a/examples/example2/example2.c
+++ b/examples/example2/example2.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file example2.c
diff --git a/examples/example3/CMakeLists.txt b/examples/example3/CMakeLists.txt
index 92e5385..5dfdae2 100755
--- a/examples/example3/CMakeLists.txt
+++ b/examples/example3/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/examples/example3/dlt_id.h b/examples/example3/dlt_id.h
index 29a3b91..149e22d 100644
--- a/examples/example3/dlt_id.h
+++ b/examples/example3/dlt_id.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
diff --git a/examples/example3/example3.c b/examples/example3/example3.c
index 4c90f97..ced6632 100644
--- a/examples/example3/example3.c
+++ b/examples/example3/example3.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file example3.c
diff --git a/examples/example4/CMakeLists.txt b/examples/example4/CMakeLists.txt
index c56a340..5ad07be 100755
--- a/examples/example4/CMakeLists.txt
+++ b/examples/example4/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/examples/example4/example4.c b/examples/example4/example4.c
index 4e11ae8..f4b1da0 100644
--- a/examples/example4/example4.c
+++ b/examples/example4/example4.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file example4.c
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 02e4b27..29066cd 100755
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/include/dlt/CMakeLists.txt b/include/dlt/CMakeLists.txt
index 94aeaf4..841edbb 100644
--- a/include/dlt/CMakeLists.txt
+++ b/include/dlt/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/include/dlt/dlt.h b/include/dlt/dlt.h
index b814077..54a2883 100755
--- a/include/dlt/dlt.h
+++ b/include/dlt/dlt.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt.h
diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h
index c62a389..6f62a67 100755
--- a/include/dlt/dlt_client.h
+++ b/include/dlt/dlt_client.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_client.h
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 6e27d4c..73798b7 100755
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_common.h
diff --git a/include/dlt/dlt_common_api.h b/include/dlt/dlt_common_api.h
index bcd0fed..2b9ef1a 100644
--- a/include/dlt/dlt_common_api.h
+++ b/include/dlt/dlt_common_api.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_common_api.h
diff --git a/include/dlt/dlt_filetransfer.h b/include/dlt/dlt_filetransfer.h
index 89e5c7a..e312dcc 100644
--- a/include/dlt/dlt_filetransfer.h
+++ b/include/dlt/dlt_filetransfer.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_filetransfer.h
diff --git a/include/dlt/dlt_offline_trace.h b/include/dlt/dlt_offline_trace.h
index efef08a..84cb416 100644
--- a/include/dlt/dlt_offline_trace.h
+++ b/include/dlt/dlt_offline_trace.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_offline_trace.h
diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h
index 9c5ea35..71dfa76 100755
--- a/include/dlt/dlt_protocol.h
+++ b/include/dlt/dlt_protocol.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_protocol.h
diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h
index 463e1c1..5c9df51 100644
--- a/include/dlt/dlt_shm.h
+++ b/include/dlt/dlt_shm.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_shm.h
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index 819c25c..f10963a 100755
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_types.h
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index ff73910..1c84c46 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user.h
diff --git a/include/dlt/dlt_user_macros.h b/include/dlt/dlt_user_macros.h
index e79f712..7f55ad3 100644
--- a/include/dlt/dlt_user_macros.h
+++ b/include/dlt/dlt_user_macros.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user_macros.h
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5fb3309..7d45f23 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/adaptor/CMakeLists.txt b/src/adaptor/CMakeLists.txt
index aa7dc19..983df92 100755
--- a/src/adaptor/CMakeLists.txt
+++ b/src/adaptor/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/adaptor/dlt-adaptor-stdin.c b/src/adaptor/dlt-adaptor-stdin.c
index 23cd9ca..2ad0ca5 100755
--- a/src/adaptor/dlt-adaptor-stdin.c
+++ b/src/adaptor/dlt-adaptor-stdin.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-adaptor-stdin.c
diff --git a/src/adaptor/dlt-adaptor-udp.c b/src/adaptor/dlt-adaptor-udp.c
index 67d35b8..dcb5820 100755
--- a/src/adaptor/dlt-adaptor-udp.c
+++ b/src/adaptor/dlt-adaptor-udp.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-adaptor-udp.c
diff --git a/src/console/CMakeLists.txt b/src/console/CMakeLists.txt
index 3ae35aa..58ca6d4 100755
--- a/src/console/CMakeLists.txt
+++ b/src/console/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/console/dlt-control.c b/src/console/dlt-control.c
index 96f89d0..92f841d 100755
--- a/src/console/dlt-control.c
+++ b/src/console/dlt-control.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-control.cpp
diff --git a/src/console/dlt-convert.c b/src/console/dlt-convert.c
index 4f593e2..55143f6 100755
--- a/src/console/dlt-convert.c
+++ b/src/console/dlt-convert.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-convert.cpp
diff --git a/src/console/dlt-receive.c b/src/console/dlt-receive.c
index 11f81a3..41a0a8c 100755
--- a/src/console/dlt-receive.c
+++ b/src/console/dlt-receive.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-receive.cpp
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index 46a087a..1955273 100755
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 302a613..40be7d6 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -21,7 +21,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-daemon.c
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index f917555..424dec4 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-daemon.h
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index acddd45..b92c595 100755
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-daemon_cfg.h
diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c
index 1b76b2c..a41dba7 100644
--- a/src/daemon/dlt_daemon_client.c
+++ b/src/daemon/dlt_daemon_client.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -21,7 +21,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_client.c
diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h
index fba4eb3..0eae719 100644
--- a/src/daemon/dlt_daemon_client.h
+++ b/src/daemon/dlt_daemon_client.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_client.h
diff --git a/src/daemon/dlt_daemon_common.c b/src/daemon/dlt_daemon_common.c
index 31e228b..8cb97a4 100644
--- a/src/daemon/dlt_daemon_common.c
+++ b/src/daemon/dlt_daemon_common.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_common.c
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index a0dba90..9a5e6c1 100644
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_common.h
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index b237b60..f7718ef 100755
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_common_cfg.h
diff --git a/src/daemon/dlt_daemon_serial.c b/src/daemon/dlt_daemon_serial.c
index bcacdd6..1f304eb 100644
--- a/src/daemon/dlt_daemon_serial.c
+++ b/src/daemon/dlt_daemon_serial.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_serial.c
diff --git a/src/daemon/dlt_daemon_serial.h b/src/daemon/dlt_daemon_serial.h
index a12ab7b..d5ffb0a 100644
--- a/src/daemon/dlt_daemon_serial.h
+++ b/src/daemon/dlt_daemon_serial.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_serial.h
diff --git a/src/daemon/dlt_daemon_socket.c b/src/daemon/dlt_daemon_socket.c
index 4ba5c08..709868f 100644
--- a/src/daemon/dlt_daemon_socket.c
+++ b/src/daemon/dlt_daemon_socket.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -21,7 +21,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_socket.c
diff --git a/src/daemon/dlt_daemon_socket.h b/src/daemon/dlt_daemon_socket.h
index 51f82fc..5d4718c 100644
--- a/src/daemon/dlt_daemon_socket.h
+++ b/src/daemon/dlt_daemon_socket.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_daemon_socket.h
diff --git a/src/dbus/CMakeLists.txt b/src/dbus/CMakeLists.txt
index 9186937..d44baab 100644
--- a/src/dbus/CMakeLists.txt
+++ b/src/dbus/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/dbus/dlt-dbus-options.c b/src/dbus/dlt-dbus-options.c
index 7a54dca..3c75c62 100644
--- a/src/dbus/dlt-dbus-options.c
+++ b/src/dbus/dlt-dbus-options.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-dbus-options.c
diff --git a/src/dbus/dlt-dbus.c b/src/dbus/dlt-dbus.c
index 44593aa..2b99a4e 100644
--- a/src/dbus/dlt-dbus.c
+++ b/src/dbus/dlt-dbus.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-dbus.c
diff --git a/src/dbus/dlt-dbus.h b/src/dbus/dlt-dbus.h
index 9dd6fdb..13ace05 100644
--- a/src/dbus/dlt-dbus.h
+++ b/src/dbus/dlt-dbus.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-dbus.h
diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt
index 0387e81..a3cdfef 100755
--- a/src/examples/CMakeLists.txt
+++ b/src/examples/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/examples/dlt-example-filetransfer.c b/src/examples/dlt-example-filetransfer.c
index b02be19..23499ce 100644
--- a/src/examples/dlt-example-filetransfer.c
+++ b/src/examples/dlt-example-filetransfer.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-example-filetransfer.c
diff --git a/src/examples/dlt-example-user-common-api.c b/src/examples/dlt-example-user-common-api.c
index 6bf9141..061c948 100644
--- a/src/examples/dlt-example-user-common-api.c
+++ b/src/examples/dlt-example-user-common-api.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-example-user-common-api.c
diff --git a/src/examples/dlt-example-user-func.c b/src/examples/dlt-example-user-func.c
index 6023cd5..777f340 100755
--- a/src/examples/dlt-example-user-func.c
+++ b/src/examples/dlt-example-user-func.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-example-user-func.c
diff --git a/src/examples/dlt-example-user.c b/src/examples/dlt-example-user.c
index 8872aa9..6d041c3 100755
--- a/src/examples/dlt-example-user.c
+++ b/src/examples/dlt-example-user.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-example-user.c
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index af8472d..5646571 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/lib/dlt_client.c b/src/lib/dlt_client.c
index 210d303..2c9f46a 100755
--- a/src/lib/dlt_client.c
+++ b/src/lib/dlt_client.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_client.c
diff --git a/src/lib/dlt_client_cfg.h b/src/lib/dlt_client_cfg.h
index d4d8a35..b611681 100755
--- a/src/lib/dlt_client_cfg.h
+++ b/src/lib/dlt_client_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_client_cfg.h
diff --git a/src/lib/dlt_filetransfer.c b/src/lib/dlt_filetransfer.c
index f3ba2db..9b1996f 100644
--- a/src/lib/dlt_filetransfer.c
+++ b/src/lib/dlt_filetransfer.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_filetransfer.c
diff --git a/src/lib/dlt_user.c b/src/lib/dlt_user.c
index 97e780e..16e4456 100644
--- a/src/lib/dlt_user.c
+++ b/src/lib/dlt_user.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -21,7 +21,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user.c
diff --git a/src/lib/dlt_user_cfg.h b/src/lib/dlt_user_cfg.h
index b9eeb8a..850429e 100755
--- a/src/lib/dlt_user_cfg.h
+++ b/src/lib/dlt_user_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user_cfg.h
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 24922c3..613018f 100755
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -21,7 +21,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_common.c
diff --git a/src/shared/dlt_common_cfg.h b/src/shared/dlt_common_cfg.h
index d554fb2..7a34850 100755
--- a/src/shared/dlt_common_cfg.h
+++ b/src/shared/dlt_common_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_common_cfg.h
diff --git a/src/shared/dlt_offline_trace.c b/src/shared/dlt_offline_trace.c
index 760884f..404b4f1 100644
--- a/src/shared/dlt_offline_trace.c
+++ b/src/shared/dlt_offline_trace.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_offline_trace.c
diff --git a/src/shared/dlt_shm.c b/src/shared/dlt_shm.c
index e67a134..3286057 100644
--- a/src/shared/dlt_shm.c
+++ b/src/shared/dlt_shm.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_shm.c
diff --git a/src/shared/dlt_user_shared.c b/src/shared/dlt_user_shared.c
index 20454a7..0113a3f 100755
--- a/src/shared/dlt_user_shared.c
+++ b/src/shared/dlt_user_shared.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user_shared.c
diff --git a/src/shared/dlt_user_shared.h b/src/shared/dlt_user_shared.h
index 6db3299..a0d563b 100755
--- a/src/shared/dlt_user_shared.h
+++ b/src/shared/dlt_user_shared.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user_shared.h
diff --git a/src/shared/dlt_user_shared_cfg.h b/src/shared/dlt_user_shared_cfg.h
index cdfd4fe..fc74c0c 100755
--- a/src/shared/dlt_user_shared_cfg.h
+++ b/src/shared/dlt_user_shared_cfg.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt_user_shared_cfg.h
diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt
index 7c98de8..fb11624 100644
--- a/src/system/CMakeLists.txt
+++ b/src/system/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/system/dlt-system-filetransfer.c b/src/system/dlt-system-filetransfer.c
index 3f31c81..56d2f52 100644
--- a/src/system/dlt-system-filetransfer.c
+++ b/src/system/dlt-system-filetransfer.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -22,7 +22,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-filetransfer.c
diff --git a/src/system/dlt-system-journal.c b/src/system/dlt-system-journal.c
index bbd8385..7cccb4b 100644
--- a/src/system/dlt-system-journal.c
+++ b/src/system/dlt-system-journal.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-journal.c
diff --git a/src/system/dlt-system-logfile.c b/src/system/dlt-system-logfile.c
index a2ec7ec..cd1a828 100644
--- a/src/system/dlt-system-logfile.c
+++ b/src/system/dlt-system-logfile.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-logfile.c
diff --git a/src/system/dlt-system-options.c b/src/system/dlt-system-options.c
index d00b571..01f2d65 100644
--- a/src/system/dlt-system-options.c
+++ b/src/system/dlt-system-options.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-options.c
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index 2352204..118b868 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-process-handling.c
diff --git a/src/system/dlt-system-processes.c b/src/system/dlt-system-processes.c
index fab3b4f..b92ff55 100644
--- a/src/system/dlt-system-processes.c
+++ b/src/system/dlt-system-processes.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-processes.c
diff --git a/src/system/dlt-system-shell.c b/src/system/dlt-system-shell.c
index a753185..a235fde 100644
--- a/src/system/dlt-system-shell.c
+++ b/src/system/dlt-system-shell.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-shell.c
diff --git a/src/system/dlt-system-syslog.c b/src/system/dlt-system-syslog.c
index 8a6a7be..aa60e55 100644
--- a/src/system/dlt-system-syslog.c
+++ b/src/system/dlt-system-syslog.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-syslog.c
diff --git a/src/system/dlt-system-watchdog.c b/src/system/dlt-system-watchdog.c
index 255a789..8dae122 100644
--- a/src/system/dlt-system-watchdog.c
+++ b/src/system/dlt-system-watchdog.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -22,7 +22,7 @@
* Markus Klein <Markus.Klein@esk.fraunhofer.de>
* Mikko Rapeli <mikko.rapeli@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system-watchdog.c
diff --git a/src/system/dlt-system.c b/src/system/dlt-system.c
index 60781b1..b826286 100644
--- a/src/system/dlt-system.c
+++ b/src/system/dlt-system.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system.c
diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h
index 1f217b0..c415ad7 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-system.h
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 7716d64..b1052ca 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index 42bda9d..645b0e1 100755
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-client.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-client.c
diff --git a/src/tests/dlt-test-filetransfer.c b/src/tests/dlt-test-filetransfer.c
index d08db91..6374b2d 100644
--- a/src/tests/dlt-test-filetransfer.c
+++ b/src/tests/dlt-test-filetransfer.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-filetransfer.c
diff --git a/src/tests/dlt-test-multi-process-client.c b/src/tests/dlt-test-multi-process-client.c
index 98ee652..fdd0307 100644
--- a/src/tests/dlt-test-multi-process-client.c
+++ b/src/tests/dlt-test-multi-process-client.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <Lassi.LM.Marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-multi-process-client.c
diff --git a/src/tests/dlt-test-multi-process.c b/src/tests/dlt-test-multi-process.c
index 4740882..53dbffb 100755
--- a/src/tests/dlt-test-multi-process.c
+++ b/src/tests/dlt-test-multi-process.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-multi-process.c
diff --git a/src/tests/dlt-test-multi-process.h b/src/tests/dlt-test-multi-process.h
index ee8341e..4b704d5 100644
--- a/src/tests/dlt-test-multi-process.h
+++ b/src/tests/dlt-test-multi-process.h
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-multi-process.h
diff --git a/src/tests/dlt-test-stress-client.c b/src/tests/dlt-test-stress-client.c
index fbc152e..36044d0 100644
--- a/src/tests/dlt-test-stress-client.c
+++ b/src/tests/dlt-test-stress-client.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-stress-client.c
diff --git a/src/tests/dlt-test-stress-user.c b/src/tests/dlt-test-stress-user.c
index 73da3e5..6a6f4a6 100644
--- a/src/tests/dlt-test-stress-user.c
+++ b/src/tests/dlt-test-stress-user.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-stress-user.c
diff --git a/src/tests/dlt-test-stress.c b/src/tests/dlt-test-stress.c
index 6ed66b0..59e11f7 100755
--- a/src/tests/dlt-test-stress.c
+++ b/src/tests/dlt-test-stress.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-stress.c
diff --git a/src/tests/dlt-test-user.c b/src/tests/dlt-test-user.c
index 44abdf7..282832f 100755
--- a/src/tests/dlt-test-user.c
+++ b/src/tests/dlt-test-user.c
@@ -2,7 +2,7 @@
* @licence app begin@
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2011-2015, BMW AG"
+ * Copyright (C) 2011-2015, BMW AG
*
* This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
*
@@ -18,7 +18,7 @@
/*!
* \author Alexander Wenzel <alexander.aw.wenzel@bmw.de>
*
- * \copyright Copyright © 2015 BMW AG. \n
+ * \copyright Copyright © 2011-2015 BMW AG. \n
* License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
*
* \file dlt-test-user.c
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
index 10bbfe1..98e8b65 100644
--- a/systemd/CMakeLists.txt
+++ b/systemd/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake
index d98b481..8e7fc28 100644
--- a/systemd/dlt-adaptor-udp.service.cmake
+++ b/systemd/dlt-adaptor-udp.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt-dbus.service.cmake b/systemd/dlt-dbus.service.cmake
index cb27cd9..c8030e0 100755
--- a/systemd/dlt-dbus.service.cmake
+++ b/systemd/dlt-dbus.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt-example-user.service.cmake b/systemd/dlt-example-user.service.cmake
index 31ff50b..3bf18e6 100644
--- a/systemd/dlt-example-user.service.cmake
+++ b/systemd/dlt-example-user.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake
index 9a976e3..02b51e5 100644
--- a/systemd/dlt-receive.service.cmake
+++ b/systemd/dlt-receive.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake
index b1c1f9e..c5e4860 100755
--- a/systemd/dlt-system.service.cmake
+++ b/systemd/dlt-system.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
index 35d2216..fba7ec5 100755
--- a/systemd/dlt.service.cmake
+++ b/systemd/dlt.service.cmake
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/testscripts/CMakeLists.txt b/testscripts/CMakeLists.txt
index 4249285..126525d 100755
--- a/testscripts/CMakeLists.txt
+++ b/testscripts/CMakeLists.txt
@@ -2,7 +2,7 @@
# @licence make begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/testscripts/Meego/dlt-daemon.cmake b/testscripts/Meego/dlt-daemon.cmake
index ba8be08..3ef0744 100755
--- a/testscripts/Meego/dlt-daemon.cmake
+++ b/testscripts/Meego/dlt-daemon.cmake
@@ -4,7 +4,7 @@
# @licence app begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#
diff --git a/testscripts/Ubuntu/dlt-daemon.cmake b/testscripts/Ubuntu/dlt-daemon.cmake
index b0bb9b0..88c9acc 100755
--- a/testscripts/Ubuntu/dlt-daemon.cmake
+++ b/testscripts/Ubuntu/dlt-daemon.cmake
@@ -4,7 +4,7 @@
# @licence app begin@
# SPDX license identifier: MPL-2.0
#
-# Copyright (C) 2011-2015, BMW AG"
+# Copyright (C) 2011-2015, BMW AG
#
# This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
#