aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_custom.c')
-rwxr-xr-xcdr/cdr_custom.c24
1 files changed, 17 insertions, 7 deletions
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index d35e3eef2..35e1dc18a 100755
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -1,17 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Comma Separated Value CDR records.
- *
- * Copyright (C) 1999 - 2005, Digium, inc
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
- *
* Includes code and algorithms from the Zapata library.
*
+ * 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.
+ */
+
+/*
+ *
+ * Comma Separated Value CDR records.
+ *
*/
#include <sys/types.h>