Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv5303/cdr
Modified Files:
cdr_csv.c cdr_custom.c cdr_odbc.c cdr_pgsql.c cdr_sqlite.c
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)
Index: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cdr_csv.c 15 Jul 2005 23:00:46 -0000 1.18
+++ cdr_csv.c 14 Sep 2005 20:46:49 -0000 1.19
@@ -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 <[EMAIL PROTECTED]>
*
- * 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>
Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cdr_custom.c 6 Jun 2005 22:12:18 -0000 1.12
+++ cdr_custom.c 14 Sep 2005 20:46:49 -0000 1.13
@@ -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 <[EMAIL PROTECTED]>
*
- * 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>
Index: cdr_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_odbc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cdr_odbc.c 8 Sep 2005 02:21:24 -0000 1.31
+++ cdr_odbc.c 14 Sep 2005 20:46:49 -0000 1.32
@@ -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 <[EMAIL PROTECTED]>
*
+ * 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>
Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cdr_pgsql.c 11 Jul 2005 21:06:27 -0000 1.20
+++ cdr_pgsql.c 14 Sep 2005 20:46:49 -0000 1.21
@@ -1,7 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * PostgreSQL CDR logger
+ * Asterisk -- An open source telephony toolkit.
*
* Matthew D. Hardeman <[EMAIL PROTECTED]>
* Adapted from the MySQL CDR logger originally by James Sharp
@@ -9,8 +7,20 @@
* Modified September 2003
* Matthew D. Hardeman <[EMAIL PROTECTED]>
*
+ * 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
*
*/
Index: cdr_sqlite.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_sqlite.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cdr_sqlite.c 6 Jun 2005 23:12:05 -0000 1.8
+++ cdr_sqlite.c 14 Sep 2005 20:46:49 -0000 1.9
@@ -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 <[EMAIL PROTECTED]>
*
+ * 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>
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs