From b3875ab010d4f8f1f59043ab034960f7d3cf7310 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 25 Jan 2023 22:08:47 +0300 Subject: [PATCH] Add License to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c54f6ab..7b5c814 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,7 @@ Supported unary operators: | `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi | | `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number | + +## License + +This crate is primarily distributed under the terms of the MIT license. \ No newline at end of file