From: William King Date: Tue, 26 Feb 2013 05:00:08 +0000 (-0800) Subject: Updating the contributor tags X-Git-Tag: v1.2.9~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f748a1fac8fd4b1f5d7464ad5b3131ee718410f4;p=thirdparty%2Ffreeswitch.git Updating the contributor tags --- diff --git a/src/mod/endpoints/mod_rtmp/mod_rtmp.c b/src/mod/endpoints/mod_rtmp/mod_rtmp.c index 2838d2237c..bfe09a27f6 100644 --- a/src/mod/endpoints/mod_rtmp/mod_rtmp.c +++ b/src/mod/endpoints/mod_rtmp/mod_rtmp.c @@ -24,6 +24,7 @@ * * Mathieu Rene * Anthony Minessale II + * William King * * mod_rtmp.c -- RTMP Endpoint Module * diff --git a/src/mod/endpoints/mod_rtmp/rtmp.c b/src/mod/endpoints/mod_rtmp/rtmp.c index a147ee5d0c..3bf2876059 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp.c +++ b/src/mod/endpoints/mod_rtmp/rtmp.c @@ -24,6 +24,7 @@ * * Mathieu Rene * Joao Mesquita + * William King * * rtmp.c -- RTMP Protocol Handler * diff --git a/src/mod/endpoints/mod_rtmp/rtmp_tcp.c b/src/mod/endpoints/mod_rtmp/rtmp_tcp.c index e84a8edcde..04ab087eb4 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp_tcp.c +++ b/src/mod/endpoints/mod_rtmp/rtmp_tcp.c @@ -23,6 +23,7 @@ * Contributor(s): * * Mathieu Rene + * William King * * rtmp_tcp.c -- RTMP TCP I/O module *