Mercurial > prosody-modules
changeset 418:e840b4ce538d
mod_auth_dovecot: Fix years in (c)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 05 Sep 2011 05:25:43 +0200 |
parents | 8fe1b47c9bde |
children | 2a2b70e1a998 |
files | mod_auth_dovecot/mod_auth_dovecot.lua |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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";