aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-01 12:45:09 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-01 12:45:09 +0000
commit5484e37bab6f4c31338b3939d231579a0950cc8a (patch)
tree48b832f8e0e2a81d53b96c776a1fccddf16b12df
parente48910abf40188921ff885756f73d14f3b203af4 (diff)
updated irroots info for the authors section
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326006 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_fax.c3
-rw-r--r--res/res_fax_spandsp.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/res/res_fax.c b/res/res_fax.c
index 63c53679d..431e7086a 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 9ecd78305..02657583d 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.
*/