24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-14 23:44:18 +02:00

Fix copyright header

This commit is contained in:
Evgeniy Khramtsov 2011-07-26 16:24:21 +10:00
parent 5f32dd3959
commit 006da5589e

View File

@ -1,14 +1,30 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
%%% @author Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% File : mod_bosh.erl
%%% @copyright (C) 2011, Evgeniy Khramtsov %%% Author : Evgeniy Khramtsov <ekhramtsov@process-one.net>
%%% @doc %%% Purpose : This module acts as a bridge to ejabberd_bosh which implements
%%% This module acts as a bridge to ejabberd_bosh which implements %%% the real stuff, this is to handle the new pluggable architecture
%%% the real stuff, this is to handle the new pluggable architecture for %%% for extending ejabberd's http service.
%%% extending ejabberd's http service.
%%% @end
%%% Created : 20 Jul 2011 by Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% Created : 20 Jul 2011 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
%%%
%%%
%%% ejabberd, Copyright (C) 2002-2011 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., 59 Temple Place, Suite 330, Boston, MA
%%% 02111-1307 USA
%%%
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(mod_bosh). -module(mod_bosh).
-author('steve@zeank.in-berlin.de'). -author('steve@zeank.in-berlin.de').