aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_cdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_cdr.c')
-rwxr-xr-xfuncs/func_cdr.c22
1 files changed, 17 insertions, 5 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 1a6dc07ec..c3037bf5a 100755
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -1,13 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Call Detail Record related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
* Portions Copyright (C) 2005, Anthony Minessale II
*
+ * 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
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Call Detail Record related dialplan functions
+ *
*/
#include <stdlib.h>