Remove version number from copyright headers
[prosody.git] / plugins / mod_announce.lua
index 010b45d9ee078c53e651fad00c69c5e4675105a7..118ba13d3a56e50243ab1bf8f184526c359afbb3 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 st, jid, set = require "util.stanza", require "util.jid", require "util.set";
 
 local is_admin = require "core.usermanager".is_admin;