summaryrefslogtreecommitdiff
path: root/src
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 /src
parentd8125a0d7e74c58910840d0f28e891ce7ffda60e (diff)
downloadDLT-daemon-53e0de1b51821e1ec75766b4ff44c711b4215922.tar.gz
Fixed license headers and copyright doxygen comments
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src')
-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
65 files changed, 121 insertions, 121 deletions
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