mod_auth_dovecot: Fix years in (c)
authorKim Alvefur <zash@zash.se>
Mon, 05 Sep 2011 05:25:43 +0200
changeset 418 e840b4ce538d
parent 417 8fe1b47c9bde
child 419 2a2b70e1a998
mod_auth_dovecot: Fix years in (c)
mod_auth_dovecot/mod_auth_dovecot.lua
--- a/mod_auth_dovecot/mod_auth_dovecot.lua	Sat Sep 03 00:12:28 2011 +0000
+++ b/mod_auth_dovecot/mod_auth_dovecot.lua	Mon Sep 05 05:25:43 2011 +0200
@@ -1,9 +1,9 @@
 -- Dovecot authentication backend for Prosody
 --
 -- Copyright (C) 2010 Javier Torres
--- Copyright (C) 2010-2010 Matthew Wild
--- Copyright (C) 2010-2010 Waqas Hussain
--- Copyright (C) 2010 Kim Alvefur
+-- Copyright (C) 2010-2011 Matthew Wild
+-- Copyright (C) 2010-2011 Waqas Hussain
+-- Copyright (C) 2011 Kim Alvefur
 --
 
 local socket_unix = require "socket.unix";