diff --git a/DeclarationConverter/DeclarationConverter.py b/DeclarationConverter/DeclarationConverter.py index 94259df8034ef6fc2df7fbf2b5ef77a6d0755e0b..19cbfae4148be8a0b13db1771ba675582ce3d28f 100644 --- a/DeclarationConverter/DeclarationConverter.py +++ b/DeclarationConverter/DeclarationConverter.py @@ -1,18 +1,22 @@ #!/usr/bin/env python -# Copyright 2015 European Union +############################################################################### +# Copyright 2015, 2016 Graz University of Technology, +# Institute of Internal Combustion Engines and Thermodynamics, +# Institute of Technical Informatics # # Licensed under the EUPL (the "Licence"); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: # -# http://ec.europa.eu/idabc/eupl5 +# http://ec.europa.eu/idabc/eupl # # Unless required by applicable law or agreed to in writing, software # 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. +############################################################################### """ 1) Copies the declaration files into the project resource directory. diff --git a/DeclarationCycleZip/Program.cs b/DeclarationCycleZip/Program.cs index c0554655325c2498f760f956d1acb636b7db617b..2e21ace23b91700d8ffcc69d5c9f6995f6ad2fa5 100644 --- a/DeclarationCycleZip/Program.cs +++ b/DeclarationCycleZip/Program.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, @@ -19,6 +21,7 @@ using System.Globalization; using System.IO; using System.Linq; using TUGraz.VectoCore.InputData.Reader; +using TUGraz.VectoCore.Models.SimulationComponent.Data; using TUGraz.VectoCore.Utils; namespace DeclarationCycleZip @@ -27,7 +30,7 @@ namespace DeclarationCycleZip { private static void Main(string[] args) { - var cycleData = DrivingCycleDataReader.ReadFromFileDistanceBased(args[0]); + var cycleData = DrivingCycleDataReader.ReadFromFile(args[0], CycleType.DistanceBased); var table = new DataTable(); table.Columns.Add("<s>"); diff --git a/DeclarationCycleZip/Properties/AssemblyInfo.cs b/DeclarationCycleZip/Properties/AssemblyInfo.cs index 655c998cae54a0bef6ea054b002e6c317debff65..3774f182a232c1a303430d8006f885b9de256839 100644 --- a/DeclarationCycleZip/Properties/AssemblyInfo.cs +++ b/DeclarationCycleZip/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/GraphDrawer/Program.cs b/GraphDrawer/Program.cs index 6f7d5165d982536a77243bb0283801a0b58dffdd..c9f9d204b03dc5bc54dca8b2c2f60ac309092a0b 100644 --- a/GraphDrawer/Program.cs +++ b/GraphDrawer/Program.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/GraphDrawer/Properties/AssemblyInfo.cs b/GraphDrawer/Properties/AssemblyInfo.cs index 30394d3062c951aa924f89289ec7d17fdf3fa994..598cf1a4e52975420a081552a4e75230458927a9 100644 --- a/GraphDrawer/Properties/AssemblyInfo.cs +++ b/GraphDrawer/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/LicenceHeader/Program.cs b/LicenceHeader/Program.cs index ce677b8273832365768d87d55fc9559c4b51b9a8..178d279261d5b20350f8039a29aba095e7f220f4 100644 --- a/LicenceHeader/Program.cs +++ b/LicenceHeader/Program.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/LicenceHeader/Properties/AssemblyInfo.cs b/LicenceHeader/Properties/AssemblyInfo.cs index 2ac638215d5f6d6449b1a917f2da3982fdffd2f5..b5ae4c9bb571e49bba141a51bf3278a5de5aeb4e 100644 --- a/LicenceHeader/Properties/AssemblyInfo.cs +++ b/LicenceHeader/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/LicenceHeader/header.txt b/LicenceHeader/header.txt index 5b538253705aaee0c8e73cdf14c4982a75ae5ba4..2632f6b3d2c9b4774b1091f1385fe641ca95370a 100644 --- a/LicenceHeader/header.txt +++ b/LicenceHeader/header.txt @@ -3,7 +3,7 @@ * Institute of Internal Combustion Engines and Thermodynamics, * Institute of Technical Informatics * -* Licensed under the EUPL, Version 1.1 only (the "Licence"); +* Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * @@ -15,3 +15,4 @@ * See the Licence for the specific language governing permissions and * limitations under the Licence. */ + diff --git a/VectoConsole/Program.cs b/VectoConsole/Program.cs index 1ec0eaadb69c8ed5cbf8dbfe0383a8eec33b8dda..ab6a6ec834dae6b40f801dc57de7d95d45f860f2 100644 --- a/VectoConsole/Program.cs +++ b/VectoConsole/Program.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoConsole/Properties/AssemblyInfo.cs b/VectoConsole/Properties/AssemblyInfo.cs index 52d5d9a0100228f60e8d6c7dc9ef51fbeb5a8587..841a5186044b3df7b55e8a32df0a575e3d05da66 100644 --- a/VectoConsole/Properties/AssemblyInfo.cs +++ b/VectoConsole/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index 0077eff62bf4a4c67f90c603925b0f5973d40db8..699516a74263b74ac32b85a871ed3e8d06502b73 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Configuration/Constants.cs b/VectoCore/Configuration/Constants.cs index d0a3a2ad8854cf3f6ee56b888aa95a7071925c36..3f2d5e841f3016d73fc837cd1c57d70569b4c8af 100644 --- a/VectoCore/Configuration/Constants.cs +++ b/VectoCore/Configuration/Constants.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Exceptions/VectoExceptions.cs b/VectoCore/Exceptions/VectoExceptions.cs index 082fe39380e12fc949567021fc58ce899809132f..b38cde7e1abfa3e9c807fb7b05f1033b67e3afc1 100644 --- a/VectoCore/Exceptions/VectoExceptions.cs +++ b/VectoCore/Exceptions/VectoExceptions.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Exceptions/VectoSimulationException.cs b/VectoCore/Exceptions/VectoSimulationException.cs index d7793a66b390c89f4530b3b74eae9f18783e62f0..1b5fe835468c08fa2b9338f86ee1b61b67f528e0 100644 --- a/VectoCore/Exceptions/VectoSimulationException.cs +++ b/VectoCore/Exceptions/VectoSimulationException.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs b/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs index ea62f4d299be43e83ee886f749636b5510394047..39f86118c59d6a189e9a88aefcbc7c12c92f2522 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONEngineData.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + using System.Data; using Newtonsoft.Json.Linq; using TUGraz.VectoCore.Utils; diff --git a/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs b/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs index 92e4e3121e954496f9edf75e91bb71ebb8e0aee8..f9a69a79208e2c6fdc29ec0cea422a5435c61c8c 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/VectoCore/InputData/FileIO/JSON/JSONInputData.cs b/VectoCore/InputData/FileIO/JSON/JSONInputData.cs index eec093718734a965c8b5f2bd9f635e5c01e3a277..53737587b5eca27d044a702d77b51571915fd087 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONInputData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONInputData.cs @@ -1,4 +1,22 @@ -using System; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System; using System.Collections.Generic; using System.Data; using System.IO; diff --git a/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs b/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs index 0ce6056f0a46bbc030ca4e4b7d687a39d04e23d6..f1417e29a98987700bf555c2fd4eaece097595cf 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs @@ -1,4 +1,22 @@ -using System.IO; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.IO; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using TUGraz.VectoCore.Exceptions; diff --git a/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs b/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs index 3cc0f03bb882071d6583b90ffd6873288ea17074..10979f55fab967b4eeff1f67e7856940e6fd78e8 100644 --- a/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs +++ b/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + using System; using System.Collections.Generic; using System.Data; diff --git a/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs b/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs index 2b8ff309e285891d9de88239592ffe84a180319e..bac616426d50de7a176218fe8f998f89dfb3cb97 100644 --- a/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs +++ b/VectoCore/InputData/FileIO/JSON/JsonExtensionMethods.cs @@ -1,4 +1,22 @@ -using Newtonsoft.Json.Linq; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using Newtonsoft.Json.Linq; using TUGraz.VectoCore.Exceptions; namespace TUGraz.VectoCore.InputData.FileIO.JSON diff --git a/VectoCore/InputData/IInputDataProvider.cs b/VectoCore/InputData/IInputDataProvider.cs index f955659a6e234ce581022d9187b4e35c5555b091..689eed04d0d52b0722d15958e615d972b88885d0 100644 --- a/VectoCore/InputData/IInputDataProvider.cs +++ b/VectoCore/InputData/IInputDataProvider.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using System.Deployment.Internal; namespace TUGraz.VectoCore.InputData diff --git a/VectoCore/InputData/IVectoRunDataFactory.cs b/VectoCore/InputData/IVectoRunDataFactory.cs index 3a736d98f4730930a9d6b52435647fabca0b3d32..c8b0896187ca617e23f7435da83f2ec57dbdc8c2 100644 --- a/VectoCore/InputData/IVectoRunDataFactory.cs +++ b/VectoCore/InputData/IVectoRunDataFactory.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using TUGraz.VectoCore.Models.Simulation.Data; namespace TUGraz.VectoCore.InputData diff --git a/VectoCore/InputData/Impl/InputData.cs b/VectoCore/InputData/Impl/InputData.cs index c22f1741cbcc6a14029f3be2d6ca46001a21dfeb..d03d4f998a241a9a55839d7711cc1da995b500de 100644 --- a/VectoCore/InputData/Impl/InputData.cs +++ b/VectoCore/InputData/Impl/InputData.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using System.Data; using TUGraz.VectoCore.InputData; using TUGraz.VectoCore.Models.Declaration; diff --git a/VectoCore/InputData/InputData.cs b/VectoCore/InputData/InputData.cs index 03b598a80ffe73da8508182de68e01e695580ac8..79075ce2fb280bfb690b5cb01f60d0d17dd28ee7 100644 --- a/VectoCore/InputData/InputData.cs +++ b/VectoCore/InputData/InputData.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using System.Data; using TUGraz.VectoCore.Models.Declaration; using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCore/InputData/IntegrityStatus.cs b/VectoCore/InputData/IntegrityStatus.cs index 1c7289e660141ee319e5a4c8d152dc3fc8a8dfd8..55fdc399590f4c0f660fa02e929bcc1ad7c8d5f0 100644 --- a/VectoCore/InputData/IntegrityStatus.cs +++ b/VectoCore/InputData/IntegrityStatus.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + namespace TUGraz.VectoCore.InputData { public enum IntegrityStatus diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs index d2c7e160d83562bedc8fd902aa10ce7cc2d6ccc0..00a86b757a63eaf45f66c6a5d29d22102d42e201 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs @@ -1,4 +1,22 @@ -using System.Linq; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Linq; using TUGraz.VectoCore.Models; using TUGraz.VectoCore.Models.SimulationComponent.Data; using TUGraz.VectoCore.Models.SimulationComponent.Data.Engine; diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs index a6c41182bef29417e244ebb913bec03b61c1d381..a11e21e8824703655adc61c0a4133fb3dfef9783 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs b/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs index 7e4a80d17baf0be53784694818d2387d72e1a784..870d96d6ed03f79496079652015928522553c79a 100644 --- a/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs +++ b/VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs @@ -1,4 +1,22 @@ -using System; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/VectoCore/InputData/Reader/DrivingCycleDataReader.cs b/VectoCore/InputData/Reader/DrivingCycleDataReader.cs index 87f32d1f03eaf09c8a95eaf0599fe5e5cd3a6721..64754a9d084c848dc3abd20f7c381938d23caf8f 100644 --- a/VectoCore/InputData/Reader/DrivingCycleDataReader.cs +++ b/VectoCore/InputData/Reader/DrivingCycleDataReader.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs index 4e1ef2950b727449047637f49329dc49aebc663b..4fe6b0ab378f4e752f3c0cbbcf849a2a4fa5bbf1 100644 --- a/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/AbstractVectoRunDataFactory.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using TUGraz.VectoCore.Models.Simulation.Data; namespace TUGraz.VectoCore.InputData.Reader.Impl diff --git a/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs index 06bf0ed36f0b177c4c2be07571cb75dd2062af9f..9eaa4ab141cc8a6da6d1cf80a989596774e6ff9c 100644 --- a/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using System.Linq; using TUGraz.VectoCore.InputData.Reader.DataObjectAdaper; using TUGraz.VectoCore.Models; diff --git a/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs index a5520002cb64e77b56bd4c3a7866bfe7d8e5f1b5..93f359a064e7b6bc810ae92732e994f93e949050 100644 --- a/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using TUGraz.VectoCore.InputData.Reader.DataObjectAdaper; using TUGraz.VectoCore.Models.Simulation.Data; using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs b/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs index f4a929b9586ec4cd2144f1a56eb6767599d226dc..95b0b06e78dca89da9d3c1e356cc1448a2609ecd 100644 --- a/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs +++ b/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs @@ -1,4 +1,22 @@ -using System.Collections.Generic; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using TUGraz.VectoCore.InputData.Reader.DataObjectAdaper; diff --git a/VectoCore/JsonKeys.Designer.cs b/VectoCore/JsonKeys.Designer.cs index 670732c2b93180156298fbb64e3521c2651b1f6b..3f9e985f3b61c415a18dc6e0db9670728b78a813 100644 --- a/VectoCore/JsonKeys.Designer.cs +++ b/VectoCore/JsonKeys.Designer.cs @@ -1,12 +1,20 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.34209 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ namespace TUGraz.VectoCore { using System; diff --git a/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs b/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs index 56262a40ec41b1b70f579fe11fb824cd6da0c77e..20c4c4290b5109cd50901b1a4df0c036d8ad27df 100644 --- a/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs +++ b/VectoCore/Models/Connector/Ports/IDriverDemandPort.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs b/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs index a9e39762c765ba34c5d2cb5c708e5a8865206f5f..c4a6c2262aee873ff42bda382e2778b6a3a8473f 100644 --- a/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs +++ b/VectoCore/Models/Connector/Ports/IDrivingCyclePort.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/IFvPort.cs b/VectoCore/Models/Connector/Ports/IFvPort.cs index 8a3c37dd6b584bdbe1ddc885221ba1be119cbb98..a272868fe45f11ee6282d00bca48066971aeff0f 100644 --- a/VectoCore/Models/Connector/Ports/IFvPort.cs +++ b/VectoCore/Models/Connector/Ports/IFvPort.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/IResponse.cs b/VectoCore/Models/Connector/Ports/IResponse.cs index 1571ef893bc28120118860e274d93d6d6d10179a..3b7077c8dd8f8f06e8e05a98820de6105205d0d1 100644 --- a/VectoCore/Models/Connector/Ports/IResponse.cs +++ b/VectoCore/Models/Connector/Ports/IResponse.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/ISimulationPort.cs b/VectoCore/Models/Connector/Ports/ISimulationPort.cs index 04837f8bebb514becdf50b41667a82b2969758a4..306890d1b2b4ecc035ecc9eeae9f34046d93df12 100644 --- a/VectoCore/Models/Connector/Ports/ISimulationPort.cs +++ b/VectoCore/Models/Connector/Ports/ISimulationPort.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/ITnPort.cs b/VectoCore/Models/Connector/Ports/ITnPort.cs index 9ddeb54f4fdade9829dd222554a2c1717dd705fa..5ff0133b6125352ee70e235e0376a28a3bd5859a 100644 --- a/VectoCore/Models/Connector/Ports/ITnPort.cs +++ b/VectoCore/Models/Connector/Ports/ITnPort.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Connector/Ports/Impl/Response.cs b/VectoCore/Models/Connector/Ports/Impl/Response.cs index 5fd4f08d5a90b5fb9d30195d2aec7ec55e7fc76b..33e4a9a99e8bef1d17be2ee05e5b09bbf55ae768 100644 --- a/VectoCore/Models/Connector/Ports/Impl/Response.cs +++ b/VectoCore/Models/Connector/Ports/Impl/Response.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/AirDrag.cs b/VectoCore/Models/Declaration/AirDrag.cs index 6e274338364665f4ad547e18498a291890c66987..6172a7171177bbf7b9d43183c2d824f08e28cd42 100644 --- a/VectoCore/Models/Declaration/AirDrag.cs +++ b/VectoCore/Models/Declaration/AirDrag.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Axle.cs b/VectoCore/Models/Declaration/Axle.cs index 2763dbf090248f56a0b8f29fd38625463f5dcde1..fca13b3def02a290cd3bb1a3dd6dd58ecaa2946b 100644 --- a/VectoCore/Models/Declaration/Axle.cs +++ b/VectoCore/Models/Declaration/Axle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/AxleConfiguration.cs b/VectoCore/Models/Declaration/AxleConfiguration.cs index 8a53a87cf85a9c4918947ce1a1c90de2e11c40dd..3e94714bde6a7ee2a149630f3d517efdef263cd9 100644 --- a/VectoCore/Models/Declaration/AxleConfiguration.cs +++ b/VectoCore/Models/Declaration/AxleConfiguration.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/DeclarationData.cs b/VectoCore/Models/Declaration/DeclarationData.cs index 7d6b327f4b35c0b6666617b958fbfa73d8c11cb6..16da9ec5b3371b8dfb570adf14473a4eb714ce64 100644 --- a/VectoCore/Models/Declaration/DeclarationData.cs +++ b/VectoCore/Models/Declaration/DeclarationData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/DeclarationRims.cs b/VectoCore/Models/Declaration/DeclarationRims.cs index 41e3287f8d9ce0fb9f3fc1b2fd0d99da13d02605..ff4e1a8271ab625237bbec02f48402e810b2d45d 100644 --- a/VectoCore/Models/Declaration/DeclarationRims.cs +++ b/VectoCore/Models/Declaration/DeclarationRims.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/ElectricSystem.cs b/VectoCore/Models/Declaration/ElectricSystem.cs index c7380483cb931513208ff2f21d474cee441fe43d..ffe7579feda157822135c07491a7088bbb9b731f 100644 --- a/VectoCore/Models/Declaration/ElectricSystem.cs +++ b/VectoCore/Models/Declaration/ElectricSystem.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Fan.cs b/VectoCore/Models/Declaration/Fan.cs index abd95c00a000ea95e49bc82b64b36d3533ff12c1..fcdbcc7e98b42262f80982bee0f86cd145d4d51d 100644 --- a/VectoCore/Models/Declaration/Fan.cs +++ b/VectoCore/Models/Declaration/Fan.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/HVAC.cs b/VectoCore/Models/Declaration/HVAC.cs index 73327cafcce0aae6d0d2b12af60ce1594e6bde98..0767b9f5a594c88f6e83fb97e596d4856f1fb070 100644 --- a/VectoCore/Models/Declaration/HVAC.cs +++ b/VectoCore/Models/Declaration/HVAC.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/LookupData.cs b/VectoCore/Models/Declaration/LookupData.cs index 927a3ea2a35e84d3e71b535df818bf344ac12418..b96dab601ae0d625c83f38e04d35818775636ff2 100644 --- a/VectoCore/Models/Declaration/LookupData.cs +++ b/VectoCore/Models/Declaration/LookupData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Mission.cs b/VectoCore/Models/Declaration/Mission.cs index 40b62b67ab74b9bea14ab00c49043c31c03cec0b..e27d54d4a69c46636cd817ae6204ee245f4339a3 100644 --- a/VectoCore/Models/Declaration/Mission.cs +++ b/VectoCore/Models/Declaration/Mission.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/MissionType.cs b/VectoCore/Models/Declaration/MissionType.cs index ce1210053cc3803fa9affb905250625fc8348722..140870b7a7e1bb180a91fe44d06941d953676705 100644 --- a/VectoCore/Models/Declaration/MissionType.cs +++ b/VectoCore/Models/Declaration/MissionType.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/PT1.cs b/VectoCore/Models/Declaration/PT1.cs index 0072d825d79d1b094b4a4f6464ac577b5d7263fb..d70f30aba8a49221337c80d13e05d7a6c698ffbf 100644 --- a/VectoCore/Models/Declaration/PT1.cs +++ b/VectoCore/Models/Declaration/PT1.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/PneumaticSystem.cs b/VectoCore/Models/Declaration/PneumaticSystem.cs index 372e998293b4f83718e7b4da3c57f852570f73e6..e8ad6baaa78ac96c7e705f2099999c15248d56fb 100644 --- a/VectoCore/Models/Declaration/PneumaticSystem.cs +++ b/VectoCore/Models/Declaration/PneumaticSystem.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Rims.cs b/VectoCore/Models/Declaration/Rims.cs index e0bec5b5425476f81d0dafa1147ad2252b7b0a70..ce71fee42a028239c019a0b0ff347842272f3a7e 100644 --- a/VectoCore/Models/Declaration/Rims.cs +++ b/VectoCore/Models/Declaration/Rims.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Segment.cs b/VectoCore/Models/Declaration/Segment.cs index 96d0618500faca249b30cda006fae6f92e839043..58e24796aeb5be087634c4f2e28b9b9ad8421a60 100644 --- a/VectoCore/Models/Declaration/Segment.cs +++ b/VectoCore/Models/Declaration/Segment.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Segments.cs b/VectoCore/Models/Declaration/Segments.cs index 6fc0b8ba2e5931b4ce23a26f0cb4573996a1d7d1..e27b4a8ee94400d1e6484ff86e6fda9d7c8c0563 100644 --- a/VectoCore/Models/Declaration/Segments.cs +++ b/VectoCore/Models/Declaration/Segments.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/SteeringPump.cs b/VectoCore/Models/Declaration/SteeringPump.cs index bdfca6973ef2ac269abfdb0b3551f9f92600ea59..179e264671697cbe8f157a6c2dfa61cd22b3bf0f 100644 --- a/VectoCore/Models/Declaration/SteeringPump.cs +++ b/VectoCore/Models/Declaration/SteeringPump.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/TorqueConverter.cs b/VectoCore/Models/Declaration/TorqueConverter.cs index 86b12df338392d85ff2edc84e34a4d881c4d01c7..1bea4cebecb567dcd7a5c2e156608796db8372fb 100644 --- a/VectoCore/Models/Declaration/TorqueConverter.cs +++ b/VectoCore/Models/Declaration/TorqueConverter.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/VehicleCategory.cs b/VectoCore/Models/Declaration/VehicleCategory.cs index 88bdd9b991555797becb33dff0a1d8c9f41bef24..393f359cc9a6e8a9a842d259b2f869a16e4ed4e9 100644 --- a/VectoCore/Models/Declaration/VehicleCategory.cs +++ b/VectoCore/Models/Declaration/VehicleCategory.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/VehicleClass.cs b/VectoCore/Models/Declaration/VehicleClass.cs index 8867ac434ddd1cfb88aa4c09aabaa8c2a1d28d05..8f0fc78fce73e3a308272f09c38d7e1ce5055d47 100644 --- a/VectoCore/Models/Declaration/VehicleClass.cs +++ b/VectoCore/Models/Declaration/VehicleClass.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/WHTCCorrection.cs b/VectoCore/Models/Declaration/WHTCCorrection.cs index 3cdf29a46fb146e5b995350c4c74f0bb63ca5c3f..dfe7a4717c4308b1a63a06c2c4b267c6da57bc77 100644 --- a/VectoCore/Models/Declaration/WHTCCorrection.cs +++ b/VectoCore/Models/Declaration/WHTCCorrection.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Declaration/Wheels.cs b/VectoCore/Models/Declaration/Wheels.cs index 5b9bb8c5ea0b8b343ac835fdf79a0de6cfc1f757..bb411a41cc3fadaee6d67ffedbdd1d6052c45ee3 100644 --- a/VectoCore/Models/Declaration/Wheels.cs +++ b/VectoCore/Models/Declaration/Wheels.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/LoggingObject.cs b/VectoCore/Models/LoggingObject.cs index 7ec83b92c5465ef922d899defacff1cd38c8a136..561ac8fd109c854e4322300e11e0f13822b9d556 100644 --- a/VectoCore/Models/LoggingObject.cs +++ b/VectoCore/Models/LoggingObject.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs b/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs index 6535228441608729511ffa01e14db6d2944b3e2f..456623364a4c316af2141a7383535e4b72241623 100644 --- a/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs +++ b/VectoCore/Models/Simulation/Data/AuxiliaryDemandType.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Data/ModalResult.cs b/VectoCore/Models/Simulation/Data/ModalResult.cs index 071b2f33f2a3a004a7a53693be099080d85e2718..b45550a94444c35bf11abb123cc28043042d7afe 100644 --- a/VectoCore/Models/Simulation/Data/ModalResult.cs +++ b/VectoCore/Models/Simulation/Data/ModalResult.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Data/VectoJobData.cs b/VectoCore/Models/Simulation/Data/VectoJobData.cs index 77ae84b0a5784473b911c5018d885d6778a24a77..4c1106fea88e9f588e4681825e0ba4fd646c0f5f 100644 --- a/VectoCore/Models/Simulation/Data/VectoJobData.cs +++ b/VectoCore/Models/Simulation/Data/VectoJobData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Data/VectoRunData.cs b/VectoCore/Models/Simulation/Data/VectoRunData.cs index 1b345cd38c6ab4770e094b3e009f61e3e5fd1a7e..a1176b74c468f5f79ff6c7f5cbecb07bd249f939 100644 --- a/VectoCore/Models/Simulation/Data/VectoRunData.cs +++ b/VectoCore/Models/Simulation/Data/VectoRunData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs b/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs index 31b029599a99ff593e8b85b7fc21d3ffc2880a35..66cc65f7c26abb3f40b04118a123fcb5076d0220 100644 --- a/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IClutchInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IDataBus.cs b/VectoCore/Models/Simulation/DataBus/IDataBus.cs index 35cb479e3369cd50f4e972648d047486d03cd3c5..b8e1f175635405be64b44a6afeb6bf6d844126ef 100644 --- a/VectoCore/Models/Simulation/DataBus/IDataBus.cs +++ b/VectoCore/Models/Simulation/DataBus/IDataBus.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs b/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs index 7abd0062a9526d74b0a5d5eb87df7d8ac5b3129b..89e86408d2f9db6810c9a308768580d03960a911 100644 --- a/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs b/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs index 203ddb97222bda02fcdfad7138fad0731c8508a1..7aa9195aa489808311a5ca48233eaa7505b7836c 100644 --- a/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IEngineInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs b/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs index 7c174dd549a876d2d9b03c9b2f24e1696b6a59bc..c01379eba3ad4b76203d9769558133facef64920 100644 --- a/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs b/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs index 44ec73071d23557459801997a008f087822eea26..02cbd0513aca7247bfc595318f62372ec4f11866 100644 --- a/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs +++ b/VectoCore/Models/Simulation/DataBus/IMileageCounter.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs b/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs index 63489d02c7f559899343c0879aeba77d2b58e818..5c13703ccefaa5ee7a8b9bf2dc25d5a01ed3e502 100644 --- a/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs +++ b/VectoCore/Models/Simulation/DataBus/IRoadLookAhead.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs b/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs index 32ce87949eac880a1e09bae1d025f4b4b1dfc6c1..a32e8e817fde6f8c8c5fe366eefe9ffe21ed76e8 100644 --- a/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs +++ b/VectoCore/Models/Simulation/DataBus/IVehicleInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/IVectoRun.cs b/VectoCore/Models/Simulation/IVectoRun.cs index c2544026d6170cb7d97946ad7ab5ad9c931cd431..477cdf1597eb303eda0e4c06960d75feb9e4dddf 100644 --- a/VectoCore/Models/Simulation/IVectoRun.cs +++ b/VectoCore/Models/Simulation/IVectoRun.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/IVehicleContainer.cs b/VectoCore/Models/Simulation/IVehicleContainer.cs index 801643788622700232cbfec39cc76155bd868e7d..0a7f31022297d57ca8ec09088eaf469332e82505 100644 --- a/VectoCore/Models/Simulation/IVehicleContainer.cs +++ b/VectoCore/Models/Simulation/IVehicleContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/DistanceRun.cs b/VectoCore/Models/Simulation/Impl/DistanceRun.cs index 901ec979789a47222a1ea8f5f4615d2a445695d9..da125b922a5865ed4954a8be5882f6f6957ffbd6 100644 --- a/VectoCore/Models/Simulation/Impl/DistanceRun.cs +++ b/VectoCore/Models/Simulation/Impl/DistanceRun.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/JobContainer.cs b/VectoCore/Models/Simulation/Impl/JobContainer.cs index 7b7ea1959af1b47e2c97ad97f9a6608694866131..aa7d2538de9dcead2ae120dd6445d84f7c1d4f44 100644 --- a/VectoCore/Models/Simulation/Impl/JobContainer.cs +++ b/VectoCore/Models/Simulation/Impl/JobContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs b/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs index d3f52686a9e40d139adca4f4cc06f550d244de1e..a54414de03e627d65a44eaabcc2767d59059514b 100644 --- a/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs +++ b/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs b/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs index f585c672500be3c15617bdd4abfc798618eea511..3bee6164b18a2957016c19bca6116493d5928094 100644 --- a/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs +++ b/VectoCore/Models/Simulation/Impl/SimulatorFactory.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/TimeRun.cs b/VectoCore/Models/Simulation/Impl/TimeRun.cs index e7ccfcad9155aa8df3137ef28fe42735caf5440a..fccc59ee16caed54900853e1c1aa04eea6730772 100644 --- a/VectoCore/Models/Simulation/Impl/TimeRun.cs +++ b/VectoCore/Models/Simulation/Impl/TimeRun.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/VectoRun.cs b/VectoCore/Models/Simulation/Impl/VectoRun.cs index ef2d6d49e082c310d6f1bf48d331f197a53e32eb..19746c26d20e264667507f7854f70d9d3ba6c9a3 100644 --- a/VectoCore/Models/Simulation/Impl/VectoRun.cs +++ b/VectoCore/Models/Simulation/Impl/VectoRun.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/Simulation/Impl/VehicleContainer.cs b/VectoCore/Models/Simulation/Impl/VehicleContainer.cs index 8a275ce9c0123350af0984bde8b41be1b975e93c..2e68203b4cc2009b5d5d600a59e20c45d71cf548 100644 --- a/VectoCore/Models/Simulation/Impl/VehicleContainer.cs +++ b/VectoCore/Models/Simulation/Impl/VehicleContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs b/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs index ce8e853704a324969b52cbb5be373b6ba271e8e1..ccc12861af398094d213c0befce9f27c2f80ee86 100644 --- a/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs b/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs index 3b1859eb072241a543b5c38793d5fc980cf3e36b..f60f729aa5dd6293b2ea9e47d4639ff5255af697 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxSupplyPowerReader.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs b/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs index 185685a861d356abd219da1b364e81737465d232..5133e3dc2c91d6beabd7059415adf8ffcfafafc8 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs b/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs index 238f4b6e2b3cb88490009d39640b3156edebb8a7..f85573c70ddc63acb0a6b93c5f608107c0189f7c 100644 --- a/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs +++ b/VectoCore/Models/SimulationComponent/Data/AuxiliaryType.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs b/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs index 5e5e4c17263c4fbfd3ec30ba1d6412f882620d88..9dd4806224d00219ecce661dad1e57d278057be6 100644 --- a/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs +++ b/VectoCore/Models/SimulationComponent/Data/AxleGearData.cs @@ -1,4 +1,22 @@ -using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox; namespace TUGraz.VectoCore.Models.SimulationComponent.Data { diff --git a/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs b/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs index 2b6b27987310a4bc711cfe22f610ba1df86c69b7..b10725c4e23735bcf5847b1b66727a2b7f9f6cae 100644 --- a/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs +++ b/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs index b0c7687ef1b84ef6036affac506c25fe61d0b39e..9da3ff6d34cb28354cf19f7c564788a5f41037f9 100644 --- a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionCurve.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs index 63c9f4fbc5536ed0d72caa832af97ef5bb795ca0..affa4f073ede792407581959e8d9291609c70594 100644 --- a/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs +++ b/VectoCore/Models/SimulationComponent/Data/CrossWindCorrectionMode.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/CycleData.cs b/VectoCore/Models/SimulationComponent/Data/CycleData.cs index ddd4a59d44dcf71cf4f4726f0e1d8ef4dcf866f6..7983150963aedc749f666e427345a017bb920e95 100644 --- a/VectoCore/Models/SimulationComponent/Data/CycleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/CycleData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/DriverData.cs b/VectoCore/Models/SimulationComponent/Data/DriverData.cs index b5cece630b5828d6872c669cbd21278faed980c0..93eb319fb06f06c5e56bd717a6d948ab7e45ee3b 100644 --- a/VectoCore/Models/SimulationComponent/Data/DriverData.cs +++ b/VectoCore/Models/SimulationComponent/Data/DriverData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs b/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs index f47ce7767a89cf397c7bcc125fbe05a49320d3fc..c48230722410247878f3068ba51a22e490086bda 100644 --- a/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs b/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs index 5f3b04d0c7c71a9c5a014fbdb45188631344380f..c7ca3da1c5c41e9f71a2e6da9632c70cd28b3c5a 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs b/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs index 265365eb54ec92278eaa877de6ab60eb2e6be78a..425527f42707a4abc897a1aa939a0f9ede9dfcf1 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs b/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs index 152b9918b03a1fe0ae213dffd9160ea7367ff3b8..d8c0a1ea6a6e11772e4cd62c11d47ba5c113be6f 100644 --- a/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs +++ b/VectoCore/Models/SimulationComponent/Data/Engine/PT1Curve.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs b/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs index 9fe9f82d583d4962d3e8037d6add9f97612295fb..a088467b3173c1575190efd4824aff87cfa1e967 100644 --- a/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs +++ b/VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs index 3ec8a1e8338a14397c3feef618d886a596a03263..7da60097c8f5c4b1083ddf963e363fb3c8ad86cb 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs index 7df7c60dd07e79589535d5c778bf7e401a44a79a..ffb22ac8eb7c845cd960221b5d190d60dd27492b 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs index bacabdc68f6fe3e86d3783f801822ba4181a0497..e3f6e2ec98bbbf93d80428fee896c4f84cbc07e0 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/TorqueConverterData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs b/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs index 1d4d0faf9b5af5f4e6cb8f526e83d700a639edb7..06b705c1cf8938569684f16dc04bfb5993c5441c 100644 --- a/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/GearboxData.cs b/VectoCore/Models/SimulationComponent/Data/GearboxData.cs index 0c08f324f3b54faab35ad1cd723adb903aa478ee..14ba8cb0a00e3e019237958595a1a6f658055041 100644 --- a/VectoCore/Models/SimulationComponent/Data/GearboxData.cs +++ b/VectoCore/Models/SimulationComponent/Data/GearboxData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/GearboxType.cs b/VectoCore/Models/SimulationComponent/Data/GearboxType.cs index 76617085a26737315bd8d821bf44590bf3459490..e66fdb4877579bc88fd18bed5ea8c057cf6da850 100644 --- a/VectoCore/Models/SimulationComponent/Data/GearboxType.cs +++ b/VectoCore/Models/SimulationComponent/Data/GearboxType.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/RetarderData.cs b/VectoCore/Models/SimulationComponent/Data/RetarderData.cs index c4ea93a1ff04bc4438ad0b75c739ea666801719d..ecbc44a2b2c80e9169b99f6cb425cf5ec652ebdb 100644 --- a/VectoCore/Models/SimulationComponent/Data/RetarderData.cs +++ b/VectoCore/Models/SimulationComponent/Data/RetarderData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs b/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs index f07477e71443bc660a7c47562677c03d0ee44a93..e2a777d6b551cf524e7da97e850066af40470902 100644 --- a/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs +++ b/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs b/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs index 6ba972425c543804994b1433d01e575a78ca9356..95d8bbd4e0dadc1379110909f33ef091ae6ece55 100644 --- a/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs +++ b/VectoCore/Models/SimulationComponent/Data/SimulationComponentData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Data/VehicleData.cs b/VectoCore/Models/SimulationComponent/Data/VehicleData.cs index b3ec40af93a3fb1e1ef18d0cdfb8d5fa846a88fc..b45bdd2d43899bdc6975f50e4fbc676a4bf7188b 100644 --- a/VectoCore/Models/SimulationComponent/Data/VehicleData.cs +++ b/VectoCore/Models/SimulationComponent/Data/VehicleData.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IAuxiliary.cs b/VectoCore/Models/SimulationComponent/IAuxiliary.cs index 0b3acb439f289789fd5fc1e0d08546221052b156..04dcc216d512995cc8dc65873a6376087923b56f 100644 --- a/VectoCore/Models/SimulationComponent/IAuxiliary.cs +++ b/VectoCore/Models/SimulationComponent/IAuxiliary.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IBrakes.cs b/VectoCore/Models/SimulationComponent/IBrakes.cs index 10b33bb459285fc79ac5afd4bc6b37c5d9d72fe6..bd524eae7204583654ab860a3d0fc2c968839580 100644 --- a/VectoCore/Models/SimulationComponent/IBrakes.cs +++ b/VectoCore/Models/SimulationComponent/IBrakes.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IClutch.cs b/VectoCore/Models/SimulationComponent/IClutch.cs index bbb1c039ba9d04ad52b4faeeb992a440b33f2a63..48bbd26ad2e8e1973a012727d5f43ce97fd02981 100644 --- a/VectoCore/Models/SimulationComponent/IClutch.cs +++ b/VectoCore/Models/SimulationComponent/IClutch.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/ICombustionEngine.cs b/VectoCore/Models/SimulationComponent/ICombustionEngine.cs index ed8150dc8f399c38aa44f1d5ae658233be3da456..8cfe640a32fe87e743e13c2eafef450c30b12dea 100644 --- a/VectoCore/Models/SimulationComponent/ICombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/ICombustionEngine.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs b/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs index a944ff194fdac75ad8aa0b8766f9036224480660..9dfa8e9fc02d4c2c521f4c9d8db603ff9d768643 100644 --- a/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs +++ b/VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IDriver.cs b/VectoCore/Models/SimulationComponent/IDriver.cs index 1ba053bce56cfa0f3e802af9525a1703f771ce3b..3175057b8f40bfb5a4be77e1d41249a3260e0b36 100644 --- a/VectoCore/Models/SimulationComponent/IDriver.cs +++ b/VectoCore/Models/SimulationComponent/IDriver.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IDriverActions.cs b/VectoCore/Models/SimulationComponent/IDriverActions.cs index 252f2505bcb9986d6df804345f3114b6aa61842a..5fa5eb0d381ea155b70956aee6488ef1f688a96c 100644 --- a/VectoCore/Models/SimulationComponent/IDriverActions.cs +++ b/VectoCore/Models/SimulationComponent/IDriverActions.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IDriverStrategy.cs b/VectoCore/Models/SimulationComponent/IDriverStrategy.cs index d5d2e0dc50a3053c7045bfa1ac366fb6c97ffdfe..044c87fb3021fee9784514db0cbd69e63a472920 100644 --- a/VectoCore/Models/SimulationComponent/IDriverStrategy.cs +++ b/VectoCore/Models/SimulationComponent/IDriverStrategy.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IDrivingCycle.cs b/VectoCore/Models/SimulationComponent/IDrivingCycle.cs index c657d68657c476301757be7d7794ff7cc412deb0..0560a10ea2049a933b36f681c94608901a82cf06 100644 --- a/VectoCore/Models/SimulationComponent/IDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/IDrivingCycle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs b/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs index ee5ee7c216a6d503b779ee1b2b1140ae2a35f03c..004181f54fa43d8b711f78e2a9a6beb8409647e3 100644 --- a/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs +++ b/VectoCore/Models/SimulationComponent/IDrivingCycleInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IGearbox.cs b/VectoCore/Models/SimulationComponent/IGearbox.cs index 928904091e8de14f7155791fadb44798d1e3e32d..f4c5af56adad1ebceab3b22e3bf4a0ff6b2a088a 100644 --- a/VectoCore/Models/SimulationComponent/IGearbox.cs +++ b/VectoCore/Models/SimulationComponent/IGearbox.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs b/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs index ba253ce9a14274ad5d26064aba8f25f44bbf6759..656d151d38297e02b5d7910d1861d44224ef7b2b 100644 --- a/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs +++ b/VectoCore/Models/SimulationComponent/IPowerTrainComponent.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs b/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs index edbba48e37b07a899e8882bc5322789f47c08b00..d549d1a6b475e2f9a405d21c827f500361ed354a 100644 --- a/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs +++ b/VectoCore/Models/SimulationComponent/IPowertrainSimulation.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IShiftStrategy.cs b/VectoCore/Models/SimulationComponent/IShiftStrategy.cs index aebd20895514a40b1a327ae6292b5e4245463b93..b9c1126bfacd8975f45a3a57372d9a7fcd3b42e7 100644 --- a/VectoCore/Models/SimulationComponent/IShiftStrategy.cs +++ b/VectoCore/Models/SimulationComponent/IShiftStrategy.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IVehicle.cs b/VectoCore/Models/SimulationComponent/IVehicle.cs index f1a5aa4c251073a061444d76274e93a038f05d3c..ad0b5f0a9bfcf0fa018edf7044c55b580d56fb58 100644 --- a/VectoCore/Models/SimulationComponent/IVehicle.cs +++ b/VectoCore/Models/SimulationComponent/IVehicle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/IWheels.cs b/VectoCore/Models/SimulationComponent/IWheels.cs index a6f9e0eb353c2a23e031ac784ef763e8b4cba0d5..9fab84a34eb3f19dec6edeefe66b0ebf812f9b16 100644 --- a/VectoCore/Models/SimulationComponent/IWheels.cs +++ b/VectoCore/Models/SimulationComponent/IWheels.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Auxiliary.cs b/VectoCore/Models/SimulationComponent/Impl/Auxiliary.cs index 7939c6e6f9626ba059e1b43efc5040204510a295..bbc15707acb613d7c7b6aa4989faad5c9baf34ed 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Auxiliary.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Auxiliary.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs b/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs index f0b5b0f662993376ea41387440b9ab2e0ea6ff6d..f26bf353cb780d69210678684ace4032be0883bf 100644 --- a/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs +++ b/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Brakes.cs b/VectoCore/Models/SimulationComponent/Impl/Brakes.cs index 99b63ab869e3b8ea7b7788bf9d334766dc5956d3..a0eb344deca8278f8341ea618aa0567cee89470c 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Brakes.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Brakes.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Clutch.cs b/VectoCore/Models/SimulationComponent/Impl/Clutch.cs index 04d80b2d3f43147f79d52d5d7823ddc82f2c692b..1a6b8571f5b1458c096eae2a2b5937aac1a857b6 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Clutch.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Clutch.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs b/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs index b036dea94c8bb1327432162ad18d1fc38a752806..8c9bcec303ca80f8fc5873f6ef2bee4bf46a760a 100644 --- a/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs b/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs index 3c899dedea9ff695372fef4e4cc1a9622482afce..125e64cd61336c7c8e28f0347d2e7c54d3b75fd4 100644 --- a/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs +++ b/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs index 88fec3b22c0c30f7f239f626cff86d432cbb2865..30a88710394d32cf4b612fc222c86b5cdb03344b 100644 --- a/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Driver.cs b/VectoCore/Models/SimulationComponent/Impl/Driver.cs index 2c1601c98112b64122d098f5f0d1a8de9cc24615..906340158d24f0134b0a24b9f6346964d8e47cee 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Driver.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Driver.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs b/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs index dc4b51664861017da945aaeb5198685e304729e2..16c55355bc5f7686c51f12f747aa0c0c7c12cf69 100644 --- a/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs +++ b/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs b/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs index dc7db18669265dfb16933ea5a802931c67e25920..a55a80700ca5c5f62373e157164665d7cdca1f0d 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs b/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs index c5a87ad65d3b72722fcc625cf46e1b5241233576..bbaf10d10f76b54cb010d8c530956a575455c6ad 100644 --- a/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs +++ b/VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs index a295f49b98c4db2dbf91f89cebfecc917159705b..baf4737dd785e9a2e217e61dd1cb729d5e98091f 100644 --- a/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Retarder.cs b/VectoCore/Models/SimulationComponent/Impl/Retarder.cs index 47c6859efa69f2ff5c1f7ef2038a4a2cec826cca..26bfdb4953259eca1242e595e80cadf7680bdf44 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Retarder.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Retarder.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs b/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs index c848101f63292e3db5525ba439f005fa035ab270..6addbda1bbf8828a1f1810502fdafbdde2292e29 100644 --- a/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs +++ b/VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs b/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs index ed9528a465ae40f35e9bd036702397277b0a8aae..75bd11043c20dcddb52d49fdd5264c01223ac025 100644 --- a/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs b/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs index 0eda853738a077872ca4a3a9df8eb24a1128d738..d63f6e21b35ae2ea5447dc84cee7a71bb3630dc6 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Vehicle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/Impl/Wheels.cs b/VectoCore/Models/SimulationComponent/Impl/Wheels.cs index df14e7f8f34dec6a60e7e56bcd4dd10195ea9954..f89b90ab09d911932f4ee2d9cd8aaa41c0958373 100644 --- a/VectoCore/Models/SimulationComponent/Impl/Wheels.cs +++ b/VectoCore/Models/SimulationComponent/Impl/Wheels.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs b/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs index 65ca9741c13332d9edde9fb5be7bf63a2df646a5..ee0e0073d853958c9623734e84b37c06adff0172 100644 --- a/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs +++ b/VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/OutputData/DeclarationReport.cs b/VectoCore/OutputData/DeclarationReport.cs index 100d38f6d01cfc26981645dba278fd7b080fce63..f8cffa5aa739eda7d5f40dbd6df162b955fe2c12 100644 --- a/VectoCore/OutputData/DeclarationReport.cs +++ b/VectoCore/OutputData/DeclarationReport.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/OutputData/FileIO/FileOutputWriter.cs b/VectoCore/OutputData/FileIO/FileOutputWriter.cs index fd13735fbd7cf03a031360f713e50006227f1f2c..bb130fa6fce9ae23e7f12e23fee8ecf416b085a0 100644 --- a/VectoCore/OutputData/FileIO/FileOutputWriter.cs +++ b/VectoCore/OutputData/FileIO/FileOutputWriter.cs @@ -1,4 +1,22 @@ -using System; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System; using System.Data; using System.IO; using System.Text; diff --git a/VectoCore/OutputData/IDataWriter.cs b/VectoCore/OutputData/IDataWriter.cs index 67584112e84edb79949f338a952913f65b71e496..21003821ba53d7776c9a8fbf057dabe14c9bd609 100644 --- a/VectoCore/OutputData/IDataWriter.cs +++ b/VectoCore/OutputData/IDataWriter.cs @@ -1,4 +1,22 @@ -using System.Data; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.Data; using System.IO; using TUGraz.VectoCore.Models.Simulation.Data; diff --git a/VectoCore/OutputData/IModalDataContainer.cs b/VectoCore/OutputData/IModalDataContainer.cs index c7990a0cca331b60867a608adc5f4da055f7f489..b296b0e5ed7f2d49b722efddd2c5981f4fcfbe87 100644 --- a/VectoCore/OutputData/IModalDataContainer.cs +++ b/VectoCore/OutputData/IModalDataContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/OutputData/ModalDataContainer.cs b/VectoCore/OutputData/ModalDataContainer.cs index 3af87e853889900ea1e1da1eaa36e9d4bd24a05b..76dae4193dad61c51bf3acd19cf0d479db4349e5 100644 --- a/VectoCore/OutputData/ModalDataContainer.cs +++ b/VectoCore/OutputData/ModalDataContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/OutputData/PDF/PDFDeclarationReport.cs b/VectoCore/OutputData/PDF/PDFDeclarationReport.cs index d897a05e5f88db5e746fe1ef1584de987c6a328e..af8ae211bf108921f8aed9aac318186434ca9c7d 100644 --- a/VectoCore/OutputData/PDF/PDFDeclarationReport.cs +++ b/VectoCore/OutputData/PDF/PDFDeclarationReport.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + using System; using System.Collections.Generic; using System.Drawing; diff --git a/VectoCore/OutputData/SummaryDataContainer.cs b/VectoCore/OutputData/SummaryDataContainer.cs index f5460ec8d3b8b67db1927b4fccf8f4ca86b6ee01..c02e4db92cc83006d5201384e0d1582e20e5f210 100644 --- a/VectoCore/OutputData/SummaryDataContainer.cs +++ b/VectoCore/OutputData/SummaryDataContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Properties/AssemblyInfo.cs b/VectoCore/Properties/AssemblyInfo.cs index 142bbd4ef083edda5ef22bc4703e0f298741a181..2cfc61b57285bac1c3ef3fd8507efd0ca5741245 100644 --- a/VectoCore/Properties/AssemblyInfo.cs +++ b/VectoCore/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Properties/Version.cs b/VectoCore/Properties/Version.cs index 9f3230e428f7ea6ea249efecdd6d9491066944fe..7cc548ad77f364b3e467e7202586744dc419bf13 100644 --- a/VectoCore/Properties/Version.cs +++ b/VectoCore/Properties/Version.cs @@ -1,11 +1,13 @@ -/* -* Copyright 2015 European Union +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, @@ -13,6 +15,7 @@ * See the Licence for the specific language governing permissions and * limitations under the Licence. */ + using System.Reflection; [assembly: AssemblyVersion("3.0.1.397")] [assembly: AssemblyFileVersion("3.0.1.397")] diff --git a/VectoCore/Utils/DataTableExtensionMethods.cs b/VectoCore/Utils/DataTableExtensionMethods.cs index e941e0d60d4a43e16d9c45fb586decfdd975c8d0..b6642bb8d49bbf9b6563f02522cfd15c7fae28bd 100644 --- a/VectoCore/Utils/DataTableExtensionMethods.cs +++ b/VectoCore/Utils/DataTableExtensionMethods.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/DateTimeFallbackDeserializer.cs b/VectoCore/Utils/DateTimeFallbackDeserializer.cs index 82495ac2ed6166420b7e5769917abfc72cb8ffb0..4bdef8aed0bce7a21f63f3e5e1c7fe7ed21d4608 100644 --- a/VectoCore/Utils/DateTimeFallbackDeserializer.cs +++ b/VectoCore/Utils/DateTimeFallbackDeserializer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/DelauneyMap.cs b/VectoCore/Utils/DelauneyMap.cs index 5c07b3a03195a0d81414a6a75a7767c7cfd34653..9aa9ec963401be4e7d3248e3095ba5b0d3617c03 100644 --- a/VectoCore/Utils/DelauneyMap.cs +++ b/VectoCore/Utils/DelauneyMap.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/DoubleExtensionMethods.cs b/VectoCore/Utils/DoubleExtensionMethods.cs index 0fb985ab2b11238d806da3cb6ebafdd858328b03..9911fea01fbfa0443131e7c45802f6017ed52002 100644 --- a/VectoCore/Utils/DoubleExtensionMethods.cs +++ b/VectoCore/Utils/DoubleExtensionMethods.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/EnumHelper.cs b/VectoCore/Utils/EnumHelper.cs index 6c135a97d1c790221747de991e42222c5b256d11..716a6c15e5e67febbfd0ae34b9f48107017cf23e 100644 --- a/VectoCore/Utils/EnumHelper.cs +++ b/VectoCore/Utils/EnumHelper.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/Formulas.cs b/VectoCore/Utils/Formulas.cs index c6d10fea1a4bde9e6f412c657e2b9cd8cf55fb53..42213a9534e6c881562cad97d6c3f4c760dd3fbe 100644 --- a/VectoCore/Utils/Formulas.cs +++ b/VectoCore/Utils/Formulas.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/IEnumberableExtensionMethods.cs b/VectoCore/Utils/IEnumberableExtensionMethods.cs index a0d278bc188af3fdf28edb0741d50a2097692754..73b00e128ce52e62eefbee16d7a83e647baf0423 100644 --- a/VectoCore/Utils/IEnumberableExtensionMethods.cs +++ b/VectoCore/Utils/IEnumberableExtensionMethods.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/IntExtensionMethods.cs b/VectoCore/Utils/IntExtensionMethods.cs index f93ce88209340afd5e88b9f1413e811f288efb7b..75b3209b40dfdce3e5015ac21cbea152b98324f6 100644 --- a/VectoCore/Utils/IntExtensionMethods.cs +++ b/VectoCore/Utils/IntExtensionMethods.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/Physics.cs b/VectoCore/Utils/Physics.cs index bdd77f597ea6fcb0be8f1c77f321548ea3241aa2..afc9c02198869bd8a433b735c9f9a685ccfaeef7 100644 --- a/VectoCore/Utils/Physics.cs +++ b/VectoCore/Utils/Physics.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/RessourceHelper.cs b/VectoCore/Utils/RessourceHelper.cs index c64275cb78fb397af3970200be6c457a37d0576b..51b9b8c50ae04ffe5b215b7c0585b99e727de9e6 100644 --- a/VectoCore/Utils/RessourceHelper.cs +++ b/VectoCore/Utils/RessourceHelper.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/SI.cs b/VectoCore/Utils/SI.cs index 71827b87b1e323ad6537f7c1fa44ff8af65f5534..a05db56a247259c6dd68a532e7e2775f378a767c 100644 --- a/VectoCore/Utils/SI.cs +++ b/VectoCore/Utils/SI.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/StringExtensionMethods.cs b/VectoCore/Utils/StringExtensionMethods.cs index 0f114a61a9764645de5cab7a7f46116f54fa9e7c..10e1718c899c8c40b8d7d39dde2c364a0e256b02 100644 --- a/VectoCore/Utils/StringExtensionMethods.cs +++ b/VectoCore/Utils/StringExtensionMethods.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/SwitchExtension.cs b/VectoCore/Utils/SwitchExtension.cs index b7e1a06a26489916a3b45279f0f6696607f0efa6..c48cb649ef441c0d0fdbd676603d877b950445f0 100644 --- a/VectoCore/Utils/SwitchExtension.cs +++ b/VectoCore/Utils/SwitchExtension.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/Validation.cs b/VectoCore/Utils/Validation.cs index f5edf56e7974520f7f5e200e7aa66435c0b0982b..84c58763ce59611a23649c46623c0adcfe066e2a 100644 --- a/VectoCore/Utils/Validation.cs +++ b/VectoCore/Utils/Validation.cs @@ -1,3 +1,21 @@ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + using System.Collections; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/VectoCore/Utils/VectoCSVFile.cs b/VectoCore/Utils/VectoCSVFile.cs index 81799f59b434aa9ee1f508b918104616547ca094..c8c82afac961148329e454f8189b14c856f010cf 100644 --- a/VectoCore/Utils/VectoCSVFile.cs +++ b/VectoCore/Utils/VectoCSVFile.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCore/Utils/VectoMath.cs b/VectoCore/Utils/VectoMath.cs index 9ef1cfd9ddd34bd001d65083645d8c13ef214d68..da8832776c07314113684aeca3d67e777d945df6 100644 --- a/VectoCore/Utils/VectoMath.cs +++ b/VectoCore/Utils/VectoMath.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Exceptions/ExceptionTests.cs b/VectoCoreTest/Exceptions/ExceptionTests.cs index 809a04b94c58466a9b124386c93c290b52fa3867..d2ee97190af48587a7362594e9bbdba370a225fb 100644 --- a/VectoCoreTest/Exceptions/ExceptionTests.cs +++ b/VectoCoreTest/Exceptions/ExceptionTests.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/FileIO/JsonTest.cs b/VectoCoreTest/FileIO/JsonTest.cs index 6aac1a35a53cf1c946a60a9231c6f2dcfbc6932c..da9fe1977e0c36f5bdb657caf197d08f29c196f6 100644 --- a/VectoCoreTest/FileIO/JsonTest.cs +++ b/VectoCoreTest/FileIO/JsonTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/FileIO/SimulationDataReaderTest.cs b/VectoCoreTest/FileIO/SimulationDataReaderTest.cs index 00eb5025d184bba7231643ccd9c87111d0a4c457..cc666e65bf5e06552983def4e0d11682ade7d9b1 100644 --- a/VectoCoreTest/FileIO/SimulationDataReaderTest.cs +++ b/VectoCoreTest/FileIO/SimulationDataReaderTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/GraphProgram.cs b/VectoCoreTest/GraphProgram.cs index bfddd3fa27d778a9c571546947a6f2f91bdfd5a6..36aaf97d8d8fa88606a34908a7f82ceb7b1ed4d0 100644 --- a/VectoCoreTest/GraphProgram.cs +++ b/VectoCoreTest/GraphProgram.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/CoachPowerTrain.cs b/VectoCoreTest/Integration/CoachPowerTrain.cs index 6dd730d43ac861fb0cb89f468fc2e1b99f7af364..362daf4d4a9cfb75550e20f3a6518c930315906d 100644 --- a/VectoCoreTest/Integration/CoachPowerTrain.cs +++ b/VectoCoreTest/Integration/CoachPowerTrain.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/DeclarationReportTest.cs b/VectoCoreTest/Integration/DeclarationReportTest.cs index 51f735a08cfb558f10965239b6a81da851a0e812..09823182e49aeb4d4d028e97302c11df942dbfc8 100644 --- a/VectoCoreTest/Integration/DeclarationReportTest.cs +++ b/VectoCoreTest/Integration/DeclarationReportTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs index a0f062f6a100d715bb0f3e3f4831eea4bce5ef98..5afe4bac96f264b051fa113f371311a6bed0868a 100644 --- a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs +++ b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestCoach.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs index b10e6d2982cb999e3f7f8ec10ff19e2df3725cad..0ea5c450bf95cd98e3c29417031d4080023b7366 100644 --- a/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs +++ b/VectoCoreTest/Integration/DriverStrategy/DriverStrategyTestTruck.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs b/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs index 78ceaf48707bedea2375ddd3d29a19c66e3721b1..a4243448546c9539e480b0c73f351f918f909f2a 100644 --- a/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs +++ b/VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs index 5a4c6a5bed3b80322b90fb20e2f93bebdb2c8e72..256dbadcd005884e354107e33e22c799d620424e 100644 --- a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs +++ b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/SimpleDrivingCycles.cs b/VectoCoreTest/Integration/SimpleDrivingCycles.cs index 768b6d284d7745ea7acfd781b56b3156ca22c948..4b1d3c06f7d5c058fd8d0604ed18d614cd5b7a83 100644 --- a/VectoCoreTest/Integration/SimpleDrivingCycles.cs +++ b/VectoCoreTest/Integration/SimpleDrivingCycles.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs b/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs index d9fe807fb150f3b637850b7a5fe456074a82472a..24c39caa1191fa045ad72b8b99822461ccbf2652 100644 --- a/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs +++ b/VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs b/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs index 637cca23c0adf70c1609765f723dc2b7aef4336a..51ecea4373d66363007c1ba2bdd796fb4c51b1cf 100644 --- a/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs +++ b/VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs @@ -1,11 +1,13 @@ -/* -* Copyright 2015 European Union +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, @@ -85,7 +87,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 [1/min] , Tq_eng [Nm] , Tq_clutch [Nm] , Tq_full [Nm] , Tq_drag [Nm] , Pe_eng [kW] , Pe_full [kW] , Pe_drag [kW] , Pe_clutch [kW] , Pa Eng [kW] , Paux [kW] , Gear [-] , Ploss GB [kW] , Ploss Diff [kW] , Ploss Retarder [kW] , Pa GB [kW] , Pa Veh [kW] , Proll [kW] , Pair [kW] , Pgrad [kW] , Pwheel [kW] , Pbrake [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 [1/min] , Tq_eng [Nm] , Tq_clutch [Nm] , Tq_full [Nm] , Tq_drag [Nm] , Pe_eng [kW] , Pe_full [kW] , Pe_drag [kW] , Pe_clutch [kW] , Pa Eng [kW] , Paux [kW] , Gear [-] , Ploss GB [kW] , Ploss Diff [kW] , Ploss Retarder [kW] , Pa GB [kW] , Pa Veh [kW] , Proll [kW] , Pair [kW] , Pgrad [kW] , Pwheel [kW] , Pbrake [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 89fce4cfa4c4d89e36a9a2a9605c83cf0ee689bd..89fc3f2888ebc5afc1c88caa970f140952aea6bc 100644 --- a/VectoCoreTest/Integration/Truck40tPowerTrain.cs +++ b/VectoCoreTest/Integration/Truck40tPowerTrain.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs b/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs index 5f79332226ec70bb42db503e38a398de549c1ba8..c53fde8da0bb4a8070d2dfe714628b8d80ac1b14 100644 --- a/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs +++ b/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/AuxTests.cs b/VectoCoreTest/Models/Simulation/AuxTests.cs index d3dd3b75dcfc7c4eeebbe92d724fbbb95e1817f8..711258af2393fc87815a9c6022333262f77dcaa9 100644 --- a/VectoCoreTest/Models/Simulation/AuxTests.cs +++ b/VectoCoreTest/Models/Simulation/AuxTests.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs b/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs index 505a50df445dc9ba9f21d61808654f708e1503be..277ac4e27339c3a557b9d258c1c4f91ec3b8ca85 100644 --- a/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs +++ b/VectoCoreTest/Models/Simulation/DrivingCycleTests.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/FactoryTest.cs b/VectoCoreTest/Models/Simulation/FactoryTest.cs index accce0968a4118e87dcb18d02b83939f8b398f8d..69c6df9e15caa984112c16fa73f1cca162489216 100644 --- a/VectoCoreTest/Models/Simulation/FactoryTest.cs +++ b/VectoCoreTest/Models/Simulation/FactoryTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs b/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs index 63299d3908446d42ac0965064a00a7d203222ccd..c9935c9881869ca2d8414eab0c4a9aea4924e150 100644 --- a/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs +++ b/VectoCoreTest/Models/Simulation/LossMapRangeValidationTest.cs @@ -1,5 +1,7 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. diff --git a/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs b/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs index aaca466c8f35ba2ff626a737fd12a33b3b12a9f0..426cf4eb889e35f68ead341467eacb14823ad58c 100644 --- a/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs +++ b/VectoCoreTest/Models/Simulation/PowerTrainBuilderTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/PwheelModeTests.cs b/VectoCoreTest/Models/Simulation/PwheelModeTests.cs index e623783ca406ee3a712dcb94d903629e1fb0b9b0..c56d490c800add5ce18b9c9c660b15d42e68e1b6 100644 --- a/VectoCoreTest/Models/Simulation/PwheelModeTests.cs +++ b/VectoCoreTest/Models/Simulation/PwheelModeTests.cs @@ -1,4 +1,22 @@ -using System.IO; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.IO; using System.Text; using TUGraz.VectoCore.Utils; using System.Collections.Generic; diff --git a/VectoCoreTest/Models/Simulation/SimulationTests.cs b/VectoCoreTest/Models/Simulation/SimulationTests.cs index 29232cd5679e7cbde7e28582a84afdb48b387d56..8d273f937fe52be455e5e29d72298733519fe61a 100644 --- a/VectoCoreTest/Models/Simulation/SimulationTests.cs +++ b/VectoCoreTest/Models/Simulation/SimulationTests.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs b/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs index 666bed3f4edb0410667a88f2d9da5d78df042e6a..01695c522a33085b61ebed973b298b52f86b241c 100644 --- a/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs +++ b/VectoCoreTest/Models/Simulation/VechicleContainerTests.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs b/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs index 39fb73306eff6ceee49afa77ebe678e58d60a7c9..1263eb195b5bae54aada0c63735f1ab34355f509 100644 --- a/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs b/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs index b51321eb8a2f9dedc48075e24f34153cd33f7906..8287214c48bd144abbc1cfbe41c0998f80c42297 100644 --- a/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs index cbfc33f2a9ce8299ac164c811f40fe829e9b33b8..4b10e329d18562c5155200d7b7d80fea653dc63a 100644 --- a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/DriverTest.cs b/VectoCoreTest/Models/SimulationComponent/DriverTest.cs index 9362577bf862ff96174fa93aa8b29bc312b91f52..5b7bf66087651fd9d958ed741b8adddf260a6621 100644 --- a/VectoCoreTest/Models/SimulationComponent/DriverTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/DriverTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs b/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs index 6353173f7d854bf12169f599add9078382db036a..9717ea762a720c1a9ca9c7b92f91e169dbcd0116 100644 --- a/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/GearboxPowertrainTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs b/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs index eef42290a3b26b2ec9aabdd9e2dcfcd59f706a15..442ed1176e9f5cdacfbbf4531d0050b73c31f016 100644 --- a/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/GearboxTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs b/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs index 14837f0fd9aaad4e1af0d2e2c6cd4a6c37bb5973..77321eaf89f89bdda4332dbfa21f30be8c852b8b 100644 --- a/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/RetarderTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs b/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs index 9518b908d83e5cb6f6c4bb2a3fb642b3c5095c9c..b6fb0888aa9239eea6968c874c874da509dfc8a8 100644 --- a/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/VehicleTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs b/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs index 3f967099d589dea185f6c4a7a637e7938ad30104..0b0153771dd9285e4fae4fd263166422358c24f0 100644 --- a/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs +++ b/VectoCoreTest/Models/SimulationComponent/WheelsTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs b/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs index 738dc129359ea15588de1f11beab191f40883230..c2c2bb8230a6437ffb26514729a4ef57498f10a0 100644 --- a/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/AccelerationCurveTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs b/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs index 421042b1d47e5dcb2bad2a1757d67e69c4f06cec..49b4dad0fa61f03a7e50f95700a128f5823e119b 100644 --- a/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/AuxiliaryTypeHelperTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs index 91ca0def3808bebaa3567a3a21f3d3b4aecc946b..9e40d44955346fd47171441344133d050b053c8b 100644 --- a/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs b/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs index e516b64af542aa22589c9de074f48810e1be3db4..1f11c768beaafe032daac6734a445dce1247e810 100644 --- a/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/FuelConsumptionMapTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs b/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs index 97d7d2fdb4e465ac1d49185eab55c223c4b51cd6..6add04a37cd6abc72c5c2a1b4a2d508298ea0c6d 100644 --- a/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/FullLoadCurveTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs index 8d051e9d2b05436169b04cbe728c5dfbf981c83e..ccc6bff1cd77eb1689235a006dc5ed891df7bd3c 100644 --- a/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs b/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs index 23f7809ecdc032ce3a28cd0005bdd1551c824b64..d9c92976002e8f1e0fb0b1ceec5b5ae6e3255238 100644 --- a/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs @@ -1,4 +1,22 @@ -using System.ComponentModel.DataAnnotations; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using System.ComponentModel.DataAnnotations; using System.Data; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs b/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs index 946b1a513e7c9e36c93167354534441676a51f6b..7b41d4bb294d2cd9a7257ddfa06222e8f5815514 100644 --- a/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs +++ b/VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Properties/AssemblyInfo.cs b/VectoCoreTest/Properties/AssemblyInfo.cs index cfd32373ca7510a83c0c09d7679b0ab7ae51348c..241208ce67d9952312eb7afe834b2d13ade4ecfd 100644 --- a/VectoCoreTest/Properties/AssemblyInfo.cs +++ b/VectoCoreTest/Properties/AssemblyInfo.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Properties/Settings.Designer.cs b/VectoCoreTest/Properties/Settings.Designer.cs index b93a7e2db2da61b5c4f5d407170ccef41d8482ba..34ddda31001463c85ad164fbc78b44f8b33d1bc1 100644 --- a/VectoCoreTest/Properties/Settings.Designer.cs +++ b/VectoCoreTest/Properties/Settings.Designer.cs @@ -1,12 +1,20 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.18444 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ using System.CodeDom.Compiler; using System.Configuration; diff --git a/VectoCoreTest/Reports/SumWriterTest.cs b/VectoCoreTest/Reports/SumWriterTest.cs index 94371ebab2b513adc32450356f0f1a18b357abfd..026d5e82eb84443a0f772f144a44509e1b1debe8 100644 --- a/VectoCoreTest/Reports/SumWriterTest.cs +++ b/VectoCoreTest/Reports/SumWriterTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/AssertHelper.cs b/VectoCoreTest/Utils/AssertHelper.cs index fbb18ac06e00aa99e2239a3280e7845576f7b7b9..e5a750ab4db3e12edd74eb32f0e1f5de6ea3b8f1 100644 --- a/VectoCoreTest/Utils/AssertHelper.cs +++ b/VectoCoreTest/Utils/AssertHelper.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/DelauneyMapTest.cs b/VectoCoreTest/Utils/DelauneyMapTest.cs index 09b501778c2d7c253c6d1028832c89cd9af4f67e..286446eed990d3dabd7ca701eedf603edeb9f3f5 100644 --- a/VectoCoreTest/Utils/DelauneyMapTest.cs +++ b/VectoCoreTest/Utils/DelauneyMapTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs b/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs index c99ac801d3b0c33aa13dba47b88247312a59ac74..7bde162abe9ab527d0394567350169a599a33630 100644 --- a/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs +++ b/VectoCoreTest/Utils/DoubleExtensionMethodTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/GraphWriter.cs b/VectoCoreTest/Utils/GraphWriter.cs index 6ca4581289a790a4f04c10ecadc5b0459e879ee6..1143c26bcc98d37227a785f2db28e480d92e77a5 100644 --- a/VectoCoreTest/Utils/GraphWriter.cs +++ b/VectoCoreTest/Utils/GraphWriter.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockAuxiliaryDemand.cs b/VectoCoreTest/Utils/MockAuxiliaryDemand.cs index b62d773dd2d5e7f0244b31b90da338243720bc97..c13d7f27339872d688ac844534e3d52be766c905 100644 --- a/VectoCoreTest/Utils/MockAuxiliaryDemand.cs +++ b/VectoCoreTest/Utils/MockAuxiliaryDemand.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockDriver.cs b/VectoCoreTest/Utils/MockDriver.cs index ba55bbcfc5f23f0b3f8f6c496e41638572bd004b..c0d783b93954eeab4f8105117e1af004bce7f76c 100644 --- a/VectoCoreTest/Utils/MockDriver.cs +++ b/VectoCoreTest/Utils/MockDriver.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockGearbox.cs b/VectoCoreTest/Utils/MockGearbox.cs index 6ae28e7d9f9d9d5beca40c60590eadf2fe4971d0..95ca8d6bda8e10ae9f06cea45a36515a8712c305 100644 --- a/VectoCoreTest/Utils/MockGearbox.cs +++ b/VectoCoreTest/Utils/MockGearbox.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockModalDataContainer.cs b/VectoCoreTest/Utils/MockModalDataContainer.cs index 8dfbfe51f4644f6ec03a6bcbd349c71b8ca23777..950afbc6a96cf0fbf7aa04d663cefbb7bb9da46a 100644 --- a/VectoCoreTest/Utils/MockModalDataContainer.cs +++ b/VectoCoreTest/Utils/MockModalDataContainer.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockPorts.cs b/VectoCoreTest/Utils/MockPorts.cs index 1fc0421ecb8fb044a394f78f961f480bfb8f17db..27af34021cb96413247a3fa5ef7bea0c71f01874 100644 --- a/VectoCoreTest/Utils/MockPorts.cs +++ b/VectoCoreTest/Utils/MockPorts.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/MockSimulationDataFactory.cs b/VectoCoreTest/Utils/MockSimulationDataFactory.cs index adf9ee5b6da9aea212df6e5ee7e071ac4ef1533d..9210f39639950f2fe264e17c0a0965f8e26514bc 100644 --- a/VectoCoreTest/Utils/MockSimulationDataFactory.cs +++ b/VectoCoreTest/Utils/MockSimulationDataFactory.cs @@ -1,4 +1,22 @@ -using TUGraz.VectoCore.InputData; +/* +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics +* +* Licensed under the EUPL (the "Licence"); +* You may not use this work except in compliance with the Licence. +* You may obtain a copy of the Licence at: +* +* http://ec.europa.eu/idabc/eupl +* +* Unless required by applicable law or agreed to in writing, software +* 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. +*/ + +using TUGraz.VectoCore.InputData; using TUGraz.VectoCore.InputData.FileIO.JSON; using TUGraz.VectoCore.InputData.Reader.DataObjectAdaper; using TUGraz.VectoCore.Models.SimulationComponent.Data; diff --git a/VectoCoreTest/Utils/MockVehicle.cs b/VectoCoreTest/Utils/MockVehicle.cs index e2984f05fbac122bde966e83e9b94bc5231a1c59..bddeed8a9bcd49418c346be09cb762923cb3a544 100644 --- a/VectoCoreTest/Utils/MockVehicle.cs +++ b/VectoCoreTest/Utils/MockVehicle.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/Port.cs b/VectoCoreTest/Utils/Port.cs index 0df260b50048b3c2b95af2e480664da0afeb6428..d7acd7a348a240e597003d4d54855ca9879eb1bf 100644 --- a/VectoCoreTest/Utils/Port.cs +++ b/VectoCoreTest/Utils/Port.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/ResultFileHelper.cs b/VectoCoreTest/Utils/ResultFileHelper.cs index ccebfbc54abfd416a9e8d2068fb20ede8a83d190..e32922913e7404dbdee43fe953f2be8263f084f2 100644 --- a/VectoCoreTest/Utils/ResultFileHelper.cs +++ b/VectoCoreTest/Utils/ResultFileHelper.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/SITest.cs b/VectoCoreTest/Utils/SITest.cs index b15a0c9573a0fe4088d25762a631c692ff2d63d8..173eba509df3f021832ab0a034ca8dd936696b7a 100644 --- a/VectoCoreTest/Utils/SITest.cs +++ b/VectoCoreTest/Utils/SITest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis, diff --git a/VectoCoreTest/Utils/VectoMathTest.cs b/VectoCoreTest/Utils/VectoMathTest.cs index b474e8e91ae81224568a8dd84b3e698b097e976e..4d65d0a8d66e1eeefc3d36daa0f793cae00f9de2 100644 --- a/VectoCoreTest/Utils/VectoMathTest.cs +++ b/VectoCoreTest/Utils/VectoMathTest.cs @@ -1,11 +1,13 @@ /* -* Copyright 2015 European Union +* Copyright 2015, 2016 Graz University of Technology, +* Institute of Internal Combustion Engines and Thermodynamics, +* Institute of Technical Informatics * * Licensed under the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * -* http://ec.europa.eu/idabc/eupl5 +* http://ec.europa.eu/idabc/eupl * * Unless required by applicable law or agreed to in writing, software * distributed under the Licence is distributed on an "AS IS" basis,