Correct licence headers for genivi release genivi_release_1
authorJohannes Schanda <schanda@itestra.de>
Mon, 14 Jan 2013 14:06:54 +0000 (15:06 +0100)
committerJohannes Schanda <schanda@itestra.de>
Mon, 14 Jan 2013 16:31:52 +0000 (17:31 +0100)
15 files changed:
src/CommonAPI/Attribute.h
src/CommonAPI/AttributeExtension.h
src/CommonAPI/ByteBuffer.h
src/CommonAPI/Event.h
src/CommonAPI/Factory.h
src/CommonAPI/InputStream.h
src/CommonAPI/MiddlewareInfo.h
src/CommonAPI/OutputStream.h
src/CommonAPI/Proxy.h
src/CommonAPI/Runtime.cpp
src/CommonAPI/Runtime.h
src/CommonAPI/SerializableStruct.h
src/CommonAPI/SerializableVariant.h
src/CommonAPI/Stub.h
src/CommonAPI/types.h

index 03cc9f4..a466e78 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_ATTRIBUTE_H_
index 0c0071c..4a1b4d6 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 COMMON_API_DBUS_ATTRIBUTE_EXTENSION_H_
index 4a7e170..e92b157 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_BYTE_BUFFER_H_
index fd5d73d..19a74fa 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_EVENT_H_
index f1d6344..ea35828 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_FACTORY_H_\r
index 908b701..355e199 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_INPUT_STREAM_H_
index 1967c10..988c58c 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 MIDDLEWAREINFO_H_\r
index 1283eff..00f284f 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_OUTPUT_STREAM_H_
index ad6fd73..186af1d 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_PROXY_H_
index ce3eeb0..156bdd0 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 "Runtime.h"\r
index 2492c75..f73dfcf 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_RUNTIME_H_\r
index bc300b3..828479b 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_SERIALIZABLE_STRUCT_H_
index c55f9f4..f850280 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_SERIALIZABLE_VARIANT_H_
index e1385bd..44cadf9 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_STUB_H_\r
index 0f07ed3..69ebbd1 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_TYPES_H_