Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv12249/apps

Modified Files:
        app_alarmreceiver.c app_curl.c app_cut.c app_dictate.c 
        app_eval.c app_exec.c app_festival.c app_forkcdr.c 
        app_hasnewvoicemail.c app_queue.c app_random.c app_rpt.c 
        app_sayunixtime.c app_userevent.c app_verbose.c 
Log Message:
more license/copyright header updates (thanks Ian!)


Index: app_alarmreceiver.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_alarmreceiver.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- app_alarmreceiver.c 15 Jul 2005 23:00:46 -0000      1.14
+++ app_alarmreceiver.c 15 Sep 2005 15:44:26 -0000      1.15
@@ -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 <[EMAIL PROTECTED]>
  *
+ * 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. *

Index: app_curl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_curl.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- app_curl.c  29 Aug 2005 23:49:43 -0000      1.9
+++ app_curl.c  15 Sep 2005 15:44:26 -0000      1.10
@@ -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 <[EMAIL PROTECTED]>
@@ -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>

Index: app_cut.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_cut.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- app_cut.c   26 Aug 2005 20:01:22 -0000      1.12
+++ app_cut.c   15 Sep 2005 15:44:26 -0000      1.13
@@ -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 <[EMAIL PROTECTED]>
  *
- * $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>

Index: app_dictate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dictate.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_dictate.c       6 Jun 2005 22:39:31 -0000       1.4
+++ app_dictate.c       15 Sep 2005 15:44:26 -0000      1.5
@@ -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>

Index: app_eval.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_eval.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- app_eval.c  6 Jun 2005 22:39:31 -0000       1.6
+++ app_eval.c  15 Sep 2005 15:44:26 -0000      1.7
@@ -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 <[EMAIL PROTECTED]>
  *
- * $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>

Index: app_exec.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_exec.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- app_exec.c  6 Jun 2005 22:39:31 -0000       1.6
+++ app_exec.c  15 Sep 2005 15:44:26 -0000      1.7
@@ -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 <[EMAIL PROTECTED]>
  *
- * $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>

Index: app_festival.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_festival.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- app_festival.c      6 Jun 2005 22:39:31 -0000       1.32
+++ app_festival.c      15 Sep 2005 15:44:26 -0000      1.33
@@ -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 <[EMAIL PROTECTED]>
  *
+ * 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>

Index: app_forkcdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_forkcdr.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- app_forkcdr.c       25 Jul 2005 22:56:18 -0000      1.11
+++ app_forkcdr.c       15 Sep 2005 15:44:26 -0000      1.12
@@ -1,12 +1,24 @@
 /*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
  *
- * Fork CDR application
- * Copyright Anthony Minessale [EMAIL PROTECTED]
+ * Copyright (C) 1999 - 2005, Anthony Minessale [EMAIL PROTECTED]
  * 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>

Index: app_hasnewvoicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_hasnewvoicemail.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- app_hasnewvoicemail.c       7 Sep 2005 19:13:00 -0000       1.15
+++ app_hasnewvoicemail.c       15 Sep 2005 15:44:26 -0000      1.16
@@ -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 <[EMAIL PROTECTED]>
  * 
  * 95% based on HasNewVoicemail by:
@@ -10,25 +9,21 @@
  * 
  * Tilghman Lesher <[EMAIL PROTECTED]>
  *
- * 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>

Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- app_queue.c 7 Sep 2005 19:13:00 -0000       1.161
+++ app_queue.c 15 Sep 2005 15:44:26 -0000      1.162
@@ -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 <[EMAIL PROTECTED]>
  *
+ * 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 <[EMAIL PROTECTED]>

Index: app_random.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_random.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- app_random.c        25 Aug 2005 04:04:14 -0000      1.7
+++ app_random.c        15 Sep 2005 15:44:26 -0000      1.8
@@ -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 <[EMAIL PROTECTED]>
  *
  * 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>

Index: app_rpt.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_rpt.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- app_rpt.c   11 Sep 2005 22:08:44 -0000      1.41
+++ app_rpt.c   15 Sep 2005 15:44:26 -0000      1.42
@@ -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 <[EMAIL PROTECTED]>
  * Serious contributions by Steve RoDgers, WA6ZFT <[EMAIL PROTECTED]>
  *
+ * 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

Index: app_sayunixtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sayunixtime.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- app_sayunixtime.c   15 Jul 2005 23:00:46 -0000      1.11
+++ app_sayunixtime.c   15 Sep 2005 15:44:26 -0000      1.12
@@ -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 <[EMAIL PROTECTED]>
  *
  * 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>

Index: app_userevent.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_userevent.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- app_userevent.c     13 Sep 2005 23:36:55 -0000      1.6
+++ app_userevent.c     15 Sep 2005 15:44:26 -0000      1.7
@@ -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>

Index: app_verbose.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_verbose.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- app_verbose.c       6 Jun 2005 22:39:32 -0000       1.5
+++ app_verbose.c       15 Sep 2005 15:44:26 -0000      1.6
@@ -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 <[EMAIL PROTECTED]>
  *
  * 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>

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to