diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2011-02-14 13:50:55 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2011-02-14 13:50:55 +0100 |
commit | fd52f2cb7d9d79287002959bd2d7d2c675fc3f0e (patch) | |
tree | e9d465211759f86ea3d7b40965dc8b21e05480fa /src/eldap | |
parent | Provide HTTPS URL in CAPTCHA form when listener has 'tls' option (EJAB-1406) (diff) |
update copyright up to 2011
Diffstat (limited to 'src/eldap')
-rw-r--r-- | src/eldap/eldap.hrl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_filter.erl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_pool.erl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_utils.erl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/eldap/eldap.hrl b/src/eldap/eldap.hrl index ff0786104..5436fa794 100644 --- a/src/eldap/eldap.hrl +++ b/src/eldap/eldap.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2010 ProcessOne +%%% ejabberd, Copyright (C) 2002-2011 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_filter.erl b/src/eldap/eldap_filter.erl index 341fba13a..e1b5be303 100644 --- a/src/eldap/eldap_filter.erl +++ b/src/eldap/eldap_filter.erl @@ -6,7 +6,7 @@ %%% Author: Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2010 ProcessOne +%%% ejabberd, Copyright (C) 2002-2011 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_pool.erl b/src/eldap/eldap_pool.erl index 1b2961243..fc7317bda 100644 --- a/src/eldap/eldap_pool.erl +++ b/src/eldap/eldap_pool.erl @@ -5,7 +5,7 @@ %%% Created : 12 Nov 2006 by Evgeniy Khramtsov <xram@jabber.ru> %%% %%% -%%% ejabberd, Copyright (C) 2002-2010 ProcessOne +%%% ejabberd, Copyright (C) 2002-2011 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_utils.erl b/src/eldap/eldap_utils.erl index 993219eb3..b8ddee36b 100644 --- a/src/eldap/eldap_utils.erl +++ b/src/eldap/eldap_utils.erl @@ -5,7 +5,7 @@ %%% Created : 12 Oct 2006 by Mickael Remond <mremond@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2010 ProcessOne +%%% ejabberd, Copyright (C) 2002-2011 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as |