From 60200ac14b53f0d094bb7ff65832489465b514b4 Mon Sep 17 00:00:00 2001 From: poslop Date: Wed, 9 Sep 2026 16:12:41 +0000 Subject: [PATCH] README: license section with as-is / no-liability disclaimer --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4792e00..4223257 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,18 @@ issue #32). Gitea Actions workflow at `.gitea/workflows/ci.yml`: - On push to main: `go vet` + `go test` - On tags: build and push Docker image to `git.archfox.org/poslop/palette` + +## License + +Palette is licensed under the GNU Affero General Public License v3.0 +(AGPL-3.0-only). See [LICENSE](LICENSE). + +The software is provided AS IS, without warranty of any kind, express or +implied, including merchantability and fitness for a particular purpose. +In no event shall the authors be liable for any claim, damages, or other +liability, including without limitation any security vulnerabilities, +data loss, or legal issues arising from use of the software. You use it +at your own risk. + +If you run a modified version of Palette as a network service, the AGPL +requires you to offer your modified source code to its users.