From d886a10a94b782a57fed476647096701b6958f31 Mon Sep 17 00:00:00 2001 From: Fabrice Reix Date: Wed, 10 Feb 2021 20:12:17 +0100 Subject: [PATCH] Update Licence identifier unknown license from cargo publish --- packages/hurl/Cargo.toml | 2 +- packages/hurl_core/Cargo.toml | 2 +- packages/hurlfmt/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index d332619f2..fd50b82d2 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -3,7 +3,7 @@ name = "hurl" version = "1.2.0" authors = ["Fabrice Reix "] edition = "2018" -license = "http://www.apache.org/licenses/LICENSE-2.0" +license = "Apache-2.0" description = "Hurl, run and test HTTP requests" [lib] diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index 21486587e..c1a4a659a 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -3,7 +3,7 @@ name = "hurl_core" version = "1.2.0" authors = ["Fabrice Reix "] edition = "2018" -license = "http://www.apache.org/licenses/LICENSE-2.0" +license = "Apache-2.0" description = "Hurl Core" [features] diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index 53e9e96f2..ecc15517c 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -3,7 +3,7 @@ name = "hurlfmt" version = "1.2.0" authors = ["Fabrice Reix "] edition = "2018" -license = "http://www.apache.org/licenses/LICENSE-2.0" +license = "Apache-2.0" description = "format Hurl files" [features]