From 03514ee5af2b8c2ec8297a75bf1a2c523ef9e612 Mon Sep 17 00:00:00 2001 From: Pranav Jerry <libreinator@disroot.org> Date: Thu, 13 Feb 2025 11:06:40 +0530 Subject: [PATCH] add license to README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 65fb63d..6226f67 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,20 @@ sudo make purge # or if you want to keep the config file: sudo make uninstall ``` + +## License + +Copyright (C) 2025 perry + +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/>. -- GitLab