aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_curl.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 15:44:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-15 15:44:26 +0000
commitf89c44df03e93ece4abe3b54451c3a203f03f53a (patch)
tree9f82f10875f77cf0013e0f91ab1b4262e2044a14 /apps/app_curl.c
parent62232b23ed9d1fb1f39bac70726599eed2452dc8 (diff)
more license/copyright header updates (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
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>