util.dataforms: Allow separation of options from values in list fields
[prosody.git] / util / import.lua
index 6aab0d459490d5e893e254a3617e0b42fc752443..c2b9dce19ee9f411194dc80d5a757e21e548f8b7 100644 (file)
@@ -1,4 +1,14 @@
+-- Prosody IM
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
 
+
+
+local unpack = table.unpack or unpack; --luacheck: ignore 113
 local t_insert = table.insert;
 function import(module, ...)
        local m = package.loaded[module] or require(module);