diff --git a/docs/license.md b/docs/license.md index f353d64db3113b5367cf0d62ab0bbf40500868ee..6f6b92db7062a0e75a61c992f2b78e75698a0e5a 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 b46b9f2d0c104f050c5516791b675a76b0d0a34b..37fd49b0cff9ac3bf5b0edb12aaf8a276346b78f 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