From 6893e4527ffe81f4e14dc164a7645413405abcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A6=95=E0=A6=B2=E0=A7=8D=E0=A6=95=E0=A6=BF=20=28kalki?= =?UTF-8?q?=29?= <239077794+var2p@users.noreply.github.com> Date: Fri, 15 May 2026 16:20:26 +0530 Subject: [PATCH] make app license unambiguous * this makes license unambiguous * github/gitlab license templates does not distinguish between only or later versions. ex, version 3 only OR version 3 or later. * feel free to outright reject or accept as it is, however, make time to explicitly declare or educate your choosen license without any ambiguity for your code ! * License: GPL-3.0-only https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.gianlu.aria2app.yml * inspiration: * For Clarity's Sake, Please Don't Say "Licensed under GNU GPL 2"! by Richard Stallman https://www.gnu.org/licenses/identify-licenses-clearly.html * REUSE makes software licensing as easy as one-two-three https://fsfe.org/news/2024/news-20241114-01.en.html --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index aa5f4a7d..86a8e369 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,16 @@ Aria2App allows you to handle your downloads on [aria2](https://github.com/aria2 ## Setup This project uses [devgianlu/CommonUtils](https://github.com/devgianlu/CommonUtils), please follow the link to setup your environment properly. + + +## LICENSE + +``` +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see . +```