diff --git a/DeclarationCycleZip/Program.cs b/DeclarationCycleZip/Program.cs index 2e21ace23b91700d8ffcc69d5c9f6995f6ad2fa5..73746005aaf0af45519ae11cd828675044deff2e 100644 --- a/DeclarationCycleZip/Program.cs +++ b/DeclarationCycleZip/Program.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/DeclarationCycleZip/Properties/AssemblyInfo.cs b/DeclarationCycleZip/Properties/AssemblyInfo.cs index 3774f182a232c1a303430d8006f885b9de256839..a415e7e00d42b665558a9d8a2ad6da26cbb2e5f4 100644 --- a/DeclarationCycleZip/Properties/AssemblyInfo.cs +++ b/DeclarationCycleZip/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/GraphDrawer/Program.cs b/GraphDrawer/Program.cs index c9f9d204b03dc5bc54dca8b2c2f60ac309092a0b..b747ef33ecd48b17393de6b086fd2a28dfc4c1f7 100644 --- a/GraphDrawer/Program.cs +++ b/GraphDrawer/Program.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/GraphDrawer/Properties/AssemblyInfo.cs b/GraphDrawer/Properties/AssemblyInfo.cs index 598cf1a4e52975420a081552a4e75230458927a9..5be3f3c51cd6aa1fa803533908aa658aadbab760 100644 --- a/GraphDrawer/Properties/AssemblyInfo.cs +++ b/GraphDrawer/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/LicenceHeader/Program.cs b/LicenceHeader/Program.cs index d4a497ec314b268a9088bc8c1a35a7b001c6ece1..254d29d2455f2a17d3e974d4c1ca862dc7476668 100644 --- a/LicenceHeader/Program.cs +++ b/LicenceHeader/Program.cs @@ -1,7 +1,7 @@ -/* +/* * This file is part of VECTO. * -* Copyright © 2012-2016 European Union +* Copyright © 2012-2016 European Union * * Developed by Graz University of Technology, * Institute of Internal Combustion Engines and Thermodynamics, @@ -55,10 +55,10 @@ namespace LicenceHeader } var re = new Regex("^.*?(?=using|namespace)", RegexOptions.Singleline); - var content = File.ReadAllText(file, Encoding.Default); + var content = File.ReadAllText(file, Encoding.UTF8); var updatedContent = re.Replace(content, licence); if (updatedContent != content) { - File.WriteAllText(file, updatedContent, Encoding.Default); + File.WriteAllText(file, updatedContent, Encoding.UTF8); Console.WriteLine("Updated " + file); count++; } diff --git a/LicenceHeader/Properties/AssemblyInfo.cs b/LicenceHeader/Properties/AssemblyInfo.cs index b5ae4c9bb571e49bba141a51bf3278a5de5aeb4e..cdbfdaba28436c88e9d85c3ad739e6c5ccc1f940 100644 --- a/LicenceHeader/Properties/AssemblyInfo.cs +++ b/LicenceHeader/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoConsole/Program.cs b/VectoConsole/Program.cs index ab6a6ec834dae6b40f801dc57de7d95d45f860f2..7492bca7956399ee5331318076fa66d12e463d0b 100644 --- a/VectoConsole/Program.cs +++ b/VectoConsole/Program.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoConsole/Properties/AssemblyInfo.cs b/VectoConsole/Properties/AssemblyInfo.cs index 841a5186044b3df7b55e8a32df0a575e3d05da66..fc588e383c6f4cdc47032792426d942d3c924c2e 100644 --- a/VectoConsole/Properties/AssemblyInfo.cs +++ b/VectoConsole/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index 699516a74263b74ac32b85a871ed3e8d06502b73..63226bc3760cfa68f710a4b97a2e668cf213a259 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoCore/Configuration/Constants.cs b/VectoCore/Configuration/Constants.cs index 3f2d5e841f3016d73fc837cd1c57d70569b4c8af..a8463409283b85243848f7af3b4b5d155cd008c1 100644 --- a/VectoCore/Configuration/Constants.cs +++ b/VectoCore/Configuration/Constants.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Exceptions/VectoExceptions.cs b/VectoCore/Exceptions/VectoExceptions.cs index b38cde7e1abfa3e9c807fb7b05f1033b67e3afc1..75e52f55abac669e7cef565cb9289cb82d1a67fd 100644 --- a/VectoCore/Exceptions/VectoExceptions.cs +++ b/VectoCore/Exceptions/VectoExceptions.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Exceptions/VectoSimulationException.cs b/VectoCore/Exceptions/VectoSimulationException.cs index 1b5fe835468c08fa2b9338f86ee1b61b67f528e0..30c3f9a3bdd626263d02f93433e9f4847c1e89ad 100644 --- a/VectoCore/Exceptions/VectoSimulationException.cs +++ b/VectoCore/Exceptions/VectoSimulationException.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs b/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs index 39f86118c59d6a189e9a88aefcbc7c12c92f2522..05bfddc888310d64e2b2e63e56778bd402f77137 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs b/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs index 1179b73ee6031fed28da0cf8316de69373b6786d..dc64623f0f648a270b0e75243839ba57a6bbc753 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/FileIO/JSON/JSONInputData.cs b/VectoCore/InputData/FileIO/JSON/JSONInputData.cs index 4e08ac895a64fdebc3a7699be00031b6676541cc..19d996677ffbb6b74d56e5e2245c4e9ba218ece5 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONInputData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONInputData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs b/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs index f1417e29a98987700bf555c2fd4eaece097595cf..c537bf3cead232df4cff9c3300893df7619c7257 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs b/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs index 72d9385bc597da370e5615a177b148919828c9e2..b20467abab41bcd2afe0308402177790c5f7ce81 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs b/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs index bac616426d50de7a176218fe8f998f89dfb3cb97..d1bc5ae83164373af9b5b9021514b42739e76227 100644 --- a/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs +++ b/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Newtonsoft.Json.Linq; diff --git a/VectoCore/InputData/IInputDataProvider.cs b/VectoCore/InputData/IInputDataProvider.cs index 689eed04d0d52b0722d15958e615d972b88885d0..4df4a586591fc644fb90eee5f3ed63542c0ffb06 100644 --- a/VectoCore/InputData/IInputDataProvider.cs +++ b/VectoCore/InputData/IInputDataProvider.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/IVectoRunDataFactory.cs b/VectoCore/InputData/IVectoRunDataFactory.cs index c8b0896187ca617e23f7435da83f2ec57dbdc8c2..46a7c79e493dca27dd8aa4ff074b279f8e981e26 100644 --- a/VectoCore/InputData/IVectoRunDataFactory.cs +++ b/VectoCore/InputData/IVectoRunDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/Impl/InputData.cs b/VectoCore/InputData/Impl/InputData.cs index d03d4f998a241a9a55839d7711cc1da995b500de..e19e0f708176b3046c45e5a376c2f4fb4501a3ab 100644 --- a/VectoCore/InputData/Impl/InputData.cs +++ b/VectoCore/InputData/Impl/InputData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/InputData.cs b/VectoCore/InputData/InputData.cs index 497806670126fb43e01793dc279d4a59034a0372..0ee023b3981a952254fd7125d925b73c66c66490 100644 --- a/VectoCore/InputData/InputData.cs +++ b/VectoCore/InputData/InputData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/IntegrityStatus.cs b/VectoCore/InputData/IntegrityStatus.cs index 55fdc399590f4c0f660fa02e929bcc1ad7c8d5f0..fd64eaada16235072e64728852c78315a0da520d 100644 --- a/VectoCore/InputData/IntegrityStatus.cs +++ b/VectoCore/InputData/IntegrityStatus.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.InputData diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs index 326e3a5c1d140159f326e0e5d497d08d995f1ef3..6bda603d1c617fa36dba0aac2c8fd4a8f07a4a5c 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs index 9d694fb15863f172a63e8ec296f88990501b67ff..f44fbd9dbff8d0496834daf46be738072d08f30f 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs index 501153e4c425850293614f4984464d2b83a9cf8c..70edea13be7a1df4bbbc89c97198c98c3c184a5f 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/Reader/DrivingCycleDataReader.cs b/VectoCore/InputData/Reader/DrivingCycleDataReader.cs index d21d2549aa5c968042df3f9c9efe0b23039722e7..148e2a03684ee5bc941dd46ecfef6fd2217aabca 100644 --- a/VectoCore/InputData/Reader/DrivingCycleDataReader.cs +++ b/VectoCore/InputData/Reader/DrivingCycleDataReader.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs index 4fe6b0ab378f4e752f3c0cbbcf849a2a4fa5bbf1..ac348d3c4682e61697ffab4f1aa04c5d3b15be50 100644 --- a/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs index 54837902f4b692e3cfcb9e137db40ec48a3b58a6..f1eeeae1033295696eee35362a96534ecca2e465 100644 --- a/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs index 93f359a064e7b6bc810ae92732e994f93e949050..a46bb5ece40732737b40e23c690d907b20785320 100644 --- a/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs index 00c254dca5c2fe89695882734bd91cdc55db55c9..2bf77413797628976dcbd3935e27da47e6e433e9 100644 --- a/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/JsonKeys.Designer.cs b/VectoCore/JsonKeys.Designer.cs index 3f9e985f3b61c415a18dc6e0db9670728b78a813..469bbc503d3f66b6bad53999a73fb09849bc0f6d 100644 --- a/VectoCore/JsonKeys.Designer.cs +++ b/VectoCore/JsonKeys.Designer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore { diff --git a/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs b/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs index ee272c1d79c3c5036597c8e017a7d3d19f46be15..ffb62a9727a8a3caf522c3d074c3797d2a0d05e0 100644 --- a/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs +++ b/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs b/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs index c4a6c2262aee873ff42bda382e2778b6a3a8473f..110e1bdea8ae2fc1e457ad164854774c650a8713 100644 --- a/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs +++ b/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Connector/Ports/IFvPort.cs b/VectoCore/Models/Connector/Ports/IFvPort.cs index a272868fe45f11ee6282d00bca48066971aeff0f..6b802e26232dd23b53b3e2e0d7bf42eac8650423 100644 --- a/VectoCore/Models/Connector/Ports/IFvPort.cs +++ b/VectoCore/Models/Connector/Ports/IFvPort.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Connector/Ports/IResponse.cs b/VectoCore/Models/Connector/Ports/IResponse.cs index 77e28134b81370c994d07c80e459329b7ec2bea8..1c653e5a0383123db0c16a11a8f0385694e51798 100644 --- a/VectoCore/Models/Connector/Ports/IResponse.cs +++ b/VectoCore/Models/Connector/Ports/IResponse.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Connector/Ports/ISimulationPort.cs b/VectoCore/Models/Connector/Ports/ISimulationPort.cs index 306890d1b2b4ecc035ecc9eeae9f34046d93df12..78e4f04e4e04d6995ac35435f15a6b13fd303c2f 100644 --- a/VectoCore/Models/Connector/Ports/ISimulationPort.cs +++ b/VectoCore/Models/Connector/Ports/ISimulationPort.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Connector/Ports/ITnPort.cs b/VectoCore/Models/Connector/Ports/ITnPort.cs index 5ff0133b6125352ee70e235e0376a28a3bd5859a..9ff806e1b06a09a701fb58c65631a816f7547c9b 100644 --- a/VectoCore/Models/Connector/Ports/ITnPort.cs +++ b/VectoCore/Models/Connector/Ports/ITnPort.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Connector/Ports/Impl/Response.cs b/VectoCore/Models/Connector/Ports/Impl/Response.cs index 7f4e76c3b6a252d616f389c45888d9016e810616..ac7018e0edad568781189e945e088e7b57af6c51 100644 --- a/VectoCore/Models/Connector/Ports/Impl/Response.cs +++ b/VectoCore/Models/Connector/Ports/Impl/Response.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCore/Models/Declaration/AirDrag.cs b/VectoCore/Models/Declaration/AirDrag.cs index 6172a7171177bbf7b9d43183c2d824f08e28cd42..bbfcdc8f4a27dbfe34acb56b43f3d2bf78ab4805 100644 --- a/VectoCore/Models/Declaration/AirDrag.cs +++ b/VectoCore/Models/Declaration/AirDrag.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/Axle.cs b/VectoCore/Models/Declaration/Axle.cs index fca13b3def02a290cd3bb1a3dd6dd58ecaa2946b..b7feaa4bbc8781eaf75e25ed137867c1bac65790 100644 --- a/VectoCore/Models/Declaration/Axle.cs +++ b/VectoCore/Models/Declaration/Axle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCore/Models/Declaration/AxleConfiguration.cs b/VectoCore/Models/Declaration/AxleConfiguration.cs index b4dcbfa3b57df3ab114e3741f06f58d0a6cb3a2f..905e094a3f7d5b4d865055be36eab990eb151367 100644 --- a/VectoCore/Models/Declaration/AxleConfiguration.cs +++ b/VectoCore/Models/Declaration/AxleConfiguration.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/DeclarationData.cs b/VectoCore/Models/Declaration/DeclarationData.cs index 5fe4f56967c89b7fc63698c272635943f1a26c7e..3b7fa235f6bcd5c14093d956f22f4313ce472569 100644 --- a/VectoCore/Models/Declaration/DeclarationData.cs +++ b/VectoCore/Models/Declaration/DeclarationData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/DeclarationRims.cs b/VectoCore/Models/Declaration/DeclarationRims.cs index ff4e1a8271ab625237bbec02f48402e810b2d45d..f9522e8812e9b8c85e5019fb37b7dc9e06ce12fb 100644 --- a/VectoCore/Models/Declaration/DeclarationRims.cs +++ b/VectoCore/Models/Declaration/DeclarationRims.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/VectoCore/Models/Declaration/ElectricSystem.cs b/VectoCore/Models/Declaration/ElectricSystem.cs index ffe7579feda157822135c07491a7088bbb9b731f..c62bbd0f558ba1a4d0196888694a47ef3af13597 100644 --- a/VectoCore/Models/Declaration/ElectricSystem.cs +++ b/VectoCore/Models/Declaration/ElectricSystem.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/Fan.cs b/VectoCore/Models/Declaration/Fan.cs index fcdbcc7e98b42262f80982bee0f86cd145d4d51d..3b7b0ddb6fff81bcad7c9ccfe7684cc2023c0f18 100644 --- a/VectoCore/Models/Declaration/Fan.cs +++ b/VectoCore/Models/Declaration/Fan.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/HVAC.cs b/VectoCore/Models/Declaration/HVAC.cs index 0767b9f5a594c88f6e83fb97e596d4856f1fb070..f99c4fdbe04b07ee5af09d33e1bb934d8156018d 100644 --- a/VectoCore/Models/Declaration/HVAC.cs +++ b/VectoCore/Models/Declaration/HVAC.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/LookupData.cs b/VectoCore/Models/Declaration/LookupData.cs index 931ec0d2769d9aa979a776f04433aac338201c7e..e761c6caa837b05d9eb54070288d21a9e8cbf3d1 100644 --- a/VectoCore/Models/Declaration/LookupData.cs +++ b/VectoCore/Models/Declaration/LookupData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/Declaration/Mission.cs b/VectoCore/Models/Declaration/Mission.cs index e27d54d4a69c46636cd817ae6204ee245f4339a3..026c7dfed4163b329d4cf7872506055c7e9888d8 100644 --- a/VectoCore/Models/Declaration/Mission.cs +++ b/VectoCore/Models/Declaration/Mission.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/Declaration/MissionType.cs b/VectoCore/Models/Declaration/MissionType.cs index 140870b7a7e1bb180a91fe44d06941d953676705..b7e5a953c94208accc2cd0e078c6aa768b500ee5 100644 --- a/VectoCore/Models/Declaration/MissionType.cs +++ b/VectoCore/Models/Declaration/MissionType.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.Declaration diff --git a/VectoCore/Models/Declaration/PT1.cs b/VectoCore/Models/Declaration/PT1.cs index 861084f52266acba8c761e6e2fc52b74256f8950..18ffa3c4dbd39b3e3f60da9ac859c85e3154cc41 100644 --- a/VectoCore/Models/Declaration/PT1.cs +++ b/VectoCore/Models/Declaration/PT1.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/Declaration/PneumaticSystem.cs b/VectoCore/Models/Declaration/PneumaticSystem.cs index e8ad6baaa78ac96c7e705f2099999c15248d56fb..90785b745426f841ae368a39b49ccb9ed9a0b898 100644 --- a/VectoCore/Models/Declaration/PneumaticSystem.cs +++ b/VectoCore/Models/Declaration/PneumaticSystem.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/Rims.cs b/VectoCore/Models/Declaration/Rims.cs index ce71fee42a028239c019a0b0ff347842272f3a7e..e6935f8606707112b34ceac1e66737ebe880ad47 100644 --- a/VectoCore/Models/Declaration/Rims.cs +++ b/VectoCore/Models/Declaration/Rims.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/VectoCore/Models/Declaration/Segment.cs b/VectoCore/Models/Declaration/Segment.cs index 58e24796aeb5be087634c4f2e28b9b9ad8421a60..7cb653571509c2d752a413869af64ccf1f10d73a 100644 --- a/VectoCore/Models/Declaration/Segment.cs +++ b/VectoCore/Models/Declaration/Segment.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCore/Models/Declaration/Segments.cs b/VectoCore/Models/Declaration/Segments.cs index 0d341b9a353881038cf0806556d088672e7fe00a..a0e3c665f91e301b78539b0ff49757d91a9f90f4 100644 --- a/VectoCore/Models/Declaration/Segments.cs +++ b/VectoCore/Models/Declaration/Segments.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/SteeringPump.cs b/VectoCore/Models/Declaration/SteeringPump.cs index 179e264671697cbe8f157a6c2dfa61cd22b3bf0f..13d9acd400048cbe6d6b9af974da2f3892fa594d 100644 --- a/VectoCore/Models/Declaration/SteeringPump.cs +++ b/VectoCore/Models/Declaration/SteeringPump.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/TorqueConverter.cs b/VectoCore/Models/Declaration/TorqueConverter.cs index 1bea4cebecb567dcd7a5c2e156608796db8372fb..1529a8e14f30aff9d39df68f548c24e4b8b71754 100644 --- a/VectoCore/Models/Declaration/TorqueConverter.cs +++ b/VectoCore/Models/Declaration/TorqueConverter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/VehicleCategory.cs b/VectoCore/Models/Declaration/VehicleCategory.cs index 393f359cc9a6e8a9a842d259b2f869a16e4ed4e9..c4d1a26e7341740e8ddc827e1824296e3490a45b 100644 --- a/VectoCore/Models/Declaration/VehicleCategory.cs +++ b/VectoCore/Models/Declaration/VehicleCategory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.Declaration diff --git a/VectoCore/Models/Declaration/VehicleClass.cs b/VectoCore/Models/Declaration/VehicleClass.cs index 9eed0efeccfca9cc0ef43b4153547d3434fc2642..05c9aff3ca457ea50adb1491e9f80fc05402bf31 100644 --- a/VectoCore/Models/Declaration/VehicleClass.cs +++ b/VectoCore/Models/Declaration/VehicleClass.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Declaration/WHTCCorrection.cs b/VectoCore/Models/Declaration/WHTCCorrection.cs index dfe7a4717c4308b1a63a06c2c4b267c6da57bc77..d8b3a9e66d4d603038366b7679b1e628d7ca3bb4 100644 --- a/VectoCore/Models/Declaration/WHTCCorrection.cs +++ b/VectoCore/Models/Declaration/WHTCCorrection.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Declaration/Wheels.cs b/VectoCore/Models/Declaration/Wheels.cs index cc61b2cfb9916f7a45368205b6b047d820702651..d60f2896ab90ed5849c0f27ad00d83c915efb47c 100644 --- a/VectoCore/Models/Declaration/Wheels.cs +++ b/VectoCore/Models/Declaration/Wheels.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/VectoCore/Models/LoggingObject.cs b/VectoCore/Models/LoggingObject.cs index 561ac8fd109c854e4322300e11e0f13822b9d556..2cbce27234d65e9112c3ad1cebdcbb3c6546822d 100644 --- a/VectoCore/Models/LoggingObject.cs +++ b/VectoCore/Models/LoggingObject.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using NLog; diff --git a/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs b/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs index 456623364a4c316af2141a7383535e4b72241623..9a54347de0ecce6f5492c925bcb706e5684fd59f 100644 --- a/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs +++ b/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.Simulation.Data diff --git a/VectoCore/Models/Simulation/Data/ModalResult.cs b/VectoCore/Models/Simulation/Data/ModalResult.cs index 51646ee51d99efea2f4fb5b994101e7f76f30896..3ec52b5939a486787a7ac6759df31793ad1f0ee4 100644 --- a/VectoCore/Models/Simulation/Data/ModalResult.cs +++ b/VectoCore/Models/Simulation/Data/ModalResult.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Data/VectoJobData.cs b/VectoCore/Models/Simulation/Data/VectoJobData.cs index 4c1106fea88e9f588e4681825e0ba4fd646c0f5f..8e71a77a36ce001265b7506dd1eff3d8d9905deb 100644 --- a/VectoCore/Models/Simulation/Data/VectoJobData.cs +++ b/VectoCore/Models/Simulation/Data/VectoJobData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Data/VectoRunData.cs b/VectoCore/Models/Simulation/Data/VectoRunData.cs index a1176b74c468f5f79ff6c7f5cbecb07bd249f939..aca44df3495743dfff11b005f5ab0ac373045568 100644 --- a/VectoCore/Models/Simulation/Data/VectoRunData.cs +++ b/VectoCore/Models/Simulation/Data/VectoRunData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs b/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs index 66cc65f7c26abb3f40b04118a123fcb5076d0220..3fd406655abdfc786af4cb7050a36f8856c5a1a2 100644 --- a/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Simulation/DataBus/IDataBus.cs b/VectoCore/Models/Simulation/DataBus/IDataBus.cs index b8e1f175635405be64b44a6afeb6bf6d844126ef..ef3c838ee20d83e85b995c8e5ca3bcf6cb0be36e 100644 --- a/VectoCore/Models/Simulation/DataBus/IDataBus.cs +++ b/VectoCore/Models/Simulation/DataBus/IDataBus.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Simulation.Impl; diff --git a/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs b/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs index 89e86408d2f9db6810c9a308768580d03960a911..4396b626625ce26524233b879030318e3e81301e 100644 --- a/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs b/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs index 7aa9195aa489808311a5ca48233eaa7505b7836c..d6573a424efa59c2ebde3e0255c98ca3cdb1b959 100644 --- a/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs b/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs index c01379eba3ad4b76203d9769558133facef64920..bf1578197bb0f9891d3f68b24dc9581b7edb0e6b 100644 --- a/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs b/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs index 02cbd0513aca7247bfc595318f62372ec4f11866..bf8a16369c22b862bd03b5ad9025a5f4cc409c5b 100644 --- a/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs +++ b/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs b/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs index 5c13703ccefaa5ee7a8b9bf2dc25d5a01ed3e502..539c1e3d86fa2deb29bd7a1856dbe496bdf11b67 100644 --- a/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs +++ b/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs b/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs index a32e8e817fde6f8c8c5fe366eefe9ffe21ed76e8..225ccb92c6aa60e8ed0aeeeadc9e10566c365e31 100644 --- a/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/Simulation/IVectoRun.cs b/VectoCore/Models/Simulation/IVectoRun.cs index 477cdf1597eb303eda0e4c06960d75feb9e4dddf..f5515b4b76e37ca12c35aa87c55d532240d3e5fc 100644 --- a/VectoCore/Models/Simulation/IVectoRun.cs +++ b/VectoCore/Models/Simulation/IVectoRun.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/IVehicleContainer.cs b/VectoCore/Models/Simulation/IVehicleContainer.cs index 0a7f31022297d57ca8ec09088eaf469332e82505..51abe32bfef1d689995e2aba77b1c3aa58e08c73 100644 --- a/VectoCore/Models/Simulation/IVehicleContainer.cs +++ b/VectoCore/Models/Simulation/IVehicleContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.ComponentModel.DataAnnotations; diff --git a/VectoCore/Models/Simulation/Impl/DistanceRun.cs b/VectoCore/Models/Simulation/Impl/DistanceRun.cs index da125b922a5865ed4954a8be5882f6f6957ffbd6..6a4ce05a04293db2fda58e45b2c13b79af94684a 100644 --- a/VectoCore/Models/Simulation/Impl/DistanceRun.cs +++ b/VectoCore/Models/Simulation/Impl/DistanceRun.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Impl/JobContainer.cs b/VectoCore/Models/Simulation/Impl/JobContainer.cs index aa7d2538de9dcead2ae120dd6445d84f7c1d4f44..7442b330c549664fcaa686da69adba9dfa5db420 100644 --- a/VectoCore/Models/Simulation/Impl/JobContainer.cs +++ b/VectoCore/Models/Simulation/Impl/JobContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs b/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs index 06149ca14279a1d0d844d5f22f82d63fac1ed765..8a0b6223368932571b34e3a6a3ebcd3dd30fd312 100644 --- a/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs +++ b/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs b/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs index ea0657060206292e1462bd8b2ae134862ffcc237..e09fe029bc6f25410711da573ab0b737db65b3ff 100644 --- a/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs +++ b/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Impl/TimeRun.cs b/VectoCore/Models/Simulation/Impl/TimeRun.cs index fccc59ee16caed54900853e1c1aa04eea6730772..7c686cc4b284004ccec82964f526fdf136fca6bc 100644 --- a/VectoCore/Models/Simulation/Impl/TimeRun.cs +++ b/VectoCore/Models/Simulation/Impl/TimeRun.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Configuration; diff --git a/VectoCore/Models/Simulation/Impl/VectoRun.cs b/VectoCore/Models/Simulation/Impl/VectoRun.cs index 19746c26d20e264667507f7854f70d9d3ba6c9a3..ac62a7508a31c9da98d6f491abb9f9d6e6eb866e 100644 --- a/VectoCore/Models/Simulation/Impl/VectoRun.cs +++ b/VectoCore/Models/Simulation/Impl/VectoRun.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/Simulation/Impl/VehicleContainer.cs b/VectoCore/Models/Simulation/Impl/VehicleContainer.cs index 2e68203b4cc2009b5d5d600a59e20c45d71cf548..bd40f1e29f5e8da34425f6ad8b1ac1614e85ee40 100644 --- a/VectoCore/Models/Simulation/Impl/VehicleContainer.cs +++ b/VectoCore/Models/Simulation/Impl/VehicleContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs b/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs index ccc12861af398094d213c0befce9f27c2f80ee86..753fd4d76d486f0a09e0a1472cf03ee8040a96a6 100644 --- a/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs b/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs index f60f729aa5dd6293b2ea9e47d4639ff5255af697..b6ada3634594c4c83182dd257cdd6e28f88f75f7 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs b/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs index 6115f2796981d96c81c0175d2fae537179cbd446..3d954687fde04bd935f4cdee456fb08f46f94c76 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs b/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs index f85573c70ddc63acb0a6b93c5f608107c0189f7c..301861343d903b516668c214105d43b9fb755a90 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs b/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs index 9dd4806224d00219ecce661dad1e57d278057be6..2bd8d6f8f95b690cc7013cbdefd16e6cf1172fe8 100644 --- a/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs +++ b/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; diff --git a/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs b/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs index b10725c4e23735bcf5847b1b66727a2b7f9f6cae..1d085b1186d9e5a4e8f698dff93f541fd1672381 100644 --- a/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs +++ b/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.ComponentModel.DataAnnotations; diff --git a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs index 9da3ff6d34cb28354cf19f7c564788a5f41037f9..9cbc8b688346ee9d67ea324f110893d432727456 100644 --- a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; @@ -125,7 +138,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data if (x < p.Item1.Velocity || p.Item2.Velocity < x) { //Log.Error(_data.CrossWindCorrectionMode == CrossWindCorrectionMode.VAirBetaLookupTable - // ? string.Format("CdExtrapol β = {0}", x) + // ? string.Format("CdExtrapol β = {0}", x) // : string.Format("CdExtrapol v = {0}", x)); Log.Error("CdExtrapol v = {0}", x); } diff --git a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs index affa4f073ede792407581959e8d9291609c70594..4fca2c684b6a23c01284a3f095338f62a94c1467 100644 --- a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs +++ b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/CycleData.cs b/VectoCore/Models/SimulationComponent/Data/CycleData.cs index 7983150963aedc749f666e427345a017bb920e95..6380bc4434f5302391a667b9a842121df4da35a6 100644 --- a/VectoCore/Models/SimulationComponent/Data/CycleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/CycleData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/SimulationComponent/Data/DriverData.cs b/VectoCore/Models/SimulationComponent/Data/DriverData.cs index c74ef2f5e0af30950c6d5b3a96b3c86f01951e34..157470b8db23b826911ff437696e4d5cb9714740 100644 --- a/VectoCore/Models/SimulationComponent/Data/DriverData.cs +++ b/VectoCore/Models/SimulationComponent/Data/DriverData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs b/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs index a195f82beeecdf3c928b0d49492d21af81dac036..007605a3ae3dadeee259bbc34435ca51137dd9e7 100644 --- a/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs @@ -1,19 +1,32 @@ /* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs b/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs index 3eedcbb2cad98dcda8db205db6b59cd1d4da69a5..a7cc87a953fa9b794f1bba50f6955a40ce62fc96 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs b/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs index 7a1a0c805c0d0b9ad9f25e94bd61c76579994806..254c9869f6bdc49ad83ac19e37ec041496121ab2 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs b/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs index 859be9858af401d63ef31a9e27132958d2f249bd..352bce2188931128948d6b046a85329e3a2c9b3c 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs b/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs index 333ab613b3261f90de51515a50249b73256f5d13..8054c503a095d0b8f690742d896355b94f8d16f1 100644 --- a/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs index 7da60097c8f5c4b1083ddf963e363fb3c8ad86cb..70b27f68dc236f52c3eedfb8675efdc283da848a 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs index ffb22ac8eb7c845cd960221b5d190d60dd27492b..6067273ba9e3a963d34aa4602fa4e5940e179744 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs index e3f6e2ec98bbbf93d80428fee896c4f84cbc07e0..cd32910fff3a59e46e576a6128f9fe64d37eb158 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs index 579937a717c7c96df841874d5e3bc131b8f5e196..937aab3dcdb9bd5eb04adeabf59988c286b805d9 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/GearboxData.cs b/VectoCore/Models/SimulationComponent/Data/GearboxData.cs index 14ba8cb0a00e3e019237958595a1a6f658055041..a1494b22c18530d1c8a4c9f7e635338d5edf0c85 100644 --- a/VectoCore/Models/SimulationComponent/Data/GearboxData.cs +++ b/VectoCore/Models/SimulationComponent/Data/GearboxData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Data/GearboxType.cs b/VectoCore/Models/SimulationComponent/Data/GearboxType.cs index e66fdb4877579bc88fd18bed5ea8c057cf6da850..221513760d7f9ef0cb964a1acb60e768b31f046e 100644 --- a/VectoCore/Models/SimulationComponent/Data/GearboxType.cs +++ b/VectoCore/Models/SimulationComponent/Data/GearboxType.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Diagnostics.CodeAnalysis; diff --git a/VectoCore/Models/SimulationComponent/Data/RetarderData.cs b/VectoCore/Models/SimulationComponent/Data/RetarderData.cs index ecbc44a2b2c80e9169b99f6cb425cf5ec652ebdb..c0fb85213b67f82a234ab422147eacdc72cbfbc6 100644 --- a/VectoCore/Models/SimulationComponent/Data/RetarderData.cs +++ b/VectoCore/Models/SimulationComponent/Data/RetarderData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs b/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs index f100c0908cf043a5cf1a2cefb6884b9edc324139..ae56addc7af9cc5ee7c92479b65b96e939bdde65 100644 --- a/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs b/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs index 95d8bbd4e0dadc1379110909f33ef091ae6ece55..971c8e7983275de5893259d34470716a40fe8a53 100644 --- a/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs +++ b/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.InputData; diff --git a/VectoCore/Models/SimulationComponent/Data/VehicleData.cs b/VectoCore/Models/SimulationComponent/Data/VehicleData.cs index dbdffb5a5d3a8de24300facb16c7b760ab50a2ff..f4c73f3d3f2afbce2f6729a9193fb650fb9665af 100644 --- a/VectoCore/Models/SimulationComponent/Data/VehicleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/VehicleData.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/IAuxiliary.cs b/VectoCore/Models/SimulationComponent/IAuxiliary.cs index 04dcc216d512995cc8dc65873a6376087923b56f..4adffdb5b711aa8d9652d432ed95ec502a892258 100644 --- a/VectoCore/Models/SimulationComponent/IAuxiliary.cs +++ b/VectoCore/Models/SimulationComponent/IAuxiliary.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Models.SimulationComponent diff --git a/VectoCore/Models/SimulationComponent/IBrakes.cs b/VectoCore/Models/SimulationComponent/IBrakes.cs index bd524eae7204583654ab860a3d0fc2c968839580..13621f97828077d25a593765e3698a991f4851cb 100644 --- a/VectoCore/Models/SimulationComponent/IBrakes.cs +++ b/VectoCore/Models/SimulationComponent/IBrakes.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCore/Models/SimulationComponent/IClutch.cs b/VectoCore/Models/SimulationComponent/IClutch.cs index 48bbd26ad2e8e1973a012727d5f43ce97fd02981..5c41fc0e460efbff67374221a6b80f21b101e75f 100644 --- a/VectoCore/Models/SimulationComponent/IClutch.cs +++ b/VectoCore/Models/SimulationComponent/IClutch.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/ICombustionEngine.cs b/VectoCore/Models/SimulationComponent/ICombustionEngine.cs index 2f9735bbfba5ddcd9447f16cdc61f247a59390f8..1a6b996f9e8b9a262ae3e588a67aa8f15945b883 100644 --- a/VectoCore/Models/SimulationComponent/ICombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/ICombustionEngine.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs b/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs index 9dfa8e9fc02d4c2c521f4c9d8db603ff9d768643..61fc60a03b72b9054593083ec68d15af9d6e57ba 100644 --- a/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs +++ b/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IDriver.cs b/VectoCore/Models/SimulationComponent/IDriver.cs index 3175057b8f40bfb5a4be77e1d41249a3260e0b36..91fd7e86427df49f5526470a2f54f44807c625f9 100644 --- a/VectoCore/Models/SimulationComponent/IDriver.cs +++ b/VectoCore/Models/SimulationComponent/IDriver.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IDriverActions.cs b/VectoCore/Models/SimulationComponent/IDriverActions.cs index 5fa5eb0d381ea155b70956aee6488ef1f688a96c..0d254b28e59c6b079903d1265de7ce27c776cde4 100644 --- a/VectoCore/Models/SimulationComponent/IDriverActions.cs +++ b/VectoCore/Models/SimulationComponent/IDriverActions.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IDriverStrategy.cs b/VectoCore/Models/SimulationComponent/IDriverStrategy.cs index 044c87fb3021fee9784514db0cbd69e63a472920..a729eef337fd56b027e096216aba749f531e0e56 100644 --- a/VectoCore/Models/SimulationComponent/IDriverStrategy.cs +++ b/VectoCore/Models/SimulationComponent/IDriverStrategy.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IDrivingCycle.cs b/VectoCore/Models/SimulationComponent/IDrivingCycle.cs index 0560a10ea2049a933b36f681c94608901a82cf06..98b1e958fe091a5d0dbcf7c7079a760eb698f805 100644 --- a/VectoCore/Models/SimulationComponent/IDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/IDrivingCycle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs b/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs index 004181f54fa43d8b711f78e2a9a6beb8409647e3..5f5c0f51679c8791185496ac3c56a4e22e26d1ec 100644 --- a/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs +++ b/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCore/Models/SimulationComponent/IEngineAuxPort.cs b/VectoCore/Models/SimulationComponent/IEngineAuxPort.cs index 71eb0645d24c200eb9967b1d3771b7edde37f29a..5a00a7d9f3881e7f5428b15ccf102dfea330f6df 100644 --- a/VectoCore/Models/SimulationComponent/IEngineAuxPort.cs +++ b/VectoCore/Models/SimulationComponent/IEngineAuxPort.cs @@ -1,4 +1,35 @@ -using TUGraz.VectoCore.Utils; +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl +* +* Unless required by applicable law or agreed to in writing, VECTO +* distributed under the Licence is distributed on an "AS IS" basis, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the Licence for the specific language governing permissions and +* limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology +*/ + +using TUGraz.VectoCore.Utils; namespace TUGraz.VectoCore.Models.SimulationComponent { diff --git a/VectoCore/Models/SimulationComponent/IGearbox.cs b/VectoCore/Models/SimulationComponent/IGearbox.cs index f4c5af56adad1ebceab3b22e3bf4a0ff6b2a088a..13b26e232f0fc905e05029da98b885fc2456aeb9 100644 --- a/VectoCore/Models/SimulationComponent/IGearbox.cs +++ b/VectoCore/Models/SimulationComponent/IGearbox.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Simulation.DataBus; diff --git a/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs b/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs index 656d151d38297e02b5d7910d1861d44224ef7b2b..76bdc5de290204486fb3228676e1cd69ebc493ce 100644 --- a/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs +++ b/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs b/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs index d549d1a6b475e2f9a405d21c827f500361ed354a..913d3dadca00b8bc25ee94b0be0e22c5ad2105c9 100644 --- a/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs +++ b/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IShiftStrategy.cs b/VectoCore/Models/SimulationComponent/IShiftStrategy.cs index b9c1126bfacd8975f45a3a57372d9a7fcd3b42e7..0b3230279fe63fc2ce9c303878501be261aa5533 100644 --- a/VectoCore/Models/SimulationComponent/IShiftStrategy.cs +++ b/VectoCore/Models/SimulationComponent/IShiftStrategy.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.SimulationComponent.Impl; diff --git a/VectoCore/Models/SimulationComponent/IVehicle.cs b/VectoCore/Models/SimulationComponent/IVehicle.cs index ad0b5f0a9bfcf0fa018edf7044c55b580d56fb58..89edb3370f50fd654f49a3d5682c295412500d7d 100644 --- a/VectoCore/Models/SimulationComponent/IVehicle.cs +++ b/VectoCore/Models/SimulationComponent/IVehicle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/IWheels.cs b/VectoCore/Models/SimulationComponent/IWheels.cs index 9fab84a34eb3f19dec6edeefe66b0ebf812f9b16..f70362fe06afc987b2822aa3e96487248d7c52be 100644 --- a/VectoCore/Models/SimulationComponent/IWheels.cs +++ b/VectoCore/Models/SimulationComponent/IWheels.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs b/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs index 0b272421f821c69a68539c6d84d1fba2abadfa97..95ffd3a8be2ba1b1cb854842ec387c601374765c 100644 --- a/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs +++ b/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/Brakes.cs b/VectoCore/Models/SimulationComponent/Impl/Brakes.cs index 9f5d3e236bce7b77654da30edc5e2b4ab424658f..30236b6e8d924c3dd643e8f81e39f3b62dacfa8c 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Brakes.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Brakes.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/Clutch.cs b/VectoCore/Models/SimulationComponent/Impl/Clutch.cs index e0ffe91dc587eb0389b359a0220f2c388c2e9d68..100572bd53c5c85fa9d5f38d73bfac287d162f6f 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Clutch.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Clutch.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Configuration; diff --git a/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs b/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs index 371825a372f230029342778247a140c6de0aecb9..e63223d2dd4ba42cf1ebafbaa9f182ee4f101660 100644 --- a/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs b/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs index 125e64cd61336c7c8e28f0347d2e7c54d3b75fd4..213d465fc3266df5430430bb518b4087f5b315e7 100644 --- a/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs +++ b/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs index 30a88710394d32cf4b612fc222c86b5cdb03344b..b2dbeadfa7e15c93142da92e13ed3cd9922e0ccb 100644 --- a/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/Driver.cs b/VectoCore/Models/SimulationComponent/Impl/Driver.cs index d49dc36bb3abfde3e8475b687581029a4b67a42e..3b0a12fa8aa83914be044400711ed811e39e2009 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Driver.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Driver.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/DummyRetarder.cs b/VectoCore/Models/SimulationComponent/Impl/DummyRetarder.cs index 437f1bba9406f3c980627d013e995aac83193d8a..010db5f7d0b513f56e43e186ce64b19e68a8c098 100644 --- a/VectoCore/Models/SimulationComponent/Impl/DummyRetarder.cs +++ b/VectoCore/Models/SimulationComponent/Impl/DummyRetarder.cs @@ -1,4 +1,35 @@ -using System; +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl +* +* Unless required by applicable law or agreed to in writing, VECTO +* distributed under the Licence is distributed on an "AS IS" basis, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the Licence for the specific language governing permissions and +* limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology +*/ + +using System; using TUGraz.VectoCore.Models.Connector.Ports; using TUGraz.VectoCore.Models.Simulation; using TUGraz.VectoCore.Models.Simulation.Data; diff --git a/VectoCore/Models/SimulationComponent/Impl/EngineAuxiliary.cs b/VectoCore/Models/SimulationComponent/Impl/EngineAuxiliary.cs index c3b0d39466d606fefab293dd9c08c08ccbe31280..c0d9bed13665aca259b20a5abd5d24cfa05e19fa 100644 --- a/VectoCore/Models/SimulationComponent/Impl/EngineAuxiliary.cs +++ b/VectoCore/Models/SimulationComponent/Impl/EngineAuxiliary.cs @@ -1,4 +1,35 @@ -using System; +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl +* +* Unless required by applicable law or agreed to in writing, VECTO +* distributed under the Licence is distributed on an "AS IS" basis, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the Licence for the specific language governing permissions and +* limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology +*/ + +using System; using System.Collections.Generic; using TUGraz.VectoCore.Exceptions; using TUGraz.VectoCore.Models.Simulation; diff --git a/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs b/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs index f0e19c13b7d70c91468c7e2e5cf80ac0264a64e2..e0e9f486d17654f8becd98be64873981a295154d 100644 --- a/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs b/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs index 73c862dbe06b4255a8e4733265dddbf44896d464..588396f8a480a1f734210781b6841b7bcd5b8fc5 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs @@ -1,17 +1,32 @@ -/* -* Copyright 2015 European Union +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Diagnostics; diff --git a/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs b/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs index d0197c03eaae1b68b6dc9a7e8575b94ab67032fe..c55bfbb66ecf68f1b8ffff15c26c495ae8308691 100644 --- a/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs +++ b/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs index 2620e47709b1b79fac99bc1c5f99eeedaea99874..cd0e39783b93833da56cad8aafaa646959864ccc 100644 --- a/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Models/SimulationComponent/Impl/Retarder.cs b/VectoCore/Models/SimulationComponent/Impl/Retarder.cs index 0011c9463dacd4b78be377e4671bcbf53b45f264..f0ce9f339e84a33c00e1f9d6bb5ec9714af6ecef 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Retarder.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Retarder.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs b/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs index 5168b52f2127cf26e2ffe167ceb94733b9bccc62..ad6d5e9b8a6138f35d274c0bbf6645da4031caf0 100644 --- a/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs +++ b/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs index 75bd11043c20dcddb52d49fdd5264c01223ac025..949a7ae49ba4add120c1b5e9995f9e312c93eefc 100644 --- a/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs b/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs index e0126f14d7fe3c0906de0d4a1673de2d69ec7288..f00f27f6fc45c051be4c76f862e1266927ec0da5 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Models/SimulationComponent/Impl/Wheels.cs b/VectoCore/Models/SimulationComponent/Impl/Wheels.cs index ca8b53b31680c69707403aa10c0e33486877f0f0..9bf298a9413fad15ce9a6dc1c9b1c80b3c9364d6 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Wheels.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Wheels.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs b/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs index fe59e6e92c2638801538641856519e8acba81adc..a03ba1e7ccc19484d725c62adde6dfbe08e23cb5 100644 --- a/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs +++ b/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/OutputData/DeclarationReport.cs b/VectoCore/OutputData/DeclarationReport.cs index f8cffa5aa739eda7d5f40dbd6df162b955fe2c12..2de2ed783df0002da4ccace372a93412b2980f0e 100644 --- a/VectoCore/OutputData/DeclarationReport.cs +++ b/VectoCore/OutputData/DeclarationReport.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/OutputData/FileIO/FileOutputWriter.cs b/VectoCore/OutputData/FileIO/FileOutputWriter.cs index bb130fa6fce9ae23e7f12e23fee8ecf416b085a0..669b07461b763cc6548cf6d241cca21d228b85db 100644 --- a/VectoCore/OutputData/FileIO/FileOutputWriter.cs +++ b/VectoCore/OutputData/FileIO/FileOutputWriter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/OutputData/IDataWriter.cs b/VectoCore/OutputData/IDataWriter.cs index 21003821ba53d7776c9a8fbf057dabe14c9bd609..35dcaaa8d8e4761016be1364de37a5744c1b2506 100644 --- a/VectoCore/OutputData/IDataWriter.cs +++ b/VectoCore/OutputData/IDataWriter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Data; diff --git a/VectoCore/OutputData/IModalDataContainer.cs b/VectoCore/OutputData/IModalDataContainer.cs index 910a1cb22c331db26fbe9660d82c174bcc771843..d7b06da5a778e816d67de6eabf12d7921a4e7024 100644 --- a/VectoCore/OutputData/IModalDataContainer.cs +++ b/VectoCore/OutputData/IModalDataContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/OutputData/ModalDataContainer.cs b/VectoCore/OutputData/ModalDataContainer.cs index d25f564913a2d63ef753e93ec91af02b1994c4e9..dbae5043ee10bcadb948796f482367ec1763fabb 100644 --- a/VectoCore/OutputData/ModalDataContainer.cs +++ b/VectoCore/OutputData/ModalDataContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/OutputData/PDF/PDFDeclarationReport.cs b/VectoCore/OutputData/PDF/PDFDeclarationReport.cs index dd9c3b19bc2bb1b6a0bb7aa5519ff452ecfef1fd..bff61605d8fea5659d4c83da01b0f15140ed7850 100644 --- a/VectoCore/OutputData/PDF/PDFDeclarationReport.cs +++ b/VectoCore/OutputData/PDF/PDFDeclarationReport.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/OutputData/SummaryDataContainer.cs b/VectoCore/OutputData/SummaryDataContainer.cs index a78a2e415f6438c9b7f8b5b67679abdb66e2d4bc..712a33aa54ff33d7cba9de9e5dbd98d5e25db99c 100644 --- a/VectoCore/OutputData/SummaryDataContainer.cs +++ b/VectoCore/OutputData/SummaryDataContainer.cs @@ -1,19 +1,32 @@ /* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCore/Properties/AssemblyInfo.cs b/VectoCore/Properties/AssemblyInfo.cs index 2cfc61b57285bac1c3ef3fd8507efd0ca5741245..226e7472004a82f291595c6b90ba31e864d9f4da 100644 --- a/VectoCore/Properties/AssemblyInfo.cs +++ b/VectoCore/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoCore/Properties/Version.cs b/VectoCore/Properties/Version.cs index 7cc548ad77f364b3e467e7202586744dc419bf13..30b9d4658c2363ea2d89f5ee68540e84e347e3f1 100644 --- a/VectoCore/Properties/Version.cs +++ b/VectoCore/Properties/Version.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoCore/Utils/DataTableExtensionMethods.cs b/VectoCore/Utils/DataTableExtensionMethods.cs index b6642bb8d49bbf9b6563f02522cfd15c7fae28bd..7afa53ffc92b35a50bbc7f3aba4feafe3afb6576 100644 --- a/VectoCore/Utils/DataTableExtensionMethods.cs +++ b/VectoCore/Utils/DataTableExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/DateTimeFallbackDeserializer.cs b/VectoCore/Utils/DateTimeFallbackDeserializer.cs index 4bdef8aed0bce7a21f63f3e5e1c7fe7ed21d4608..c65611bf27f2fa1fd9354e245c16cdebd285728f 100644 --- a/VectoCore/Utils/DateTimeFallbackDeserializer.cs +++ b/VectoCore/Utils/DateTimeFallbackDeserializer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/DelauneyMap.cs b/VectoCore/Utils/DelauneyMap.cs index 9aa9ec963401be4e7d3248e3095ba5b0d3617c03..bd1965528a45aece309076f697a7121c78d0dece 100644 --- a/VectoCore/Utils/DelauneyMap.cs +++ b/VectoCore/Utils/DelauneyMap.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/DoubleExtensionMethods.cs b/VectoCore/Utils/DoubleExtensionMethods.cs index 9911fea01fbfa0443131e7c45802f6017ed52002..32ca062b574332ae32b381c74fd7bd700abd936b 100644 --- a/VectoCore/Utils/DoubleExtensionMethods.cs +++ b/VectoCore/Utils/DoubleExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/EnumHelper.cs b/VectoCore/Utils/EnumHelper.cs index 5e3b41913d4fce359f8a9f25f939433c63cfed67..37fa915df10c88fcda1d3298edda3b7182942cf4 100644 --- a/VectoCore/Utils/EnumHelper.cs +++ b/VectoCore/Utils/EnumHelper.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/Formulas.cs b/VectoCore/Utils/Formulas.cs index 42213a9534e6c881562cad97d6c3f4c760dd3fbe..53885dfd2e7fab4c5ace494cf4a6a83858cdb25a 100644 --- a/VectoCore/Utils/Formulas.cs +++ b/VectoCore/Utils/Formulas.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Exceptions; diff --git a/VectoCore/Utils/IEnumberableExtensionMethods.cs b/VectoCore/Utils/IEnumberableExtensionMethods.cs index e3f3807e242fdcb2f850a52de34630aef0af111e..34aef592aae67add04f0a0c0f480a50882bcbf15 100644 --- a/VectoCore/Utils/IEnumberableExtensionMethods.cs +++ b/VectoCore/Utils/IEnumberableExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/IntExtensionMethods.cs b/VectoCore/Utils/IntExtensionMethods.cs index 75b3209b40dfdce3e5015ac21cbea152b98324f6..b866614d4dd1cc834fa09c209dede915748198f8 100644 --- a/VectoCore/Utils/IntExtensionMethods.cs +++ b/VectoCore/Utils/IntExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/Physics.cs b/VectoCore/Utils/Physics.cs index 0c00162e51bfcba871147fdb8046a962939c9fc0..6fec44d0765936904bc0832049daa7cf5b0178f3 100644 --- a/VectoCore/Utils/Physics.cs +++ b/VectoCore/Utils/Physics.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Utils diff --git a/VectoCore/Utils/RessourceHelper.cs b/VectoCore/Utils/RessourceHelper.cs index 51b9b8c50ae04ffe5b215b7c0585b99e727de9e6..f8f89be73635a39994daed7882233b0e9c5f9a5c 100644 --- a/VectoCore/Utils/RessourceHelper.cs +++ b/VectoCore/Utils/RessourceHelper.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCore/Utils/SI.cs b/VectoCore/Utils/SI.cs index 675cfecdc8597bf75101764b7a3f30c3984fd54f..853a9d9b2e6ba26a525f70e94b1dacdd08bf6cf3 100644 --- a/VectoCore/Utils/SI.cs +++ b/VectoCore/Utils/SI.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; @@ -148,7 +161,7 @@ namespace TUGraz.VectoCore.Utils } /// <summary> - /// SI Class for PerSquareSecond [1/s²]. + /// SI Class for PerSquareSecond [1/s²]. /// </summary> public class PerSquareSecond : SIBase<PerSquareSecond> { @@ -167,7 +180,7 @@ namespace TUGraz.VectoCore.Utils /// <summary> - /// SI Class for Meter per square second [m/s²]. + /// SI Class for Meter per square second [m/s²]. /// </summary> public class MeterPerSquareSecond : SIBase<MeterPerSquareSecond> { @@ -298,7 +311,7 @@ namespace TUGraz.VectoCore.Utils } /// <summary> - /// SI Class for Square meter [m²]. + /// SI Class for Square meter [m²]. /// </summary> public class SquareMeter : SIBase<SquareMeter> { @@ -310,7 +323,7 @@ namespace TUGraz.VectoCore.Utils } /// <summary> - /// SI Class for cubic meter [m³]. + /// SI Class for cubic meter [m³]. /// </summary> public class CubicMeter : SIBase<CubicMeter> { @@ -322,7 +335,7 @@ namespace TUGraz.VectoCore.Utils } /// <summary> - /// SI Class for Kilogram Square Meter [kgm²]. + /// SI Class for Kilogram Square Meter [kgm²]. /// </summary> public class KilogramSquareMeter : SIBase<KilogramSquareMeter> { @@ -1010,7 +1023,7 @@ namespace TUGraz.VectoCore.Utils /// <summary> - /// Converts to basic units. e.g [W] => [kgm²/s³] + /// Converts to basic units. e.g [W] => [kgm²/s³] /// </summary> /// <param name="unit">The unit.</param> /// <param name="numerator">The numerator.</param> diff --git a/VectoCore/Utils/StringExtensionMethods.cs b/VectoCore/Utils/StringExtensionMethods.cs index 02d62fb2987e57126cac9fb919eedaeb69a64ac6..a7d435ae6b80bc30c079b536f047e44c537544d5 100644 --- a/VectoCore/Utils/StringExtensionMethods.cs +++ b/VectoCore/Utils/StringExtensionMethods.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/SwitchExtension.cs b/VectoCore/Utils/SwitchExtension.cs index c48cb649ef441c0d0fdbd676603d877b950445f0..936dd629dc4504f2ece68dcce56b5be1fb77562c 100644 --- a/VectoCore/Utils/SwitchExtension.cs +++ b/VectoCore/Utils/SwitchExtension.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/Validation.cs b/VectoCore/Utils/Validation.cs index 84c58763ce59611a23649c46623c0adcfe066e2a..e5d8f28809231ff250213be1c96c6c0f9211b640 100644 --- a/VectoCore/Utils/Validation.cs +++ b/VectoCore/Utils/Validation.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections; diff --git a/VectoCore/Utils/VectoCSVFile.cs b/VectoCore/Utils/VectoCSVFile.cs index c8c82afac961148329e454f8189b14c856f010cf..27fcb7eed2eaf0fff6083fb73d17b6e7b643962f 100644 --- a/VectoCore/Utils/VectoCSVFile.cs +++ b/VectoCore/Utils/VectoCSVFile.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCore/Utils/VectoMath.cs b/VectoCore/Utils/VectoMath.cs index da8832776c07314113684aeca3d67e777d945df6..895ef131728627986a9906fe2b38ede178cce308 100644 --- a/VectoCore/Utils/VectoMath.cs +++ b/VectoCore/Utils/VectoMath.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Exceptions/ExceptionTests.cs b/VectoCoreTest/Exceptions/ExceptionTests.cs index d2ee97190af48587a7362594e9bbdba370a225fb..74c76d49318df837e4e166b7d0d8fe1b3272d94a 100644 --- a/VectoCoreTest/Exceptions/ExceptionTests.cs +++ b/VectoCoreTest/Exceptions/ExceptionTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/FileIO/JsonTest.cs b/VectoCoreTest/FileIO/JsonTest.cs index da9fe1977e0c36f5bdb657caf197d08f29c196f6..832496fe3b6fb890aac5ea8fa52a92a73bda3b4f 100644 --- a/VectoCoreTest/FileIO/JsonTest.cs +++ b/VectoCoreTest/FileIO/JsonTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/FileIO/SimulationDataReaderTest.cs b/VectoCoreTest/FileIO/SimulationDataReaderTest.cs index cc666e65bf5e06552983def4e0d11682ade7d9b1..fd5dfa3f1c062d2c44c9da045dd2e9e322b34658 100644 --- a/VectoCoreTest/FileIO/SimulationDataReaderTest.cs +++ b/VectoCoreTest/FileIO/SimulationDataReaderTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/GraphProgram.cs b/VectoCoreTest/GraphProgram.cs index 36aaf97d8d8fa88606a34908a7f82ceb7b1ed4d0..238b3eb3baa97ab703c0481eab1aaa3b4bc745cf 100644 --- a/VectoCoreTest/GraphProgram.cs +++ b/VectoCoreTest/GraphProgram.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ namespace TUGraz.VectoCore.Tests diff --git a/VectoCoreTest/Integration/CoachPowerTrain.cs b/VectoCoreTest/Integration/CoachPowerTrain.cs index bb74ea31fe694af5289d9edce35cae25d9064ca6..6547eecef6f5eee4163738fbc1c319cb74a782ac 100644 --- a/VectoCoreTest/Integration/CoachPowerTrain.cs +++ b/VectoCoreTest/Integration/CoachPowerTrain.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Integration/DeclarationReportTest.cs b/VectoCoreTest/Integration/DeclarationReportTest.cs index 09823182e49aeb4d4d028e97302c11df942dbfc8..b7275f344beab66bba3360d148b2df4f44a2b1a9 100644 --- a/VectoCoreTest/Integration/DeclarationReportTest.cs +++ b/VectoCoreTest/Integration/DeclarationReportTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs index 6a0a18a778148722ada00fa18a9716e42a26be89..5c3ed37995a7a0d54b9d762b8fa757e6dbc6dd14 100644 --- a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs +++ b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs index 0ea5c450bf95cd98e3c29417031d4080023b7366..97553392144997c7e305c1a2960cbbceaf495ff7 100644 --- a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs +++ b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs b/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs index 8ed5d40f55e6ea09ccdcf689726920f39efb645f..310a0d320b361672a4f8bd49474d19f8cdba27bc 100644 --- a/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs +++ b/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs index bc43b06a9c1fe2ec12b44a166a18eab7e25a5b92..3b161792cc57410247bb05c4e947bf1cd886b27f 100644 --- a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs +++ b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/Integration/SimpleDrivingCycles.cs b/VectoCoreTest/Integration/SimpleDrivingCycles.cs index aaff00a1052eb5370e5f430bce33f82c0f731ef0..c9158ff82c8bbe1f3f5a495f6fe44188db5eeef1 100644 --- a/VectoCoreTest/Integration/SimpleDrivingCycles.cs +++ b/VectoCoreTest/Integration/SimpleDrivingCycles.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Diagnostics.CodeAnalysis; diff --git a/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs b/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs index 946f28d8a526e9fa8b9fefcfd265adc6bd0fbb29..e2f63e54689013c7b47c7582e7f01022aaa7636c 100644 --- a/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs +++ b/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs b/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs index 114824c837280a2b084a9f242973a14d8fd4b6b9..f8555351fecee3fbd764f0ab976738ce99b8422e 100644 --- a/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs +++ b/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; @@ -87,7 +100,7 @@ namespace TUGraz.VectoCore.Tests.Integration.SimulationRuns Assert.IsInstanceOfType(response, typeof(ResponseSuccess)); -// time [s] , dist [m] , v_act [km/h] , v_targ [km/h] , acc [m/s²] , grad [%] , n_eng_avg [1/min] , T_eng_fcmap [Nm] , Tq_clutch [Nm] , Tq_full [Nm] , Tq_drag [Nm] , P_eng_out [kW] , P_eng_full [kW] , P_eng_drag [kW] , P_clutch_out [kW] , Pa Eng [kW] , P_aux [kW] , Gear [-] , Ploss GB [kW] , Ploss Diff [kW] , Ploss Retarder [kW] , Pa GB [kW] , Pa Veh [kW] , P_roll [kW] , P_air [kW] , P_slope [kW] , P_wheel_in [kW] , P_brake_loss [kW] , FC-Map [g/h] , FC-AUXc [g/h] , FC-WHTCc [g/h] +// time [s] , dist [m] , v_act [km/h] , v_targ [km/h] , acc [m/s²] , grad [%] , n_eng_avg [1/min] , T_eng_fcmap [Nm] , Tq_clutch [Nm] , Tq_full [Nm] , Tq_drag [Nm] , P_eng_out [kW] , P_eng_full [kW] , P_eng_drag [kW] , P_clutch_out [kW] , Pa Eng [kW] , P_aux [kW] , Gear [-] , Ploss GB [kW] , Ploss Diff [kW] , Ploss Retarder [kW] , Pa GB [kW] , Pa Veh [kW] , P_roll [kW] , P_air [kW] , P_slope [kW] , P_wheel_in [kW] , P_brake_loss [kW] , FC-Map [g/h] , FC-AUXc [g/h] , FC-WHTCc [g/h] // 1.5 , 5 , 18 , 18 , 0 , 2.842372 , 964.1117 , 323.7562 , 323.7562 , 2208.664 , -158.0261 , 32.68693 , 222.9902 , -15.95456 , 32.68693 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 5.965827 , 0.2423075 , 26.47879 , 32.68693 , 0 , 7574.113 , - , - AssertHelper.AreRelativeEqual(964.1117.RPMtoRad().Value(), vehicleContainer.Engine.EngineSpeed.Value()); diff --git a/VectoCoreTest/Integration/Truck40tPowerTrain.cs b/VectoCoreTest/Integration/Truck40tPowerTrain.cs index 28b9a3207fc171061f2b1b24ee39939e0da1e29a..b00c4ac2d6ca4940c23b467288fd2a81f0e00135 100644 --- a/VectoCoreTest/Integration/Truck40tPowerTrain.cs +++ b/VectoCoreTest/Integration/Truck40tPowerTrain.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs b/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs index 5c368bba3efc8bd08a155372376d5068c50c62e9..bc0932fa064392b199affc9ef009fa92375cfd88 100644 --- a/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs +++ b/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/Simulation/AuxTests.cs b/VectoCoreTest/Models/Simulation/AuxTests.cs index ebc09d1a8651d88201567584dd193c5fe28980b9..4988002a854d957fc6b2ac6be7b38aa7d2e46fdb 100644 --- a/VectoCoreTest/Models/Simulation/AuxTests.cs +++ b/VectoCoreTest/Models/Simulation/AuxTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Configuration; diff --git a/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs b/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs index 277ac4e27339c3a557b9d258c1c4f91ec3b8ca85..41e7e2cc483c86e9659203b748d1bc9b5ce90352 100644 --- a/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs +++ b/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/Simulation/FactoryTest.cs b/VectoCoreTest/Models/Simulation/FactoryTest.cs index cae114edcd048a3a896ab05ad4721db86edb2769..a12e08c1b8c6b7e66032c21fbd9a29faba0c1b56 100644 --- a/VectoCoreTest/Models/Simulation/FactoryTest.cs +++ b/VectoCoreTest/Models/Simulation/FactoryTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs b/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs index c9935c9881869ca2d8414eab0c4a9aea4924e150..2ffbc723100477ef2c733cc241c63049d0a00d81 100644 --- a/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs +++ b/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs b/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs index 881bad8113e24bd9e3436e5c8427b246644629e0..f9c52b85017a08b651ad8f5ac562b329181a5ff8 100644 --- a/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs +++ b/VectoCoreTest/Models/Simulation/MeasuredSpeedModeTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Utils; diff --git a/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs b/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs index 426cf4eb889e35f68ead341467eacb14823ad58c..59dbeb4bce7b488c3a83f2b5e6fef843a12e72a4 100644 --- a/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs +++ b/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Models/Simulation/PwheelModeTests.cs b/VectoCoreTest/Models/Simulation/PwheelModeTests.cs index 3c43d4b73073ef35591a99a84416ca326051ea32..e20a041fef1a7b0421cdd66d6371964b57c3eaea 100644 --- a/VectoCoreTest/Models/Simulation/PwheelModeTests.cs +++ b/VectoCoreTest/Models/Simulation/PwheelModeTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/Models/Simulation/SimulationTests.cs b/VectoCoreTest/Models/Simulation/SimulationTests.cs index 8d273f937fe52be455e5e29d72298733519fe61a..6fd36bdd958b79b7be8396f0e232da3c6bbfcfe1 100644 --- a/VectoCoreTest/Models/Simulation/SimulationTests.cs +++ b/VectoCoreTest/Models/Simulation/SimulationTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs b/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs index 01695c522a33085b61ebed973b298b52f86b241c..411d873f1e27e2475f7bb190b447772d6442e8bd 100644 --- a/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs +++ b/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs b/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs index 1263eb195b5bae54aada0c63735f1ab34355f509..040d35b26ec97a5528461b246a2f17510466866d 100644 --- a/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs b/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs index a6d81156b16d61a8df613bc7f4a3e24a639a1a52..08bf30bcf34c6f68329fb573cbfa417b89825d13 100644 --- a/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs index 4b10e329d18562c5155200d7b7d80fea653dc63a..58c933f85cd7ce1b8d69eb49f02771f444b20cab 100644 --- a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Models/SimulationComponent/DriverTest.cs b/VectoCoreTest/Models/SimulationComponent/DriverTest.cs index 5b072da8bccaaa38c506edcf39b8725a4194369c..1a2644dcbc98b731f1fa6b767b15f12524798487 100644 --- a/VectoCoreTest/Models/SimulationComponent/DriverTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/DriverTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs b/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs index 94bb3fcf3a44f38fc016c77a0994cf958ceed53f..db641a88bd613549fb90d2d7aedccddaad05335f 100644 --- a/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs b/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs index bfc019939a1992ec50fcb517e3ce73802b87a1b4..f614ac7c60476bca3ebae8d0f9cb459596f03e68 100644 --- a/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs b/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs index 75b2f73eb97b8f094d4d7d1e79ff1a7192256c3d..06dcefbd9e6e4a12e4317d0ab31742e4b0e82bbc 100644 --- a/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs b/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs index 5a05b1c888e0de5ab79bd78b911e281450511e30..9e0f07381ec39e69a1037bee5b036fe427e386d1 100644 --- a/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs b/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs index a99dfb9661415a3e6e9e52890c13c2d7146fcfa4..2f1a38f5c09ea7ba1104a5bf3dc9e318ca05a64c 100644 --- a/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs b/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs index c2c2bb8230a6437ffb26514729a4ef57498f10a0..5d4e718c38e2db1a5c4672f7b1edc7991b71443a 100644 --- a/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs b/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs index 49b4dad0fa61f03a7e50f95700a128f5823e119b..39c9c69acd400997ba48e11fd23481b4f5d2cfc0 100644 --- a/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs index 9e40d44955346fd47171441344133d050b053c8b..14e90870a457c17fdc2239b3ec565999a0c7b875 100644 --- a/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs b/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs index 7179ad49a33eff35f040fef217e4c78a765eb652..860f14a3505ee30b6962869b9f454f1317137234 100644 --- a/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Globalization; diff --git a/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs b/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs index a7af940fb06cdda86472d3ed5ea99e9fe297466f..26b0b545f8cdd976dc52fff8bbf3bb13efc95765 100644 --- a/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.IO; diff --git a/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs index 9fc32ba7d813b1fe6a72000e2a1c9cf2d225c7e7..c9c4e8fd221c1689a746cb421c40ca6fa0ef45c1 100644 --- a/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs b/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs index 5a66b45034d98b8889fae6197feefd26c4b63856..47493913c9a357f35c330e3ebedfda6d0641b86c 100644 --- a/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.ComponentModel.DataAnnotations; diff --git a/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs index 7b41d4bb294d2cd9a7257ddfa06222e8f5815514..377b508f7cc214d0c1b230636741c73af7506fee 100644 --- a/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/VectoCoreTest/Properties/AssemblyInfo.cs b/VectoCoreTest/Properties/AssemblyInfo.cs index 241208ce67d9952312eb7afe834b2d13ade4ecfd..a254e23344e13ad309ab48bc6dc4a53bdf8e6033 100644 --- a/VectoCoreTest/Properties/AssemblyInfo.cs +++ b/VectoCoreTest/Properties/AssemblyInfo.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Reflection; diff --git a/VectoCoreTest/Properties/Settings.Designer.cs b/VectoCoreTest/Properties/Settings.Designer.cs index 34ddda31001463c85ad164fbc78b44f8b33d1bc1..ce145014d385e7b7bf136d0095d40eb40b46fcfa 100644 --- a/VectoCoreTest/Properties/Settings.Designer.cs +++ b/VectoCoreTest/Properties/Settings.Designer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.CodeDom.Compiler; diff --git a/VectoCoreTest/Reports/ModDataTest.cs b/VectoCoreTest/Reports/ModDataTest.cs index 8b74c43fc4acc6e35d361d5bdb688f4d60626010..0f8b1691f2925c7925ada800681b3bd727313358 100644 --- a/VectoCoreTest/Reports/ModDataTest.cs +++ b/VectoCoreTest/Reports/ModDataTest.cs @@ -1,4 +1,35 @@ -using System.Data; +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl +* +* Unless required by applicable law or agreed to in writing, VECTO +* distributed under the Licence is distributed on an "AS IS" basis, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the Licence for the specific language governing permissions and +* limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology +*/ + +using System.Data; using Microsoft.VisualStudio.TestTools.UnitTesting; using TUGraz.VectoCore.InputData.Reader.Impl; using TUGraz.VectoCore.Models.Simulation.Data; diff --git a/VectoCoreTest/Reports/SumWriterTest.cs b/VectoCoreTest/Reports/SumWriterTest.cs index 85d813f35f8d01ee30f8f0df1992214c4d51c11e..edd0ddddc8340e248af71abd7caa5415e579a804 100644 --- a/VectoCoreTest/Reports/SumWriterTest.cs +++ b/VectoCoreTest/Reports/SumWriterTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Linq; diff --git a/VectoCoreTest/Utils/AssertHelper.cs b/VectoCoreTest/Utils/AssertHelper.cs index 6e86d214a5c645daa827bf7bb0eecf95b74fa780..c94e0c567c5ee774d72ece1274f2bc030b1cdb5d 100644 --- a/VectoCoreTest/Utils/AssertHelper.cs +++ b/VectoCoreTest/Utils/AssertHelper.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/DelauneyMapTest.cs b/VectoCoreTest/Utils/DelauneyMapTest.cs index 286446eed990d3dabd7ca701eedf603edeb9f3f5..2784585a32004417fa661e95d1aba649d9f2c005 100644 --- a/VectoCoreTest/Utils/DelauneyMapTest.cs +++ b/VectoCoreTest/Utils/DelauneyMapTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs b/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs index 7bde162abe9ab527d0394567350169a599a33630..0cc9951f8425726b0aec20e5fac9b1f824a5f1af 100644 --- a/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs +++ b/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/GraphWriter.cs b/VectoCoreTest/Utils/GraphWriter.cs index b8ec1c3b9681460b793e3c20002659a7052b5324..3b15c7027412bac3e8b86fc278774d2dd1bc4665 100644 --- a/VectoCoreTest/Utils/GraphWriter.cs +++ b/VectoCoreTest/Utils/GraphWriter.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/InputDataHelper.cs b/VectoCoreTest/Utils/InputDataHelper.cs index e3f08b265ce1d2e82711d78489ceccbe44ec506f..dd02f481278d2e82647a908fea78ab609f5e37ed 100644 --- a/VectoCoreTest/Utils/InputDataHelper.cs +++ b/VectoCoreTest/Utils/InputDataHelper.cs @@ -1,4 +1,35 @@ -using System.IO; +/* +* This file is part of VECTO. +* +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl +* +* Unless required by applicable law or agreed to in writing, VECTO +* distributed under the Licence is distributed on an "AS IS" basis, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the Licence for the specific language governing permissions and +* limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology +*/ + +using System.IO; namespace TUGraz.VectoCore.Tests.Utils { diff --git a/VectoCoreTest/Utils/MockAuxiliaryDemand.cs b/VectoCoreTest/Utils/MockAuxiliaryDemand.cs index c13d7f27339872d688ac844534e3d52be766c905..711f7f408ab43399bbb40709e4daac0b06dec78b 100644 --- a/VectoCoreTest/Utils/MockAuxiliaryDemand.cs +++ b/VectoCoreTest/Utils/MockAuxiliaryDemand.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/MockDriver.cs b/VectoCoreTest/Utils/MockDriver.cs index f2e0627fbe2851ceead31c6b803b2ba4f188de2e..850dcaa305b279aa049892c05d0dee439a939b07 100644 --- a/VectoCoreTest/Utils/MockDriver.cs +++ b/VectoCoreTest/Utils/MockDriver.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/MockGearbox.cs b/VectoCoreTest/Utils/MockGearbox.cs index 95ca8d6bda8e10ae9f06cea45a36515a8712c305..3d3dead5ae5711a78a7fb4e3fd855c9657e6fef5 100644 --- a/VectoCoreTest/Utils/MockGearbox.cs +++ b/VectoCoreTest/Utils/MockGearbox.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/MockModalDataContainer.cs b/VectoCoreTest/Utils/MockModalDataContainer.cs index 723ba8b01ff13f869e10a4698d296cb4f4fd37d9..5b7c0f847044755d569cc129498fa86925fc4279 100644 --- a/VectoCoreTest/Utils/MockModalDataContainer.cs +++ b/VectoCoreTest/Utils/MockModalDataContainer.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCoreTest/Utils/MockPorts.cs b/VectoCoreTest/Utils/MockPorts.cs index 27af34021cb96413247a3fa5ef7bea0c71f01874..c540e2f0b35bbab30041a89069bb5d9c72baf33c 100644 --- a/VectoCoreTest/Utils/MockPorts.cs +++ b/VectoCoreTest/Utils/MockPorts.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/MockSimulationDataFactory.cs b/VectoCoreTest/Utils/MockSimulationDataFactory.cs index 9210f39639950f2fe264e17c0a0965f8e26514bc..138bed4057da2d33e01bbf53231bc7b9d3b878f2 100644 --- a/VectoCoreTest/Utils/MockSimulationDataFactory.cs +++ b/VectoCoreTest/Utils/MockSimulationDataFactory.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.InputData; diff --git a/VectoCoreTest/Utils/MockVehicle.cs b/VectoCoreTest/Utils/MockVehicle.cs index 233b35510dd7d75d776ea3977ebb6e9bb9076c9b..53e04cf6763d279665d8ae645fbe427571310d2f 100644 --- a/VectoCoreTest/Utils/MockVehicle.cs +++ b/VectoCoreTest/Utils/MockVehicle.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/Port.cs b/VectoCoreTest/Utils/Port.cs index d7acd7a348a240e597003d4d54855ca9879eb1bf..c4253beaa5a2aecf63049e1fcf6503e7da43a29d 100644 --- a/VectoCoreTest/Utils/Port.cs +++ b/VectoCoreTest/Utils/Port.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using TUGraz.VectoCore.Models.Connector.Ports; diff --git a/VectoCoreTest/Utils/ResultFileHelper.cs b/VectoCoreTest/Utils/ResultFileHelper.cs index 4e9b2f27ac86b59d7a07b59e29d85cf0d0d09569..1e02784ac060dc44263c2c0595bc8c3676964ffa 100644 --- a/VectoCoreTest/Utils/ResultFileHelper.cs +++ b/VectoCoreTest/Utils/ResultFileHelper.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System.Collections.Generic; diff --git a/VectoCoreTest/Utils/SITest.cs b/VectoCoreTest/Utils/SITest.cs index 173eba509df3f021832ab0a034ca8dd936696b7a..2e92e9e0d24da8c8746f236d4c34a732f384db23 100644 --- a/VectoCoreTest/Utils/SITest.cs +++ b/VectoCoreTest/Utils/SITest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using System; diff --git a/VectoCoreTest/Utils/VectoMathTest.cs b/VectoCoreTest/Utils/VectoMathTest.cs index 4d65d0a8d66e1eeefc3d36daa0f793cae00f9de2..158b3f79974006b91115d84199b23a65e87f5f42 100644 --- a/VectoCoreTest/Utils/VectoMathTest.cs +++ b/VectoCoreTest/Utils/VectoMathTest.cs @@ -1,19 +1,32 @@ -/* -* Copyright 2015, 2016 Graz University of Technology, -* Institute of Internal Combustion Engines and Thermodynamics, -* Institute of Technical Informatics +/* +* This file is part of VECTO. * -* Licensed under the EUPL (the "Licence"); -* You may not use this work except in compliance with the Licence. +* Copyright © 2012-2016 European Union +* +* Developed by Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved +* by the European Commission - subsequent versions of the EUPL (the "Licence"); +* You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl +* https://joinup.ec.europa.eu/community/eupl/og_page/eupl * -* Unless required by applicable law or agreed to in writing, software +* Unless required by applicable law or agreed to in writing, VECTO * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the Licence for the specific language governing permissions and +* See the Licence for the specific language governing permissions and * limitations under the Licence. +* +* Authors: +* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology +* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology +* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology +* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology +* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology +* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology */ using Microsoft.VisualStudio.TestTools.UnitTesting;