diff --git a/LICENSE b/LICENSE index 438989d..918885c 100644 --- a/LICENSE +++ b/LICENSE @@ -19,3 +19,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- + +**Special Permission Notice:** + +This project includes code derived from the CyberDefenders MHA project, which is originally licensed under the GPLv3. The author of the MHA project has granted permission to relicense this derived work under the MIT License. diff --git a/README.md b/README.md index 32e8826..978ba42 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ To learn more about the app, how to use it and how to obtain the email data you ## Acknowledgements -I would like to thank the [CyberDefenders](https://github.com/cyberdefenders) team for their great work and for providing the inspiration for this project. They have created a fantastic tool and I hope that this project can help others in the same way their tool has helped me. +I would like to thank the [CyberDefenders](https://github.com/cyberdefenders) team for their exceptional work which served as both an inspiration and a foundation for this project. Certain parts of the code are directly or indirectly derived from their work. I hope that this project can continue to build on the great work they've done and provide similar value to others. ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the MIT License with special permission from the author of the original MHA project, which is licensed under the GPLv3. I deeply appreciate the author’s generosity in allowing this flexibility, enabling me to use the MIT License for this project. See the [LICENSE](LICENSE) file for details. diff --git a/assets/screenshot.png b/assets/screenshot.png index 9aba185..5744202 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ diff --git a/mapy/utils.py b/mapy/utils.py index 733fa6b..1da8055 100644 --- a/mapy/utils.py +++ b/mapy/utils.py @@ -1,3 +1,6 @@ +# Certain parts of this code are adapted from CyberDefenders' MHA project. +# Original source: https://github.com/cyberdefenders/MHA + import base64 import re import time