From 3212a526a36baa5e94bec1343057cb6b8d798b72 Mon Sep 17 00:00:00 2001 From: Eric des Courtis Date: Wed, 17 Dec 2008 19:40:37 +0000 Subject: [PATCH] Re added missing file header git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10857 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_http/mod_http.c | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/mod/applications/mod_http/mod_http.c b/src/mod/applications/mod_http/mod_http.c index fd152d480a..a599e75c21 100644 --- a/src/mod/applications/mod_http/mod_http.c +++ b/src/mod/applications/mod_http/mod_http.c @@ -1,3 +1,38 @@ +/* + * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application + * Copyright (C) 2008, Eric des Courtis + * + * Version: MPL 1.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * Eric des Courtis + * Copyright (C) Benbria. All Rights Reserved. + * + * Contributor(s): + * + * Eric des Courtis + * + * + * mod_http.c -- HTTP client implementation for FreeSWITCH + * + * The purpose is to provide laguages like LUA with a _fast_ HTTP + * client implementation. + * + * Support for SSL will be provided in future versions. + * Initial release does not include win32 support. + * + */ + + #include #include #include