mod_uptime: Fix bad uptime if module is loaded at startup
[prosody.git] / plugins / mod_pep.lua
index 0be681fbcae4a5f390a2017d8192f30fc94f431a..8cc4aedfb6004a5c85417802c8608273b8a2fc8a 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 jid_bare = require "util.jid".bare;
 local jid_split = require "util.jid".split;