From 9dd4d271df64e7ddf9cb59ce8db0fcc70a117591 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 4 Dec 2007 23:45:01 +0000
Subject: [PATCH] Correct misattribution of earthdistance module --- according
 to its old README file, Bruno Wolff did the bulk of the work, but for some
 reason only Hal Snyder was credited here.

---
 contrib/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/README b/contrib/README
index c1b776b1393..142c6969317 100644
--- a/contrib/README
+++ b/contrib/README
@@ -53,12 +53,12 @@ dict_xsyn -
 	by Sergey Karpov <karpov@sao.ru>
 
 earthdistance -
-	Operator for computing earth distance between two points
-	by Hal Snyder <hal@vailsys.com>
+	Functions for computing distances between two points on Earth
+        by Bruno Wolff III <bruno@wolff.to> and Hal Snyder <hal@vailsys.com>
 
 fuzzystrmatch -
 	Levenshtein, metaphone, and soundex fuzzy string matching
-	by Joe Conway <mail@joeconway.com>, Joel Burton <jburton@scw.org>
+	by Joe Conway <mail@joeconway.com> and Joel Burton <jburton@scw.org>
 
 hstore -
 	Module for storing (key, value) pairs
-- 
GitLab