summaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/system')
-rw-r--r--src/system/CMakeLists.txt2
-rw-r--r--src/system/dlt-system-filetransfer.c2
-rw-r--r--src/system/dlt-system-journal.c2
-rw-r--r--src/system/dlt-system-logfile.c2
-rw-r--r--src/system/dlt-system-options.c2
-rw-r--r--src/system/dlt-system-process-handling.c2
-rw-r--r--src/system/dlt-system-processes.c2
-rw-r--r--src/system/dlt-system-shell.c2
-rw-r--r--src/system/dlt-system-syslog.c2
-rw-r--r--src/system/dlt-system-watchdog.c2
-rw-r--r--src/system/dlt-system.c2
-rw-r--r--src/system/dlt-system.h2
12 files changed, 0 insertions, 24 deletions
diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt
index 4cb9371..7de07ef 100644
--- a/src/system/CMakeLists.txt
+++ b/src/system/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@
#######
if(WITH_SYSTEMD_WATCHDOG OR WITH_SYSTEMD OR WITH_SYSTEMD_JOURNAL)
diff --git a/src/system/dlt-system-filetransfer.c b/src/system/dlt-system-filetransfer.c
index 9bb1d56..9091b1a 100644
--- a/src/system/dlt-system-filetransfer.c
+++ b/src/system/dlt-system-filetransfer.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/system/dlt-system-journal.c b/src/system/dlt-system-journal.c
index 0883945..e4d5314 100644
--- a/src/system/dlt-system-journal.c
+++ b/src/system/dlt-system-journal.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/system/dlt-system-logfile.c b/src/system/dlt-system-logfile.c
index dae557f..b7ed38a 100644
--- a/src/system/dlt-system-logfile.c
+++ b/src/system/dlt-system-logfile.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/system/dlt-system-options.c b/src/system/dlt-system-options.c
index 63f2e37..667db9c 100644
--- a/src/system/dlt-system-options.c
+++ b/src/system/dlt-system-options.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/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index 51c2547..8b89c03 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.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/system/dlt-system-processes.c b/src/system/dlt-system-processes.c
index e9b8577..24a6dcf 100644
--- a/src/system/dlt-system-processes.c
+++ b/src/system/dlt-system-processes.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/system/dlt-system-shell.c b/src/system/dlt-system-shell.c
index 6e24f3b..c7ebe2c 100644
--- a/src/system/dlt-system-shell.c
+++ b/src/system/dlt-system-shell.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/system/dlt-system-syslog.c b/src/system/dlt-system-syslog.c
index 3de06fd..fc59774 100644
--- a/src/system/dlt-system-syslog.c
+++ b/src/system/dlt-system-syslog.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/system/dlt-system-watchdog.c b/src/system/dlt-system-watchdog.c
index 3905564..f85398b 100644
--- a/src/system/dlt-system-watchdog.c
+++ b/src/system/dlt-system-watchdog.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/system/dlt-system.c b/src/system/dlt-system.c
index 317337d..0b3cd0d 100644
--- a/src/system/dlt-system.c
+++ b/src/system/dlt-system.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/system/dlt-system.h b/src/system/dlt-system.h
index 6f068ec..ed2b50b 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.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@
*/
/*!