[Asterisk-cvs] asterisk/cdr cdr_manager.c, 1.7, 1.8 cdr_pgsql.c, 1.21, 1.22 cdr_tds.c, 1.12, 1.13

kpfleming kpfleming
Thu Sep 15 11:46:02 CDT 2005


Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv12249/cdr

Modified Files:
	cdr_manager.c cdr_pgsql.c cdr_tds.c 
Log Message:
more license/copyright header updates (thanks Ian!)


Index: cdr_manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_manager.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cdr_manager.c	6 Jun 2005 22:12:18 -0000	1.7
+++ cdr_manager.c	15 Sep 2005 15:44:26 -0000	1.8
@@ -1,11 +1,23 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2004 - 2005
+ *
+ * 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.
  *
- * Asterisk Call Manager CDR records.
- * 
  * 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.
+ */
+
+/*
  *
+ * Asterisk Call Manager CDR records.
+ * 
  */
 
 #include <sys/types.h>

Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cdr_pgsql.c	14 Sep 2005 20:46:49 -0000	1.21
+++ cdr_pgsql.c	15 Sep 2005 15:44:26 -0000	1.22
@@ -1,6 +1,8 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
+ * Copyright (C) 2003 - 2005
+ *
  * Matthew D. Hardeman <mhardemn at papersoft.com> 
  * Adapted from the MySQL CDR logger originally by James Sharp 
  *

Index: cdr_tds.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_tds.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cdr_tds.c	15 Jul 2005 23:00:46 -0000	1.12
+++ cdr_tds.c	15 Sep 2005 15:44:26 -0000	1.13
@@ -1,10 +1,22 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * FreeTDS CDR logger
+ * Copyright (C) 2004 - 2005, Digium, Inc.
+ *
+ * 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.
+ */
+
+/*
+ *
+ * FreeTDS CDR logger
  *
  *
  * Table Structure for `cdr`




More information about the svn-commits mailing list