From fc5f6754a5a2d019b52b3e2b58a2d5fec07891c1 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 28 Aug 2024 22:26:22 +0800 Subject: [PATCH] docs: add license info (#325) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52c62a1..2bafc5b 100644 --- a/README.md +++ b/README.md @@ -236,13 +236,13 @@ See [wiki](https://github.com/yetone/avante.nvim/wiki) for more recipes and tric We would like to express our heartfelt gratitude to the contributors of the following open-source projects, whose code has provided invaluable inspiration and reference for the development of avante.nvim: -| Nvim Plugin | Functionality | Where did we use | -| --- | --- | --- | -| [git-conflict.nvim](https://github.com/akinsho/git-conflict.nvim) | Diff comparison functionality | https://github.com/yetone/avante.nvim/blob/main/lua/avante/diff.lua | -| [ChatGPT.nvim](https://github.com/jackMort/ChatGPT.nvim) | Calculation of tokens count | https://github.com/yetone/avante.nvim/blob/main/lua/avante/utils/tokens.lua | +| Nvim Plugin | License | Functionality | Where did we use | +| --- | --- | --- | --- | +| [git-conflict.nvim](https://github.com/akinsho/git-conflict.nvim) | No License | Diff comparison functionality | https://github.com/yetone/avante.nvim/blob/main/lua/avante/diff.lua | +| [ChatGPT.nvim](https://github.com/jackMort/ChatGPT.nvim) | Apache 2.0 License | Calculation of tokens count | https://github.com/yetone/avante.nvim/blob/main/lua/avante/utils/tokens.lua | The high quality and ingenuity of these projects' source code have been immensely beneficial throughout our development process. We extend our sincere thanks and respect to the authors and contributors of these projects. It is the selfless dedication of the open-source community that drives projects like avante.nvim forward. ## License -avante.nvim is licensed under the Apache License. For more details, please refer to the [LICENSE](./LICENSE) file. +avante.nvim is licensed under the Apache 2.0 License. For more details, please refer to the [LICENSE](./LICENSE) file.