s/2006/2007/<br><br><div><span class="gmail_quote">On 10/25/07, <b class="gmail_sendername">SVN commits to the Asterisk project</b> &lt;<a href="mailto:asterisk-commits@lists.digium.com">asterisk-commits@lists.digium.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Author: mmichelson<br>Date: Thu Oct 25 17:17:31 2007<br>New Revision: 87065
<br><br>URL: <a href="http://svn.digium.com/view/asterisk?view=rev&amp;rev=87065">http://svn.digium.com/view/asterisk?view=rev&amp;rev=87065</a><br>Log:<br>Adding copyright information to the top of the new files in this branch
<br><br><br>Modified:<br>&nbsp;&nbsp;&nbsp;&nbsp;team/mmichelson/forward-loop/include/asterisk/global_datastores.h<br>&nbsp;&nbsp;&nbsp;&nbsp;team/mmichelson/forward-loop/main/global_datastores.c<br><br>Modified: team/mmichelson/forward-loop/include/asterisk/global_datastores.h
<br>URL: <a href="http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/include/asterisk/global_datastores.h?view=diff&amp;rev=87065&amp;r1=87064&amp;r2=87065">http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/include/asterisk/global_datastores.h?view=diff&amp;rev=87065&amp;r1=87064&amp;r2=87065
</a><br>==============================================================================<br>--- team/mmichelson/forward-loop/include/asterisk/global_datastores.h (original)<br>+++ team/mmichelson/forward-loop/include/asterisk/global_datastores.h Thu Oct 25 17:17:31 2007
<br>@@ -1,3 +1,25 @@<br>+/*<br>+ * Asterisk -- An open source telephony toolkit.<br>+ *<br>+ * Copyright (C) 1999 - 2006, Digium, Inc.<br>+ *<br>+ * Mark Michelson &lt;<a href="mailto:mmichelson@digium.com">mmichelson@digium.com
</a>&gt;<br>+ *<br>+ * See <a href="http://www.asterisk.org">http://www.asterisk.org</a> for more information about<br>+ * the Asterisk project. Please do not directly contact<br>+ * any of the maintainers of this project for assistance;
<br>+ * the project provides a web site, mailing lists and IRC<br>+ * channels for your use.<br>+ *<br>+ * This program is free software, distributed under the terms of<br>+ * the GNU General Public License Version 2. See the LICENSE file
<br>+ * at the top of the source tree.<br>+ */<br>+<br>+/*! \file<br>+ * \brief globally accessible channel datastores<br>+ * \author Mark Michelson &lt;<a href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>&gt;
<br>+ */<br><br> #ifndef _ASTERISK_GLOBAL_DATASTORE_H<br> #define _ASTERISK_GLOBAL_DATASTORE_H<br><br>Modified: team/mmichelson/forward-loop/main/global_datastores.c<br>URL: <a href="http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/main/global_datastores.c?view=diff&amp;rev=87065&amp;r1=87064&amp;r2=87065">
http://svn.digium.com/view/asterisk/team/mmichelson/forward-loop/main/global_datastores.c?view=diff&amp;rev=87065&amp;r1=87064&amp;r2=87065</a><br>==============================================================================
<br>--- team/mmichelson/forward-loop/main/global_datastores.c (original)<br>+++ team/mmichelson/forward-loop/main/global_datastores.c Thu Oct 25 17:17:31 2007<br>@@ -1,3 +1,28 @@<br>+/*<br>+ * Asterisk -- An open source telephony toolkit.
<br>+ *<br>+ * Copyright (C) 1999 - 2006, Digium, Inc.<br>+ *<br>+ * Mark Michelson &lt;<a href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>&gt;<br>+ *<br>+ * See <a href="http://www.asterisk.org">http://www.asterisk.org
</a> for more information about<br>+ * the Asterisk project. Please do not directly contact<br>+ * any of the maintainers of this project for assistance;<br>+ * the project provides a web site, mailing lists and IRC<br>+ * channels for your use.
<br>+ *<br>+ * This program is free software, distributed under the terms of<br>+ * the GNU General Public License Version 2. See the LICENSE file<br>+ * at the top of the source tree.<br>+ */<br>+<br>+/*! \file<br>+ *<br>
+ * \brief globally-accessible datastore information and callbacks<br>+ *<br>+ * \author Mark Michelson &lt;<a href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>&gt;<br>+ */<br>+<br> #include &quot;asterisk/global_datastores.h&quot;
<br> #include &quot;asterisk/linkedlists.h&quot;<br><br><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--
</a><br><br>asterisk-commits mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-commits">http://lists.digium.com/mailman/listinfo/asterisk-commits</a><br>
</blockquote></div><br>