From 7d0f74dfbe08b4914eb36134ce214b6b1e368eda Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Tue, 13 Jun 2023 09:31:16 -0700 Subject: [PATCH] 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. --- agreety/Cargo.toml | 2 +- fakegreet/Cargo.toml | 2 +- greetd/Cargo.toml | 2 +- greetd_ipc/Cargo.toml | 2 +- greetd_ipc/LICENSE | 1 + inish/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 greetd_ipc/LICENSE diff --git a/agreety/Cargo.toml b/agreety/Cargo.toml index 2a27bed..075605c 100644 --- a/agreety/Cargo.toml +++ b/agreety/Cargo.toml @@ -3,7 +3,7 @@ name = "agreety" version = "0.9.0" authors = ["Kenny Levinsen"] edition = "2018" -license = "GPL-3.0" +license = "GPL-3.0-only" homepage = "https://kl.wtf/projects/agreety" repository = "https://git.sr.ht/~kennylevinsen/greetd/" diff --git a/fakegreet/Cargo.toml b/fakegreet/Cargo.toml index 6f40bb9..5d2c757 100644 --- a/fakegreet/Cargo.toml +++ b/fakegreet/Cargo.toml @@ -3,7 +3,7 @@ name = "fakegreet" version = "0.9.0" authors = ["Kenny Levinsen"] edition = "2018" -license = "GPL-3.0" +license = "GPL-3.0-only" homepage = "https://kl.wtf/projects/greetd" repository = "https://git.sr.ht/~kennylevinsen/greetd/" diff --git a/greetd/Cargo.toml b/greetd/Cargo.toml index 8de0b3d..5b5b6d9 100644 --- a/greetd/Cargo.toml +++ b/greetd/Cargo.toml @@ -3,7 +3,7 @@ name = "greetd" version = "0.9.0" authors = ["Kenny Levinsen"] edition = "2018" -license = "GPL-3.0" +license = "GPL-3.0-only" homepage = "https://kl.wtf/projects/greetd" repository = "https://git.sr.ht/~kennylevinsen/greetd/" diff --git a/greetd_ipc/Cargo.toml b/greetd_ipc/Cargo.toml index abc9b17..099cccc 100644 --- a/greetd_ipc/Cargo.toml +++ b/greetd_ipc/Cargo.toml @@ -3,7 +3,7 @@ name = "greetd_ipc" version = "0.9.0" authors = ["Kenny Levinsen"] edition = "2018" -license = "GPL-3.0" +license = "GPL-3.0-only" homepage = "https://kl.wtf/projects/greetd" repository = "https://git.sr.ht/~kennylevinsen/greetd/" description = "An implementation of the greetd IPC protocol" diff --git a/greetd_ipc/LICENSE b/greetd_ipc/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/greetd_ipc/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/inish/Cargo.toml b/inish/Cargo.toml index 92c570c..8255221 100644 --- a/inish/Cargo.toml +++ b/inish/Cargo.toml @@ -3,4 +3,4 @@ name = "inish" version = "0.1.0" authors = ["Kenny Levinsen"] edition = "2018" -license = "GPL-3.0" +license = "GPL-3.0-only"