From bce4a4f7e62a7bab7f9e5a8223d7cde22e8e2bf2 Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Sat, 2 Apr 2016 13:27:11 -0700 Subject: [PATCH] license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8eebb3..034ac2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Geoffry Song "] homepage = "https://github.com/goffrie/regex-dfa" repository = "https://github.com/goffrie/regex-dfa" documentation = "http://goffrie.github.io/regex-dfa" -license = "MIT" +license = "MIT OR Apache-2.0" keywords = ["regex", "dfa"] [features]