From 2f063ad485d7cb4778709efe018f7b1bfa102909 Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 20 Apr 2025 10:11:59 -0400 Subject: [PATCH 1/3] docs: add contributors --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44c2b74..39dd577 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,14 @@ If you prefer to use Docker directly, you can use these instructions instead. chmod +x src/plugins/yt-dlp/yt-dlp ``` +## Contributors + + + + + +Made with [contrib.rocks](https://contrib.rocks). + ## About/License BSD-3-Clause - 2024 Lucas Gabriel (lucmsilva). From 53577cd52a42d2ae7c394f6353b5fef3ad30c1d4 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Sun, 20 Apr 2025 11:32:17 -0300 Subject: [PATCH 2/3] Update LICENSE because it is not recognizable by GitHub anymore --- LICENSE | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2562540..a0cab39 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024-2025, Lucas Gabriel , -ABOCN and all contributors +Copyright (c) 2025, Lucas Gabriel Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -26,4 +25,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From f51485ce16957022e824c6896ee532e9ee7b0e91 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Sun, 20 Apr 2025 11:37:19 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39dd577..71e5cff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kowalski (Node.js Telegram Bot) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) -[![GitHub License](https://img.shields.io/github/license/ABOCN/TelegramBot)](https://github.com/abocn/TelegramBot/blob/main/LICENSE) +[![GitHub License](https://img.shields.io/github/license/abocn/TelegramBot)](https://github.com/abocn/TelegramBot/blob/main/LICENSE) [![CodeQL](https://github.com/abocn/TelegramBot/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/abocn/TelegramBot/actions/workflows/github-code-scanning/codeql) [![Dependabot Updates](https://github.com/abocn/TelegramBot/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/abocn/TelegramBot/actions/workflows/dependabot/dependabot-updates)