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 *