From 47fffab0efc2fbdc6dcd526b44776fac52604bb1 Mon Sep 17 00:00:00 2001 From: Ryan Brue <56272643+ryanabx@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:16:57 -0500 Subject: [PATCH] chore: clarify GPL 3.0 license variant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6ba8f5380..0564e78457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" documentation = "https://pop-os.github.io/cosmic-protocols/" repository = "https://github.com/pop-os/cosmic-protocols" authors = ["Victoria Brekenfeld "] -license = "GPL-3.0" +license = "GPL-3.0-only" keywords = ["wayland", "client", "server", "protocol", "extension"] description = "Generated API for the COSMIC wayland protocol extensions" categories = ["gui", "api-bindings"]