diff --git a/crates/reqwest_client/LICENSE-GPL b/crates/askpass/LICENSE-GPL similarity index 100% rename from crates/reqwest_client/LICENSE-GPL rename to crates/askpass/LICENSE-GPL diff --git a/crates/askpass/LICENSE-APACHE b/crates/reqwest_client/LICENSE-APACHE similarity index 100% rename from crates/askpass/LICENSE-APACHE rename to crates/reqwest_client/LICENSE-APACHE diff --git a/crates/util_macros/Cargo.toml b/crates/util_macros/Cargo.toml index c2d80e8c38..996eefcb30 100644 --- a/crates/util_macros/Cargo.toml +++ b/crates/util_macros/Cargo.toml @@ -3,7 +3,7 @@ name = "util_macros" version = "0.1.0" edition.workspace = true publish.workspace = true -license = "GPL-3.0-or-later" +license = "Apache-2.0" [lints] workspace = true