From 4c28b4879c4103ef364695fd5200a22592df6a84 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:04:30 +0700 Subject: [PATCH] chore: update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c9789478..5f8881bc 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,13 @@ Requirements: 1. [Setup `direnv`](https://zero-to-flakes.com/direnv) `cd` into the root folder of the project to enter `nix develop` shell. Run `direnv allow` (only once). Then run `pnpm` or `bun` (experimental) commands as described above. + +## License + +Copyright (C) 2023-2024 Ren Amamiya & other Lume contributors (see AUTHORS.md) + +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. + +You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.