From 4ac8445e83f71c291a128e92fd9248aec5efe6a0 Mon Sep 17 00:00:00 2001 From: dfhoughton Date: Sun, 28 Mar 2021 05:54:43 -0400 Subject: changing to a more permissive license --- CHANGES.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3598762..a2e64be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.1 *2020-3-29* +* changing the license from GPL 2 to MIT ## 2.2.0 *2020-10-3* * adding `default_to_past` configuration parameter to allow people to interpret relative times like "Tuesday" as the nearest such moment in the future rather than the past ## 2.1.0 *2020-5-17* diff --git a/Cargo.toml b/Cargo.toml index 2727b91..c2e0a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "two_timer" -version = "2.2.0" +version = "2.2.1" authors = ["dfhoughton "] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" @@ -8,7 +8,7 @@ repository="https://github.com/dfhoughton/two-timer" documentation = "https://docs.rs/two_timer" keywords=["time", "nlp", "parse"] categories=["date-and-time", "parsing"] -license="GPL-2.0" +license="MIT" edition = "2018" [profile.release] -- cgit v1.2.3