summaryrefslogtreecommitdiff
path: root/apps/app_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_exec.c')
-rwxr-xr-xapps/app_exec.c18
1 files changed, 13 insertions, 5 deletions
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>