[Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.18, 1.19 cdr_custom.c, 1.12,
1.13 cdr_odbc.c, 1.31, 1.32 cdr_pgsql.c, 1.20,
1.21 cdr_sqlite.c, 1.8, 1.9
kpfleming
kpfleming
Wed Sep 14 16:48:20 CDT 2005
- Previous message: [Asterisk-cvs] zaptel fxotune.c,1.26,1.27
- Next message: [Asterisk-cvs] asterisk acl.c, 1.56, 1.57 alaw.c, 1.4, 1.5 app.c,
1.75, 1.76 asterisk.c, 1.179, 1.180 astmm.c, 1.20,
1.21 autoservice.c, 1.13, 1.14 callerid.c, 1.35, 1.36 cdr.c,
1.52, 1.53 channel.c, 1.240, 1.241 chanvars.c, 1.10,
1.11 cli.c, 1.97, 1.98 config.c, 1.75, 1.76 db.c, 1.21,
1.22 devicestate.c, 1.6, 1.7 dns.c, 1.17, 1.18 dnsmgr.c, 1.7,
1.8 enum.c, 1.31, 1.32 file.c, 1.75, 1.76 frame.c, 1.62,
1.63 fskmodem.c, 1.8, 1.9 image.c, 1.16, 1.17 indications.c,
1.27, 1.28 io.c, 1.13, 1.14 loader.c, 1.50, 1.51 logger.c,
1.80, 1.81 manager.c, 1.110, 1.111 netsock.c, 1.1, 1.2 pbx.c,
1.274, 1.275 privacy.c, 1.7, 1.8 rtp.c, 1.145, 1.146 say.c,
1.68, 1.69 sched.c, 1.24, 1.25 srv.c, 1.16, 1.17 tdd.c, 1.7,
1.8 term.c, 1.13, 1.14 translate.c, 1.42, 1.43 ulaw.c, 1.5,
1.6 utils.c, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 <markster at 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>
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 <markster at 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>
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 <brian at 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>
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 <mhardemn at papersoft.com>
* Adapted from the MySQL CDR logger originally by James Sharp
@@ -9,8 +7,20 @@
* Modified September 2003
* Matthew D. Hardeman <mhardemn at 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
*
*/
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 <hs4233 at 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>
- Previous message: [Asterisk-cvs] zaptel fxotune.c,1.26,1.27
- Next message: [Asterisk-cvs] asterisk acl.c, 1.56, 1.57 alaw.c, 1.4, 1.5 app.c,
1.75, 1.76 asterisk.c, 1.179, 1.180 astmm.c, 1.20,
1.21 autoservice.c, 1.13, 1.14 callerid.c, 1.35, 1.36 cdr.c,
1.52, 1.53 channel.c, 1.240, 1.241 chanvars.c, 1.10,
1.11 cli.c, 1.97, 1.98 config.c, 1.75, 1.76 db.c, 1.21,
1.22 devicestate.c, 1.6, 1.7 dns.c, 1.17, 1.18 dnsmgr.c, 1.7,
1.8 enum.c, 1.31, 1.32 file.c, 1.75, 1.76 frame.c, 1.62,
1.63 fskmodem.c, 1.8, 1.9 image.c, 1.16, 1.17 indications.c,
1.27, 1.28 io.c, 1.13, 1.14 loader.c, 1.50, 1.51 logger.c,
1.80, 1.81 manager.c, 1.110, 1.111 netsock.c, 1.1, 1.2 pbx.c,
1.274, 1.275 privacy.c, 1.7, 1.8 rtp.c, 1.145, 1.146 say.c,
1.68, 1.69 sched.c, 1.24, 1.25 srv.c, 1.16, 1.17 tdd.c, 1.7,
1.8 term.c, 1.13, 1.14 translate.c, 1.42, 1.43 ulaw.c, 1.5,
1.6 utils.c, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list