aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 07:06:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 07:06:25 +0000
commit7288b1ced025365d36d24c6a9f034d5a7c8ebcf2 (patch)
treeb222daa7b1dd1398d901a0ea2f5c65a3116fb698 /apps
parentc477dfce6bee9cfcbab9cb214c8d1641a9b6b93a (diff)
update copyright headers for 2005
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_alarmreceiver.c2
-rwxr-xr-xapps/app_chanisavail.c2
-rwxr-xr-xapps/app_curl.c2
-rwxr-xr-xapps/app_db.c2
-rwxr-xr-xapps/app_dial.c2
-rwxr-xr-xapps/app_directory.c2
-rwxr-xr-xapps/app_disa.c2
-rwxr-xr-xapps/app_dumpchan.c2
-rwxr-xr-xapps/app_enumlookup.c2
-rwxr-xr-xapps/app_eval.c2
-rwxr-xr-xapps/app_exec.c2
-rwxr-xr-xapps/app_groupcount.c2
-rwxr-xr-xapps/app_hasnewvoicemail.c2
-rwxr-xr-xapps/app_image.c2
-rwxr-xr-xapps/app_lookupblacklist.c2
-rwxr-xr-xapps/app_lookupcidname.c2
-rwxr-xr-xapps/app_macro.c2
-rwxr-xr-xapps/app_math.c2
-rwxr-xr-xapps/app_meetme.c2
-rwxr-xr-xapps/app_mp3.c2
-rwxr-xr-xapps/app_osplookup.c2
-rwxr-xr-xapps/app_parkandannounce.c2
-rwxr-xr-xapps/app_privacy.c2
-rwxr-xr-xapps/app_random.c2
-rwxr-xr-xapps/app_realtime.c2
-rwxr-xr-xapps/app_rpt.c2
-rwxr-xr-xapps/app_sendtext.c2
-rwxr-xr-xapps/app_setcidnum.c2
-rwxr-xr-xapps/app_sms.c2
-rwxr-xr-xapps/app_system.c2
-rwxr-xr-xapps/app_talkdetect.c2
-rwxr-xr-xapps/app_test.c2
-rwxr-xr-xapps/app_transfer.c2
-rwxr-xr-xapps/app_txtcidname.c2
-rwxr-xr-xapps/app_url.c2
-rwxr-xr-xapps/app_verbose.c2
-rwxr-xr-xapps/app_voicemail.c4
-rwxr-xr-xapps/app_waitforsilence.c2
-rwxr-xr-xapps/app_while.c2
-rwxr-xr-xapps/app_zapateller.c2
40 files changed, 41 insertions, 41 deletions
diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c
index 5280bf615..ed10e55cb 100755
--- a/apps/app_alarmreceiver.c
+++ b/apps/app_alarmreceiver.c
@@ -3,7 +3,7 @@
*
* Central Station Alarm receiver for Ademco Contact ID
*
- * Copyright (C) 2004 Steve Rodgers
+ * Copyright (C) 2004 - 2005 Steve Rodgers
*
* Steve Rodgers <hwstar@rodgers.sdcoxmail.com>
*
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index dec173787..c4c873bcc 100755
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -3,7 +3,7 @@
*
* Check if Channel is Available
*
- * Copyright (C) 2003-2004, Digium, Inc.
+ * Copyright (C) 2003 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
* James Golovich <james@gnuinter.net>
diff --git a/apps/app_curl.c b/apps/app_curl.c
index 2dd7c6e6b..558117d08 100755
--- a/apps/app_curl.c
+++ b/apps/app_curl.c
@@ -3,7 +3,7 @@
*
* Curl - App to load a URL
*
- * Copyright (C) 2004, Tilghman Lesher
+ * Copyright (C) 2004 - 2005, Tilghman Lesher
*
* Tilghman Lesher <curl-20041222@the-tilghman.com>
* and Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option)
diff --git a/apps/app_db.c b/apps/app_db.c
index 2014f7a8f..43c8ec90e 100755
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -3,7 +3,7 @@
*
* Database access functions
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
* Copyright (C) 2003, Jefferson Noxon
*
* Mark Spencer <markster@digium.com>
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 6eb4f17e8..e62b0bb92 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -3,7 +3,7 @@
*
* Trivial application to dial a channel and send an URL on answer
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_directory.c b/apps/app_directory.c
index cc2d96c39..eab10a3fc 100755
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -3,7 +3,7 @@
*
* Provide a directory of extensions
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_disa.c b/apps/app_disa.c
index 7519c1213..9f85c55e5 100755
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -3,7 +3,7 @@
*
* DISA -- Direct Inward System Access Application 6/20/2001
*
- * Copyright (C) 2001-2004, Digium, Inc.
+ * Copyright (C) 2001 - 2005, Digium, Inc.
*
* Jim Dixon <jim@lambdatel.com>
*
diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c
index 0ef92f6d8..c44528ae4 100755
--- a/apps/app_dumpchan.c
+++ b/apps/app_dumpchan.c
@@ -3,7 +3,7 @@
*
* Application to dump channel variables
*
- * Copyright (C) 2004, Anthony Minessale II.
+ * Copyright (C) 2004 - 2005, Anthony Minessale II.
*
* Anthony Minessale <anthmct@yahoo.com>
*
diff --git a/apps/app_enumlookup.c b/apps/app_enumlookup.c
index 76593b917..16c9cf059 100755
--- a/apps/app_enumlookup.c
+++ b/apps/app_enumlookup.c
@@ -3,7 +3,7 @@
*
* Time of day - Report the time of day
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_eval.c b/apps/app_eval.c
index dc61df2f6..333add8a1 100755
--- a/apps/app_eval.c
+++ b/apps/app_eval.c
@@ -3,7 +3,7 @@
*
* Eval application
*
- * Copyright (c) 2004 Tilghman Lesher. All rights reserved.
+ * Copyright (c) 2004 - 2005, Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_eval__v001@the-tilghman.com>
*
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 1ad0a1ecc..8a46c0797 100755
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -3,7 +3,7 @@
*
* Exec application
*
- * Copyright (c) 2004 Tilghman Lesher. All rights reserved.
+ * Copyright (c) 2004 - 2005, Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_exec__v001@the-tilghman.com>
*
diff --git a/apps/app_groupcount.c b/apps/app_groupcount.c
index ac6eaecb0..bd2205ab4 100755
--- a/apps/app_groupcount.c
+++ b/apps/app_groupcount.c
@@ -3,7 +3,7 @@
*
* Group Manipulation Applications
*
- * Copyright (c) 2004 Digium
+ * Copyright (c) 2004 - 2005, Digium Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 9e2192b83..e008632d9 100755
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -2,7 +2,7 @@
* Asterisk -- A telephony toolkit for Linux.
*
* HasVoicemail application
- * Changes Copyright (c) 2004 Todd Freeman <freeman@andrews.edu>
+ * Changes Copyright (c) 2004 - 2005 Todd Freeman <freeman@andrews.edu>
*
* 95% based on HasNewVoicemail by:
*
diff --git a/apps/app_image.c b/apps/app_image.c
index 3665a0fef..d859a4aeb 100755
--- a/apps/app_image.c
+++ b/apps/app_image.c
@@ -3,7 +3,7 @@
*
* App to transmit an image
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_lookupblacklist.c b/apps/app_lookupblacklist.c
index 82a556b15..27db5be34 100755
--- a/apps/app_lookupblacklist.c
+++ b/apps/app_lookupblacklist.c
@@ -3,7 +3,7 @@
*
* App to lookup the callerid number, and see if it is blacklisted
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_lookupcidname.c b/apps/app_lookupcidname.c
index 52d9670d6..89b7664e5 100755
--- a/apps/app_lookupcidname.c
+++ b/apps/app_lookupcidname.c
@@ -3,7 +3,7 @@
*
* App to set callerid name from database, based on directory number
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 80f618417..b0d175d68 100755
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -3,7 +3,7 @@
*
* Macro Implementation
*
- * Copyright (C) 2003-2004, Digium, Inc.
+ * Copyright (C) 2003 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_math.c b/apps/app_math.c
index 8637d5265..95bd8b229 100755
--- a/apps/app_math.c
+++ b/apps/app_math.c
@@ -3,7 +3,7 @@
*
* simple maths application
*
- * Copyright (C) 2004, Andy Powell
+ * Copyright (C) 2004 - 2005, Andy Powell
*
* Updated by Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index d9d9a6722..879b92f7a 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3,7 +3,7 @@
*
* Meet me conference bridge
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_mp3.c b/apps/app_mp3.c
index e8f04c662..b38ec41c2 100755
--- a/apps/app_mp3.c
+++ b/apps/app_mp3.c
@@ -3,7 +3,7 @@
*
* Silly application to play an MP3 file -- uses mpg123
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 41f5d002f..1decb7973 100755
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -3,7 +3,7 @@
*
* Open Settlement Protocol Lookup
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_parkandannounce.c b/apps/app_parkandannounce.c
index 3236a34e2..8f4aec12c 100755
--- a/apps/app_parkandannounce.c
+++ b/apps/app_parkandannounce.c
@@ -6,7 +6,7 @@
* With TONS of help from Mark!
*
* Asterisk is Copyrighted as follows
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_privacy.c b/apps/app_privacy.c
index 45fe92074..39a1c1843 100755
--- a/apps/app_privacy.c
+++ b/apps/app_privacy.c
@@ -3,7 +3,7 @@
*
* Block all calls without Caller*ID, require phone # to be entered
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_random.c b/apps/app_random.c
index c9f8f4788..c47212a27 100755
--- a/apps/app_random.c
+++ b/apps/app_random.c
@@ -3,7 +3,7 @@
*
* Random application
*
- * Copyright (c) 2003-2004 Tilghman Lesher. All rights reserved.
+ * Copyright (c) 2003 - 2005 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <asterisk__app_random__20040111@the-tilghman.com>
*
diff --git a/apps/app_realtime.c b/apps/app_realtime.c
index 74ff6db36..03236e8cb 100755
--- a/apps/app_realtime.c
+++ b/apps/app_realtime.c
@@ -3,7 +3,7 @@
*
* RealTime App
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Anthony Minessale <anthmct@yahoo.com>
* Mark Spencer <markster@digium.com>
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 33c8c0893..5ad267780 100755
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -7,7 +7,7 @@
*
* See http://www.zapatatelephony.org/app_rpt.html
*
- * Copyright (C) 2002-2004, Jim Dixon, WB6NIL
+ * Copyright (C) 2002 - 2005, Jim Dixon, WB6NIL
*
* Jim Dixon, WB6NIL <jim@lambdatel.com>
* Serious contributions by Steve RoDgers, WA6ZFT <hwstar@rodgers.sdcoxmail.com>
diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c
index b8f537fa9..b58ec7f65 100755
--- a/apps/app_sendtext.c
+++ b/apps/app_sendtext.c
@@ -3,7 +3,7 @@
*
* App to transmit a text message
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_setcidnum.c b/apps/app_setcidnum.c
index 1c9d0003d..bceb67792 100755
--- a/apps/app_setcidnum.c
+++ b/apps/app_setcidnum.c
@@ -3,7 +3,7 @@
*
* App to set callerid
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
* Oliver Daudey <traveler@xs4all.nl>
diff --git a/apps/app_sms.c b/apps/app_sms.c
index 272b3b934..09e29e15b 100755
--- a/apps/app_sms.c
+++ b/apps/app_sms.c
@@ -3,7 +3,7 @@
*
* SMS application - ETSI ES 201 912 protocol 1 implimentation
*
- * Copyright (C) 2004, Adrian Kennard, rights assigned to Digium
+ * Copyright (C) 2004 - 2005, Adrian Kennard, rights assigned to Digium
*
* This program is free software, distributed under the terms of
* the GNU General Public License
diff --git a/apps/app_system.c b/apps/app_system.c
index d494b9eff..c08e0ed42 100755
--- a/apps/app_system.c
+++ b/apps/app_system.c
@@ -3,7 +3,7 @@
*
* Execute arbitrary system commands
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c
index 3fd682eb2..681f44223 100755
--- a/apps/app_talkdetect.c
+++ b/apps/app_talkdetect.c
@@ -3,7 +3,7 @@
*
* Playback a file with audio detect
*
- * Copyright (C) 2004, Digium, Inc.
+ * Copyright (C) 2004 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_test.c b/apps/app_test.c
index 091112e6f..5de24d382 100755
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -3,7 +3,7 @@
*
* Applications to test connection and produce report in text file
*
- * Copyright (C) 2004, Digium, Inc.
+ * Copyright (C) 2004 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
* Russell Bryant <russelb@clemson.edu>
diff --git a/apps/app_transfer.c b/apps/app_transfer.c
index 31464372e..212792c86 100755
--- a/apps/app_transfer.c
+++ b/apps/app_transfer.c
@@ -3,7 +3,7 @@
*
* Transfer a caller
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c
index e9fc107fa..43684c401 100755
--- a/apps/app_txtcidname.c
+++ b/apps/app_txtcidname.c
@@ -3,7 +3,7 @@
*
* Caller*id name lookup - Look up the caller's name via DNS
*
- * Copyright (C) 1999-2004, Digium
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@linux-support.net>
*
diff --git a/apps/app_url.c b/apps/app_url.c
index a1ea624d3..e3407c41a 100755
--- a/apps/app_url.c
+++ b/apps/app_url.c
@@ -3,7 +3,7 @@
*
* App to transmit a URL
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_verbose.c b/apps/app_verbose.c
index ade139038..ba6a908bb 100755
--- a/apps/app_verbose.c
+++ b/apps/app_verbose.c
@@ -3,7 +3,7 @@
*
* Verbose application
*
- * Copyright (c) 2004 Tilghman Lesher. All rights reserved.
+ * Copyright (c) 2004 - 2005 Tilghman Lesher. All rights reserved.
*
* Tilghman Lesher <app_verbose_v001@the-tilghman.com>
*
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 5d8e8f9c9..3487bdd4f 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3,14 +3,14 @@
*
* Voicemail System
*
- * Copyright (C) 2003-2004, Digium Inc.
+ * Copyright (C) 2003 - 2005, Digium Inc.
*
* Mark Spencer <markster@digium.com>
*
* This program is free software, distributed under the terms of
* the GNU General Public License
*
- * 12-16-2004 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr)
+ * 12-16 - 2005 : Support for Greek added by InAccess Networks (work funded by HOL, www.hol.gr)
* George Konstantoulakis <gkon@inaccessnetworks.com>
*/
diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c
index 66ce40103..4e8c6cfd6 100755
--- a/apps/app_waitforsilence.c
+++ b/apps/app_waitforsilence.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
diff --git a/apps/app_while.c b/apps/app_while.c
index a4a5c0c1d..2561f980c 100755
--- a/apps/app_while.c
+++ b/apps/app_while.c
@@ -3,7 +3,7 @@
*
* While Loop and ExecIf Implementations
*
- * Copyright 2004, Anthony Minessale <anthmct@yahoo.com>
+ * Copyright 2004 - 2005, Anthony Minessale <anthmct@yahoo.com>
*
* Anthony Minessale <anthmct@yahoo.com>
*
diff --git a/apps/app_zapateller.c b/apps/app_zapateller.c
index 8c6183b82..4972d5396 100755
--- a/apps/app_zapateller.c
+++ b/apps/app_zapateller.c
@@ -3,7 +3,7 @@
*
* Playback the special information tone to get rid of telemarketers
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*