From 5da915dcfda3a122100e536df819f6851ad42660 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 14 Sep 2005 20:46:50 +0000 Subject: update MANY more files with proper copyright/license info (thanks Ian!) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6596 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_adsi.c | 26 ++++++++++++++++++-------- res/res_agi.c | 19 +++++++++++++++---- res/res_config_odbc.c | 18 +++++++++++++++++- res/res_crypto.c | 19 +++++++++++++++---- res/res_features.c | 19 +++++++++++++++---- res/res_indications.c | 21 +++++++++++++++------ res/res_monitor.c | 22 +++++++++++++++++----- res/res_musiconhold.c | 19 +++++++++++++++---- res/res_odbc.c | 19 ++++++++++++++++++- res/res_osp.c | 21 ++++++++++++++++----- 10 files changed, 161 insertions(+), 42 deletions(-) (limited to 'res') 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 + * Copyright (C) 1999 - 2005, Digium, Inc. * - * This program is free software, distributed under the terms of - * the GNU General Public License. + * Mark Spencer * * 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 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 * + * 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 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 * Copyright (C) 2004 - 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 Version 2. See the LICENSE file + * at the top of the source tree. + */ + +/* + * + * + * */ #include 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 * + * 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 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 * + * 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 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 * + * 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 * - * Mark Spencer, + * 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 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 * + * 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 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 * Copyright (C) 2004 - 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 Version 2. See the LICENSE file + * at the top of the source tree. + */ + + +/* + * + * + * */ #include 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 * + * 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 -- cgit v1.2.3