From 2ea29cb5036e38cea2143bd976e79277de73006e Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 12 Jul 2026 23:06:33 +0800 Subject: [PATCH] docs: license sync server under AGPL --- LICENSE | 17 +++++++++++++++++ README.md | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6bbcd77 --- /dev/null +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index a831056..376fa4d 100644 --- a/README.md +++ b/README.md @@ -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).