aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_curl.c')
-rwxr-xr-xapps/app_curl.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/apps/app_curl.c b/apps/app_curl.c
index ab8568caa..b14269fb6 100755
--- a/apps/app_curl.c
+++ b/apps/app_curl.c
@@ -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 <curl-20041222@the-tilghman.com>
@@ -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>