chore(license): clarify GPL-3.0 license as GPL-3.0-only

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
Ryan Brue 2024-09-15 23:09:55 -05:00 committed by Jeremy Soller
parent 6b8d3dc415
commit 0a32d27c70
14 changed files with 14 additions and 14 deletions

View file

@ -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" }

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"] }

View file

@ -3,7 +3,7 @@ name = "cosmic-applet-workspaces"
version = "0.1.1"
authors = ["Ashley Wulber <ashley@system76.com>"]
edition = "2021"
license = "GPL-3.0"
license = "GPL-3.0-only"
[dependencies]
libcosmic.workspace = true

View file

@ -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" }

View file

@ -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