docs: add public alpha and AGPL notice
This commit is contained in:
parent
a7563b6016
commit
8366815cf2
|
|
@ -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
|
||||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue