From c75aba8568a51ed90743952a1742972f4a6c9a1d Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Sun, 15 Sep 2024 23:09:55 -0500 Subject: [PATCH] chore(license): clarify GPL-3.0 license as GPL-3.0-only Signed-off-by: Ryan Brue --- cosmic-app-list/Cargo.toml | 2 +- cosmic-applet-audio/Cargo.toml | 2 +- cosmic-applet-battery/Cargo.toml | 2 +- cosmic-applet-bluetooth/Cargo.toml | 2 +- cosmic-applet-input-sources/Cargo.toml | 2 +- cosmic-applet-minimize/Cargo.toml | 2 +- cosmic-applet-notifications/Cargo.toml | 2 +- cosmic-applet-power/Cargo.toml | 2 +- cosmic-applet-status-area/Cargo.toml | 2 +- cosmic-applet-tiling/Cargo.toml | 2 +- cosmic-applet-time/Cargo.toml | 2 +- cosmic-applet-workspaces/Cargo.toml | 2 +- cosmic-applets/Cargo.toml | 2 +- cosmic-panel-button/Cargo.toml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cosmic-app-list/Cargo.toml b/cosmic-app-list/Cargo.toml index 48aed686..1b83e5ff 100644 --- a/cosmic-app-list/Cargo.toml +++ b/cosmic-app-list/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-app-list" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] cosmic-app-list-config = { path = "cosmic-app-list-config" } diff --git a/cosmic-applet-audio/Cargo.toml b/cosmic-applet-audio/Cargo.toml index f6a87902..0ea2c0be 100644 --- a/cosmic-applet-audio/Cargo.toml +++ b/cosmic-applet-audio/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-audio" version = "0.1.1" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] cosmic-settings-subscriptions.workspace = true diff --git a/cosmic-applet-battery/Cargo.toml b/cosmic-applet-battery/Cargo.toml index edc8a0ce..30750333 100644 --- a/cosmic-applet-battery/Cargo.toml +++ b/cosmic-applet-battery/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-battery" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] cosmic-settings-subscriptions.workspace = true diff --git a/cosmic-applet-bluetooth/Cargo.toml b/cosmic-applet-bluetooth/Cargo.toml index 230ff424..d3662c0b 100644 --- a/cosmic-applet-bluetooth/Cargo.toml +++ b/cosmic-applet-bluetooth/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-bluetooth" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] anyhow.workspace = true diff --git a/cosmic-applet-input-sources/Cargo.toml b/cosmic-applet-input-sources/Cargo.toml index 15b770e5..2d18b84f 100644 --- a/cosmic-applet-input-sources/Cargo.toml +++ b/cosmic-applet-input-sources/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-input-sources" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] cosmic-time.workspace = true diff --git a/cosmic-applet-minimize/Cargo.toml b/cosmic-applet-minimize/Cargo.toml index e1c0791d..d33bc826 100644 --- a/cosmic-applet-minimize/Cargo.toml +++ b/cosmic-applet-minimize/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-minimize" version = "0.1.1" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] anyhow.workspace = true diff --git a/cosmic-applet-notifications/Cargo.toml b/cosmic-applet-notifications/Cargo.toml index 07db81e5..080fac72 100644 --- a/cosmic-applet-notifications/Cargo.toml +++ b/cosmic-applet-notifications/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-notifications" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] anyhow.workspace = true diff --git a/cosmic-applet-power/Cargo.toml b/cosmic-applet-power/Cargo.toml index 2fffa0de..16c1bc99 100644 --- a/cosmic-applet-power/Cargo.toml +++ b/cosmic-applet-power/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-power" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] i18n-embed-fl.workspace = true diff --git a/cosmic-applet-status-area/Cargo.toml b/cosmic-applet-status-area/Cargo.toml index 9731a11e..23737c06 100644 --- a/cosmic-applet-status-area/Cargo.toml +++ b/cosmic-applet-status-area/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-status-area" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] futures.workspace = true diff --git a/cosmic-applet-tiling/Cargo.toml b/cosmic-applet-tiling/Cargo.toml index 4789d608..c42c0463 100644 --- a/cosmic-applet-tiling/Cargo.toml +++ b/cosmic-applet-tiling/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-tiling" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] libcosmic.workspace = true diff --git a/cosmic-applet-time/Cargo.toml b/cosmic-applet-time/Cargo.toml index 212ee893..84dc9e2c 100644 --- a/cosmic-applet-time/Cargo.toml +++ b/cosmic-applet-time/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applet-time" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] chrono = { version = "0.4.35", features = ["clock"] } diff --git a/cosmic-applet-workspaces/Cargo.toml b/cosmic-applet-workspaces/Cargo.toml index 1a5c365d..059d2c2d 100644 --- a/cosmic-applet-workspaces/Cargo.toml +++ b/cosmic-applet-workspaces/Cargo.toml @@ -3,7 +3,7 @@ name = "cosmic-applet-workspaces" version = "0.1.1" authors = ["Ashley Wulber "] edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] libcosmic.workspace = true diff --git a/cosmic-applets/Cargo.toml b/cosmic-applets/Cargo.toml index ed7cfc89..612748d0 100644 --- a/cosmic-applets/Cargo.toml +++ b/cosmic-applets/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-applets" version = "0.1.1" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] cosmic-app-list = { path = "../cosmic-app-list" } diff --git a/cosmic-panel-button/Cargo.toml b/cosmic-panel-button/Cargo.toml index f8cd16f2..650cb828 100644 --- a/cosmic-panel-button/Cargo.toml +++ b/cosmic-panel-button/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-panel-button" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] freedesktop-desktop-entry.workspace = true