aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/cdr_csv.c24
-rwxr-xr-xcdr/cdr_custom.c24
-rwxr-xr-xcdr/cdr_odbc.c19
-rwxr-xr-xcdr/cdr_pgsql.c18
-rwxr-xr-xcdr/cdr_sqlite.c21
5 files changed, 79 insertions, 27 deletions
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 2689a9fb6..3f2b9641b 100755
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.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>
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>
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index a3e2a69b1..bf8d31015 100755
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * ODBC CDR Backend
- *
* Copyright (C) 2003-2005, Digium, Inc.
*
* Brian K. West <brian@bkw.org>
*
+ * 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.
+ */
+
+/*
+ *
+ * ODBC CDR Backend
+ *
*/
#include <sys/types.h>
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index cfba0cb03..24a2d9a8d 100755
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -1,7 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * PostgreSQL CDR logger
+ * Asterisk -- An open source telephony toolkit.
*
* Matthew D. Hardeman <mhardemn@papersoft.com>
* Adapted from the MySQL CDR logger originally by James Sharp
@@ -9,8 +7,20 @@
* Modified September 2003
* Matthew D. Hardeman <mhardemn@papersoft.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.
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * PostgreSQL CDR logger
*
*/
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index 1108c1023..6bab3bd88 100755
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -1,16 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Store CDR records in a SQLite database.
- *
* Copyright (C) 2004 - 2005, Holger Schurig
*
* Holger Schurig <hs4233@mail.mn-solutions.de>
*
+ * Ideas taken from other cdr_*.c files
+ *
+ * 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.
+ */
+
+/*
*
- * Ideas taken from other cdr_*.c files
+ * Store CDR records in a SQLite database.
+ *
*/
#include <sys/types.h>