summaryrefslogtreecommitdiff
path: root/apps/app_exec.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-09-15 15:44:26 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-09-15 15:44:26 +0000
commitb8f23573fa67c3e2d99b9a49aa85560902c60c6c (patch)
tree9f82f10875f77cf0013e0f91ab1b4262e2044a14 /apps/app_exec.c
parentd6ef44afe0e007e9cf30d0b7d6fbd4bbd462e887 (diff)
more license/copyright header updates (thanks Ian!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>