]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add Maintainer to mod_posix_timer, mod_unimrcp, mod_http_cache
authorChristopher Rienzo <chris@rienzo.net>
Thu, 31 May 2012 13:24:24 +0000 (13:24 +0000)
committerChristopher Rienzo <chris@rienzo.net>
Thu, 31 May 2012 13:24:24 +0000 (13:24 +0000)
src/mod/applications/mod_http_cache/mod_http_cache.c
src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c
src/mod/timers/mod_posix_timer/mod_posix_timer.c

index 1e40ce2e1590009652c7fdf2625163c340dd983b..fb2b4e09a21d67c31a41f63cf25ff04bc7c6b611 100644 (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
index 80fa3f2001279385821cfa4735e6eb58a3fc38ea..e53964277c52b59c6dc3800b9c28e6387a814cb3 100644 (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)
  *
  */
index 04d694b5f7555dbaccffaf14bb2b30e9c0104251..cfb658470170b229201a560230fd707b9d3ca02e 100644 (file)
  * 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)
  *
  */