<HTML>
<HEAD>
<TITLE>Request for a little documentation help</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Hey Guys,<BR>
<BR>
If you are currently maintaining a module in FreeSWITCH and you are the primary maintainer, can you please tag those in the header of the main C module below the Contributors Section and above the file description<BR>
<BR>
The only person exempted from this request is Tony. Everyone else please help us out... We want to make sure this is documented for a variety of reasons.<BR>
<BR>
See Example Below I snagged from mod_lcr.c<BR>
<BR>
/* <BR>
&nbsp;* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application<BR>
&nbsp;* Copyright (C) 2005-2011, Anthony Minessale II &lt;<a href="anthm@freeswitch.org">anthm@freeswitch.org</a>&gt;<BR>
&nbsp;*<BR>
&nbsp;* Version: MPL 1.1<BR>
&nbsp;*<BR>
&nbsp;* The contents of this file are subject to the Mozilla Public License Version<BR>
&nbsp;* 1.1 (the &quot;License&quot;); you may not use this file except in compliance with<BR>
&nbsp;* the License. You may obtain a copy of the License at<BR>
&nbsp;* <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a><BR>
&nbsp;*<BR>
&nbsp;* Software distributed under the License is distributed on an &quot;AS IS&quot; basis,<BR>
&nbsp;* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License<BR>
&nbsp;* for the specific language governing rights and limitations under the<BR>
&nbsp;* License.<BR>
&nbsp;*<BR>
&nbsp;* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application<BR>
&nbsp;*<BR>
&nbsp;* The Initial Developer of the Original Code is<BR>
&nbsp;* Anthony Minessale II &lt;<a href="anthm@freeswitch.org">anthm@freeswitch.org</a>&gt;<BR>
&nbsp;* Portions created by the Initial Developer are Copyright (C)<BR>
&nbsp;* the Initial Developer. All Rights Reserved.<BR>
&nbsp;*<BR>
&nbsp;* Contributor(s):<BR>
&nbsp;* <BR>
&nbsp;* Raymond Chandler &lt;<a href="intralanman@somedom.com">intralanman@somedom.com</a>&gt;<BR>
&nbsp;* Rupa Schomaker &lt;<a href="rupa@somedom.com">rupa@somedom.com</a>&gt;<BR>
&nbsp;*<BR>
&nbsp;* Maintainer: Raymond Chandler &lt;<a href="intralanman@somedome.com">intralanman@somedome.com</a>&gt;<BR>
&nbsp;*<BR>
&nbsp;* mod_lcr.c -- Least Cost Routing Module<BR>
&nbsp;*<BR>
&nbsp;*/</SPAN></FONT>
</BODY>
</HTML>