# HG changeset patch # User Waqas Hussain # Date 1235163433 -18000 # Node ID 2a8bfb7dee776b051d2d9277b90b8b332c19f814 # Parent 596a6b425eb921bddfb3c06ab2e0a42bc1bede12 MUC: Added copyright notice diff -r 596a6b425eb9 -r 2a8bfb7dee77 plugins/mod_muc.lua --- a/plugins/mod_muc.lua Sat Feb 21 01:49:09 2009 +0500 +++ b/plugins/mod_muc.lua Sat Feb 21 01:57:13 2009 +0500 @@ -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;