From ba48dc47c0a682f73aa770d2ec7d81a9e0b141a3 Mon Sep 17 00:00:00 2001 From: Charles Brian Quinn Date: Wed, 15 Apr 2020 13:46:08 -0400 Subject: [PATCH] Fix licensing to comply with libraries used --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 130ccf3..721e83a 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ and returns a `StripingPlan` message which contains a list of waypoints to strip ## License -This library is released under the [MIT License](https://opensource.org/licenses/MIT) by [Greenzie](https://www.greenzie.com/). See License for full details. +This repository is subject to GNU General Public License version 3 or later due to its dependencies. + +The geometric operations rely on CGAL which is restricted by GNU General Public License version 3 or later.