From 8439f148989ce67ba9857a870ae2d5724c6b0af7 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 12 Feb 2022 00:36:09 +0000 Subject: [PATCH] disambiguate license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32e9d0e2..5ae0e729 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.28.3" edition = "2018" exclude = ["/.github", "/testfiles"] keywords = ["object", "elf", "mach-o", "pe", "coff"] -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/gimli-rs/object" description = "A unified interface for reading and writing object file formats."