From f209267b4e7b977a4fe55aa14ef89530c2016ee2 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Wed, 13 Jul 2022 23:15:34 +0100 Subject: [PATCH] clarify license (#483) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 808019bdb..e45220218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "petgraph" version = "0.6.2" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" authors = [ "bluss", "mitchmindtree",