aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 15:44:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 15:44:26 +0000
commitf89c44df03e93ece4abe3b54451c3a203f03f53a (patch)
tree9f82f10875f77cf0013e0f91ab1b4262e2044a14 /apps
parent62232b23ed9d1fb1f39bac70726599eed2452dc8 (diff)
more license/copyright header updates (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_alarmreceiver.c18
-rwxr-xr-xapps/app_curl.c17
-rwxr-xr-xapps/app_cut.c18
-rwxr-xr-xapps/app_dictate.c19
-rwxr-xr-xapps/app_eval.c18
-rwxr-xr-xapps/app_exec.c18
-rwxr-xr-xapps/app_festival.c19
-rwxr-xr-xapps/app_forkcdr.c22
-rwxr-xr-xapps/app_hasnewvoicemail.c35
-rwxr-xr-xapps/app_queue.c22
-rwxr-xr-xapps/app_random.c16
-rwxr-xr-xapps/app_rpt.c28
-rwxr-xr-xapps/app_sayunixtime.c16
-rwxr-xr-xapps/app_userevent.c21
-rwxr-xr-xapps/app_verbose.c16
15 files changed, 222 insertions, 81 deletions
diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c
index 9fead22da..2b12fd4c2 100755
--- a/apps/app_alarmreceiver.c
+++ b/apps/app_alarmreceiver.c
@@ -1,15 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Central Station Alarm receiver for Ademco Contact ID
- *
* Copyright (C) 2004 - 2005 Steve Rodgers
*
* Steve Rodgers <hwstar@rodgers.sdcoxmail.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.
+ */
+
+/*
*
+ * Central Station Alarm receiver for Ademco Contact ID
+ *
* *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING ***
*
* Use at your own risk. Please consult the GNU GPL license document included with Asterisk details. *
diff --git a/apps/app_curl.c b/apps/app_curl.c
index ab8568caa..b14269fb6 100755
--- a/apps/app_curl.c
+++ b/apps/app_curl.c
@@ -1,8 +1,6 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Curl - App to load a URL
- *
* Copyright (C) 2004 - 2005, Tilghman Lesher
*
* Tilghman Lesher <curl-20041222@the-tilghman.com>
@@ -10,6 +8,19 @@
*
* app_curl.c is distributed with no restrictions on usage or
* redistribution.
+ *
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Curl - App to load a URL
+ *
*/
#include <stdlib.h>
diff --git a/apps/app_cut.c b/apps/app_cut.c
index 3077a8b09..dd40bb4b0 100755
--- a/apps/app_cut.c
+++ b/apps/app_cut.c
@@ -1,16 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Cut application
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (c) 2003 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_cut__v003@the-tilghman.com>
*
- * $Id$
- *
* This code is released by the author with no restrictions on usage.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Cut application
+ *
*/
#include <stdio.h>
diff --git a/apps/app_dictate.c b/apps/app_dictate.c
index 76ee092c7..9cadf8581 100755
--- a/apps/app_dictate.c
+++ b/apps/app_dictate.c
@@ -1,7 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Virtual Dictation Machine Application For Asterisk
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2005, Anthony Minessale II
*
@@ -9,8 +7,21 @@
*
* Donated by Sangoma Technologies <http://www.samgoma.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.
+ */
+
+/*
+ *
+ * Virtual Dictation Machine Application For Asterisk
+ *
*/
#include <stdlib.h>
diff --git a/apps/app_eval.c b/apps/app_eval.c
index c1f646b0f..6b0f612e7 100755
--- a/apps/app_eval.c
+++ b/apps/app_eval.c
@@ -1,16 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Eval application
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (c) 2004 - 2005, Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_eval__v001@the-tilghman.com>
*
- * $Id$
- *
* This code is released by the author with no restrictions on usage.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Eval application
+ *
*/
#include <stdio.h>
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 49ce3e41d..a58baeaa1 100755
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -1,16 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Exec application
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (c) 2004 - 2005, Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_exec__v001@the-tilghman.com>
*
- * $Id$
- *
* This code is released by the author with no restrictions on usage.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Exec application
+ *
*/
#include <stdio.h>
diff --git a/apps/app_festival.c b/apps/app_festival.c
index cbe17866c..d1f2571c8 100755
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -1,14 +1,25 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Connect to festival
- *
* Copyright (C) 2002, Christos Ricudis
*
* Christos Ricudis <ricudis@itc.auth.gr>
*
+ * 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.
+ */
+
+/*
+ *
+ * Connect to festival
+ *
*/
#include <sys/types.h>
diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c
index 23be3bcd4..d0a725d1f 100755
--- a/apps/app_forkcdr.c
+++ b/apps/app_forkcdr.c
@@ -1,12 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Fork CDR application
- * Copyright Anthony Minessale anthmct@yahoo.com
+ * Copyright (C) 1999 - 2005, Anthony Minessale anthmct@yahoo.com
* Development of this app Sponsered/Funded by TAAN Softworks Corp
- *
+ *
+ * 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.
+ */
+
+/*
+ *
+ * Fork CDR application
+ *
*/
#include <stdlib.h>
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 6d3c13e2b..3254f3960 100755
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -1,7 +1,6 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * HasVoicemail application
* Changes Copyright (c) 2004 - 2005 Todd Freeman <freeman@andrews.edu>
*
* 95% based on HasNewVoicemail by:
@@ -10,25 +9,21 @@
*
* Tilghman Lesher <asterisk-hasnewvoicemail-app@the-tilghman.com>
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
+ * 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.
+ */
+
+/*
+ *
+ * HasVoicemail application
*
- * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- * EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/types.h>
diff --git a/apps/app_queue.c b/apps/app_queue.c
index e5fcb5ced..558f40c6d 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1,12 +1,26 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * True call queues with optional send URL on answer
- *
- * 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 Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * True call queues with optional send URL on answer
+ *
+ *
* 2004-11-25: Persistent Dynamic Members added by:
* NetNation Communications (www.netnation.com)
* Kevin Lindsay <kevinl@netnation.com>
diff --git a/apps/app_random.c b/apps/app_random.c
index c486be468..7054057e2 100755
--- a/apps/app_random.c
+++ b/apps/app_random.c
@@ -1,14 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Random application
- *
* Copyright (c) 2003 - 2005 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <asterisk__app_random__200508@the-tilghman.com>
*
* This code is released by the author with no restrictions on usage or distribution.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Random application
+ *
*/
#include <stdio.h>
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index fa012b864..f75b96c1e 100755
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -1,19 +1,29 @@
-/** @file app_rpt.c
- *
- * Asterisk -- A telephony toolkit for Linux.
- *
- * Radio Repeater / Remote Base program
- * version 0.30 09/11/05
- *
- * See http://www.zapatatelephony.org/app_rpt.html
+/*
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2002-2005, Jim Dixon, WB6NIL
*
* Jim Dixon, WB6NIL <jim@lambdatel.com>
* Serious contributions by Steve RoDgers, WA6ZFT <hwstar@rodgers.sdcoxmail.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.
+ */
+
+/*
+ *
+ * Radio Repeater / Remote Base program
+ * version 0.30 09/11/05
+ *
+ * See http://www.zapatatelephony.org/app_rpt.html
+ *
*
* Repeater / Remote Functions:
* "Simple" Mode: * - autopatch access, # - autopatch hangup
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index 06091911e..960d0b55f 100755
--- a/apps/app_sayunixtime.c
+++ b/apps/app_sayunixtime.c
@@ -1,14 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * SayUnixTime application
- *
* Copyright (c) 2003 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_sayunixtime__200309@the-tilghman.com>
*
* This code is released by the author with no restrictions on usage.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * SayUnixTime application
+ *
*/
#include <stdio.h>
diff --git a/apps/app_userevent.c b/apps/app_userevent.c
index caae09221..737949ccb 100755
--- a/apps/app_userevent.c
+++ b/apps/app_userevent.c
@@ -1,13 +1,26 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * UserEvent application -- send manager event
- *
+ * 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.
+ */
+
+/*
+ *
+ * UserEvent application -- send manager event
+ *
*/
+
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/apps/app_verbose.c b/apps/app_verbose.c
index 2ab50b635..434b822df 100755
--- a/apps/app_verbose.c
+++ b/apps/app_verbose.c
@@ -1,14 +1,24 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Verbose application
- *
* Copyright (c) 2004 - 2005 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_verbose_v001@the-tilghman.com>
*
* This code is released by the author with no restrictions on usage.
*
+ * 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.
+ *
+ */
+
+/*
+ *
+ * Verbose application
+ *
*/
#include <stdio.h>