summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-14 14:12:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-14 14:12:56 +0000
commit39b9a1c945842c8d167df73d51c3643d2bcabdc8 (patch)
treeec3cda416a5a5bdd7dc7245928637044de1113fa /apps
parent4b6d6a1a0b47ba1f849b27c54cb55d4d888ef214 (diff)
Merged revisions 34087 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r34087 | kpfleming | 2006-06-14 09:07:53 -0500 (Wed, 14 Jun 2006) | 2 lines clarify file headers that mention disclaimer usage ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_amd.c5
-rw-r--r--apps/app_chanspy.c3
-rw-r--r--apps/app_dumpchan.c3
3 files changed, 7 insertions, 4 deletions
diff --git a/apps/app_amd.c b/apps/app_amd.c
index 245f842c0..b5acb9682 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -5,8 +5,6 @@
*
* Claude Klimos (claude.klimos@aheeva.com)
*
- * Disclaimed to Digium
- *
* 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;
@@ -16,6 +14,9 @@
* 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.
+ *
+ * A license has been granted to Digium (via disclaimer) for the use of
+ * this code.
*/
#include "asterisk.h"
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index 5494b89b9..9137c7e0b 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -4,7 +4,8 @@
* Copyright (C) 2005 Anthony Minessale II (anthmct@yahoo.com)
* Copyright (C) 2005 - 2006, Digium, Inc.
*
- * Disclaimed to Digium
+ * A license has been granted to Digium (via disclaimer) for the use of
+ * this code.
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c
index 2ee698c40..4ba386752 100644
--- a/apps/app_dumpchan.c
+++ b/apps/app_dumpchan.c
@@ -5,7 +5,8 @@
*
* Anthony Minessale <anthmct@yahoo.com>
*
- * disclaimed to Digium
+ * A license has been granted to Digium (via disclaimer) for the use of
+ * this code.
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact