From 1dacf73063568ca345d1ae34e3adf8129e099391 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 2 Oct 2018 05:59:10 -0400 Subject: [PATCH] udpate license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5990bd0..bf3d6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "salsa" version = "0.2.0" authors = ["Niko Matsakis "] edition = "2018" -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/nikomatsakis/salsa" description = "A generic framework for on-demand, incrementalized computation (experimental)" readme = "README.md"