Software /
code /
prosody
Changeset
835:2a8bfb7dee77
MUC: Added copyright notice
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 21 Feb 2009 01:57:13 +0500 |
parents | 834:596a6b425eb9 |
children | 836:073386be5ccc |
files | plugins/mod_muc.lua |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;