From 599644da3db221f2a23bcb4ee7e1b9a444617301 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 10 Apr 2024 12:42:57 +0200 Subject: [PATCH] Make license metadata SPDX compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fd35be2..cff3d7f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alex Crichton "] homepage = "https://github.com/alexcrichton/tar-rs" repository = "https://github.com/alexcrichton/tar-rs" documentation = "https://docs.rs/tar" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["tar", "tarfile", "encoding"] readme = "README.md" edition = "2018"