diff options
author | Alexey Shchepin <alexey@process-one.net> | 2012-02-23 17:52:34 +0200 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2012-02-23 17:52:34 +0200 |
commit | b1e25384886eae5c1b4a76c13f4b9afb7cbea789 (patch) | |
tree | 84a211eb5df0cc226a2db8f8cd89f3141071e81d /src/eldap | |
parent | Recommend Erlang/OTP R13B04 and R14B04 (diff) |
Update copyright dates
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 23b498435..8dcd978c3 100644 --- a/src/eldap/eldap.hrl +++ b/src/eldap/eldap.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2011 ProcessOne +%%% ejabberd, Copyright (C) 2002-2012 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 f55df6f41..f8f20bea4 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-2011 ProcessOne +%%% ejabberd, Copyright (C) 2002-2012 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 fc7317bda..b3dcd677c 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-2011 ProcessOne +%%% ejabberd, Copyright (C) 2002-2012 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 056499d4a..9e2134db1 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-2011 ProcessOne +%%% ejabberd, Copyright (C) 2002-2012 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as |