Skip to content

Commit

Permalink
clarify license
Browse files Browse the repository at this point in the history
  • Loading branch information
tzneal authored Oct 8, 2018
1 parent 206a8a5 commit b6fedcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b6fedcf

Please sign in to comment.