diff options
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/bosh.hrl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_bosh.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_http_ws.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_http_wsjson.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_websocket.erl | 2 | ||||
-rw-r--r-- | src/web/mod_bosh.erl | 2 | ||||
-rw-r--r-- | src/web/mod_http_bindjson.erl | 2 | ||||
-rw-r--r-- | src/web/pshb_http.erl | 2 | ||||
-rw-r--r-- | src/web/xmpp_json.erl | 2 |
9 files changed, 9 insertions, 9 deletions
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 |