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/mod_irc | |
| parent | Recommend Erlang/OTP R13B04 and R14B04 (diff) | |
Update copyright dates
Diffstat (limited to 'src/mod_irc')
| -rw-r--r-- | src/mod_irc/iconv.erl | 2 | ||||
| -rw-r--r-- | src/mod_irc/iconv_erl.c | 2 | ||||
| -rw-r--r-- | src/mod_irc/mod_irc.erl | 4 | ||||
| -rw-r--r-- | src/mod_irc/mod_irc_connection.erl | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/mod_irc/iconv.erl b/src/mod_irc/iconv.erl index dde4d7e8d..3f6747b45 100644 --- a/src/mod_irc/iconv.erl +++ b/src/mod_irc/iconv.erl @@ -5,7 +5,7 @@ %%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@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/mod_irc/iconv_erl.c b/src/mod_irc/iconv_erl.c index cad415723..da2e9c041 100644 --- a/src/mod_irc/iconv_erl.c +++ b/src/mod_irc/iconv_erl.c @@ -1,5 +1,5 @@ /* - * 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_irc/mod_irc.erl b/src/mod_irc/mod_irc.erl index e610bf771..d924deca2 100644 --- a/src/mod_irc/mod_irc.erl +++ b/src/mod_irc/mod_irc.erl @@ -5,7 +5,7 @@ %%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@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 @@ -425,7 +425,7 @@ iq_get_vcard(Lang) -> [{xmlcdata, ?EJABBERD_URI}]}, {xmlelement, "DESC", [], [{xmlcdata, translate:translate(Lang, "ejabberd IRC module") ++ - "\nCopyright (c) 2003-2011 ProcessOne"}]}]. + "\nCopyright (c) 2003-2012 ProcessOne"}]}]. command_items(Host, Lang) -> lists:map(fun({Node, Name, _Function}) diff --git a/src/mod_irc/mod_irc_connection.erl b/src/mod_irc/mod_irc_connection.erl index 92001aedb..5e6725831 100644 --- a/src/mod_irc/mod_irc_connection.erl +++ b/src/mod_irc/mod_irc_connection.erl @@ -5,7 +5,7 @@ %%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@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 |
