aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/res_adsi.c26
-rwxr-xr-xres/res_agi.c19
-rwxr-xr-xres/res_config_odbc.c18
-rwxr-xr-xres/res_crypto.c19
-rwxr-xr-xres/res_features.c19
-rwxr-xr-xres/res_indications.c21
-rwxr-xr-xres/res_monitor.c22
-rwxr-xr-xres/res_musiconhold.c19
-rwxr-xr-xres/res_odbc.c19
-rwxr-xr-xres/res_osp.c21
10 files changed, 161 insertions, 42 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 2669cd644..3ebe53bda 100755
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1,17 +1,27 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * ADSI support
- *
- * Copyright (C) 2001, Linux Support Services, Inc.
- *
- * Mark Spencer <markster@linux-support.net>
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
+ * Mark Spencer <markster@digium.com>
*
* Includes code and algorithms from the Zapata library.
*
+ * 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.
+ */
+
+/*
+ *
+ * ADSI support
+ *
*/
#include <time.h>
diff --git a/res/res_agi.c b/res/res_agi.c
index 89b25e762..c13eab760 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Asterisk Gateway Interface
- *
* 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.
+ */
+
+/*
+ *
+ * Asterisk Gateway Interface
+ *
*/
#include <sys/types.h>
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index cba29fac6..e1d6e83b6 100755
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -1,5 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2005, Digium, Inc.
*
@@ -7,6 +7,22 @@
*
* res_config_odbc.c <odbc+odbc plugin for portable configuration engine >
* Copyright (C) 2004 - 2005 Anthony Minessale II <anthmct@yahoo.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.
+ */
+
+/*
+ *
+ *
+ *
*/
#include <stdlib.h>
diff --git a/res/res_crypto.c b/res/res_crypto.c
index aff70061b..8c5eb51b1 100755
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Provide Cryptographic Signature capability
- *
* 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.
+ */
+
+/*
+ *
+ * Provide Cryptographic Signature capability
+ *
*/
#include <sys/types.h>
diff --git a/res/res_features.c b/res/res_features.c
index 371dc0441..660dc8db8 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Routines implementing call parking
- *
* 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.
+ */
+
+/*
+ *
+ * Routines implementing call parking
+ *
*/
#include <pthread.h>
diff --git a/res/res_indications.c b/res/res_indications.c
index 54d913e56..18b486fb3 100755
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -1,16 +1,25 @@
-/** @file res_indications.c
- *
- * Asterisk -- A telephony toolkit for Linux.
+/*
+ * Asterisk -- An open source telephony toolkit.
*
- * Load the indications
- *
* Copyright (C) 2002, Pauline Middelink
*
* Pauline Middelink <middelink@polyware.nl>
*
+ * 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.
+ */
+
+/** @file res_indications.c
*
+ * Load the indications
+ *
* Load the country specific dialtones into the asterisk PBX.
*/
diff --git a/res/res_monitor.c b/res/res_monitor.c
index c5d30881d..7b048cb74 100755
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -1,13 +1,25 @@
-/* res_monitor.c
+/*
+ * Asterisk -- An open source telephony toolkit.
*
- * Asterisk -- A telephony toolkit for Linux.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * Copyright (C) 2005, Digium
+ * Mark Spencer <markster@digium.com>
*
- * 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.
+ */
+
+/*
+ *
+ * res_monitor.c
+ *
*/
#include <stdio.h>
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 540b9efe2..71e9271c6 100755
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Routines implementing music on hold
- *
* 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.
+ */
+
+/*
+ *
+ * Routines implementing music on hold
+ *
*/
#include <stdlib.h>
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 5fc70c62f..5438ef40c 100755
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -1,5 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2005, Digium, Inc.
*
@@ -7,6 +7,23 @@
*
* res_odbc.c <ODBC resource manager>
* Copyright (C) 2004 - 2005 Anthony Minessale II <anthmct@yahoo.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.
+ */
+
+
+/*
+ *
+ *
+ *
*/
#include <stdlib.h>
diff --git a/res/res_osp.c b/res/res_osp.c
index 05e888246..3053cd9cc 100755
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Provide Open Settlement Protocol capability
- *
- * 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.
+ */
+
+/*
+ *
+ * Provide Open Settlement Protocol capability
+ *
*/
#include <sys/types.h>