ejabberdsql2prosody: Allow for multiple INSERTs to the same table
[prosody.git] / net / httpclient_listener.lua
index a648743fb348dfff30f08173e6c8a072028125e8..69b7946b9f1441ee6dd123a65116e784e45059da 100644 (file)
@@ -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 log = require "util.logger".init("httpclient_listener");
 
 local connlisteners_register = require "net.connlisteners".register;