changeset 1148:723367b5de8c

mod_muc_log: Restore copyright header that somehow got lost
author Kim Alvefur <zash@zash.se>
date Sat, 10 Aug 2013 22:01:18 +0200
parents 27b41ee61601
children d055c44a7f61
files mod_muc_log/mod_muc_log.lua
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_log/mod_muc_log.lua	Sat Aug 10 21:51:29 2013 +0200
+++ b/mod_muc_log/mod_muc_log.lua	Sat Aug 10 22:01:18 2013 +0200
@@ -1,3 +1,9 @@
+-- Copyright (C) 2009 Thilo Cestonaro
+-- Copyright (C) 2009 Waqas Hussain
+-- Copyright (C) 2009-2013 Matthew Wild
+-- Copyright (C) 2013 Kim Alvefur
+-- Copyright (C) 2013 Marco Cirillo
+
 local hosts = prosody.hosts;
 local tostring = tostring;
 local split_jid = require "util.jid".split;