From c90bb9d569e87a7484beae0d78a5ff0e3e6dca21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Mo=CC=88ding?= Date: Wed, 6 Mar 2024 14:32:32 +0100 Subject: [PATCH] Add license to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 83d6dad..a7a0c36 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,9 @@ Then install the parser for the Puppet language using the following command. Thi This command can also be used to update the parser to the latest version from time to time. See the Tree-sitter starter guide: https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/notes/tree-sitter/starter-guide?h=emacs-29 + +## License + +Puppet Treesitter Mode is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +Puppet Treesitter Mode 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 for more details.