Add Maintainer to mod_posix_timer, mod_unimrcp, mod_http_cache

This commit is contained in:
Christopher Rienzo 2012-05-31 13:24:24 +00:00
parent 07bc7ba763
commit be2ec29282
3 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,9 @@
*
* Contributor(s):
*
* Chris Rienzo <chris@rienzo.net>
* Christopher M. Rienzo <chris@rienzo.net>
*
* Maintainer: Christopher M. Rienzo <chris@rienzo.net>
*
* mod_http_cache.c -- HTTP GET with caching
* -- designed for downloading audio files from a webserver for playback

View File

@ -28,6 +28,8 @@
* Christopher M. Rienzo <chris@rienzo.net>
* Luke Dashjr <luke@openmethods.com> (OpenMethods, LLC)
*
* Maintainer: Christopher M. Rienzo <chris@rienzo.net>
*
* mod_unimrcp.c -- UniMRCP module (MRCP client)
*
*/

View File

@ -22,9 +22,11 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Chris Rienzo <chris@rienzo.net>
* Christopher M. Rienzo <chris@rienzo.net>
* Timo Teräs <timo.teras@iki.fi> (based on mod_timerfd.c)
*
* Maintainer: Christopher M. Rienzo <chris@rienzo.net>
*
* mod_posix_timer.c -- soft timer implemented with POSIX timers (timer_create/timer_settime/timer_getoverrun)
*
*/