From cc33a9cfd9203aa0c2769ac0530a4f71d3a52c10 Mon Sep 17 00:00:00 2001 From: elipeter Date: Sat, 28 Jun 2025 17:41:47 +0200 Subject: [PATCH] chore: Add GPL-3.0 to license list in about.toml --- about.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about.toml b/about.toml index 0f45be72..e9e60887 100644 --- a/about.toml +++ b/about.toml @@ -7,5 +7,6 @@ accepted = [ "Unlicense", "Zlib", "CC0-1.0", - "MPL-2.0" + "MPL-2.0", + "GPL-3.0" ]