From eec28320c7f903976ede0f69226948cc1d46334a Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 1 Apr 2014 10:10:23 +0200 Subject: Updated authors information. Signed-off-by: Alexander Wenzel --- AUTHORS | 14 +++++----- src/daemon/dlt-daemon.c | 50 ++++------------------------------- src/daemon/dlt_daemon_client.c | 37 ++++---------------------- src/daemon/dlt_daemon_socket.c | 37 ++++---------------------- src/lib/dlt_user.c | 50 ++++------------------------------- src/shared/dlt_common.c | 51 ++++-------------------------------- src/system/dlt-system-filetransfer.c | 9 ++++--- src/system/dlt-system-watchdog.c | 29 +++++--------------- 8 files changed, 44 insertions(+), 233 deletions(-) diff --git a/AUTHORS b/AUTHORS index c17c38b..fdbd568 100755 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,10 @@ Alexander Wenzel - alex - alex - alex Christian Muck - christian -Lassi Marttala -Mohammed AL Dardoun -Mohammed +Mikko Rapeli Jeremiah C. Foster +Stefan Seefeld +Noor Ahsan +Eckhard Diezel +Mohammed AL Dardoun +Lassi Marttala +Simon Brandner diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c index bb3b86e..3c4f751 100644 --- a/src/daemon/dlt-daemon.c +++ b/src/daemon/dlt-daemon.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. * @@ -13,56 +13,16 @@ * this file, You can obtain one at http://mozilla.org/MPL/2.0/. * * - * \author Alexander Wenzel BMW 2011-2012 + * \author + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \file dlt-daemon.c * For further information see http://www.genivi.org/. * @licence end@ */ -/******************************************************************************* -** ** -** SRC-MODULE: dlt-daemon.c ** -** ** -** TARGET : linux ** -** ** -** PROJECT : DLT ** -** ** -** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** -** Markus Klein ** -** ** -** PURPOSE : ** -** ** -** REMARKS : ** -** ** -** PLATFORM DEPENDANT [yes/no]: yes ** -** ** -** TO BE CHANGED BY USER [yes/no]: no ** -** ** -*******************************************************************************/ - -/******************************************************************************* -** Author Identity ** -******************************************************************************** -** ** -** Initials Name Company ** -** -------- ------------------------- ---------------------------------- ** -** aw Alexander Wenzel BMW ** -** mk Markus Klein Fraunhofer ESK ** -*******************************************************************************/ - -/******************************************************************************* -** Revision Control History ** -*******************************************************************************/ - -/* - * $LastChangedRevision: 1670 $ - * $LastChangedDate: 2011-04-08 15:12:06 +0200 (Fr, 08. Apr 2011) $ - * $LastChangedBy$ - Initials Date Comment - aw 13.01.2010 initial - */ - #include #include #include /* for printf() and fprintf() */ diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c index 30af665..936c462 100644 --- a/src/daemon/dlt_daemon_client.c +++ b/src/daemon/dlt_daemon_client.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,43 +12,16 @@ * 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 Alexander Wenzel BMW 2011-2012 + * \author + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \file dlt_daemon_client.c * For further information see http://www.genivi.org/. * @licence end@ */ -/******************************************************************************* -** ** -** SRC-MODULE: dlt_daemonclient.c ** -** ** -** TARGET : linux ** -** ** -** PROJECT : DLT ** -** ** -** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** -** ** -** PURPOSE : ** -** ** -** REMARKS : ** -** ** -** PLATFORM DEPENDANT [yes/no]: yes ** -** ** -** TO BE CHANGED BY USER [yes/no]: no ** -** ** -*******************************************************************************/ - -/******************************************************************************* -** Author Identity ** -******************************************************************************** -** ** -** Initials Name Company ** -** -------- ------------------------- ---------------------------------- ** -** aw Alexander Wenzel BMW ** -*******************************************************************************/ - #include #include #include /* for printf() and fprintf() */ diff --git a/src/daemon/dlt_daemon_socket.c b/src/daemon/dlt_daemon_socket.c index a4dbe9f..ca6f2ae 100644 --- a/src/daemon/dlt_daemon_socket.c +++ b/src/daemon/dlt_daemon_socket.c @@ -1,5 +1,5 @@ /* @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. * @@ -11,43 +11,16 @@ * 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 Alexander Wenzel BMW 2011-2012 + * \author + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \file dlt_daemon_socket.c * For further information see http://www.genivi.org/. * @licence end@ */ -/******************************************************************************* -** ** -** SRC-MODULE: dlt_daemon_socket.c ** -** ** -** TARGET : linux ** -** ** -** PROJECT : DLT ** -** ** -** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** -** ** -** PURPOSE : ** -** ** -** REMARKS : ** -** ** -** PLATFORM DEPENDANT [yes/no]: yes ** -** ** -** TO BE CHANGED BY USER [yes/no]: no ** -** ** -*******************************************************************************/ - -/******************************************************************************* -** Author Identity ** -******************************************************************************** -** ** -** Initials Name Company ** -** -------- ------------------------- ---------------------------------- ** -** aw Alexander Wenzel BMW ** -*******************************************************************************/ - #include #include #include /* for printf() and fprintf() */ diff --git a/src/lib/dlt_user.c b/src/lib/dlt_user.c index 3b23378..c99a646 100644 --- a/src/lib/dlt_user.c +++ b/src/lib/dlt_user.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. * @@ -13,56 +13,16 @@ * this file, You can obtain one at http://mozilla.org/MPL/2.0/. * * - * \author Alexander Wenzel BMW 2011-2012 + * \author + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \file dlt_user.c * For further information see http://www.genivi.org/. * @licence end@ */ - -/******************************************************************************* -** ** -** SRC-MODULE: dlt_user.c ** -** ** -** TARGET : linux ** -** ** -** PROJECT : DLT ** -** ** -** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** -** Markus Klein ** -** ** -** PURPOSE : ** -** ** -** REMARKS : ** -** ** -** PLATFORM DEPENDANT [yes/no]: yes ** -** ** -** TO BE CHANGED BY USER [yes/no]: no ** -** ** -*******************************************************************************/ - -/******************************************************************************* -** Author Identity ** -******************************************************************************** -** ** -** Initials Name Company ** -** -------- ------------------------- ---------------------------------- ** -** aw Alexander Wenzel BMW ** -** mk Markus Klein Fraunhofer ESK ** -*******************************************************************************/ - -/******************************************************************************* -** Revision Control History ** -*******************************************************************************/ - -/* - * $LastChangedRevision: 1670 $ - * $LastChangedDate: 2011-04-08 15:12:06 +0200 (Fr, 08. Apr 2011) $ - * $LastChangedBy$ - Initials Date Comment - aw 13.01.2010 initial - */ #include /* for getenv(), free(), atexit() */ #include /* for strcmp(), strncmp(), strlen(), memset(), memcpy() */ #include /* for signal(), SIGPIPE, SIG_IGN */ diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c index 589c50f..662e9b5 100755 --- a/src/shared/dlt_common.c +++ b/src/shared/dlt_common.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,57 +12,16 @@ * 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 Alexander Wenzel BMW 2011-2012 + * \author + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \file dlt_common.c * For further information see http://www.genivi.org/. * @licence end@ */ - -/******************************************************************************* -** ** -** SRC-MODULE: dlt_common.c ** -** ** -** TARGET : linux ** -** ** -** PROJECT : DLT ** -** ** -** AUTHOR : Alexander Wenzel Alexander.AW.Wenzel@bmw.de ** -** Markus Klein ** -** ** -** PURPOSE : ** -** ** -** REMARKS : ** -** ** -** PLATFORM DEPENDANT [yes/no]: yes ** -** ** -** TO BE CHANGED BY USER [yes/no]: no ** -** ** -*******************************************************************************/ - -/******************************************************************************* -** Author Identity ** -******************************************************************************** -** ** -** Initials Name Company ** -** -------- ------------------------- ---------------------------------- ** -** aw Alexander Wenzel BMW ** -** mk Markus Klein Fraunhofer ESK ** -*******************************************************************************/ - -/******************************************************************************* -** Revision Control History ** -*******************************************************************************/ - -/* - * $LastChangedRevision: 1670 $ - * $LastChangedDate: 2011-04-08 15:12:06 +0200 (Fr, 08. Apr 2011) $ - * $LastChangedBy$ - Initials Date Comment - aw 13.01.2010 initial - */ #include #include /* for malloc(), free() */ #include /* for strlen(), memcmp(), memmove() */ 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 BMW 2012 + * \author + * Lassi Marttala + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \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 BMW 2012 + * \author + * Lassi Marttala + * Alexander Wenzel + * Markus Klein + * Mikko Rapeli * * \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 ** -** 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 #include -- cgit v1.2.1