[asterisk-commits] mjordan: branch mjordan/cdrs-of-doom r386330 - /team/mjordan/cdrs-of-doom/tests/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 22 17:31:35 CDT 2013


Author: mjordan
Date: Mon Apr 22 17:31:31 2013
New Revision: 386330

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386330
Log:
Update preamble

And see if the bots are alive again

Modified:
    team/mjordan/cdrs-of-doom/tests/test_cdr.c

Modified: team/mjordan/cdrs-of-doom/tests/test_cdr.c
URL: http://svnview.digium.com/svn/asterisk/team/mjordan/cdrs-of-doom/tests/test_cdr.c?view=diff&rev=386330&r1=386329&r2=386330
==============================================================================
--- team/mjordan/cdrs-of-doom/tests/test_cdr.c (original)
+++ team/mjordan/cdrs-of-doom/tests/test_cdr.c Mon Apr 22 17:31:31 2013
@@ -1,8 +1,27 @@
 /*
- * test_cdrs.c
+ * Asterisk -- An open source telephony toolkit.
  *
- *  Created on: Mar 3, 2013
- *      Author: mjordan
+ * Copyright (C) 2013, Digium, Inc.
+ *
+ * Matt Jordan <mjordan at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * 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 CDR unit tests
+ *
+ * \author Matt Jordan <mjordan at digium.com>
+ *
  */
 
 /*** MODULEINFO




More information about the asterisk-commits mailing list