diff options
author | Alexey Shchepin <alexey@process-one.net> | 2012-03-07 16:20:25 +0200 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2012-03-07 16:20:25 +0200 |
commit | 92feebd0fabba213bd012fafa61be4168955bb72 (patch) | |
tree | 7bdd113f2ba794f040b97d140a5a7001fcc4c31b /src/mod_pubsub/pubsub_index.erl | |
parent | Don't ignore Length parameter in tls:recv (diff) | |
parent | Merge remote-tracking branch 'mainline/2.1.x' into 2.2.x (diff) |
Merge branch '2.2.x' of git+ssh://git@gitorious.process-one.net/+ejabberd-developers/ejabberd/maincustomers.git into 2.2.x
Diffstat (limited to 'src/mod_pubsub/pubsub_index.erl')
-rw-r--r-- | src/mod_pubsub/pubsub_index.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mod_pubsub/pubsub_index.erl b/src/mod_pubsub/pubsub_index.erl index f10c33612..8e9b8d559 100644 --- a/src/mod_pubsub/pubsub_index.erl +++ b/src/mod_pubsub/pubsub_index.erl @@ -11,12 +11,12 @@ %%% under the License. %%% %%% The Initial Developer of the Original Code is ProcessOne. -%%% Portions created by ProcessOne are Copyright 2006-2011, ProcessOne +%%% Portions created by ProcessOne are Copyright 2006-2012, ProcessOne %%% All Rights Reserved.'' -%%% This software is copyright 2006-2011, ProcessOne. +%%% This software is copyright 2006-2012, ProcessOne. %%% %%% -%%% @copyright 2006-2011 ProcessOne +%%% @copyright 2006-2012 ProcessOne %%% @author Christophe Romain <christophe.romain@process-one.net> %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} |