mod_auth_dovecot: Update Copyright
authorKim Alvefur <zash@zash.se>
Fri, 02 Sep 2011 10:51:34 +0200
changeset 411 b3a5439a16bf
parent 410 abac17cb5032
child 412 8963f4026f3a
mod_auth_dovecot: Update Copyright
mod_auth_dovecot/mod_auth_dovecot.lua
--- a/mod_auth_dovecot/mod_auth_dovecot.lua	Fri Sep 02 00:47:31 2011 +0200
+++ b/mod_auth_dovecot/mod_auth_dovecot.lua	Fri Sep 02 10:51:34 2011 +0200
@@ -1,8 +1,9 @@
 -- Dovecot authentication backend for Prosody
 --
 -- Copyright (C) 2010 Javier Torres
--- Copyright (C) 2008-2010 Matthew Wild
--- Copyright (C) 2008-2010 Waqas Hussain
+-- Copyright (C) 2010-2010 Matthew Wild
+-- Copyright (C) 2010-2010 Waqas Hussain
+-- Copyright (C) 2010 Kim Alvefur
 --
 
 local socket_unix = require "socket.unix";