From 63039e7230dea826f9fbc6539fa916559103ce4c Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Wed, 27 Nov 2024 22:16:36 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fb866e7..ec8b92b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Esoteric Plugin Library > A fully functional Minecraft plugin library written in Kotlin. + +## License + +[Plugin Library](https://github.com/EsotericFoundation/plugin-library) Copyright (C) 2024 [Esoteric Foundation](https://esoteric.foundation) + +This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](./LICENSE) as published by the [Free Software Foundation](https://www.fsf.org/), either [version 3](./LICENSE) 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 General Public License](./LICENSE) for more details. + +You should have received a copy of the [GNU General Public License](./LICENSE) along with this program. If not, see <[gnu.org/licenses](https://www.gnu.org/licenses/)>.