lib/haversine.rb in haversine-0.3.0 vs lib/haversine.rb in haversine-0.3.1
- old
+ new
@@ -1,29 +1,10 @@
#
-# haversine formula to compute the great circle distance between two points given their latitude and longitudes
+# Haversine formula to compute the great circle distance between two points given their latitude and longitudes
#
-# Copyright (C) 2008, 360VL, Inc
-# Copyright (C) 2008, Landon Cox
-#
-# http://www.esawdust.com (Landon Cox)
-# contact:
-# http://www.esawdust.com/blog/businesscard/businesscard.html
-#
-# LICENSE: GNU Affero GPL v3
-# The ruby implementation of the Haversine formula is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
-# License version 3 for more details. http://www.gnu.org/licenses/
-#
-# Landon Cox - 9/25/08
-#
# Notes:
#
# translated into Ruby based on information contained in:
-# http://mathforum.org/library/drmath/view/51879.html Doctors Rick and Peterson - 4/20/99
-# http://www.movable-type.co.uk/scripts/latlong.html
# http://en.wikipedia.org/wiki/Haversine_formula
#
# This formula can compute accurate distances between two points given latitude and longitude, even for
# short distances.
\ No newline at end of file