From c3a5b9330d34341fb2c9fb086df35e2cb80b8f0e Mon Sep 17 00:00:00 2001 From: Giant Pink Robots! Date: Wed, 22 Nov 2023 22:50:46 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da61a20..3c3714e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ Download manager based on aria2 I will write this once this app is released on Flathub. + +This application relies on the following pieces of software: +- aria2: GPL v2 License (aria2 itself relies on OpenSSL: OpenSSL License) +- aria2p: ISC License +- c-ares: MIT License +- libssh2: BSD-3-Clause License + +The licenses of all of these pieces of software can be found in the dependencies_information directory in this application's app directory. A copy of aria2's source code has also been provided in that same directory in order to comply with GPL v2.