aboutsummaryrefslogtreecommitdiffstats
path: root/channels
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 /channels
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 'channels')
-rwxr-xr-xchannels/chan_agent.c19
-rwxr-xr-xchannels/chan_alsa.c14
-rwxr-xr-xchannels/chan_features.c25
-rwxr-xr-xchannels/chan_iax2.c21
-rwxr-xr-xchannels/chan_local.c21
-rwxr-xr-xchannels/chan_mgcp.c21
-rwxr-xr-xchannels/chan_modem.c19
-rwxr-xr-xchannels/chan_modem_aopen.c23
-rwxr-xr-xchannels/chan_modem_bestdata.c19
-rwxr-xr-xchannels/chan_modem_i4l.c23
-rwxr-xr-xchannels/chan_nbs.c23
-rwxr-xr-xchannels/chan_oss.c21
-rwxr-xr-xchannels/chan_oss_old.c24
-rwxr-xr-xchannels/chan_phone.c19
-rwxr-xr-xchannels/chan_sip.c21
-rwxr-xr-xchannels/chan_skinny.c20
-rwxr-xr-xchannels/chan_vpb.c19
-rwxr-xr-xchannels/chan_zap.c21
-rwxr-xr-xchannels/iax2-parser.c21
-rwxr-xr-xchannels/iax2-provision.c20
20 files changed, 314 insertions, 100 deletions
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index 7440195ca..ca9299dd2 100755
--- a/channels/chan_agent.c
+++ b/channels/chan_agent.c
@@ -1,16 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of Agents
- *
- * Copyright (C) 1999 - 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.
*/
+
+
/**
+ * Implementation of Agents
+ *
* @file chan_agent.c
* @brief This file is the implementation of Agents modules.
* It is a dynamic module that is loaded by Asterisk. At load time, load_module is run.
diff --git a/channels/chan_alsa.c b/channels/chan_alsa.c
index fe8247060..34e2b8be1 100755
--- a/channels/chan_alsa.c
+++ b/channels/chan_alsa.c
@@ -1,14 +1,22 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2002 - 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* By Matthew Fredrickson <creslin@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.
*/
+
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
diff --git a/channels/chan_features.c b/channels/chan_features.c
index c6cf3ca3c..9e436ae6f 100755
--- a/channels/chan_features.c
+++ b/channels/chan_features.c
@@ -1,16 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * 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.
+ *
+ * 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.
+ */
+
+/*
*
* feature Proxy Channel
*
* *** Experimental code ****
*
- * Copyright (C) 1999, Mark Spencer
- *
- * Mark Spencer <markster@linux-support.net>
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <stdio.h>
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 22ae30b11..2ad909e04 100755
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of Inter-Asterisk eXchange Version 2
- *
- * Copyright (C) 2003 - 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.
+ */
+
+/*
+ *
+ * Implementation of Inter-Asterisk eXchange Version 2
+ *
*/
#include "asterisk.h"
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 2e986898c..53241dbe4 100755
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Local Proxy Channel
- *
- * Copyright (C) 1999-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.
+ */
+
+/*
+ *
+ * Local Proxy Channel
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 6e7dd3aaa..74019bffa 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of Media Gateway Control Protocol
- *
- * Copyright (C) 1999-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.
+ */
+
+/*
+ *
+ * Implementation of Media Gateway Control Protocol
+ *
*/
/* FO: Changes
diff --git a/channels/chan_modem.c b/channels/chan_modem.c
index 77a60da64..c8ee153f0 100755
--- a/channels/chan_modem.c
+++ b/channels/chan_modem.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
- *
* 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.
+ */
+
+/*
+ *
+ * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_modem_aopen.c b/channels/chan_modem_aopen.c
index db8dea943..44b37afb4 100755
--- a/channels/chan_modem_aopen.c
+++ b/channels/chan_modem_aopen.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
- *
- * 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.
+ */
+
+/*
+ *
+ * A/Open ITU-56/2 Voice Modem Driver (Rockwell, IS-101, and others)
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_modem_bestdata.c b/channels/chan_modem_bestdata.c
index b196c89ed..bab18a8d1 100755
--- a/channels/chan_modem_bestdata.c
+++ b/channels/chan_modem_bestdata.c
@@ -1,15 +1,26 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * BestData 56SX-92 Voice Modem Driver (Conexant)
- *
* Copyright (C) 1999, Mark Spencer and 2001 Jim Dixon
*
* Mark Spencer <markster@linux-support.net>
* Jim Dixon <jim@lambdatel.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.
+ */
+
+/*
+ *
+ * BestData 56SX-92 Voice Modem Driver (Conexant)
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_modem_i4l.c b/channels/chan_modem_i4l.c
index 432030aa9..72d7b8775 100755
--- a/channels/chan_modem_i4l.c
+++ b/channels/chan_modem_i4l.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * ISDN4Linux TTY Driver
- *
- * Copyright (C) 2001, 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.
+ */
+
+/*
+ *
+ * ISDN4Linux TTY Driver
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_nbs.c b/channels/chan_nbs.c
index 281925ba3..7f6ced6b4 100755
--- a/channels/chan_nbs.c
+++ b/channels/chan_nbs.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Generic Linux Telephony Interface driver
- *
- * 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.
+ */
+
+/*
+ *
+ * Generic Linux Telephony Interface driver
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 92080fe07..d5d8479ae 100755
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -1,15 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License
- *
* FreeBSD changes and multiple device support by Luigi Rizzo, 2005.05.25
* note-this code best seen with ts=8 (8-spaces tabs) in the editor
+ *
+ * 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.
+ */
+
+/*
+ *
+ *
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_oss_old.c b/channels/chan_oss_old.c
index 8b61abf87..27f8d46fe 100755
--- a/channels/chan_oss_old.c
+++ b/channels/chan_oss_old.c
@@ -1,18 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * 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.
+ *
+ * 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.
+ */
+
+/*
* Use /dev/dsp as a channel, and the console to command it :).
*
* The full-duplex "simulation" is pretty weak. This is generally a
* VERY BADLY WRITTEN DRIVER so please don't use it as a model for
* writing a driver.
- *
- * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Mark Spencer <markster@digium.com>
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <unistd.h>
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index c307fbf4d..ad9f2c723 100755
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Generic Linux Telephony Interface driver
- *
* 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.
+ */
+
+/*
+ *
+ * Generic Linux Telephony Interface driver
+ *
*/
#include <stdio.h>
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ca9fd5fef..c9327e9b7 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of Session Initiation Protocol
- *
- * Copyright (C) 2004 - 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.
+ */
+
+/*
+ *
+ * Implementation of Session Initiation Protocol
+ *
*/
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 33431c865..1d556d859 100755
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -1,15 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of the Skinny protocol
- *
- * Copyright (C) 1999 - 2005 Digium, inc
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* chan_skinny was developed by Jeremy McNamara & Florian Overkamp
*
+ * 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.
+ */
+
+/*
*
+ * Implementation of the Skinny protocol
+ *
*/
diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c
index bfb777e73..948b5e61c 100755
--- a/channels/chan_vpb.c
+++ b/channels/chan_vpb.c
@@ -1,8 +1,6 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * VoiceTronix Interface driver
- *
* Copyright (C) 2003, Paul Bagyenda
* Paul Bagyenda <bagyenda@dsmagic.com>
* Copyright (C) 2004 - 2005, Ben Kramer
@@ -13,8 +11,21 @@
* Welber Silveira - welberms@magiclink.com.br - (c)2004
* Copying CLID string to propper structure after detection
*
+ * 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.
+ */
+
+/*
+ *
+ * VoiceTronix Interface driver
+ *
*/
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 3d3a341e2..e48c28aa8 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Zaptel Pseudo TDM interface
- *
- * Copyright (C) 2003 - 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.
+ */
+
+/*
+ *
+ * Zaptel Pseudo TDM interface
+ *
*/
#include <stdio.h>
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 71dcd365d..aa5d5645c 100755
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Implementation of Inter-Asterisk eXchange
- *
- * Copyright (C) 2003 - 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.
+ */
+
+/*
+ *
+ * Implementation of Inter-Asterisk eXchange
+ *
*/
#include <sys/types.h>
diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c
index 03f63c8f0..0e2ff3397 100755
--- a/channels/iax2-provision.c
+++ b/channels/iax2-provision.c
@@ -1,14 +1,24 @@
/*
- * IAX Provisioning Protocol
- *
- * Asterisk Interface
+ * Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2004-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.
+ */
+
+/*
+ *
+ * IAX Provisioning Protocol
*
*/