util.pluginloader: Remove unnecessary return value suppressing the real load error
[prosody.git] / util / import.lua
index 6aab0d459490d5e893e254a3617e0b42fc752443..cdb6e351608b279bc7d4750c975a56ab71e6c4e0 100644 (file)
@@ -1,3 +1,12 @@
+-- Prosody IM v0.4
+-- 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 t_insert = table.insert;
 function import(module, ...)