docs: license sync server under AGPL

This commit is contained in:
mirivlad 2026-07-12 23:06:33 +08:00
parent 31f18dade1
commit 2ea29cb503
2 changed files with 19 additions and 1 deletions

17
LICENSE Normal file
View File

@ -0,0 +1,17 @@
Verstak Sync Server
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

View File

@ -187,4 +187,5 @@ CGO_ENABLED=1 go build -o verstak-sync-server ./cmd/server
## License
MIT
Copyright © 2026 Verstak contributors. Licensed under
[GNU AGPLv3 or later](LICENSE).