mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute
[prosody.git] / util / pluginloader.lua
index 861fe6a9fd41279a52b3c54abc2f1dc11a9c894e..696af34f2ef7404e8ebd93a74508ac1736a8ca6f 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 plugin_dir = CFG_PLUGINDIR or "./plugins/";