Skip to content

Commit 0a32d27

Browse files
ryanabxjackpot51
authored andcommitted
chore(license): clarify GPL-3.0 license as GPL-3.0-only
Signed-off-by: Ryan Brue <[email protected]>
1 parent 6b8d3dc commit 0a32d27

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

cosmic-app-list/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-app-list"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
cosmic-app-list-config = { path = "cosmic-app-list-config" }

cosmic-applet-audio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-audio"
33
version = "0.1.1"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
cosmic-settings-subscriptions.workspace = true

cosmic-applet-battery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-battery"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
cosmic-settings-subscriptions.workspace = true

cosmic-applet-bluetooth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-bluetooth"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
anyhow.workspace = true

cosmic-applet-input-sources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-input-sources"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
cosmic-time.workspace = true

cosmic-applet-minimize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-minimize"
33
version = "0.1.1"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
anyhow.workspace = true

cosmic-applet-notifications/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-notifications"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
anyhow.workspace = true

cosmic-applet-power/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-power"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
i18n-embed-fl.workspace = true

cosmic-applet-status-area/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-status-area"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
futures.workspace = true

cosmic-applet-tiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cosmic-applet-tiling"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "GPL-3.0"
5+
license = "GPL-3.0-only"
66

77
[dependencies]
88
libcosmic.workspace = true

0 commit comments

Comments
 (0)