summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-14 15:22:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-14 15:22:28 +0200
commita665ea1575505cb55bc1da0f423b2208cdbebf09 (patch)
treeecc3dccdc08b608cc0c6b24a8406f564169b4008
parentebfd9d82cf6d47ea6a67ad64ad7546cdea87d1e4 (diff)
Change license in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4097e30..eb175de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>",
description = "Build filters/predicates with the builder pattern"
keywords = ["iterator", "filter", "builder", "util"]
readme = "./README.md"
-license = "LGPL-2.1"
+license = "MPL-2.0"
documentation = "https://matthiasbeyer.github.io/filters/filters/index.html"
repository = "https://github.com/matthiasbeyer/filters"