diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2014-04-01 10:10:23 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2014-04-01 10:10:23 +0200 |
commit | eec28320c7f903976ede0f69226948cc1d46334a (patch) | |
tree | 4720e8732edad77dfb65d192426f635413455bb6 /src/lib/dlt_user.c | |
parent | 20136d1af7dbf1d619499cc27e1c75e05368f3b6 (diff) | |
download | DLT-daemon-eec28320c7f903976ede0f69226948cc1d46334a.tar.gz |
Updated authors information.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/lib/dlt_user.c')
-rw-r--r-- | src/lib/dlt_user.c | 50 |
1 files changed, 5 insertions, 45 deletions
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 <alexander.aw.wenzel@bmw.de> BMW 2011-2012 + * \author + * Alexander Wenzel <alexander.aw.wenzel@bmw.de> + * Markus Klein <Markus.Klein@esk.fraunhofer.de> + * Mikko Rapeli <mikko.rapeli@bmw.de> * * \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 <stdlib.h> /* for getenv(), free(), atexit() */ #include <string.h> /* for strcmp(), strncmp(), strlen(), memset(), memcpy() */ #include <signal.h> /* for signal(), SIGPIPE, SIG_IGN */ |