diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-02-21 01:57:13 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-02-21 01:57:13 +0500 |
commit | 4c2d9d14bc190e9c17d51a1eae47cf9a7a34b861 (patch) | |
tree | e8602c19243b68d58b6278cd99a38f842a6cddce | |
parent | 56b621a54d64a8ed13d785ac5d39616f18aa8ffb (diff) | |
download | prosody-4c2d9d14bc190e9c17d51a1eae47cf9a7a34b861.tar.gz prosody-4c2d9d14bc190e9c17d51a1eae47cf9a7a34b861.zip |
MUC: Added copyright notice
-rw-r--r-- | plugins/mod_muc.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/mod_muc.lua b/plugins/mod_muc.lua index a2bc683b..83c35563 100644 --- a/plugins/mod_muc.lua +++ b/plugins/mod_muc.lua @@ -1,3 +1,10 @@ +-- Prosody IM v0.3 +-- 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 register_component = require "core.componentmanager".register_component; |