From ed679279fdafaf03027a5efd755f3df216705140 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 27 Dec 2016 10:44:07 +0100 Subject: Cleanup file headers --- src/mod_announce_riak.erl | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'src/mod_announce_riak.erl') diff --git a/src/mod_announce_riak.erl b/src/mod_announce_riak.erl index 242adee0..076a5f20 100644 --- a/src/mod_announce_riak.erl +++ b/src/mod_announce_riak.erl @@ -1,12 +1,29 @@ %%%------------------------------------------------------------------- -%%% @author Evgeny Khramtsov -%%% @copyright (C) 2016, Evgeny Khramtsov -%%% @doc -%%% -%%% @end +%%% File : mod_announce_riak.erl +%%% Author : Evgeny Khramtsov %%% Created : 13 Apr 2016 by Evgeny Khramtsov -%%%------------------------------------------------------------------- +%%% +%%% +%%% ejabberd, Copyright (C) 2002-2016 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_announce_riak). + -behaviour(mod_announce). %% API -- cgit v1.2.3