summaryrefslogtreecommitdiff
path: root/include/command/IAmCommandReceive.h
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 09:48:38 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 09:48:38 +0100
commitccf28ed5eb4acba6dbfb36ac6cbadf747c57fa14 (patch)
tree2583249b8861f09e304371679d5ce276f3833184 /include/command/IAmCommandReceive.h
parent8ced1dced5ae1fbc7356ec65c03e6e8201216155 (diff)
downloadaudiomanager-ccf28ed5eb4acba6dbfb36ac6cbadf747c57fa14.tar.gz
* changed licence of Interfaceheaders and audiomanagertypes.h after review
Diffstat (limited to 'include/command/IAmCommandReceive.h')
-rw-r--r--include/command/IAmCommandReceive.h39
1 files changed, 21 insertions, 18 deletions
diff --git a/include/command/IAmCommandReceive.h b/include/command/IAmCommandReceive.h
index bd76d35..0847aaa 100644
--- a/include/command/IAmCommandReceive.h
+++ b/include/command/IAmCommandReceive.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \copyright
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction,
- * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
- * subject to the following conditions:
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- * For further information see http://www.genivi.org/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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/.
+ *
+ *
+ * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_)
-#define EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_
+#if !defined(EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_)
+#define EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_
#include <vector>
#include <string>
@@ -41,7 +44,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 06-Mar-2012 9:46:48 AM
*/
class IAmCommandReceive
{
@@ -219,4 +222,4 @@ namespace am {
};
}
-#endif // !defined(EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_)
+#endif // !defined(EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_)