Clean license headers for genivi release
authorJohannes Schanda <schanda@itestra.de>
Mon, 14 Jan 2013 14:26:41 +0000 (15:26 +0100)
committerJohannes Schanda <schanda@itestra.de>
Tue, 15 Jan 2013 10:29:54 +0000 (11:29 +0100)
66 files changed:
src/CommonAPI/DBus/DBusAttribute.h
src/CommonAPI/DBus/DBusConnection.cpp
src/CommonAPI/DBus/DBusConnection.h
src/CommonAPI/DBus/DBusDaemonProxy.cpp
src/CommonAPI/DBus/DBusDaemonProxy.h
src/CommonAPI/DBus/DBusError.cpp
src/CommonAPI/DBus/DBusError.h
src/CommonAPI/DBus/DBusEvent.h
src/CommonAPI/DBus/DBusFactory.cpp
src/CommonAPI/DBus/DBusFactory.h
src/CommonAPI/DBus/DBusFunctionalHash.cpp
src/CommonAPI/DBus/DBusFunctionalHash.h
src/CommonAPI/DBus/DBusHelper.h
src/CommonAPI/DBus/DBusInputStream.cpp
src/CommonAPI/DBus/DBusInputStream.h
src/CommonAPI/DBus/DBusMessage.cpp
src/CommonAPI/DBus/DBusMessage.h
src/CommonAPI/DBus/DBusMultiEvent.h
src/CommonAPI/DBus/DBusObjectManager.cpp
src/CommonAPI/DBus/DBusObjectManager.h
src/CommonAPI/DBus/DBusOutputStream.cpp
src/CommonAPI/DBus/DBusOutputStream.h
src/CommonAPI/DBus/DBusProxy.cpp
src/CommonAPI/DBus/DBusProxy.h
src/CommonAPI/DBus/DBusProxyAsyncCallbackHandler.h
src/CommonAPI/DBus/DBusProxyConnection.h
src/CommonAPI/DBus/DBusProxyHelper.h
src/CommonAPI/DBus/DBusRuntime.cpp
src/CommonAPI/DBus/DBusRuntime.h
src/CommonAPI/DBus/DBusSerializableArguments.h
src/CommonAPI/DBus/DBusServiceRegistry.cpp
src/CommonAPI/DBus/DBusServiceRegistry.h
src/CommonAPI/DBus/DBusServiceStatusEvent.cpp
src/CommonAPI/DBus/DBusServiceStatusEvent.h
src/CommonAPI/DBus/DBusStubAdapter.cpp
src/CommonAPI/DBus/DBusStubAdapter.h
src/CommonAPI/DBus/DBusStubAdapterHelper.h
src/CommonAPI/DBus/DBusUtils.h
src/test/DBusBenchmarkingTest.cpp
src/test/DBusCommunicationTest.cpp
src/test/DBusConnectionTest.cpp
src/test/DBusDaemonProxyTest.cpp
src/test/DBusFactoryTest.cpp
src/test/DBusInputStreamTest.cpp
src/test/DBusMultipleConnectionTest.cpp
src/test/DBusNameCacheTest.cpp
src/test/DBusOutputStreamTest.cpp
src/test/DBusProxyTest.cpp
src/test/DBusRuntimeTest.cpp
src/test/DBusSerializableStructTest.cpp
src/test/DBusSerializableStructTest.h
src/test/DBusServiceRegistryTest.cpp
src/test/DBusStubAdapterTest.cpp
src/test/commonapi/tests/DerivedTypeCollection.cpp
src/test/commonapi/tests/DerivedTypeCollection.h
src/test/commonapi/tests/PredefinedTypeCollection.h
src/test/commonapi/tests/TestInterface.h
src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
src/test/commonapi/tests/TestInterfaceDBusProxy.h
src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/TestInterfaceDBusStubAdapter.h
src/test/commonapi/tests/TestInterfaceProxy.h
src/test/commonapi/tests/TestInterfaceProxyBase.h
src/test/commonapi/tests/TestInterfaceStub.h
src/test/commonapi/tests/TestInterfaceStubDefault.cpp
src/test/commonapi/tests/TestInterfaceStubDefault.h

index 9ffa400..04d1e72 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_ATTRIBUTE_H_
index f94df52..19def0d 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusConnection.h"
index 1d397c6..763a76d 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_CONNECTION_H_
index 8700ee7..3c2170a 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #include "DBusDaemonProxy.h"\r
index 2abda78..da69e2e 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_DAEMON_PROXY_H_\r
index 937a22a..4b58a5e 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusError.h"
index d8f33ee..b01ea98 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_ERROR_H_
index 0fb0db7..1421639 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_EVENT_H_
index 4bec90c..d91a7fa 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #include "DBusProxy.h"\r
index 239f018..e89b519 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_FACTORY_H_\r
index f7890f5..2369446 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusFunctionalHash.h"
index 54b89d9..5867110 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_FUNCTIONAL_HASH_H_
index a8c285e..7d29705 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_HELPER_H_
index 6f1d8ae..a5f729a 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusInputStream.h"
index 0ab77d4..5b9ed71 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_INPUT_STREAM_H_
index 5e032e9..5990894 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusMessage.h"
index aefa305..98cd9b7 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_MESSAGE_H_
index 7bb47a5..45c05a7 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_MULTI_EVENT_H_
index 42a53b7..9d4323d 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #include "DBusObjectManager.h"\r
index ed1d599..2424fab 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_OBJECT_MANAGER_H_\r
index e829bcb..8cec0e1 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusOutputStream.h"
index e1bca16..ca52210 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_OUTPUT_MESSAGE_STREAM_H_
index e19dbda..1a21ec4 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusProxy.h"
index 9f5db75..0b155ce 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_PROXY_H_
index 8fd76ea..52799fc 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_PROXY_ASYNC_CALLBACK_HANDLER_H_
index c8f5b7e..5077ee9 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_PROXY_CONNECTION_H_\r
index efea71d..701c3a9 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_PROXY_HELPER_H_
index 9179ce7..5d80530 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #include "DBusRuntime.h"\r
index 52f7fa0..82584f6 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_RUNTIME_H_\r
index c028f17..53f4e55 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_SERIALIZABLE_ARGUMENTS_H_
index bf43a28..092e442 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #include <utility>\r
index f4c9a77..b94ac62 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_SERVICE_REGISTRY_H_\r
index 1ae833a..ed0dd8c 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusServiceStatusEvent.h"
index 0c4f6e9..c2914f4 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public\r
+/* Copyright (C) 2013 BMW Group\r
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)\r
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)\r
+ * This Source Code Form is subject to the terms of the Mozilla Public\r
  * License, v. 2.0. If a copy of the MPL was not distributed with this\r
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
 #ifndef COMMONAPI_DBUS_DBUS_SERVICE_STATUS_EVENT_H_\r
index b217871..0a13d1c 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DBusStubAdapter.h"
index 90c12f5..9521221 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_STUB_ADAPTER_H_
index 0f20bd5..1b673c4 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_DBUS_DBUS_STUB_ADAPTER_HELPER_H_
index fa26f0c..c303500 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef DBUSUTILS_H_
index e9bec02..ddce610 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include <CommonAPI/SerializableStruct.h>
index d7a0154..0531441 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
index 5882e53..0b85009 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <common-api-dbus/dbus-connection.h>
 #include <common-api-dbus/dbus-output-message-stream.h>
 
index c1db30e..432bb45 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include <CommonAPI/DBus/DBusConnection.h>
index af7d34b..78adc3d 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
index 354c792..947d20e 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include <CommonAPI/SerializableStruct.h>
index 910547a..a2b5019 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <gtest/gtest.h>
 
 #include <cassert>
index 91061bc..e988131 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <common-api-dbus/dbus-connection.h>
 #include <common-api-dbus/dbus-name-cache.h>
 
index 184b852..2b0cce3 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <dbus/dbus.h>
 #include <gtest/gtest.h>
 
index 1c9beb8..cd51def 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <dbus/dbus.h>
 #include <CommonAPI/DBus/DBusInputStream.h>
 #include <CommonAPI/DBus/DBusMessage.h>
index 33f4017..082ed68 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <gtest/gtest.h>
 
 #include <cstring>
index 21a41dc..e306319 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include <iostream>
 
 #include <common-api-dbus/dbus-message.h>
index 63b7233..fc6d304 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #ifndef DEMO_POSITIONING_H_
 #define DEMO_POSITIONING_H_
 
index f709631..4281973 100644 (file)
@@ -1,7 +1,9 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
 #include <CommonAPI/Runtime.h>
 
 
index 20abe1d..4106bd1 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include <CommonAPI/DBus/DBusFunctionalHash.h>
index 9087e4d..6ce2732 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "DerivedTypeCollection.h"
index 40d4287..5004879 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_DERIVED_TYPE_COLLECTION_H_
index 8b6493c..eb4e44b 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_PREDEFINED_TYPE_COLLECTION_H_
index 2252237..f64e296 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_H_
index 46bedeb..a80f8c9 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "TestInterfaceDBusProxy.h"
index bf0981a..973dcaf 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_DBUS_PROXY_H_
index 6a9fd96..c0dbfbf 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "TestInterfaceDBusStubAdapter.h"
index ef32fd2..c1ce862 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_DBUS_STUB_ADAPTER_H_
index 749d8d3..35fe9c0 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_PROXY_H_
index 7ce380f..a775469 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_PROXY_BASE_H_
index 0181f0a..d9403b8 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_STUB_H_
index 2ba4e9b..44a1b05 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "TestInterfaceStubDefault.h"
index de66e00..40e4100 100644 (file)
@@ -1,4 +1,7 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+/* Copyright (C) 2013 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #ifndef COMMONAPI_TESTS_TEST_INTERFACE_STUB_DEFAULT_H_