From 32e5781a6ac0b000cc1dcc51bb4f30b0640c8940 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 3 Jan 2017 15:58:52 +0100 Subject: [PATCH] Cleanup file headers --- src/ejabberd_logger.erl | 8 ++++---- src/ejabberd_piefxis.erl | 5 +---- src/ejabberd_riak.erl | 9 ++++----- src/ejabberd_stun.erl | 9 ++++----- src/elixir_logger_backend.erl | 8 ++++---- src/mod_fail2ban.erl | 7 +++---- src/mod_mam.erl | 7 +++---- src/mod_sip.erl | 7 +++---- src/mod_sip_proxy.erl | 7 +++---- src/mod_sip_registrar.erl | 7 +++---- test/announce_tests.erl | 27 +++++++++++++++++++++------ test/carbons_tests.erl | 27 +++++++++++++++++++++------ test/csi_tests.erl | 27 +++++++++++++++++++++------ test/ejabberd_SUITE.erl | 28 ++++++++++++++++++++++------ test/ejabberd_admin_test.exs | 2 +- test/elixir_SUITE.erl | 28 ++++++++++++++++++++++------ test/example_tests.erl | 27 +++++++++++++++++++++------ test/ldap_srv.erl | 29 +++++++++++++++++++++++------ test/mam_tests.erl | 27 +++++++++++++++++++++------ test/mix_tests.erl | 27 +++++++++++++++++++++------ test/mod_admin_extra_test.exs | 2 +- test/mod_http_api_mock_test.exs | 2 +- test/mod_legacy.erl | 27 +++++++++++++++++++++------ test/muc_tests.erl | 27 +++++++++++++++++++++------ test/offline_tests.erl | 27 +++++++++++++++++++++------ test/privacy_tests.erl | 27 +++++++++++++++++++++------ test/proxy65_tests.erl | 27 +++++++++++++++++++++------ test/pubsub_tests.erl | 27 +++++++++++++++++++++------ test/replaced_tests.erl | 27 +++++++++++++++++++++------ test/roster_tests.erl | 27 +++++++++++++++++++++------ test/sm_tests.erl | 27 +++++++++++++++++++++------ test/suite.erl | 27 +++++++++++++++++++++------ test/vcard_tests.erl | 27 +++++++++++++++++++++------ 33 files changed, 459 insertions(+), 165 deletions(-) diff --git a/src/ejabberd_logger.erl b/src/ejabberd_logger.erl index 3c4d7803b..f57ac977d 100644 --- a/src/ejabberd_logger.erl +++ b/src/ejabberd_logger.erl @@ -1,10 +1,10 @@ %%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov -%%% @doc -%%% -%%% @end +%%% File : ejabberd_logger.erl +%%% Author : Evgeniy Khramtsov +%%% Purpose : ejabberd logger wrapper %%% Created : 12 May 2013 by Evgeniy Khramtsov %%% +%%% %%% ejabberd, Copyright (C) 2013-2017 ProcessOne %%% %%% This program is free software; you can redistribute it and/or diff --git a/src/ejabberd_piefxis.erl b/src/ejabberd_piefxis.erl index daa4013aa..6eefc045b 100644 --- a/src/ejabberd_piefxis.erl +++ b/src/ejabberd_piefxis.erl @@ -1,11 +1,8 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_piefxis.erl -%%% Author : Pablo Polvorin, Vidal Santiago Martinez +%%% Author : Pablo Polvorin, Vidal Santiago Martinez, Evgeniy Khramtsov %%% Purpose : XEP-0227: Portable Import/Export Format for XMPP-IM Servers %%% Created : 17 Jul 2008 by Pablo Polvorin -%%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov -%%% @doc %%% %%% %%% ejabberd, Copyright (C) 2002-2017 ProcessOne diff --git a/src/ejabberd_riak.erl b/src/ejabberd_riak.erl index feabd36a9..a6ea55e98 100644 --- a/src/ejabberd_riak.erl +++ b/src/ejabberd_riak.erl @@ -1,10 +1,9 @@ %%%------------------------------------------------------------------- -%%% @author Alexey Shchepin -%%% @doc -%%% Interface for Riak database -%%% @end +%%% File : ejabberd_riak.erl +%%% Author : Alexey Shchepin +%%% Purpose : Interface for Riak database %%% Created : 29 Dec 2011 by Alexey Shchepin -%%% @copyright (C) 2002-2017 ProcessOne +%%% %%% %%% ejabberd, Copyright (C) 2002-2017 ProcessOne %%% diff --git a/src/ejabberd_stun.erl b/src/ejabberd_stun.erl index 7d770cdf0..ebe98f476 100644 --- a/src/ejabberd_stun.erl +++ b/src/ejabberd_stun.erl @@ -1,11 +1,10 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2014, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : ejabberd_stun.erl +%%% Author : Evgeny Khramtsov +%%% Purpose : STUN RFC-5766 %%% Created : 8 May 2014 by Evgeny Khramtsov %%% +%%% %%% ejabberd, Copyright (C) 2013-2017 ProcessOne %%% %%% This program is free software; you can redistribute it and/or diff --git a/src/elixir_logger_backend.erl b/src/elixir_logger_backend.erl index 629cf2f6d..4a928b43f 100644 --- a/src/elixir_logger_backend.erl +++ b/src/elixir_logger_backend.erl @@ -1,10 +1,10 @@ %%%------------------------------------------------------------------- -%%% @author Mickael Remond -%%% @doc -%%% This module bridges lager logs to Elixir Logger. -%%% @end +%%% File : elixir_logger_backend.erl +%%% Author : Mickael Remond +%%% Purpose : This module bridges lager logs to Elixir Logger. %%% Created : 9 March 2016 by Mickael Remond %%% +%%% %%% ejabberd, Copyright (C) 2002-2017 ProcessOne %%% %%% This program is free software; you can redistribute it and/or diff --git a/src/mod_fail2ban.erl b/src/mod_fail2ban.erl index b5d1d36ae..2b5e0bfc5 100644 --- a/src/mod_fail2ban.erl +++ b/src/mod_fail2ban.erl @@ -1,8 +1,7 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : mod_fail2ban.erl +%%% Author : Evgeny Khramtsov +%%% Purpose : %%% Created : 15 Aug 2014 by Evgeny Khramtsov %%% %%% diff --git a/src/mod_mam.erl b/src/mod_mam.erl index 204847e1e..14419985c 100644 --- a/src/mod_mam.erl +++ b/src/mod_mam.erl @@ -1,8 +1,7 @@ %%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov -%%% @doc -%%% Message Archive Management (XEP-0313) -%%% @end +%%% File : mod_mam.erl +%%% Author : Evgeniy Khramtsov +%%% Purpose : Message Archive Management (XEP-0313) %%% Created : 4 Jul 2013 by Evgeniy Khramtsov %%% %%% diff --git a/src/mod_sip.erl b/src/mod_sip.erl index 439b43f53..7d62bdfc3 100644 --- a/src/mod_sip.erl +++ b/src/mod_sip.erl @@ -1,8 +1,7 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : mod_sip.erl +%%% Author : Evgeny Khramtsov +%%% Purpose : SIP RFC-3261 %%% Created : 21 Apr 2014 by Evgeny Khramtsov %%% %%% diff --git a/src/mod_sip_proxy.erl b/src/mod_sip_proxy.erl index 4e745cca1..bff6f18a2 100644 --- a/src/mod_sip_proxy.erl +++ b/src/mod_sip_proxy.erl @@ -1,8 +1,7 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : mod_sip_proxy.erl +%%% Author : Evgeny Khramtsov +%%% Purpose : %%% Created : 21 Apr 2014 by Evgeny Khramtsov %%% %%% diff --git a/src/mod_sip_registrar.erl b/src/mod_sip_registrar.erl index 30b0d1ff1..646a39161 100644 --- a/src/mod_sip_registrar.erl +++ b/src/mod_sip_registrar.erl @@ -1,8 +1,7 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : mod_sip_registrar.erl +%%% Author : Evgeny Khramtsov +%%% Purpose : %%% Created : 23 Apr 2014 by Evgeny Khramtsov %%% %%% diff --git a/test/announce_tests.erl b/test/announce_tests.erl index 3eea5298c..7b621a3d1 100644 --- a/test/announce_tests.erl +++ b/test/announce_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(announce_tests). %% API diff --git a/test/carbons_tests.erl b/test/carbons_tests.erl index 00dd57e3c..a85cece8c 100644 --- a/test/carbons_tests.erl +++ b/test/carbons_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(carbons_tests). %% API diff --git a/test/csi_tests.erl b/test/csi_tests.erl index 9a96b8a59..a539c9c24 100644 --- a/test/csi_tests.erl +++ b/test/csi_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(csi_tests). %% API diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl index 5939bf9c0..76ffa8f2b 100644 --- a/test/ejabberd_SUITE.erl +++ b/test/ejabberd_SUITE.erl @@ -1,11 +1,27 @@ %%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov -%%% @copyright (C) 2002-2017, ProcessOne -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 2 Jun 2013 by Evgeniy Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + + -module(ejabberd_SUITE). -compile(export_all). diff --git a/test/ejabberd_admin_test.exs b/test/ejabberd_admin_test.exs index 31b8ab2e2..effcbc579 100644 --- a/test/ejabberd_admin_test.exs +++ b/test/ejabberd_admin_test.exs @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # -# ejabberd, Copyright (C) 2002-2015 ProcessOne +# ejabberd, Copyright (C) 2002-2017 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/test/elixir_SUITE.erl b/test/elixir_SUITE.erl index 381ed226e..7ef4f2cdb 100644 --- a/test/elixir_SUITE.erl +++ b/test/elixir_SUITE.erl @@ -1,7 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Mickael Remond -%%% @copyright (C) 2002-2017, ProcessOne -%%% @doc +%%% Author : Mickael Remond +%%% Created : 19 Feb 2015 by Mickael Remond +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + %%% This is a common test wrapper to run our ejabberd tests written in %%% Elixir from standard common test code. %%% @@ -9,9 +28,6 @@ %%% ./rebar skip_deps=true ct suites=elixir %%% or from ejabber overall test suite: %%% make quicktest -%%% @end -%%% Created : 19 Feb 2015 by Mickael Remond -%%%------------------------------------------------------------------- -module(elixir_SUITE). diff --git a/test/example_tests.erl b/test/example_tests.erl index d7965376e..61b84cc2d 100644 --- a/test/example_tests.erl +++ b/test/example_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(example_tests). %% API diff --git a/test/ldap_srv.erl b/test/ldap_srv.erl index a2871551d..d5dc8dbe2 100644 --- a/test/ldap_srv.erl +++ b/test/ldap_srv.erl @@ -1,11 +1,28 @@ %%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov -%%% @copyright (C) 2013-2017, Evgeniy Khramtsov -%%% @doc -%%% Simple LDAP server intended for LDAP modules testing -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 21 Jun 2013 by Evgeniy Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + +%%% Simple LDAP server intended for LDAP modules testing + -module(ldap_srv). -behaviour(gen_server). diff --git a/test/mam_tests.erl b/test/mam_tests.erl index d628ddd2a..c961ed929 100644 --- a/test/mam_tests.erl +++ b/test/mam_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 14 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(mam_tests). %% API diff --git a/test/mix_tests.erl b/test/mix_tests.erl index 56b1b35d7..74e83d2b2 100644 --- a/test/mix_tests.erl +++ b/test/mix_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(mix_tests). %% API diff --git a/test/mod_admin_extra_test.exs b/test/mod_admin_extra_test.exs index 3baf4922f..23d708498 100644 --- a/test/mod_admin_extra_test.exs +++ b/test/mod_admin_extra_test.exs @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # -# ejabberd, Copyright (C) 2002-2015 ProcessOne +# ejabberd, Copyright (C) 2002-2017 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/test/mod_http_api_mock_test.exs b/test/mod_http_api_mock_test.exs index 9ab53bee2..d7661ce4f 100644 --- a/test/mod_http_api_mock_test.exs +++ b/test/mod_http_api_mock_test.exs @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # -# ejabberd, Copyright (C) 2002-2015 ProcessOne +# ejabberd, Copyright (C) 2002-2017 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/test/mod_legacy.erl b/test/mod_legacy.erl index dba977554..eedfbd3b5 100644 --- a/test/mod_legacy.erl +++ b/test/mod_legacy.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 25 Sep 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(mod_legacy). -behaviour(gen_mod). diff --git a/test/muc_tests.erl b/test/muc_tests.erl index d8e6dd8fb..c1c3b7b86 100644 --- a/test/muc_tests.erl +++ b/test/muc_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 15 Oct 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(muc_tests). %% API diff --git a/test/offline_tests.erl b/test/offline_tests.erl index ea34544e3..4964b8fee 100644 --- a/test/offline_tests.erl +++ b/test/offline_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 7 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(offline_tests). %% API diff --git a/test/privacy_tests.erl b/test/privacy_tests.erl index 640f53d48..fdde64958 100644 --- a/test/privacy_tests.erl +++ b/test/privacy_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 18 Oct 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(privacy_tests). %% API diff --git a/test/proxy65_tests.erl b/test/proxy65_tests.erl index 49e195d38..7934191f5 100644 --- a/test/proxy65_tests.erl +++ b/test/proxy65_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(proxy65_tests). %% API diff --git a/test/pubsub_tests.erl b/test/pubsub_tests.erl index daffc29ec..987754fc8 100644 --- a/test/pubsub_tests.erl +++ b/test/pubsub_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(pubsub_tests). %% API diff --git a/test/replaced_tests.erl b/test/replaced_tests.erl index e50c27f05..35df5e10b 100644 --- a/test/replaced_tests.erl +++ b/test/replaced_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(replaced_tests). %% API diff --git a/test/roster_tests.erl b/test/roster_tests.erl index 4aa06b953..879d13e74 100644 --- a/test/roster_tests.erl +++ b/test/roster_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 22 Oct 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(roster_tests). %% API diff --git a/test/sm_tests.erl b/test/sm_tests.erl index 0a74d392a..d2ec3bd56 100644 --- a/test/sm_tests.erl +++ b/test/sm_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(sm_tests). %% API diff --git a/test/suite.erl b/test/suite.erl index 8a4671b19..554b9b553 100644 --- a/test/suite.erl +++ b/test/suite.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeniy Khramtsov <> -%%% @copyright (C) 2013-2017, Evgeniy Khramtsov -%%% @doc +%%% Author : Evgeny Khramtsov +%%% Created : 27 Jun 2013 by Evgeniy Khramtsov %%% -%%% @end -%%% Created : 27 Jun 2013 by Evgeniy Khramtsov <> -%%%------------------------------------------------------------------- +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(suite). %% API diff --git a/test/vcard_tests.erl b/test/vcard_tests.erl index 26cfdc92b..27d619608 100644 --- a/test/vcard_tests.erl +++ b/test/vcard_tests.erl @@ -1,11 +1,26 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% Author : Evgeny Khramtsov %%% Created : 16 Nov 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2017 ProcessOne +%%% +%%% This program is free software; you can redistribute it and/or +%%% modify it under the terms of the GNU General Public License as +%%% published by the Free Software Foundation; either version 2 of the +%%% License, or (at your option) any later version. +%%% +%%% This program is distributed in the hope that it will be useful, +%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%%% General Public License for more details. +%%% +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +%%% +%%%---------------------------------------------------------------------- + -module(vcard_tests). %% API