util.pposix: Compatibility with Solaris systems (thanks Filip)
[prosody.git] / util / dataforms.lua
index 1a6807d8160cfc1d88bd29aaca5e7d942f085df6..ed62f9b185dfdc60a23ca287987344d9c9e14617 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 setmetatable = setmetatable;
 local pairs, ipairs = pairs, ipairs;
 local tostring, type = tostring, type;