From 5db836b1166bc7afbb29c8bf30c38ca64f493f03 Mon Sep 17 00:00:00 2001
From: Sebastien Dinot <sebastien.dinot@c-s.fr>
Date: Thu, 2 May 2019 23:14:16 +0200
Subject: [PATCH] Added missing periods

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 07487968c7..216139a1ca 100644
--- a/README.md
+++ b/README.md
@@ -71,12 +71,12 @@ all released under business friendly FOSS licenses.
 ### Compile-time/run-time dependencies
 
 * [Hipparchus](https://hipparchus.org/), a mathematics library released under
-  the Apache License, version 2.0
+  the Apache License, version 2.0.
 
 ### Test-time dependencies
 
 * [JUnit 4](http://www.junit.org/), a widely used unit test framework released
-  under the Eclipse Public License, version 1.0
+  under the Eclipse Public License, version 1.0.
 
 * [Mockito](https://site.mockito.org/), a mocking framework for unit tests,
   released under MIT license.
-- 
GitLab