summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/CMakeLists.txt2
-rw-r--r--src/daemon/dlt-daemon.c2
-rw-r--r--src/daemon/dlt-daemon.h2
-rw-r--r--src/daemon/dlt-daemon_cfg.h2
-rw-r--r--src/daemon/dlt_daemon_client.c2
-rw-r--r--src/daemon/dlt_daemon_client.h2
-rw-r--r--src/daemon/dlt_daemon_common.c2
-rw-r--r--src/daemon/dlt_daemon_common.h2
-rw-r--r--src/daemon/dlt_daemon_common_cfg.h2
-rw-r--r--src/daemon/dlt_daemon_connection.c2
-rw-r--r--src/daemon/dlt_daemon_connection.h2
-rw-r--r--src/daemon/dlt_daemon_connection_types.h2
-rw-r--r--src/daemon/dlt_daemon_event_handler.c2
-rw-r--r--src/daemon/dlt_daemon_event_handler.h2
-rw-r--r--src/daemon/dlt_daemon_event_handler_types.h2
-rw-r--r--src/daemon/dlt_daemon_offline_logstorage.c2
-rw-r--r--src/daemon/dlt_daemon_offline_logstorage.h2
-rw-r--r--src/daemon/dlt_daemon_offline_logstorage_internal.h2
-rw-r--r--src/daemon/dlt_daemon_serial.c2
-rw-r--r--src/daemon/dlt_daemon_serial.h2
-rw-r--r--src/daemon/dlt_daemon_socket.c2
-rw-r--r--src/daemon/dlt_daemon_socket.h2
-rw-r--r--src/daemon/dlt_daemon_unix_socket.c2
-rw-r--r--src/daemon/dlt_daemon_unix_socket.h2
24 files changed, 0 insertions, 48 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index 46f9ed7..b5cca17 100644
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -1,5 +1,4 @@
#######
-# @licence make begin@
# SPDX license identifier: MPL-2.0
#
# Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# For further information see http://www.genivi.org/.
-# @licence end@
#######
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 50e178c..b5d572d 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 2f8f814..2fd28d5 100644
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index ff3a042..67ce017 100644
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c
index 4565322..6a805e7 100644
--- a/src/daemon/dlt_daemon_client.c
+++ b/src/daemon/dlt_daemon_client.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h
index 268371a..ecfd4d0 100644
--- a/src/daemon/dlt_daemon_client.h
+++ b/src/daemon/dlt_daemon_client.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_common.c b/src/daemon/dlt_daemon_common.c
index cb392dc..2bf6647 100644
--- a/src/daemon/dlt_daemon_common.c
+++ b/src/daemon/dlt_daemon_common.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index a1e1d3e..83ac640 100644
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index 31d2f8b..926befd 100644
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_connection.c b/src/daemon/dlt_daemon_connection.c
index d936927..43a202b 100644
--- a/src/daemon/dlt_daemon_connection.c
+++ b/src/daemon/dlt_daemon_connection.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_connection.h b/src/daemon/dlt_daemon_connection.h
index e46c05c..316784f 100644
--- a/src/daemon/dlt_daemon_connection.h
+++ b/src/daemon/dlt_daemon_connection.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_connection_types.h b/src/daemon/dlt_daemon_connection_types.h
index 560f7f9..4bf0db4 100644
--- a/src/daemon/dlt_daemon_connection_types.h
+++ b/src/daemon/dlt_daemon_connection_types.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_event_handler.c b/src/daemon/dlt_daemon_event_handler.c
index d514c9d..2e3d758 100644
--- a/src/daemon/dlt_daemon_event_handler.c
+++ b/src/daemon/dlt_daemon_event_handler.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_event_handler.h b/src/daemon/dlt_daemon_event_handler.h
index 53639c4..eb96101 100644
--- a/src/daemon/dlt_daemon_event_handler.h
+++ b/src/daemon/dlt_daemon_event_handler.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_event_handler_types.h b/src/daemon/dlt_daemon_event_handler_types.h
index 16e0a98..370e503 100644
--- a/src/daemon/dlt_daemon_event_handler_types.h
+++ b/src/daemon/dlt_daemon_event_handler_types.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Advanced Driver Information Technology.
@@ -14,7 +13,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_offline_logstorage.c b/src/daemon/dlt_daemon_offline_logstorage.c
index 7620ecd..2d28796 100644
--- a/src/daemon/dlt_daemon_offline_logstorage.c
+++ b/src/daemon/dlt_daemon_offline_logstorage.c
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 2013 - 2018 Advanced Driver Information Technology.
* This code is developed by Advanced Driver Information Technology.
* Copyright of Advanced Driver Information Technology, Bosch and DENSO.
@@ -17,7 +16,6 @@
*
* \file: dlt_daemon_offline_logstorage.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#include <stdio.h>
diff --git a/src/daemon/dlt_daemon_offline_logstorage.h b/src/daemon/dlt_daemon_offline_logstorage.h
index 83d3470..605ada4 100644
--- a/src/daemon/dlt_daemon_offline_logstorage.h
+++ b/src/daemon/dlt_daemon_offline_logstorage.h
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 2013 - 2015 Advanced Driver Information Technology.
* This code is developed by Advanced Driver Information Technology.
* Copyright of Advanced Driver Information Technology, Bosch and DENSO.
@@ -17,7 +16,6 @@
*
* \file: dlt_daemon_offline_logstorage.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/daemon/dlt_daemon_offline_logstorage_internal.h b/src/daemon/dlt_daemon_offline_logstorage_internal.h
index 4ad22c3..00b8160 100644
--- a/src/daemon/dlt_daemon_offline_logstorage_internal.h
+++ b/src/daemon/dlt_daemon_offline_logstorage_internal.h
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 2018 Advanced Driver Information Technology.
* This code is developed by Advanced Driver Information Technology.
* Copyright of Advanced Driver Information Technology, Bosch and DENSO.
@@ -16,7 +15,6 @@
*
* \file: dlt_daemon_offline_logstorage_internal.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/daemon/dlt_daemon_serial.c b/src/daemon/dlt_daemon_serial.c
index 58c2a67..4cdd7b4 100644
--- a/src/daemon/dlt_daemon_serial.c
+++ b/src/daemon/dlt_daemon_serial.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_serial.h b/src/daemon/dlt_daemon_serial.h
index fb540bf..fe49bff 100644
--- a/src/daemon/dlt_daemon_serial.h
+++ b/src/daemon/dlt_daemon_serial.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_socket.c b/src/daemon/dlt_daemon_socket.c
index addd3ce..6dfc264 100644
--- a/src/daemon/dlt_daemon_socket.c
+++ b/src/daemon/dlt_daemon_socket.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_socket.h b/src/daemon/dlt_daemon_socket.h
index 6a2f54e..cca8306 100644
--- a/src/daemon/dlt_daemon_socket.h
+++ b/src/daemon/dlt_daemon_socket.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2011-2015, BMW AG
@@ -12,7 +11,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_unix_socket.c b/src/daemon/dlt_daemon_unix_socket.c
index e5c5faa..b58beb1 100644
--- a/src/daemon/dlt_daemon_unix_socket.c
+++ b/src/daemon/dlt_daemon_unix_socket.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015, Advanced Driver Information Technology
@@ -13,7 +12,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!
diff --git a/src/daemon/dlt_daemon_unix_socket.h b/src/daemon/dlt_daemon_unix_socket.h
index dec6b86..ec14f6a 100644
--- a/src/daemon/dlt_daemon_unix_socket.h
+++ b/src/daemon/dlt_daemon_unix_socket.h
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015, Advanced Driver Information Technology
@@ -13,7 +12,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*!