From 0648f81ddcbeb3da2ff53a6c20f345a2ddff419a Mon Sep 17 00:00:00 2001 From: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:07:54 +0100 Subject: [PATCH] Update README.md Add license and contact information to readme.md Signed-off-by: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f12cd..0f320a0 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,23 @@ Some highlighted features: ``` pip install power-grid-model-ds ``` +## License + +This project is licensed under the Mozilla Public License, version 2.0 - see [LICENSE](https://github.com/PowerGridModel/power-grid-model-ds/blob/main/LICENSE) for details. + +## Licenses third-party libraries + +This project includes third-party libraries, +which are licensed under their own respective Open-Source licenses. +SPDX-License-Identifier headers are used to show which license is applicable. +The concerning license files can be found in the [LICENSES](https://github.com/PowerGridModel/power-grid-model-ds/tree/main/LICENSES) directory. ## Contributing Please read [CODE_OF_CONDUCT](https://github.com/PowerGridModel/.github/blob/main/CODE_OF_CONDUCT.md) and [CONTRIBUTING](https://github.com/PowerGridModel/.github/blob/main/CONTRIBUTING.md) for details on the process -for submitting pull requests to us. \ No newline at end of file +for submitting pull requests to us. + +## Contact + +Please read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into contact with the Power Grid Model project. +