diff --git a/.vitepress/config.mts b/.vitepress/config.mts index cb67472..85052ab 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -38,6 +38,10 @@ export default defineConfigWithTheme({ quote: 'Похоже, что вы перешли по неверной или устаревшей ссылке. Вы можете воспользоваться поиском.', linkText: 'Вернуться на главную' }, + footer: { + message: 'Released under the MIT License', + copyright: 'Copyright © 2024 ALT Mobile Wiki, developed on the platform VitePress 1.1.0' + }, asideMeta: { developer: { label: 'Разрабочик' @@ -104,6 +108,10 @@ export default defineConfigWithTheme({ themeConfig: { nav: nav.en, sidebar: sidebar.en, + footer: { + message: 'Released under the MIT License', + copyright: 'Copyright © 2024 ALT Mobile Wiki, developed on the platform VitePress 1.1.0' + }, asideMeta: { developer: { label: 'Developer' diff --git a/LICENCE b/LICENCE index 9883482..a444d93 100644 --- a/LICENCE +++ b/LICENCE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright © 2024-present +Copyright © 2024- 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: diff --git a/docs/en/licence/index.md b/docs/en/licence/index.md new file mode 100644 index 0000000..c6bf6c6 --- /dev/null +++ b/docs/en/licence/index.md @@ -0,0 +1,10 @@ +# License + +The MIT License (MIT) +Copyright © 2023-OLEG SHCHAVELEV + +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. \ No newline at end of file diff --git a/docs/licence/index.md b/docs/licence/index.md new file mode 100644 index 0000000..2e2dc9a --- /dev/null +++ b/docs/licence/index.md @@ -0,0 +1,10 @@ +# Лицензия + +The MIT License (MIT) +Copyright © 2024-OLEG SHCHAVELEV + +Данная лицензия разрешает лицам, получившим копию данного программного обеспечения и сопутствующей документации (далее — Программное обеспечение), безвозмездно использовать Программное обеспечение без ограничений, включая неограниченное право на использование, копирование, изменение, слияние, публикацию, распространение, сублицензирование и/или продажу копий Программного обеспечения, а также лицам, которым предоставляется данное Программное обеспечение, при соблюдении следующих условий: + +Указанное выше уведомление об авторском праве и данные условия должны быть включены во все копии или значимые части данного Программного обеспечения. + +ДАННОЕ ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ ПРЕДОСТАВЛЯЕТСЯ «КАК ЕСТЬ», БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ЯВНО ВЫРАЖЕННЫХ ИЛИ ПОДРАЗУМЕВАЕМЫХ, ВКЛЮЧАЯ ГАРАНТИИ ТОВАРНОЙ ПРИГОДНОСТИ, СООТВЕТСТВИЯ ПО ЕГО КОНКРЕТНОМУ НАЗНАЧЕНИЮ И ОТСУТСТВИЯ НАРУШЕНИЙ, НО НЕ ОГРАНИЧИВАЯСЬ ИМИ. НИ В КАКОМ СЛУЧАЕ АВТОРЫ ИЛИ ПРАВООБЛАДАТЕЛИ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ПО КАКИМ-ЛИБО ИСКАМ, ЗА УЩЕРБ ИЛИ ПО ИНЫМ ТРЕБОВАНИЯМ, В ТОМ ЧИСЛЕ, ПРИ ДЕЙСТВИИ КОНТРАКТА, ДЕЛИКТЕ ИЛИ ИНОЙ СИТУАЦИИ, ВОЗНИКШИМ ИЗ-ЗА ИСПОЛЬЗОВАНИЯ ПРОГРАММНОГО ОБЕСПЕЧЕНИЯ ИЛИ ИНЫХ ДЕЙСТВИЙ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ. \ No newline at end of file