# HG changeset patch # User Kim Alvefur # Date 1315193143 -7200 # Node ID e840b4ce538dd474930b0467aa07b13248bb0de3 # Parent 8fe1b47c9bde08bbc8fd80901b2e0f202feeacd4 mod_auth_dovecot: Fix years in (c) diff -r 8fe1b47c9bde -r e840b4ce538d 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";