From ba8f8fb8828397c45eb7ed945bdc7871f15e2d3c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:43:46 +0100 Subject: [PATCH] Clarify that license is "GPL-2-or-later" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 53ff795..bdc1ab8 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ and calculation of distance, bearing, mid point, destination and more. ## Build instructions The application depends on c++utilities and is built in the same way. + +## License +All code is licensed under [GPL-2-or-later](LICENSE).