aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
commit95fe2b8fd4f3d52c2a4b86931266af889e748e84 (patch)
treeb90e51c1cacd3ab396da5863aeb9c5152f0f85c3 /pbx
parent9ffe7a545d976f395906d78042216dcfd46d5224 (diff)
update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/dundi-parser.c23
-rwxr-xr-xpbx/pbx_ael.c21
-rwxr-xr-xpbx/pbx_config.c19
-rwxr-xr-xpbx/pbx_dundi.c23
-rwxr-xr-xpbx/pbx_gtkconsole.c23
-rwxr-xr-xpbx/pbx_loopback.c23
-rwxr-xr-xpbx/pbx_realtime.c23
-rwxr-xr-xpbx/pbx_spool.c21
8 files changed, 136 insertions, 40 deletions
diff --git a/pbx/dundi-parser.c b/pbx/dundi-parser.c
index 18d656b39..ad468959d 100755
--- a/pbx/dundi-parser.c
+++ b/pbx/dundi-parser.c
@@ -1,12 +1,25 @@
/*
- * Distributed Universal Number Discovery (DUNDi)
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@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.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * 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.
+ */
+
+/*
*
- * Written by Mark Spencer <markster@digium.com>
+ * 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>
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 19fcc5dae..0369007b7 100755
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -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@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>
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index f15715ba5..ab387cb38 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -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@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>
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 9c106083e..c006c5228 100755
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -1,12 +1,25 @@
/*
- * Distributed Universal Number Discovery (DUNDi)
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@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.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * 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.
+ */
+
+/*
*
- * Written by Mark Spencer <markster@digium.com>
+ * Distributed Universal Number Discovery (DUNDi)
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index eb9844fcf..5c70d11a6 100755
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -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@digium.com>
*
- * Mark Spencer <markster@linux-support.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
+ * 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
+ *
*/
/*
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index 70159c79b..8e99756d3 100755
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -1,12 +1,25 @@
/*
- * Loopback PBX Module
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@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.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * 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.
+ */
+
+/*
*
- * Written by Mark Spencer <markster@digium.com>
+ * Loopback PBX Module
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index c2536b16a..b3fd5edcf 100755
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -1,12 +1,25 @@
/*
- * Realtime PBX Module
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@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.
*
- * Copyright (C) 2004 - 2005, Digium Inc.
+ * 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.
+ */
+
+/*
*
- * Written by Mark Spencer <markster@digium.com>
+ * Realtime PBX Module
*
- * This program is Free Software distributed under the terms of
- * of the GNU General Public License.
*/
#include <stdlib.h>
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index a1887e115..9dfd960af 100755
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -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@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>