From 8366815cf2a14eeec3ce8838e06889e80b5b6b25 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 12 Jul 2026 21:24:11 +0800 Subject: [PATCH] docs: add public alpha and AGPL notice --- LICENSE | 17 +++++++++++++++++ README.md | 9 +++++++++ 2 files changed, 26 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9fc9c41 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Verstak Documentation +Copyright (C) 2026 Verstak contributors + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) any +later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. + +The complete license text is available at: +https://www.gnu.org/licenses/agpl-3.0.html + +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/README.md b/README.md index 5792619..ce3aeb2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Сводные архитектурные артефакты платформы Верстак. +> Первый публичный выпуск — alpha. Инструкции для сборки и упаковки каждого +> исполняемого компонента находятся в его README: Desktop, official plugins, +> browser extension и SDK должны собираться из одной release-линейки. + ## Содержание - [Product Vision](01_Product_Vision.md) — что остаётся неизменным @@ -33,3 +37,8 @@ | `verstak-sync-server` | Сервер синхронизации | | `verstak-browser-extension` | Расширение браузера | | `verstak-docs` | Документация | + +## Лицензия + +Copyright © 2026 Verstak contributors. Документация распространяется на +условиях [GNU AGPLv3 или новее](LICENSE).