summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/CMakeLists.txt2
-rw-r--r--src/tests/dlt-test-client.c2
-rw-r--r--src/tests/dlt-test-filetransfer.c2
-rw-r--r--src/tests/dlt-test-fork-handler.c2
-rw-r--r--src/tests/dlt-test-init-free.c2
-rw-r--r--src/tests/dlt-test-multi-process-client.c2
-rw-r--r--src/tests/dlt-test-multi-process.c2
-rw-r--r--src/tests/dlt-test-multi-process.h2
-rw-r--r--src/tests/dlt-test-stress-client.c2
-rw-r--r--src/tests/dlt-test-stress-user.c2
-rw-r--r--src/tests/dlt-test-stress.c2
-rw-r--r--src/tests/dlt-test-user.c2
12 files changed, 0 insertions, 24 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index cb3898f..9448cd8 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/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-test-multi-process_SRCS dlt-test-multi-process.c)
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index aa51cdd..4edccff 100644
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-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/tests/dlt-test-filetransfer.c b/src/tests/dlt-test-filetransfer.c
index ec157f2..b4529e6 100644
--- a/src/tests/dlt-test-filetransfer.c
+++ b/src/tests/dlt-test-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/tests/dlt-test-fork-handler.c b/src/tests/dlt-test-fork-handler.c
index 118753b..564de86 100644
--- a/src/tests/dlt-test-fork-handler.c
+++ b/src/tests/dlt-test-fork-handler.c
@@ -1,5 +1,4 @@
/*
- * @licence app begin@
* SPDX license identifier: MPL-2.0
*
* Copyright (C) 2015 Intel Corporation
@@ -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/tests/dlt-test-init-free.c b/src/tests/dlt-test-init-free.c
index bce4b0b..96b5245 100644
--- a/src/tests/dlt-test-init-free.c
+++ b/src/tests/dlt-test-init-free.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/tests/dlt-test-multi-process-client.c b/src/tests/dlt-test-multi-process-client.c
index ab434cc..0e51b92 100644
--- a/src/tests/dlt-test-multi-process-client.c
+++ b/src/tests/dlt-test-multi-process-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/tests/dlt-test-multi-process.c b/src/tests/dlt-test-multi-process.c
index 9c22e8f..fdaa98b 100644
--- a/src/tests/dlt-test-multi-process.c
+++ b/src/tests/dlt-test-multi-process.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/tests/dlt-test-multi-process.h b/src/tests/dlt-test-multi-process.h
index 4b704d5..dfee914 100644
--- a/src/tests/dlt-test-multi-process.h
+++ b/src/tests/dlt-test-multi-process.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/tests/dlt-test-stress-client.c b/src/tests/dlt-test-stress-client.c
index e2d0cfa..505c056 100644
--- a/src/tests/dlt-test-stress-client.c
+++ b/src/tests/dlt-test-stress-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/tests/dlt-test-stress-user.c b/src/tests/dlt-test-stress-user.c
index 5b7047b..908699f 100644
--- a/src/tests/dlt-test-stress-user.c
+++ b/src/tests/dlt-test-stress-user.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/tests/dlt-test-stress.c b/src/tests/dlt-test-stress.c
index c85026b..4044edf 100644
--- a/src/tests/dlt-test-stress.c
+++ b/src/tests/dlt-test-stress.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/tests/dlt-test-user.c b/src/tests/dlt-test-user.c
index 5e0fe47..bc4012e 100644
--- a/src/tests/dlt-test-user.c
+++ b/src/tests/dlt-test-user.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@
*/
/*!