aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2012-05-04 17:47:20 +0200
committerChristophe Romain <christophe.romain@process-one.net>2012-09-11 17:18:22 +0200
commitf3879348863631769d260822eb2fb3312657bd09 (patch)
treeaffe102b58b7ce01430d3ca6026e8151ad3a7858 /src
parentExplain that 2 LDAP connections are established per vhost (diff)
update copyright date to 2012
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_c2s.hrl2
-rw-r--r--src/http_p1.erl2
-rw-r--r--src/mod_ack.erl2
-rw-r--r--src/mod_admin_p1.erl2
-rw-r--r--src/mod_applepush.erl4
-rw-r--r--src/mod_applepush_service.erl4
-rw-r--r--src/mod_carboncopy.erl2
-rw-r--r--src/mod_pubsub_ng/exmpp_pubsub.erl6
-rw-r--r--src/mod_pubsub_ng/mod_pubsub_dev.erl6
-rw-r--r--src/mod_pubsub_ng/node_flat_dev.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_broadcast.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_core.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_db.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_db_mnesia.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_disco.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_groups.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_hooks.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_index_dev.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_options.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_parser.erl6
-rw-r--r--src/mod_pubsub_ng/pubsub_tools.erl6
-rw-r--r--src/web/bosh.hrl2
-rw-r--r--src/web/ejabberd_bosh.erl2
-rw-r--r--src/web/ejabberd_http_ws.erl2
-rw-r--r--src/web/ejabberd_http_wsjson.erl2
-rw-r--r--src/web/ejabberd_websocket.erl2
-rw-r--r--src/web/mod_bosh.erl2
-rw-r--r--src/web/mod_http_bindjson.erl2
-rw-r--r--src/web/pshb_http.erl2
-rw-r--r--src/web/xmpp_json.erl2
30 files changed, 60 insertions, 60 deletions
diff --git a/src/ejabberd_c2s.hrl b/src/ejabberd_c2s.hrl
index c7082efcf..46e3e97b5 100644
--- a/src/ejabberd_c2s.hrl
+++ b/src/ejabberd_c2s.hrl
@@ -1,6 +1,6 @@
%%%----------------------------------------------------------------------
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/http_p1.erl b/src/http_p1.erl
index 6ffad799e..8c51bdc29 100644
--- a/src/http_p1.erl
+++ b/src/http_p1.erl
@@ -5,7 +5,7 @@
%%% Created : 29 Jul 2010 by Emilio Bustos <ebustos@process-one.net>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/mod_ack.erl b/src/mod_ack.erl
index ee2973f95..744c4ea12 100644
--- a/src/mod_ack.erl
+++ b/src/mod_ack.erl
@@ -6,7 +6,7 @@
%%% Created : 12 Mar 2010 by Mickael Remond <mremond@process-one.net>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/mod_admin_p1.erl b/src/mod_admin_p1.erl
index 5716164c3..fa632a70f 100644
--- a/src/mod_admin_p1.erl
+++ b/src/mod_admin_p1.erl
@@ -5,7 +5,7 @@
%%% Created : 21 May 2008 by Badlop <badlop@process-one.net>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/mod_applepush.erl b/src/mod_applepush.erl
index c5a0eaea0..8f62d8a3b 100644
--- a/src/mod_applepush.erl
+++ b/src/mod_applepush.erl
@@ -1,10 +1,10 @@
%%%----------------------------------------------------------------------
%%% File : mod_applepush.erl
%%% Author : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Push module support
+%%% Purpose : Push module support
%%% Created : 5 Jun 2009 by Alexey Shchepin <alexey@process-one.net>
%%%
-%%% ejabberd, Copyright (C) 2002-2009 ProcessOne
+%%% ejabberd, Copyright (C) 2002-2012 ProcessOne
%%%----------------------------------------------------------------------
-module(mod_applepush).
diff --git a/src/mod_applepush_service.erl b/src/mod_applepush_service.erl
index 995447a0d..0abd9c431 100644
--- a/src/mod_applepush_service.erl
+++ b/src/mod_applepush_service.erl
@@ -1,10 +1,10 @@
%%%----------------------------------------------------------------------
%%% File : mod_applepush_service.erl
%%% Author : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Central push infrastructure
+%%% Purpose : Central push infrastructure
%%% Created : 5 Jun 2009 by Alexey Shchepin <alexey@process-one.net>
%%%
-%%% ejabberd, Copyright (C) 2002-2009 ProcessOne
+%%% ejabberd, Copyright (C) 2002-2012 ProcessOne
%%%----------------------------------------------------------------------
-module(mod_applepush_service).
diff --git a/src/mod_carboncopy.erl b/src/mod_carboncopy.erl
index 34b531678..1f22783a4 100644
--- a/src/mod_carboncopy.erl
+++ b/src/mod_carboncopy.erl
@@ -7,7 +7,7 @@
%%% {mod_carboncopy, []}
%%%
%%%
-%%% 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/mod_pubsub_ng/exmpp_pubsub.erl b/src/mod_pubsub_ng/exmpp_pubsub.erl
index 19bc1d76d..f5633d23c 100644
--- a/src/mod_pubsub_ng/exmpp_pubsub.erl
+++ b/src/mod_pubsub_ng/exmpp_pubsub.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/mod_pubsub_dev.erl b/src/mod_pubsub_ng/mod_pubsub_dev.erl
index 9faca6552..383df2ebf 100644
--- a/src/mod_pubsub_ng/mod_pubsub_dev.erl
+++ b/src/mod_pubsub_ng/mod_pubsub_dev.erl
@@ -11,11 +11,11 @@
%%% 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/]
%%% @author Karim Gemayel <karim.gemayel@process-one.net>
diff --git a/src/mod_pubsub_ng/node_flat_dev.erl b/src/mod_pubsub_ng/node_flat_dev.erl
index 9de5e5a1f..b87bc82a1 100644
--- a/src/mod_pubsub_ng/node_flat_dev.erl
+++ b/src/mod_pubsub_ng/node_flat_dev.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_broadcast.erl b/src/mod_pubsub_ng/pubsub_broadcast.erl
index 33dce8a49..0ee22b65e 100644
--- a/src/mod_pubsub_ng/pubsub_broadcast.erl
+++ b/src/mod_pubsub_ng/pubsub_broadcast.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_core.erl b/src/mod_pubsub_ng/pubsub_core.erl
index 8914987f9..6283e1a33 100644
--- a/src/mod_pubsub_ng/pubsub_core.erl
+++ b/src/mod_pubsub_ng/pubsub_core.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_db.erl b/src/mod_pubsub_ng/pubsub_db.erl
index b08fe611b..e751c1e9a 100644
--- a/src/mod_pubsub_ng/pubsub_db.erl
+++ b/src/mod_pubsub_ng/pubsub_db.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http:%%www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_db_mnesia.erl b/src/mod_pubsub_ng/pubsub_db_mnesia.erl
index ac41c36a0..a175806c1 100644
--- a/src/mod_pubsub_ng/pubsub_db_mnesia.erl
+++ b/src/mod_pubsub_ng/pubsub_db_mnesia.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http:%%www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_disco.erl b/src/mod_pubsub_ng/pubsub_disco.erl
index 935e4f47e..ccb17aa44 100644
--- a/src/mod_pubsub_ng/pubsub_disco.erl
+++ b/src/mod_pubsub_ng/pubsub_disco.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_groups.erl b/src/mod_pubsub_ng/pubsub_groups.erl
index c0ff2e96a..7669b5ac6 100644
--- a/src/mod_pubsub_ng/pubsub_groups.erl
+++ b/src/mod_pubsub_ng/pubsub_groups.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_hooks.erl b/src/mod_pubsub_ng/pubsub_hooks.erl
index c5c1fc28a..e417e62ac 100644
--- a/src/mod_pubsub_ng/pubsub_hooks.erl
+++ b/src/mod_pubsub_ng/pubsub_hooks.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_index_dev.erl b/src/mod_pubsub_ng/pubsub_index_dev.erl
index 72a8c82e6..6e9a5f03f 100644
--- a/src/mod_pubsub_ng/pubsub_index_dev.erl
+++ b/src/mod_pubsub_ng/pubsub_index_dev.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}
diff --git a/src/mod_pubsub_ng/pubsub_options.erl b/src/mod_pubsub_ng/pubsub_options.erl
index 46c9c2dd4..82617f504 100644
--- a/src/mod_pubsub_ng/pubsub_options.erl
+++ b/src/mod_pubsub_ng/pubsub_options.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_parser.erl b/src/mod_pubsub_ng/pubsub_parser.erl
index 9bc7de36d..ec028a8e2 100644
--- a/src/mod_pubsub_ng/pubsub_parser.erl
+++ b/src/mod_pubsub_ng/pubsub_parser.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/mod_pubsub_ng/pubsub_tools.erl b/src/mod_pubsub_ng/pubsub_tools.erl
index 9bb5d2504..f927595bc 100644
--- a/src/mod_pubsub_ng/pubsub_tools.erl
+++ b/src/mod_pubsub_ng/pubsub_tools.erl
@@ -11,11 +11,11 @@
%%% 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 Karim Gemayel <karim.gemayel@process-one.net>
%%% [http://www.process-one.net/]
%%% @version {@vsn}, {@date} {@time}
diff --git a/src/web/bosh.hrl b/src/web/bosh.hrl
index 70fbe8723..d55f1cae9 100644
--- a/src/web/bosh.hrl
+++ b/src/web/bosh.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/web/ejabberd_bosh.erl b/src/web/ejabberd_bosh.erl
index 1d0380e64..2087e76e6 100644
--- a/src/web/ejabberd_bosh.erl
+++ b/src/web/ejabberd_bosh.erl
@@ -5,7 +5,7 @@
%%% Created : 20 Jul 2011 by 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/web/ejabberd_http_ws.erl b/src/web/ejabberd_http_ws.erl
index 97545819b..28f9c4763 100644
--- a/src/web/ejabberd_http_ws.erl
+++ b/src/web/ejabberd_http_ws.erl
@@ -5,7 +5,7 @@
%%% Created : 09-10-2010 by Eric Cestari <ecestari@process-one.net>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/web/ejabberd_http_wsjson.erl b/src/web/ejabberd_http_wsjson.erl
index 1a07252e8..1881daf22 100644
--- a/src/web/ejabberd_http_wsjson.erl
+++ b/src/web/ejabberd_http_wsjson.erl
@@ -5,7 +5,7 @@
%%% Created : 09-10-2010 by Eric Cestari <ecestari@process-one.net>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/web/ejabberd_websocket.erl b/src/web/ejabberd_websocket.erl
index fde8baff6..f25639348 100644
--- a/src/web/ejabberd_websocket.erl
+++ b/src/web/ejabberd_websocket.erl
@@ -33,7 +33,7 @@
%%% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ==========================================================================================================
-%%% ejabberd, Copyright (C) 2002-2010 ProcessOne
+%%% ejabberd, Copyright (C) 2002-2012 ProcessOne
%%%----------------------------------------------------------------------
-module(ejabberd_websocket).
diff --git a/src/web/mod_bosh.erl b/src/web/mod_bosh.erl
index 70f8fce05..a3ee39f0d 100644
--- a/src/web/mod_bosh.erl
+++ b/src/web/mod_bosh.erl
@@ -7,7 +7,7 @@
%%% Created : 20 Jul 2011 by 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/web/mod_http_bindjson.erl b/src/web/mod_http_bindjson.erl
index 30f841c99..23f4a13c3 100644
--- a/src/web/mod_http_bindjson.erl
+++ b/src/web/mod_http_bindjson.erl
@@ -4,7 +4,7 @@
%%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
%%% Created : Tue Feb 20 13:15:52 CET 2007
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/web/pshb_http.erl b/src/web/pshb_http.erl
index 6f1a7a52c..3a710aa15 100644
--- a/src/web/pshb_http.erl
+++ b/src/web/pshb_http.erl
@@ -5,7 +5,7 @@
%%% Created :01-09-2010
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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/web/xmpp_json.erl b/src/web/xmpp_json.erl
index 258d573cc..3c53ac612 100644
--- a/src/web/xmpp_json.erl
+++ b/src/web/xmpp_json.erl
@@ -5,7 +5,7 @@
%%% Created : 09-20-2010
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2010 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