Update deprecated SPDX identifier for GPL-3.0-only
Link the LICENSE file into the greetd_ipc crate to ensure that it appears in the crates.io archive.
This commit is contained in:

committed by
Kenny Levinsen

parent
68fff8d3d2
commit
7d0f74dfbe
@@ -3,7 +3,7 @@ name = "agreety"
|
|||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-only"
|
||||||
homepage = "https://kl.wtf/projects/agreety"
|
homepage = "https://kl.wtf/projects/agreety"
|
||||||
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ name = "fakegreet"
|
|||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-only"
|
||||||
homepage = "https://kl.wtf/projects/greetd"
|
homepage = "https://kl.wtf/projects/greetd"
|
||||||
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ name = "greetd"
|
|||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-only"
|
||||||
homepage = "https://kl.wtf/projects/greetd"
|
homepage = "https://kl.wtf/projects/greetd"
|
||||||
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ name = "greetd_ipc"
|
|||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-only"
|
||||||
homepage = "https://kl.wtf/projects/greetd"
|
homepage = "https://kl.wtf/projects/greetd"
|
||||||
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
||||||
description = "An implementation of the greetd IPC protocol"
|
description = "An implementation of the greetd IPC protocol"
|
||||||
|
1
greetd_ipc/LICENSE
Symbolic link
1
greetd_ipc/LICENSE
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../LICENSE
|
@@ -3,4 +3,4 @@ name = "inish"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-only"
|
||||||
|
Reference in New Issue
Block a user