From dab286949f496bc49dbd4f76983e2365c203a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz> Date: Mon, 21 Oct 2024 14:52:45 +0200 Subject: [PATCH] * add license content --- docs/license.md | 24 +++++++++++++++++++++++- mkdocs.yml | 1 + 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/license.md b/docs/license.md index f353d64..6f6b92d 100644 --- a/docs/license.md +++ b/docs/license.md @@ -1,3 +1,25 @@ # License -TBA +INJECT Exercise Platform is open-source software developed by Masaryk University, and it is distributed under MIT license. + +## License Terms + +Copyright 2024 Masaryk University + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/mkdocs.yml b/mkdocs.yml index b46b9f2..37fd49b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,7 @@ nav: - Known issues: known-issues.md - Acknowledgements: acknowledgements.md - How to cite: how-to-cite.md + - License: license.md # - License: license.md markdown_extensions: - attr_list -- GitLab