diff options
author | Alexey Shchepin <alexey@process-one.net> | 2013-01-24 16:25:13 +0200 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2013-01-24 16:25:13 +0200 |
commit | 0ae400533c02cdaffd2f6e24af2067a7d1b673da (patch) | |
tree | cbd1a5848c05a20329b30cc01ff2db479a58017c /src/web | |
parent | Make sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero) (diff) |
Update copyright dates
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/ejabberd_http.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_http.hrl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_http_poll.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_web.erl | 2 | ||||
-rw-r--r-- | src/web/ejabberd_web_admin.erl | 4 | ||||
-rw-r--r-- | src/web/ejabberd_web_admin.hrl | 2 | ||||
-rw-r--r-- | src/web/http_bind.hrl | 2 | ||||
-rw-r--r-- | src/web/mod_http_bind.erl | 2 | ||||
-rw-r--r-- | src/web/mod_http_fileserver.erl | 2 | ||||
-rw-r--r-- | src/web/mod_register_web.erl | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/src/web/ejabberd_http.erl b/src/web/ejabberd_http.erl index c20e267db..612a544bd 100644 --- a/src/web/ejabberd_http.erl +++ b/src/web/ejabberd_http.erl @@ -5,7 +5,7 @@ %%% Created : 27 Feb 2004 by Alexey Shchepin <alexey@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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.hrl b/src/web/ejabberd_http.hrl index 7cd6da179..4f3dd17fc 100644 --- a/src/web/ejabberd_http.hrl +++ b/src/web/ejabberd_http.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_poll.erl b/src/web/ejabberd_http_poll.erl index 8c80ddec8..37be1358a 100644 --- a/src/web/ejabberd_http_poll.erl +++ b/src/web/ejabberd_http_poll.erl @@ -5,7 +5,7 @@ %%% Created : 4 Mar 2004 by Alexey Shchepin <alexey@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_web.erl b/src/web/ejabberd_web.erl index 932d829df..e75f61d09 100644 --- a/src/web/ejabberd_web.erl +++ b/src/web/ejabberd_web.erl @@ -5,7 +5,7 @@ %%% Created : 28 Feb 2004 by Alexey Shchepin <alexey@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_web_admin.erl b/src/web/ejabberd_web_admin.erl index 59e9b0313..c01b9d9f9 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -5,7 +5,7 @@ %%% Created : 9 Apr 2004 by Alexey Shchepin <alexey@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as @@ -318,7 +318,7 @@ make_xhtml(Els, Host, Node, Lang, JID) -> [?XAE("div", [{"id", "copyright"}], [?XC("p", - "ejabberd (c) 2002-2012 ProcessOne") + "ejabberd (c) 2002-2013 ProcessOne") ])])]) ]}}. diff --git a/src/web/ejabberd_web_admin.hrl b/src/web/ejabberd_web_admin.hrl index 73f792e2d..646e1c172 100644 --- a/src/web/ejabberd_web_admin.hrl +++ b/src/web/ejabberd_web_admin.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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/http_bind.hrl b/src/web/http_bind.hrl index 433703a5b..ea9586ea5 100644 --- a/src/web/http_bind.hrl +++ b/src/web/http_bind.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_bind.erl b/src/web/mod_http_bind.erl index 99409450c..9112f6e59 100644 --- a/src/web/mod_http_bind.erl +++ b/src/web/mod_http_bind.erl @@ -5,7 +5,7 @@ %%% Created : Tue Feb 20 13:15:52 CET 2007 %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_fileserver.erl b/src/web/mod_http_fileserver.erl index 251d367bb..71a627208 100644 --- a/src/web/mod_http_fileserver.erl +++ b/src/web/mod_http_fileserver.erl @@ -5,7 +5,7 @@ %%% Created : %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 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_register_web.erl b/src/web/mod_register_web.erl index b5c1f3801..acb022351 100644 --- a/src/web/mod_register_web.erl +++ b/src/web/mod_register_web.erl @@ -5,7 +5,7 @@ %%% Created : 4 May 2008 by Badlop <badlop@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2012 ProcessOne +%%% ejabberd, Copyright (C) 2002-2013 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as |