summaryrefslogtreecommitdiff
path: root/src/daemon
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/daemon
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/daemon')
-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
13 files changed, 25 insertions, 25 deletions
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