core.s2smanager, xmppserver_listener: Move the responsibility of setting session...
[prosody.git] / plugins / mod_actions_http.lua
index 43370a4183cfa513cef359b43c13ee9e96550f9c..c60697938ac4d9e798ce120fbf040ac989272f3d 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 httpserver = require "net.httpserver";
 local t_concat, t_insert = table.concat, table.insert;