From ba327a4a890a0f2b06e9dc6a61d707a367d7bc70 Mon Sep 17 00:00:00 2001 From: tobolar Date: Wed, 27 Aug 2025 12:52:35 +0200 Subject: [PATCH] Add license --- LICENSE.md | 16 ++++++++++++++++ README.md | 13 ++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3e24fdb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ +## License +### Type +Attribution-NonCommercial-NoDerivatives 4.0 International [(CC BY-NC-ND 4.0) license](https://creativecommons.org/licenses/by-nc-nd/4.0/) + +### Attributions +- J. Brembeck, R. de Castro, J. Tobolář and I. Ebrahimi: +IEEE VTS Motor Vehicles Challenge 2023: A Multi-physical Benchmark Problem for Next Generation Energy Management Algorithms, +*19th IEEE Vehicle Power and Propulsion Conference (VPPC)*, 2022 +- J. Brembeck, R. de Castro, J. Ultsch, J. Tobolar, Ch. Winter and K. Ahmic: +VDCWorkbench: A Vehicle Dynamics Control Test & Evaluation Library for Model and AI-based Control Approaches, +accepted for the *16th International Modelica and FMI Conference*, Lucerne, Switzerland, 2025 +- Modelica Library's [repository](https://github.com/DLR-VSDC/VDCWorkbench). + +Copyright © 2022-2025 DLR & UCM. +The code is released under the [CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode). +Link to [short summary of CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/). diff --git a/README.md b/README.md index ed64290..0a12b6c 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,14 @@ The current release was developed/tested using following tools. The reference results for regression testing can be found in [VDCWorkbench_ReferenceResults](https://github.com/DLR-VSDC/VDCWorkbench_ReferenceResults). ## Bibliography -Brembeck, J.; de Castro, R.; Ultsch, J.; Tobolar, J.; Winter, Ch. and Ahmic, K.: -VDCWorkbench: A Vehicle Dynamics Control Test & Evaluation Library for Model and AI-based Control Approaches, -accepted for the *16th International Modelica and FMI Conference*, Lucerne, Switzerland, 2025. - -Brembeck, J.; de Castro, R.; Tobolar, J. & Ebrahimi, I.: -IEEE VTS Motor Vehicles Challenge 2023: A Multi-physical Benchmark Problem for Next Generation Energy Management Algorithms, +- J. Brembeck, R. de Castro, J. Tobolář and I. Ebrahimi: +IEEE VTS Motor Vehicles Challenge 2023: A Multi-physical Benchmark Problem for Next Generation Energy Management Algorithms, *19th IEEE Vehicle Power and Propulsion Conference (VPPC)*, 2022 +- J. Brembeck, R. de Castro, J. Ultsch, J. Tobolar, Ch. Winter and K. Ahmic: +VDCWorkbench: A Vehicle Dynamics Control Test & Evaluation Library for Model and AI-based Control Approaches, +accepted for the *16th International Modelica and FMI Conference*, Lucerne, Switzerland, 2025 ## License Copyright © 2022-2025 DLR & UCM. The code is released under the [CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode). -Link to [short summary of CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/). For attribution see also [license file](LICENSE.MD). \ No newline at end of file +Link to [short summary of CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/). For attribution see also [license file](LICENSE.md). \ No newline at end of file