X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=net%2Fhttp.lua;h=9d2f9b968f2ec3e7173176bb80af5b996cef620c;hb=68aa12bf2c6ed9f24e90e918bff5e43ac5e3007f;hp=10d966310377d7e54912ab9b81378b99e3bf5ec4;hpb=e3e36a3ec83254e2ca6c3f48abdb6053914029fe;p=prosody.git diff --git a/net/http.lua b/net/http.lua index 10d96631..9d2f9b96 100644 --- a/net/http.lua +++ b/net/http.lua @@ -1,3 +1,11 @@ +-- Prosody IM +-- Copyright (C) 2008-2009 Matthew Wild +-- Copyright (C) 2008-2009 Waqas Hussain +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + local socket = require "socket" local mime = require "mime"