From 0813e804389fe4b25e955e5aa001b0af84abbd75 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 7 Jul 2023 17:24:05 +1000 Subject: [PATCH] Fix GPL-3.0 license identifier (#1192) Fixed #1189 Signed-off-by: Jiahao XU --- crates/bin/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 2c75727c..d2ed63dc 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -7,7 +7,7 @@ version = "1.0.0" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" readme = "../../README.md" # These MUST remain even if they're not needed in recent versions because diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index d55fa9ac..852d0229 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -7,7 +7,7 @@ version = "0.13.0" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] async-trait = "0.1.68"