From c3193742e0249587a05a313eded225dc35c86724 Mon Sep 17 00:00:00 2001
From: Matthew Nicholson <mnicholson@digium.com>
Date: Fri, 1 Jul 2011 12:45:09 +0000
Subject: [PATCH] updated irroots info for the authors section

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_fax.c         | 3 ++-
 res/res_fax_spandsp.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/res/res_fax.c b/res/res_fax.c
index 63c53679dd..431e7086ac 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -13,7 +13,7 @@
  * Sponsored by IPEX a.s. http://www.ipex.cz
  *
  * T.38-gateway integration into asterisk app_fax and rework
- * 2008, Gregory Hinton Nietsky <gregory@dnstelecom.co.za>
+ * 2008-2011, Gregory Hinton Nietsky <gregory@distrotech.co.za>
  * dns Telecom http://www.dnstelecom.co.za
  *
  * Modified to make T.38-gateway compatible with Asterisk 1.6.2
@@ -45,6 +45,7 @@
  * \author Dwayne M. Hubbard <dhubbard@digium.com>
  * \author Kevin P. Fleming <kpfleming@digium.com>
  * \author Matthew Nicholson <mnicholson@digium.com>
+ * \author Gregory H. Nietsky  <gregory@distrotech.co.za>
  * 
  * A generic FAX resource module that provides SendFAX and ReceiveFAX applications.
  * This module requires FAX technology modules, like res_fax_spandsp, to register with it
diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c
index 9ecd78305f..02657583d4 100644
--- a/res/res_fax_spandsp.c
+++ b/res/res_fax_spandsp.c
@@ -37,6 +37,7 @@
  * \brief Spandsp T.38 and G.711 FAX Resource
  *
  * \author Matthew Nicholson <mnicholson@digium.com>
+ * \author Gregory H. Nietsky <gregory@distrotech.co.za>
  *
  * This module registers the Spandsp FAX technology with the res_fax module.
  */
-- 
GitLab