]> granicus.if.org Git - ejabberd/commitdiff
Cleanup some headers
authorChristophe Romain <christophe.romain@process-one.net>
Fri, 10 Nov 2017 16:51:22 +0000 (17:51 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Fri, 10 Nov 2017 16:51:22 +0000 (17:51 +0100)
src/ejabberd_iq.erl
src/ejabberd_sip.erl
src/ejabberd_stun.erl
src/mod_bosh_redis.erl
src/mod_bosh_sql.erl
src/mod_fail2ban.erl
src/mod_mam.erl
src/mod_push_sql.erl
src/mod_sip.erl
src/mod_sip_proxy.erl
src/mod_sip_registrar.erl

index e53e33d054a16c33f33c109cca04b6622ee6f465..97271f7a6ec58fbd4b5e8ff4435051cb37665476 100644 (file)
@@ -1,4 +1,7 @@
 %%%-------------------------------------------------------------------
+%%% File    : ejabberd_iq.erl
+%%% Author  : Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%% Purpose : 
 %%% Created : 10 Nov 2017 by Evgeny Khramtsov <ekhramtsov@process-one.net>
 %%%
 %%%
@@ -19,6 +22,7 @@
 %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 %%%
 %%%-------------------------------------------------------------------
+
 -module(ejabberd_iq).
 
 -behaviour(gen_server).
index 2c98aec16b60e310689d0549187ac9a563562f9e..01bb7ffcc4931227eeb6e0867e5ac710fc23b302 100644 (file)
@@ -1,5 +1,7 @@
 %%%-------------------------------------------------------------------
-%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%% File    : ejabberd_sip.erl
+%%% Author  : Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%% Purpose : 
 %%% Created : 30 Apr 2017 by Evgeny Khramtsov <ekhramtsov@process-one.net>
 %%%
 %%%
@@ -20,6 +22,7 @@
 %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 %%%
 %%%-------------------------------------------------------------------
+
 -module(ejabberd_sip).
 
 -ifndef(SIP).
index 35a04ce45f9ee5d50900a1d25cad930c1a3b33d1..8228a2577ea1357fe18a42ee9b40290ba0ee22dc 100644 (file)
@@ -20,8 +20,9 @@
 %%% 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_stun).
 
 -protocol({rfc, 5766}).
index 3847befc08030b4fffdf2040b2605424eb37e8d1..70af2482bc6a51a9c574d61cab3df2ec7ad67496 100644 (file)
@@ -1,11 +1,28 @@
-%%%-------------------------------------------------------------------
-%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%% @copyright (C) 2017, Evgeny Khramtsov
-%%% @doc
-%%%
-%%% @end
+%%%----------------------------------------------------------------------
+%%% File    : mod_bosh_redis.erl
+%%% Author  : Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%% Purpose : 
 %%% Created : 28 Mar 2017 by Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%%-------------------------------------------------------------------
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2017-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_bosh_redis).
 -behaviour(mod_bosh).
 -behaviour(gen_server).
index 9c09a727b50d502febd21b6f87cccbef6067b7df..621e9d3177f968b66dd8b445b7fe539bb816ad7c 100644 (file)
@@ -1,11 +1,28 @@
-%%%-------------------------------------------------------------------
-%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%% @copyright (C) 2017, Evgeny Khramtsov
-%%% @doc
-%%%
-%%% @end
+%%%----------------------------------------------------------------------
+%%% File    : mod_bosh_sql.erl
+%%% Author  : Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%% Purpose : 
 %%% Created : 28 Mar 2017 by Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%%-------------------------------------------------------------------
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2017-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_bosh_sql).
 -behaviour(mod_bosh).
 
index b49773403b7ea44ef0c7771b04ceaed7ba7d86b6..9a5ef17195d275649adee18971047e8f401715d4 100644 (file)
@@ -20,8 +20,9 @@
 %%% 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_fail2ban).
 
 -behaviour(gen_mod).
index e24519fc61fa4e56205b0ddd7b269ae1dc74fa68..834b6bb5e2058768b27bca33a7e6afa58f31fd73 100644 (file)
@@ -22,6 +22,7 @@
 %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 %%%
 %%%-------------------------------------------------------------------
+
 -module(mod_mam).
 
 -protocol({xep, 313, '0.6.1'}).
index a94b686fcdf2bb10cfd54dcb79746b660ccbd919..c82d9fc02f21ccd607354c5c71de41c6100e8934 100644 (file)
@@ -1,5 +1,11 @@
 %%%----------------------------------------------------------------------
-%%% ejabberd, Copyright (C) 2017   ProcessOne
+%%% File    : mod_push_sql.erl
+%%% Author  : Evgeniy Khramtsov <ekhramtsov@process-one.net>
+%%% Purpose : 
+%%% Created : 26 Oct 2017 by Evgeny Khramtsov <ekhramtsov@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2017-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
@@ -16,6 +22,7 @@
 %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 %%%
 %%%----------------------------------------------------------------------
+
 -module(mod_push_sql).
 -behaviour(mod_push).
 -compile([{parse_transform, ejabberd_sql_pt}]).
index 7c3e60917cff2e6eecd3c57af46183cf61eb9517..01327c77d65b98ec12ae04d169a5a4038c17ca94 100644 (file)
@@ -20,8 +20,9 @@
 %%% 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_sip).
 -protocol({rfc, 3261}).
 
index 25f03537711312b11ce6bdec0c5057251c8c0c7e..d600da3d01f532a265a6f55bf4f7c68037340cbd 100644 (file)
@@ -20,8 +20,9 @@
 %%% 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_sip_proxy).
 
 -ifndef(SIP).
index 0e131eee699450741ace7606c72863784e10bff8..a47de69741d0483d2227b81af18a85aa3ec8bc0e 100644 (file)
@@ -20,8 +20,9 @@
 %%% 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_sip_registrar).
 
 -ifndef(SIP).