summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/CMakeLists.txt2
-rw-r--r--src/console/dlt-control-common.c2
-rw-r--r--src/console/dlt-control-common.h2
-rw-r--r--src/console/dlt-control.c2
-rw-r--r--src/console/dlt-convert.c2
-rw-r--r--src/console/dlt-passive-node-ctrl.c2
-rw-r--r--src/console/dlt-receive.c2
-rw-r--r--src/console/dlt-sortbytimestamp.c2
-rw-r--r--src/console/logstorage/CMakeLists.txt2
-rw-r--r--src/console/logstorage/dlt-logstorage-common.c2
-rw-r--r--src/console/logstorage/dlt-logstorage-common.h2
-rw-r--r--src/console/logstorage/dlt-logstorage-ctrl.c2
-rw-r--r--src/console/logstorage/dlt-logstorage-ctrl.h2
-rw-r--r--src/console/logstorage/dlt-logstorage-list.c2
-rw-r--r--src/console/logstorage/dlt-logstorage-list.h2
-rw-r--r--src/console/logstorage/dlt-logstorage-prop.h2
-rw-r--r--src/console/logstorage/dlt-logstorage-udev.c2
-rw-r--r--src/console/logstorage/dlt-logstorage-udev.h2
18 files changed, 0 insertions, 36 deletions
diff --git a/src/console/CMakeLists.txt b/src/console/CMakeLists.txt
index 8bda257..986a0d4 100644
--- a/src/console/CMakeLists.txt
+++ b/src/console/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@
#######
set(dlt_control_common_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/dlt-control-common.c)
diff --git a/src/console/dlt-control-common.c b/src/console/dlt-control-common.c
index 1505f50..150bd9a 100644
--- a/src/console/dlt-control-common.c
+++ b/src/console/dlt-control-common.c
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 2015 Advanced Driver Information Technology.
* This code is developed by Advanced Driver Information Technology.
* Copyright of Advanced Driver Information Technology, Bosch and DENSO.
@@ -18,7 +17,6 @@
*
* \file dlt-control-common.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/console/dlt-control-common.h b/src/console/dlt-control-common.h
index f2dc38f..a1ba952 100644
--- a/src/console/dlt-control-common.h
+++ b/src/console/dlt-control-common.h
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 2015 Advanced Driver Information Technology.
* This code is developed by Advanced Driver Information Technology.
* Copyright of Advanced Driver Information Technology, Bosch and DENSO.
@@ -18,7 +17,6 @@
*
* \file dlt-control-common.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_CONTROL_COMMON_H_
diff --git a/src/console/dlt-control.c b/src/console/dlt-control.c
index d35c1aa..13d0c9f 100644
--- a/src/console/dlt-control.c
+++ b/src/console/dlt-control.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/console/dlt-convert.c b/src/console/dlt-convert.c
index 511ba0c..ce9ce67 100644
--- a/src/console/dlt-convert.c
+++ b/src/console/dlt-convert.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/console/dlt-passive-node-ctrl.c b/src/console/dlt-passive-node-ctrl.c
index 0937af7..c3a7172 100644
--- a/src/console/dlt-passive-node-ctrl.c
+++ b/src/console/dlt-passive-node-ctrl.c
@@ -1,5 +1,4 @@
/**
- * @licence app begin@
* Copyright (C) 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-passive-node-ctrl.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/console/dlt-receive.c b/src/console/dlt-receive.c
index 4ad96f4..9424711 100644
--- a/src/console/dlt-receive.c
+++ b/src/console/dlt-receive.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/console/dlt-sortbytimestamp.c b/src/console/dlt-sortbytimestamp.c
index 9717e5c..c65c692 100644
--- a/src/console/dlt-sortbytimestamp.c
+++ b/src/console/dlt-sortbytimestamp.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2018, Codethink Ltd.
@@ -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/console/logstorage/CMakeLists.txt b/src/console/logstorage/CMakeLists.txt
index ca8e017..479d7e9 100644
--- a/src/console/logstorage/CMakeLists.txt
+++ b/src/console/logstorage/CMakeLists.txt
@@ -1,5 +1,4 @@
#######
-# @licence make begin@
# SPDX license identifier: MPL-2.0
#
# Copyright (C) 2015, ADIT GmbH
@@ -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@
#######
add_definitions( -Werror )
diff --git a/src/console/logstorage/dlt-logstorage-common.c b/src/console/logstorage/dlt-logstorage-common.c
index 0655d66..6ea573e 100644
--- a/src/console/logstorage/dlt-logstorage-common.c
+++ b/src/console/logstorage/dlt-logstorage-common.c
@@ -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.
@@ -19,7 +18,6 @@
*
* \file dlt-logstorage-common.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/console/logstorage/dlt-logstorage-common.h b/src/console/logstorage/dlt-logstorage-common.h
index eaf5bd9..93cb50b 100644
--- a/src/console/logstorage/dlt-logstorage-common.h
+++ b/src/console/logstorage/dlt-logstorage-common.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.
@@ -19,7 +18,6 @@
*
* \file dlt-logstorage-common.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_LOGSTORAGE_COMMON_H_
diff --git a/src/console/logstorage/dlt-logstorage-ctrl.c b/src/console/logstorage/dlt-logstorage-ctrl.c
index 65831f3..525c137 100644
--- a/src/console/logstorage/dlt-logstorage-ctrl.c
+++ b/src/console/logstorage/dlt-logstorage-ctrl.c
@@ -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. *
@@ -18,7 +17,6 @@
*
* \file dlt-logstorage-ctrl.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
** **
diff --git a/src/console/logstorage/dlt-logstorage-ctrl.h b/src/console/logstorage/dlt-logstorage-ctrl.h
index 11abe10..5f69c97 100644
--- a/src/console/logstorage/dlt-logstorage-ctrl.h
+++ b/src/console/logstorage/dlt-logstorage-ctrl.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.
@@ -18,7 +17,6 @@
*
* \file dlt-logstorage-ctrl.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_LOGSTORAGE_CONTROL_H_
diff --git a/src/console/logstorage/dlt-logstorage-list.c b/src/console/logstorage/dlt-logstorage-list.c
index 9adda9a..9e9d2b7 100644
--- a/src/console/logstorage/dlt-logstorage-list.c
+++ b/src/console/logstorage/dlt-logstorage-list.c
@@ -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.
@@ -19,7 +18,6 @@
*
* \file dlt-logstorage-list.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/console/logstorage/dlt-logstorage-list.h b/src/console/logstorage/dlt-logstorage-list.h
index 3df2171..a1bf3a0 100644
--- a/src/console/logstorage/dlt-logstorage-list.h
+++ b/src/console/logstorage/dlt-logstorage-list.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.
@@ -19,7 +18,6 @@
*
* \file dlt-logstorage-list.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_LOGSTORAGE_LIST_H_
diff --git a/src/console/logstorage/dlt-logstorage-prop.h b/src/console/logstorage/dlt-logstorage-prop.h
index 13eb57c..2467ca8 100644
--- a/src/console/logstorage/dlt-logstorage-prop.h
+++ b/src/console/logstorage/dlt-logstorage-prop.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.
@@ -16,7 +15,6 @@
*
* \file dlt-logstorage-udev.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_LOGSTORAGE_PROP_H_
diff --git a/src/console/logstorage/dlt-logstorage-udev.c b/src/console/logstorage/dlt-logstorage-udev.c
index 73b4d24..b23ea72 100644
--- a/src/console/logstorage/dlt-logstorage-udev.c
+++ b/src/console/logstorage/dlt-logstorage-udev.c
@@ -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.
@@ -18,7 +17,6 @@
*
* \file dlt-logstorage-udev.c
* For further information see http://www.genivi.org/.
- * @licence end@
*/
/*******************************************************************************
diff --git a/src/console/logstorage/dlt-logstorage-udev.h b/src/console/logstorage/dlt-logstorage-udev.h
index d202453..804bf30 100644
--- a/src/console/logstorage/dlt-logstorage-udev.h
+++ b/src/console/logstorage/dlt-logstorage-udev.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.
@@ -16,7 +15,6 @@
*
* \file dlt-logstorage-udev.h
* For further information see http://www.genivi.org/.
- * @licence end@
*/
#ifndef _DLT_LOGSTORAGE_UDEV_H_