[asterisk-commits] russell: branch group/sip-tcptls r99070 - /team/group/sip-tcptls/main/server.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 18 12:04:32 CST 2008


Author: russell
Date: Fri Jan 18 12:04:31 2008
New Revision: 99070

URL: http://svn.digium.com/view/asterisk?view=rev&rev=99070
Log:
Copyright header updates

Modified:
    team/group/sip-tcptls/main/server.c

Modified: team/group/sip-tcptls/main/server.c
URL: http://svn.digium.com/view/asterisk/team/group/sip-tcptls/main/server.c?view=diff&rev=99070&r1=99069&r2=99070
==============================================================================
--- team/group/sip-tcptls/main/server.c (original)
+++ team/group/sip-tcptls/main/server.c Fri Jan 18 12:04:31 2008
@@ -1,9 +1,10 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 2007, Digium, Inc.
+ * Copyright (C) 2007 - 2008, Digium, Inc.
  *
- * Brett Bryant <brettbryant at gmail.com>
+ * Luigi Rizzo (TCP and TLS server code)
+ * Brett Bryant <brettbryant at gmail.com> (updated for client support)
  *
  * See http://www.asterisk.org for more information about
  * the Asterisk project. Please do not directly contact
@@ -14,6 +15,14 @@
  * This program is free software, distributed under the terms of
  * the GNU General Public License Version 2. See the LICENSE file
  * at the top of the source tree.
+ */
+
+/*!
+ * \file
+ * \brief Code to support TCP and TLS server/client
+ *
+ * \author Luigi Rizzo
+ * \author Brett Bryant <brettbryant at gmail.com>
  */
 
 #include "asterisk.h"




More information about the asterisk-commits mailing list