From b6fedcfad4f3eed7a435edcf5ed9f1e028cb7fcf Mon Sep 17 00:00:00 2001 From: Todd Date: Mon, 8 Oct 2018 17:21:21 -0500 Subject: [PATCH] clarify license --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c3ece0..a9812e2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,4 @@ provided for WGS84: License ======= -As the [geotrans code](http://earth-info.nga.mil/GandG/update/index.php?action=home#tab_wgs84-data) it was based on is public domain, this is public domain as -well. I've only done a straight forward port from C++ to Go, making some minor -changes along the way to make it behave a bit more like like standard Go code -(e.g. returning an error when the C++ code threw an exception) +The [geotrans code](http://earth-info.nga.mil/GandG/update/index.php?action=home#tab_wgs84-data) is public domain, so in spirit this is public domain as well. I only made minor changes along the way to make it behave a bit more like like standard Go code (e.g. returning an error when the C++ code threw an exception)