mod_uptime: Fix bad uptime if module is loaded at startup
[prosody.git] / plugins / mod_groups.lua
index 7a5817174b4208951056509b78f93cc676682841..f31bb1a883d9e1ae331c4b30a50f34f55df7340f 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 groups = { default = {} };
 local members = { [false] = {} };