[Asterisk-cvs] asterisk/pbx dundi-parser.c, 1.9, 1.10 pbx_ael.c,
1.10, 1.11 pbx_config.c, 1.67, 1.68 pbx_dundi.c, 1.41,
1.42 pbx_gtkconsole.c, 1.19, 1.20 pbx_loopback.c, 1.7,
1.8 pbx_realtime.c, 1.11, 1.12 pbx_spool.c, 1.27, 1.28
kpfleming
kpfleming
Wed Sep 14 16:48:21 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/stdtime localtime.c,1.12,1.13
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.14,
1.15 app_authenticate.c, 1.14, 1.15 app_cdr.c, 1.6,
1.7 app_chanisavail.c, 1.18, 1.19 app_chanspy.c, 1.22,
1.23 app_controlplayback.c, 1.12, 1.13 app_datetime.c, 1.4,
1.5 app_db.c, 1.12, 1.13 app_dial.c, 1.166,
1.167 app_directory.c, 1.41, 1.42 app_disa.c, 1.32,
1.33 app_dumpchan.c, 1.9, 1.10 app_echo.c, 1.12,
1.13 app_enumlookup.c, 1.19, 1.20 app_externalivr.c, 1.8,
1.9 app_flash.c, 1.6, 1.7 app_getcpeid.c, 1.8,
1.9 app_groupcount.c, 1.20, 1.21 app_ices.c, 1.7,
1.8 app_image.c, 1.7, 1.8 app_intercom.c, 1.22,
1.23 app_ivrdemo.c, 1.7, 1.8 app_lookupblacklist.c, 1.10,
1.11 app_lookupcidname.c, 1.8, 1.9 app_macro.c, 1.27,
1.28 app_math.c, 1.12, 1.13 app_md5.c, 1.7, 1.8 app_meetme.c,
1.109, 1.110 app_milliwatt.c, 1.11, 1.12 app_mp3.c, 1.26,
1.27 app_nbscat.c, 1.11, 1.12 app_osplookup.c, 1.9,
1.10 app_parkandannounce.c, 1.15, 1.16 app_playback.c, 1.19,
1.20 app_privacy.c, 1.16, 1.17 app_read.c, 1.21,
1.22 app_readfile.c, 1.7, 1.8 app_realtime.c, 1.11,
1.12 app_record.c, 1.35, 1.36 app_senddtmf.c, 1.10,
1.11 app_sendtext.c, 1.8, 1.9 app_setcallerid.c, 1.9,
1.10 app_setcdruserfield.c, 1.8, 1.9 app_setcidname.c, 1.10,
1.11 app_setcidnum.c, 1.11, 1.12 app_setrdnis.c, 1.6,
1.7 app_settransfercapability.c, 1.6, 1.7 app_skel.c, 1.12,
1.13 app_sms.c, 1.26, 1.27 app_softhangup.c, 1.8,
1.9 app_sql_postgres.c, 1.12, 1.13 app_striplsd.c, 1.6,
1.7 app_substring.c, 1.11, 1.12 app_system.c, 1.16,
1.17 app_talkdetect.c, 1.12, 1.13 app_test.c, 1.11,
1.12 app_transfer.c, 1.13, 1.14 app_txtcidname.c, 1.15,
1.16 app_url.c, 1.10, 1.11 app_voicemail.c, 1.247,
1.248 app_waitforring.c, 1.6, 1.7 app_waitforsilence.c, 1.8,
1.9 app_while.c, 1.9, 1.10 app_zapateller.c, 1.9,
1.10 app_zapbarge.c, 1.9, 1.10 app_zapras.c, 1.12,
1.13 app_zapscan.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv5303/pbx
Modified Files:
dundi-parser.c pbx_ael.c pbx_config.c pbx_dundi.c
pbx_gtkconsole.c pbx_loopback.c pbx_realtime.c pbx_spool.c
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)
Index: dundi-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/dundi-parser.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dundi-parser.c 2 Sep 2005 19:15:03 -0000 1.9
+++ dundi-parser.c 14 Sep 2005 20:46:50 -0000 1.10
@@ -1,12 +1,25 @@
/*
- * Distributed Universal Number Discovery (DUNDi)
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Written by Mark Spencer <markster at digium.com>
+ * Mark Spencer <markster at digium.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Distributed Universal Number Discovery (DUNDi)
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <sys/types.h>
Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pbx_ael.c 2 Sep 2005 19:12:35 -0000 1.10
+++ pbx_ael.c 14 Sep 2005 20:46:50 -0000 1.11
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Compile symbolic Asterisk Extension Logic into Asterisk extensions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.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.
+ */
+
+/*
+ *
+ * Compile symbolic Asterisk Extension Logic into Asterisk extensions
+ *
*/
#include <sys/types.h>
Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- pbx_config.c 26 Jul 2005 16:29:56 -0000 1.67
+++ pbx_config.c 14 Sep 2005 20:46:50 -0000 1.68
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Populate and remember extensions from static config file
- *
* Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.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.
+ */
+
+/*
+ *
+ * Populate and remember extensions from static config file
+ *
*/
#include <sys/types.h>
Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pbx_dundi.c 7 Sep 2005 21:01:31 -0000 1.41
+++ pbx_dundi.c 14 Sep 2005 20:46:50 -0000 1.42
@@ -1,12 +1,25 @@
/*
- * Distributed Universal Number Discovery (DUNDi)
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Written by Mark Spencer <markster at digium.com>
+ * Mark Spencer <markster at digium.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Distributed Universal Number Discovery (DUNDi)
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
Index: pbx_gtkconsole.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_gtkconsole.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pbx_gtkconsole.c 15 Jul 2005 23:00:47 -0000 1.19
+++ pbx_gtkconsole.c 14 Sep 2005 20:46:50 -0000 1.20
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * GTK Console monitor -- very kludgy right now
- *
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster at linux-support.net>
+ * Mark Spencer <markster at digium.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.
+ */
+
+/*
+ *
+ * GTK Console monitor -- very kludgy right now
+ *
*/
/*
Index: pbx_loopback.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_loopback.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pbx_loopback.c 6 Jun 2005 22:12:19 -0000 1.7
+++ pbx_loopback.c 14 Sep 2005 20:46:50 -0000 1.8
@@ -1,12 +1,25 @@
/*
- * Loopback PBX Module
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Written by Mark Spencer <markster at digium.com>
+ * Mark Spencer <markster at digium.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Loopback PBX Module
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
Index: pbx_realtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_realtime.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pbx_realtime.c 6 Jun 2005 22:12:19 -0000 1.11
+++ pbx_realtime.c 14 Sep 2005 20:46:50 -0000 1.12
@@ -1,12 +1,25 @@
/*
- * Realtime PBX Module
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Written by Mark Spencer <markster at digium.com>
+ * Mark Spencer <markster at digium.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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Realtime PBX Module
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
Index: pbx_spool.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_spool.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- pbx_spool.c 15 Jul 2005 23:24:51 -0000 1.27
+++ pbx_spool.c 14 Sep 2005 20:46:50 -0000 1.28
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Full-featured outgoing call spool support
- *
- * Copyright (C) 2002 - 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.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.
+ */
+
+/*
+ *
+ * Full-featured outgoing call spool support
+ *
*/
#include <sys/stat.h>
- Previous message: [Asterisk-cvs] asterisk/stdtime localtime.c,1.12,1.13
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.14,
1.15 app_authenticate.c, 1.14, 1.15 app_cdr.c, 1.6,
1.7 app_chanisavail.c, 1.18, 1.19 app_chanspy.c, 1.22,
1.23 app_controlplayback.c, 1.12, 1.13 app_datetime.c, 1.4,
1.5 app_db.c, 1.12, 1.13 app_dial.c, 1.166,
1.167 app_directory.c, 1.41, 1.42 app_disa.c, 1.32,
1.33 app_dumpchan.c, 1.9, 1.10 app_echo.c, 1.12,
1.13 app_enumlookup.c, 1.19, 1.20 app_externalivr.c, 1.8,
1.9 app_flash.c, 1.6, 1.7 app_getcpeid.c, 1.8,
1.9 app_groupcount.c, 1.20, 1.21 app_ices.c, 1.7,
1.8 app_image.c, 1.7, 1.8 app_intercom.c, 1.22,
1.23 app_ivrdemo.c, 1.7, 1.8 app_lookupblacklist.c, 1.10,
1.11 app_lookupcidname.c, 1.8, 1.9 app_macro.c, 1.27,
1.28 app_math.c, 1.12, 1.13 app_md5.c, 1.7, 1.8 app_meetme.c,
1.109, 1.110 app_milliwatt.c, 1.11, 1.12 app_mp3.c, 1.26,
1.27 app_nbscat.c, 1.11, 1.12 app_osplookup.c, 1.9,
1.10 app_parkandannounce.c, 1.15, 1.16 app_playback.c, 1.19,
1.20 app_privacy.c, 1.16, 1.17 app_read.c, 1.21,
1.22 app_readfile.c, 1.7, 1.8 app_realtime.c, 1.11,
1.12 app_record.c, 1.35, 1.36 app_senddtmf.c, 1.10,
1.11 app_sendtext.c, 1.8, 1.9 app_setcallerid.c, 1.9,
1.10 app_setcdruserfield.c, 1.8, 1.9 app_setcidname.c, 1.10,
1.11 app_setcidnum.c, 1.11, 1.12 app_setrdnis.c, 1.6,
1.7 app_settransfercapability.c, 1.6, 1.7 app_skel.c, 1.12,
1.13 app_sms.c, 1.26, 1.27 app_softhangup.c, 1.8,
1.9 app_sql_postgres.c, 1.12, 1.13 app_striplsd.c, 1.6,
1.7 app_substring.c, 1.11, 1.12 app_system.c, 1.16,
1.17 app_talkdetect.c, 1.12, 1.13 app_test.c, 1.11,
1.12 app_transfer.c, 1.13, 1.14 app_txtcidname.c, 1.15,
1.16 app_url.c, 1.10, 1.11 app_voicemail.c, 1.247,
1.248 app_waitforring.c, 1.6, 1.7 app_waitforsilence.c, 1.8,
1.9 app_while.c, 1.9, 1.10 app_zapateller.c, 1.9,
1.10 app_zapbarge.c, 1.9, 1.10 app_zapras.c, 1.12,
1.13 app_zapscan.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list