From 07b2d41855e68350812db9d3c947f0283b84b002 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: Wed, 22 Apr 2026 20:16:12 +0530 Subject: [PATCH] add unambigious license badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * License: GPL-3.0-only https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.nvllz.piggsy.yml * this badge adds unambigious license badge with spdx license text * 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c81a96..160756d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ The app focuses on a clean, straightforward experience with an interface that’ ## License +[![GPL-3.0-only](https://img.shields.io/badge/License-GPL--3.0--only-blue.svg)](https://spdx.org/licenses/GPL-3.0-only.html) + This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.