Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv5303/funcs
Modified Files:
func_callerid.c func_cdr.c func_db.c func_enum.c func_env.c
func_groupcount.c func_language.c func_logic.c func_math.c
func_md5.c func_moh.c func_strings.c func_timeout.c func_uri.c
pbx_functions.c
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)
Index: func_callerid.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_callerid.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- func_callerid.c 25 Jul 2005 18:34:40 -0000 1.5
+++ func_callerid.c 14 Sep 2005 20:46:50 -0000 1.6
@@ -1,12 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Caller ID related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 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.
+ */
+
+/*
+ *
+ * Caller ID related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_cdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_cdr.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- func_cdr.c 3 Aug 2005 21:34:48 -0000 1.5
+++ func_cdr.c 14 Sep 2005 20:46:50 -0000 1.6
@@ -1,13 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Call Detail Record related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
* Portions Copyright (C) 2005, Anthony Minessale II
*
+ * 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.
+ */
+
+/*
+ *
+ * Call Detail Record related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_db.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_db.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- func_db.c 6 Jun 2005 22:12:19 -0000 1.5
+++ func_db.c 14 Sep 2005 20:46:50 -0000 1.6
@@ -1,16 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Functions for interaction with the Asterisk database
- *
* Copyright (C) 2005, Russell Bryant <[EMAIL PROTECTED]>
*
* func_db.c adapted from the old app_db.c, copyright by the following people
* Copyright (C) 2005, Mark Spencer <[EMAIL PROTECTED]>
* Copyright (C) 2003, Jefferson Noxon <[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.
+ */
+
+/*
+ *
+ * Functions for interaction with the Asterisk database
+ *
*/
#include <stdlib.h>
Index: func_enum.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_enum.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_enum.c 14 Sep 2005 01:36:15 -0000 1.1
+++ func_enum.c 14 Sep 2005 20:46:50 -0000 1.2
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Enum Functions
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2005
*
* Oleksiy Krivoshey <[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.
+ */
+
+/*
+ *
+ * Enum Functions
+ *
*/
#include <stdlib.h>
Index: func_env.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_env.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- func_env.c 6 Jun 2005 22:12:19 -0000 1.3
+++ func_env.c 14 Sep 2005 20:46:50 -0000 1.4
@@ -1,12 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Environment related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 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.
+ */
+
+/*
+ *
+ * Environment related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_groupcount.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_groupcount.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- func_groupcount.c 28 Jul 2005 21:16:02 -0000 1.6
+++ func_groupcount.c 14 Sep 2005 20:46:50 -0000 1.7
@@ -1,12 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Channel group related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 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.
+ */
+
+/*
+ *
+ * Channel group related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_language.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_language.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_language.c 6 Jun 2005 22:12:19 -0000 1.2
+++ func_language.c 14 Sep 2005 20:46:50 -0000 1.3
@@ -1,12 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Language related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 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.
+ */
+
+/*
+ *
+ * Language related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_logic.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_logic.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- func_logic.c 23 Aug 2005 22:03:24 -0000 1.9
+++ func_logic.c 14 Sep 2005 20:46:50 -0000 1.10
@@ -1,13 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Conditional logic dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
* Portions Copyright (C) 2005, Anthony Minessale II
*
+ * 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.
+ */
+
+/*
+ *
+ * Conditional logic dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_math.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_math.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_math.c 9 Jun 2005 22:59:08 -0000 1.1
+++ func_math.c 14 Sep 2005 20:46:50 -0000 1.2
@@ -1,12 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Maths relatad dialplan functions
- *
* Copyright (C) 2004 - 2005, Andy Powell
*
* Updated by Mark Spencer <[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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Maths relatad dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_md5.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_md5.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- func_md5.c 6 Jun 2005 22:12:19 -0000 1.4
+++ func_md5.c 14 Sep 2005 20:46:50 -0000 1.5
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * MD5 digest related dialplan functions
- *
* Copyright (C) 2005, Digium, Inc.
* Copyright (C) 2005, Olle E. Johansson, Edvina.net
* Copyright (C) 2005, Russell Bryant <[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.
+ */
+
+/*
+ *
+ * MD5 digest related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_moh.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_moh.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_moh.c 12 Jul 2005 22:50:45 -0000 1.1
+++ func_moh.c 14 Sep 2005 20:46:50 -0000 1.2
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Functions for reading or setting the MusicOnHold class
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Russell Bryant <[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.
+ */
+
+/*
+ *
+ * Functions for reading or setting the MusicOnHold class
+ *
*/
#include <stdlib.h>
Index: func_strings.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_strings.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- func_strings.c 15 Jul 2005 23:00:47 -0000 1.6
+++ func_strings.c 14 Sep 2005 20:46:50 -0000 1.7
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * String manipulation dialplan functions
- *
* Copyright (C) 2005, Digium, Inc.
* Portions Copyright (C) 2005, Tilghman Lesher. All rights reserved.
* Portions Copyright (C) 2005, Anthony Minessale II
*
+ * 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.
+ */
+
+/*
+ *
+ * String manipulation dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_timeout.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_timeout.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- func_timeout.c 6 Jun 2005 22:12:19 -0000 1.2
+++ func_timeout.c 14 Sep 2005 20:46:50 -0000 1.3
@@ -1,12 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Channel timeout related dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <[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.
+ */
+
+/*
+ *
+ * Channel timeout related dialplan functions
+ *
*/
#include <stdlib.h>
Index: func_uri.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_uri.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- func_uri.c 29 Aug 2005 22:54:54 -0000 1.1
+++ func_uri.c 14 Sep 2005 20:46:50 -0000 1.2
@@ -1,16 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Created by Olle E. Johansson, Edvina.net
+ *
+ * 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.
+ */
+
+/*
*
* URI encoding / decoding
*
* For now this code only supports 8 bit characters, not unicode,
* which we ultimately will need to support.
*
- * Copyright (C) 2005, Digium, Inc.
- * Created by Olle E. Johansson, Edvina.net
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <stdlib.h>
Index: pbx_functions.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/pbx_functions.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pbx_functions.c 6 Jun 2005 22:12:19 -0000 1.4
+++ pbx_functions.c 14 Sep 2005 20:46:50 -0000 1.5
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Builtin dialplan functions
- *
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Kevin P. Fleming <[EMAIL PROTECTED]>
+ * Kevin P. Fleming <[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.
+ */
+
+/*
+ *
+ * Builtin dialplan functions
+ *
*/
#include <sys/types.h>
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs