summaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-04-01 10:10:23 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-04-01 10:10:23 +0200
commiteec28320c7f903976ede0f69226948cc1d46334a (patch)
tree4720e8732edad77dfb65d192426f635413455bb6 /src/system
parent20136d1af7dbf1d619499cc27e1c75e05368f3b6 (diff)
downloadDLT-daemon-eec28320c7f903976ede0f69226948cc1d46334a.tar.gz
Updated authors information.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/system')
-rw-r--r--src/system/dlt-system-filetransfer.c9
-rw-r--r--src/system/dlt-system-watchdog.c29
2 files changed, 12 insertions, 26 deletions
diff --git a/src/system/dlt-system-filetransfer.c b/src/system/dlt-system-filetransfer.c
index 273eb88..72fe630 100644
--- a/src/system/dlt-system-filetransfer.c
+++ b/src/system/dlt-system-filetransfer.c
@@ -1,6 +1,6 @@
/**
* @licence app begin@
- * Copyright (C) 2012 BMW AG
+ * Copyright (C) 2012-2014 BMW AG
*
* This file is part of GENIVI Project Dlt - Diagnostic Log and Trace console apps.
*
@@ -12,8 +12,11 @@
* Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- *
- * \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de> BMW 2012
+ * \author
+ * Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
+ * Alexander Wenzel <alexander.aw.wenzel@bmw.de>
+ * Markus Klein <Markus.Klein@esk.fraunhofer.de>
+ * Mikko Rapeli <mikko.rapeli@bmw.de>
*
* \file dlt-system-filetransfer.c
* For further information see http://www.genivi.org/.
diff --git a/src/system/dlt-system-watchdog.c b/src/system/dlt-system-watchdog.c
index 86b3346..5f7d124 100644
--- a/src/system/dlt-system-watchdog.c
+++ b/src/system/dlt-system-watchdog.c
@@ -1,6 +1,6 @@
/**
* @licence app begin@
- * Copyright (C) 2012 BMW AG
+ * Copyright (C) 2012-2014 BMW AG
*
* This file is part of GENIVI Project Dlt - Diagnostic Log and Trace console apps.
*
@@ -12,34 +12,17 @@
* Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- *
- * \author Lassi Marttala <lassi.lm.marttala@partner.bmw.de> BMW 2012
+ * \author
+ * Lassi Marttala <lassi.lm.marttala@partner.bmw.de>
+ * Alexander Wenzel <alexander.aw.wenzel@bmw.de>
+ * Markus Klein <Markus.Klein@esk.fraunhofer.de>
+ * Mikko Rapeli <mikko.rapeli@bmw.de>
*
* \file dlt-system-logfile.c
* For further information see http://www.genivi.org/.
* @licence end@
*/
-/*******************************************************************************
-** **
-** SRC-MODULE: dlt-system-watchdog.c **
-** **
-** TARGET : linux **
-** **
-** PROJECT : DLT **
-** **
-** AUTHOR : Christian Muck <christian.muck@bmw.de> **
-** Alexander Wenzel Alexander.AW.Wenzel@bmw.de **
-** **
-** PURPOSE : **
-** **
-** REMARKS : **
-** **
-** PLATFORM DEPENDANT [yes/no]: yes **
-** **
-** TO BE CHANGED BY USER [yes/no]: no **
-** **
-*******************************************************************************/
#if defined(DLT_SYSTEMD_WATCHDOG_ENABLE)
#include <stdio.h>
#include <stdlib.h>