Updated authors information.
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Tue, 1 Apr 2014 08:10:23 +0000 (10:10 +0200)
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Tue, 1 Apr 2014 08:10:23 +0000 (10:10 +0200)
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
AUTHORS
src/daemon/dlt-daemon.c
src/daemon/dlt_daemon_client.c
src/daemon/dlt_daemon_socket.c
src/lib/dlt_user.c
src/shared/dlt_common.c
src/system/dlt-system-filetransfer.c
src/system/dlt-system-watchdog.c

diff --git a/AUTHORS b/AUTHORS
index c17c38b..fdbd568 100755 (executable)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,10 @@
 Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
-    alex <alex@alexpc.(none)>
-    alex <alex@genivialex.(none)>
-    alex <alex@nbtserver2.(none)>
 Christian Muck <christian.muck@bmw.de>
-    christian <christian@genivialex.(none)> 
-Lassi Marttala <Lassi.LM.Marttala@partner.bmw.de>
-Mohammed AL Dardoun <mohammed.aldardoun@partner.bmw.de> 
-Mohammed <mohammed.aldardoun@partner.bmw.de>
+Mikko Rapeli <mikko.rapeli@bmw.de>
 Jeremiah C. Foster <jeremiah.foster@pelagicore.com> 
+Stefan Seefeld <stefan@codesourcery.com>
+Noor Ahsan <noor_ahsan@mentor.com>
+Eckhard Diezel <external.Eckhard.Diezel@de.bosch.com>
+Mohammed AL Dardoun 
+Lassi Marttala
+Simon Brandner
index bb3b86e..3c4f751 100644 (file)
@@ -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.
  *
  * 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-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 <netdb.h>
 #include <ctype.h>
 #include <stdio.h>      /* for printf() and fprintf() */
index 30af665..936c462 100644 (file)
@@ -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.
  *
  * 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 <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_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 <netdb.h>
 #include <ctype.h>
 #include <stdio.h>      /* for printf() and fprintf() */
index a4dbe9f..ca6f2ae 100644 (file)
@@ -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.
  *
  * 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 <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_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 <netdb.h>
 #include <ctype.h>
 #include <stdio.h>      /* for printf() and fprintf() */
index 3b23378..c99a646 100644 (file)
@@ -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.
  *
  * 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 */
index 589c50f..662e9b5 100755 (executable)
@@ -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.
  *
  * 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 <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_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 <stdio.h>
 #include <stdlib.h> /* for malloc(), free() */
 #include <string.h> /* for strlen(), memcmp(), memmove() */
index 273eb88..72fe630 100644 (file)
@@ -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.
  *
  * 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/.
index 86b3346..5f7d124 100644 (file)
@@ -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.
  *
  * 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>