From d5392dfc87be6d90015b9bbf349b4b98eccf9058 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Fri, 29 Mar 2024 16:55:26 +0100 Subject: [PATCH] chore: Change license to GPL3-or-later --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed336b..85d6655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" description = "A wip universal Linux settings application." repository = "https://github.com/Xetibo/ReSet" -license = "GPL-3.0-only" +license = "GPL-3.0-or-later" [dependencies] #reset_daemon = "1.1.0"