From 3eff350222c3c2cfd4b8b6d94835597d8278c666 Mon Sep 17 00:00:00 2001 From: Bungeefan Date: Sat, 23 Mar 2024 16:00:39 +0100 Subject: [PATCH] Added missing acknowledgments --- LICENSE | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8b0e45cd..4ac52e44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2019 Simon Leier +Copyright (c) 2019 Harm Aarts Copyright (c) 2023 Severin Hamader Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 1ea56237..16bc4568 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,6 @@ requests. # Acknowledgments -This package was originally created by [Simon Choi](https://github.com/simc). +This package was originally created by [Simon Choi](https://github.com/simc), with further +development by [Harm Aarts](https://github.com/haarts), greatly enhancing its functionality over +time.