diff --git a/res/res_fax.c b/res/res_fax.c index 63c53679dd41f7f4d51daad5fef8c96dae22f06c..431e7086ac0fea0bcd4ddadfb4e3cab262793db9 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 9ecd78305f066c5967584f55acc8a4210bc11dd5..02657583d4f2ed900575bcf09150a1d047ac9692 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. */