summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-04-28 19:05:32 +0200
committerChristian Linke <christian.linke@bmw.de>2015-04-28 19:05:32 +0200
commita3820fa5d5e08066dd70bddae40a66359b9933ac (patch)
tree5e55e244ce37b143a6f56d2e79a52003ba79e5af /AudioManagerDaemon
parent82c16d84de8461c3e0255d4d9646707682b79656 (diff)
downloadaudiomanager-a3820fa5d5e08066dd70bddae40a66359b9933ac.tar.gz
* Updated license file
* Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon')
-rw-r--r--AudioManagerDaemon/include/CAmCommandReceiver.h2
-rw-r--r--AudioManagerDaemon/include/CAmCommandSender.h2
-rw-r--r--AudioManagerDaemon/include/CAmControlReceiver.h2
-rw-r--r--AudioManagerDaemon/include/CAmControlSender.h2
-rw-r--r--AudioManagerDaemon/include/CAmDatabaseHandlerMap.h2
-rw-r--r--AudioManagerDaemon/include/CAmDatabaseHandlerSQLite.h2
-rw-r--r--AudioManagerDaemon/include/CAmDatabaseObserver.h2
-rw-r--r--AudioManagerDaemon/include/CAmGraph.h2
-rw-r--r--AudioManagerDaemon/include/CAmLog.h2
-rw-r--r--AudioManagerDaemon/include/CAmNodeStateCommunicator.h2
-rw-r--r--AudioManagerDaemon/include/CAmNodeStateCommunicatorCAPI.h2
-rw-r--r--AudioManagerDaemon/include/CAmNodeStateCommunicatorDBus.h2
-rw-r--r--AudioManagerDaemon/include/CAmRouter.h2
-rw-r--r--AudioManagerDaemon/include/CAmRoutingReceiver.h2
-rw-r--r--AudioManagerDaemon/include/CAmRoutingSender.h2
-rw-r--r--AudioManagerDaemon/include/CAmTelnetMenuHelper.h2
-rw-r--r--AudioManagerDaemon/include/CAmTelnetServer.h2
-rwxr-xr-xAudioManagerDaemon/include/CAmWatchdog.h2
-rw-r--r--AudioManagerDaemon/include/IAmDatabaseHandler.h2
-rw-r--r--AudioManagerDaemon/include/TAmPluginTemplate.h2
-rw-r--r--AudioManagerDaemon/include/sd-daemon.h4
-rw-r--r--AudioManagerDaemon/src/CAmCommandReceiver.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmCommandSender.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmControlReceiver.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmControlSender.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmDatabaseHandlerMap.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmDatabaseHandlerSQLite.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmDatabaseObserver.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmLog.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmNodeStateCommunicatorCAPI.cpp4
-rw-r--r--AudioManagerDaemon/src/CAmNodeStateCommunicatorDBus.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmRouter.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmRoutingReceiver.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmRoutingSender.cpp2
-rw-r--r--AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp2
-rwxr-xr-xAudioManagerDaemon/src/CAmTelnetServer.cpp2
-rwxr-xr-xAudioManagerDaemon/src/CAmWatchdog.cpp2
-rwxr-xr-xAudioManagerDaemon/src/main.cpp2
-rw-r--r--AudioManagerDaemon/src/sd-daemon.c4
-rw-r--r--AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h2
-rw-r--r--AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h2
-rw-r--r--AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.h2
-rw-r--r--AudioManagerDaemon/test/AmMapHandlerTest/CAmTestDatabaseObserver.cpp2
-rw-r--r--AudioManagerDaemon/test/AmMapHandlerTest/MockDatabaseObserver.h2
-rw-r--r--AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.h2
-rw-r--r--AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.h2
-rw-r--r--AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.h2
-rw-r--r--AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h2
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h2
-rw-r--r--AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h2
-rw-r--r--AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp2
-rw-r--r--AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h2
-rw-r--r--AudioManagerDaemon/test/CAmCommonFunctions.cpp2
-rw-r--r--AudioManagerDaemon/test/CAmCommonFunctions.h2
-rw-r--r--AudioManagerDaemon/test/IAmCommandBackdoor.h2
-rw-r--r--AudioManagerDaemon/test/IAmControlBackdoor.h2
-rw-r--r--AudioManagerDaemon/test/IAmRoutingBackdoor.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmCommandSend.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmControlSend.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmRoutingSend.h2
69 files changed, 143 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/CAmCommandReceiver.h b/AudioManagerDaemon/include/CAmCommandReceiver.h
index ebb8eff..dcf0038 100644
--- a/AudioManagerDaemon/include/CAmCommandReceiver.h
+++ b/AudioManagerDaemon/include/CAmCommandReceiver.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmCommandSender.h b/AudioManagerDaemon/include/CAmCommandSender.h
index db9ca50..82363de 100644
--- a/AudioManagerDaemon/include/CAmCommandSender.h
+++ b/AudioManagerDaemon/include/CAmCommandSender.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmControlReceiver.h b/AudioManagerDaemon/include/CAmControlReceiver.h
index 6d18533..029845c 100644
--- a/AudioManagerDaemon/include/CAmControlReceiver.h
+++ b/AudioManagerDaemon/include/CAmControlReceiver.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmControlSender.h b/AudioManagerDaemon/include/CAmControlSender.h
index cedcfe0..026fdf1 100644
--- a/AudioManagerDaemon/include/CAmControlSender.h
+++ b/AudioManagerDaemon/include/CAmControlSender.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmDatabaseHandlerMap.h b/AudioManagerDaemon/include/CAmDatabaseHandlerMap.h
index 89bab75..c1c9e68 100644
--- a/AudioManagerDaemon/include/CAmDatabaseHandlerMap.h
+++ b/AudioManagerDaemon/include/CAmDatabaseHandlerMap.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmDatabaseHandlerSQLite.h b/AudioManagerDaemon/include/CAmDatabaseHandlerSQLite.h
index ad9a615..c9f41eb 100644
--- a/AudioManagerDaemon/include/CAmDatabaseHandlerSQLite.h
+++ b/AudioManagerDaemon/include/CAmDatabaseHandlerSQLite.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmDatabaseObserver.h b/AudioManagerDaemon/include/CAmDatabaseObserver.h
index 4f3823d..7d18be4 100644
--- a/AudioManagerDaemon/include/CAmDatabaseObserver.h
+++ b/AudioManagerDaemon/include/CAmDatabaseObserver.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmGraph.h b/AudioManagerDaemon/include/CAmGraph.h
index 0f8695b..129214a 100644
--- a/AudioManagerDaemon/include/CAmGraph.h
+++ b/AudioManagerDaemon/include/CAmGraph.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmLog.h b/AudioManagerDaemon/include/CAmLog.h
index 98e3e80..35c6a41 100644
--- a/AudioManagerDaemon/include/CAmLog.h
+++ b/AudioManagerDaemon/include/CAmLog.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmNodeStateCommunicator.h b/AudioManagerDaemon/include/CAmNodeStateCommunicator.h
index 8cf0dce..451bfe4 100644
--- a/AudioManagerDaemon/include/CAmNodeStateCommunicator.h
+++ b/AudioManagerDaemon/include/CAmNodeStateCommunicator.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmNodeStateCommunicatorCAPI.h b/AudioManagerDaemon/include/CAmNodeStateCommunicatorCAPI.h
index 0c3ae71..44c8149 100644
--- a/AudioManagerDaemon/include/CAmNodeStateCommunicatorCAPI.h
+++ b/AudioManagerDaemon/include/CAmNodeStateCommunicatorCAPI.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmNodeStateCommunicatorDBus.h b/AudioManagerDaemon/include/CAmNodeStateCommunicatorDBus.h
index 638adeb..62eafbf 100644
--- a/AudioManagerDaemon/include/CAmNodeStateCommunicatorDBus.h
+++ b/AudioManagerDaemon/include/CAmNodeStateCommunicatorDBus.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmRouter.h b/AudioManagerDaemon/include/CAmRouter.h
index 0c522a3..e74228b 100644
--- a/AudioManagerDaemon/include/CAmRouter.h
+++ b/AudioManagerDaemon/include/CAmRouter.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmRoutingReceiver.h b/AudioManagerDaemon/include/CAmRoutingReceiver.h
index f69599f..5b2da4f 100644
--- a/AudioManagerDaemon/include/CAmRoutingReceiver.h
+++ b/AudioManagerDaemon/include/CAmRoutingReceiver.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmRoutingSender.h b/AudioManagerDaemon/include/CAmRoutingSender.h
index a3af312..532809a 100644
--- a/AudioManagerDaemon/include/CAmRoutingSender.h
+++ b/AudioManagerDaemon/include/CAmRoutingSender.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmTelnetMenuHelper.h b/AudioManagerDaemon/include/CAmTelnetMenuHelper.h
index 8d3f67a..7038cb3 100644
--- a/AudioManagerDaemon/include/CAmTelnetMenuHelper.h
+++ b/AudioManagerDaemon/include/CAmTelnetMenuHelper.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmTelnetServer.h b/AudioManagerDaemon/include/CAmTelnetServer.h
index e7eeda0..0e4c510 100644
--- a/AudioManagerDaemon/include/CAmTelnetServer.h
+++ b/AudioManagerDaemon/include/CAmTelnetServer.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/CAmWatchdog.h b/AudioManagerDaemon/include/CAmWatchdog.h
index 2f2f9f8..4449c75 100755
--- a/AudioManagerDaemon/include/CAmWatchdog.h
+++ b/AudioManagerDaemon/include/CAmWatchdog.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/IAmDatabaseHandler.h b/AudioManagerDaemon/include/IAmDatabaseHandler.h
index 178629d..2ed7e85 100644
--- a/AudioManagerDaemon/include/IAmDatabaseHandler.h
+++ b/AudioManagerDaemon/include/IAmDatabaseHandler.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/TAmPluginTemplate.h b/AudioManagerDaemon/include/TAmPluginTemplate.h
index f391535..f000fbe 100644
--- a/AudioManagerDaemon/include/TAmPluginTemplate.h
+++ b/AudioManagerDaemon/include/TAmPluginTemplate.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/include/sd-daemon.h b/AudioManagerDaemon/include/sd-daemon.h
index fe51159..50f7409 100644
--- a/AudioManagerDaemon/include/sd-daemon.h
+++ b/AudioManagerDaemon/include/sd-daemon.h
@@ -1,3 +1,7 @@
+/**
+ * SPDX license identifier: MIT
+ */
+
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
#ifndef foosddaemonhfoo
diff --git a/AudioManagerDaemon/src/CAmCommandReceiver.cpp b/AudioManagerDaemon/src/CAmCommandReceiver.cpp
index 0453e3d..a6eff97 100644
--- a/AudioManagerDaemon/src/CAmCommandReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmCommandReceiver.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmCommandSender.cpp b/AudioManagerDaemon/src/CAmCommandSender.cpp
index 0803dc8..958c8b6 100644
--- a/AudioManagerDaemon/src/CAmCommandSender.cpp
+++ b/AudioManagerDaemon/src/CAmCommandSender.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp
index de529fc..56913ec 100644
--- a/AudioManagerDaemon/src/CAmControlReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmControlSender.cpp b/AudioManagerDaemon/src/CAmControlSender.cpp
index 66e710b..6b81619 100644
--- a/AudioManagerDaemon/src/CAmControlSender.cpp
+++ b/AudioManagerDaemon/src/CAmControlSender.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmDatabaseHandlerMap.cpp b/AudioManagerDaemon/src/CAmDatabaseHandlerMap.cpp
index 501ea11..3f031ff 100644
--- a/AudioManagerDaemon/src/CAmDatabaseHandlerMap.cpp
+++ b/AudioManagerDaemon/src/CAmDatabaseHandlerMap.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmDatabaseHandlerSQLite.cpp b/AudioManagerDaemon/src/CAmDatabaseHandlerSQLite.cpp
index bad070c..b7aafd9 100644
--- a/AudioManagerDaemon/src/CAmDatabaseHandlerSQLite.cpp
+++ b/AudioManagerDaemon/src/CAmDatabaseHandlerSQLite.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmDatabaseObserver.cpp b/AudioManagerDaemon/src/CAmDatabaseObserver.cpp
index cec033f..acac639 100644
--- a/AudioManagerDaemon/src/CAmDatabaseObserver.cpp
+++ b/AudioManagerDaemon/src/CAmDatabaseObserver.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmLog.cpp b/AudioManagerDaemon/src/CAmLog.cpp
index 291408f..f68f660 100644
--- a/AudioManagerDaemon/src/CAmLog.cpp
+++ b/AudioManagerDaemon/src/CAmLog.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmNodeStateCommunicatorCAPI.cpp b/AudioManagerDaemon/src/CAmNodeStateCommunicatorCAPI.cpp
index 19aaa4b..7081fe5 100644
--- a/AudioManagerDaemon/src/CAmNodeStateCommunicatorCAPI.cpp
+++ b/AudioManagerDaemon/src/CAmNodeStateCommunicatorCAPI.cpp
@@ -1,5 +1,7 @@
/**
-Von mir aus gerne. * Copyright (C) 2012, BMW AG
+ * SPDX license identifier: MPL-2.0
+ *
+ * Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
*
diff --git a/AudioManagerDaemon/src/CAmNodeStateCommunicatorDBus.cpp b/AudioManagerDaemon/src/CAmNodeStateCommunicatorDBus.cpp
index 14f208b..9ebb00c 100644
--- a/AudioManagerDaemon/src/CAmNodeStateCommunicatorDBus.cpp
+++ b/AudioManagerDaemon/src/CAmNodeStateCommunicatorDBus.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmRouter.cpp b/AudioManagerDaemon/src/CAmRouter.cpp
index 8e3069d..5d8bfc9 100644
--- a/AudioManagerDaemon/src/CAmRouter.cpp
+++ b/AudioManagerDaemon/src/CAmRouter.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
index 91a1bc4..0216b9e 100644
--- a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmRoutingSender.cpp b/AudioManagerDaemon/src/CAmRoutingSender.cpp
index 2dd7757..661f140 100644
--- a/AudioManagerDaemon/src/CAmRoutingSender.cpp
+++ b/AudioManagerDaemon/src/CAmRoutingSender.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp b/AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp
index f2fe095..c113017 100644
--- a/AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp
+++ b/AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmTelnetServer.cpp b/AudioManagerDaemon/src/CAmTelnetServer.cpp
index 4ae7420..555c01f 100755
--- a/AudioManagerDaemon/src/CAmTelnetServer.cpp
+++ b/AudioManagerDaemon/src/CAmTelnetServer.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/CAmWatchdog.cpp b/AudioManagerDaemon/src/CAmWatchdog.cpp
index 874696e..b755b61 100755
--- a/AudioManagerDaemon/src/CAmWatchdog.cpp
+++ b/AudioManagerDaemon/src/CAmWatchdog.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index db9c210..449436b 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/src/sd-daemon.c b/AudioManagerDaemon/src/sd-daemon.c
index 763e079..cf35148 100644
--- a/AudioManagerDaemon/src/sd-daemon.c
+++ b/AudioManagerDaemon/src/sd-daemon.c
@@ -1,3 +1,7 @@
+/**
+ * SPDX license identifier: MIT
+ */
+
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/***
diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp
index b20a4f7..af141b7 100644
--- a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp
+++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
index 92ebb4f..b7fa27a 100644
--- a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
+++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp
index e5f9745..9cd0277 100644
--- a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp
+++ b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
index 3ebd156..309f58c 100644
--- a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
+++ b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.cpp b/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.cpp
index 3ad5713..b839a75 100644
--- a/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.cpp
+++ b/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.h b/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.h
index ae9b0f1..882d367 100644
--- a/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.h
+++ b/AudioManagerDaemon/test/AmMapHandlerTest/CAmMapHandlerTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmMapHandlerTest/CAmTestDatabaseObserver.cpp b/AudioManagerDaemon/test/AmMapHandlerTest/CAmTestDatabaseObserver.cpp
index fecf214..a035cee 100644
--- a/AudioManagerDaemon/test/AmMapHandlerTest/CAmTestDatabaseObserver.cpp
+++ b/AudioManagerDaemon/test/AmMapHandlerTest/CAmTestDatabaseObserver.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmMapHandlerTest/MockDatabaseObserver.h b/AudioManagerDaemon/test/AmMapHandlerTest/MockDatabaseObserver.h
index 34de3cd..da1b3b4 100644
--- a/AudioManagerDaemon/test/AmMapHandlerTest/MockDatabaseObserver.h
+++ b/AudioManagerDaemon/test/AmMapHandlerTest/MockDatabaseObserver.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.cpp b/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.cpp
index 6eaf75a..9bb95e2 100644
--- a/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.cpp
+++ b/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.h b/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.h
index d86b9c5..b00a27a 100644
--- a/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.h
+++ b/AudioManagerDaemon/test/AmNodeStateCommunicatorCAPITest/CAmNodeStateCommunicatorTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.cpp b/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.cpp
index df42fc1..6acce61 100644
--- a/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.cpp
+++ b/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.h b/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.h
index d75920b..985d594 100644
--- a/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.h
+++ b/AudioManagerDaemon/test/AmNodeStateCommunicatorDBusTest/CAmNodeStateCommunicatorTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.cpp b/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.cpp
index 6481a59..b592f39 100644
--- a/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.cpp
+++ b/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.h b/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.h
index 5b86e1a..dca14c8 100644
--- a/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.h
+++ b/AudioManagerDaemon/test/AmRouterMapTest/CAmRouterMapTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp
index dc6871a..36f487e 100644
--- a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp
+++ b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
index fd0c15a..4a4e35b 100644
--- a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
+++ b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
index 9eca986..0b6d97a 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
index ec30bfb..75a7511 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
index 1b28326..50e2aa9 100644
--- a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
+++ b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
index aea5fb1..95e5446 100644
--- a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
+++ b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp b/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp
index 1d677ad..282fb7c 100644
--- a/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp
+++ b/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h b/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h
index 2be89f5..5ff28aa 100644
--- a/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h
+++ b/AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/CAmCommonFunctions.cpp b/AudioManagerDaemon/test/CAmCommonFunctions.cpp
index 34012be..3cb4b3e 100644
--- a/AudioManagerDaemon/test/CAmCommonFunctions.cpp
+++ b/AudioManagerDaemon/test/CAmCommonFunctions.cpp
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/CAmCommonFunctions.h b/AudioManagerDaemon/test/CAmCommonFunctions.h
index 1b25434..6c724c0 100644
--- a/AudioManagerDaemon/test/CAmCommonFunctions.h
+++ b/AudioManagerDaemon/test/CAmCommonFunctions.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/IAmCommandBackdoor.h b/AudioManagerDaemon/test/IAmCommandBackdoor.h
index 35a0c0a..b7d2b20 100644
--- a/AudioManagerDaemon/test/IAmCommandBackdoor.h
+++ b/AudioManagerDaemon/test/IAmCommandBackdoor.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/IAmControlBackdoor.h b/AudioManagerDaemon/test/IAmControlBackdoor.h
index 7e1845e..b5ba3ef 100644
--- a/AudioManagerDaemon/test/IAmControlBackdoor.h
+++ b/AudioManagerDaemon/test/IAmControlBackdoor.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/IAmRoutingBackdoor.h b/AudioManagerDaemon/test/IAmRoutingBackdoor.h
index f8bda2b..cbdb070 100644
--- a/AudioManagerDaemon/test/IAmRoutingBackdoor.h
+++ b/AudioManagerDaemon/test/IAmRoutingBackdoor.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/MockIAmCommandSend.h b/AudioManagerDaemon/test/MockIAmCommandSend.h
index 0c8558e..36bc1cb 100644
--- a/AudioManagerDaemon/test/MockIAmCommandSend.h
+++ b/AudioManagerDaemon/test/MockIAmCommandSend.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/MockIAmControlSend.h b/AudioManagerDaemon/test/MockIAmControlSend.h
index 29a6bb7..46329e1 100644
--- a/AudioManagerDaemon/test/MockIAmControlSend.h
+++ b/AudioManagerDaemon/test/MockIAmControlSend.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
diff --git a/AudioManagerDaemon/test/MockIAmRoutingSend.h b/AudioManagerDaemon/test/MockIAmRoutingSend.h
index a2ade6d..e16235b 100644
--- a/AudioManagerDaemon/test/MockIAmRoutingSend.h
+++ b/AudioManagerDaemon/test/MockIAmRoutingSend.h
@@ -1,4 +1,6 @@
/**
+ * SPDX license identifier: MPL-2.0
+ *
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.