Add forgotten copyright and license notices.
authorBadlop <badlop@process-one.net>
Tue, 16 Jun 2009 17:48:27 +0000 (17:48 +0000)
committerBadlop <badlop@process-one.net>
Tue, 16 Jun 2009 17:48:27 +0000 (17:48 +0000)
SVN Revision: 2258

src/web/ejabberd_http_bind.erl
src/web/mod_http_bind.erl

index a511eb9fc0d7bb477781c14d47fe95346aece559..61d15943b4423c2dcad719a80daffcf30b30a794 100644 (file)
@@ -4,7 +4,25 @@
 %%% Purpose : Implements XMPP over BOSH (XEP-0205) (formerly known as
 %%%           HTTP Binding)
 %%% Created : 21 Sep 2005 by Stefan Strigler <steve@zeank.in-berlin.de>
-%%% Id      : $Id: ejabberd_http_bind.erl 960 2009-05-12 16:35:36Z mremond $
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2009   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(ejabberd_http_bind).
index 68688e328b48cb4ceb83da3a35e9230ae9ec8376..615642ce58a3421be6dd48413b3662ea4f52a283 100644 (file)
@@ -3,13 +3,31 @@
 %%% Author  : Stefan Strigler <steve@zeank.in-berlin.de>
 %%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
 %%% Created : Tue Feb 20 13:15:52 CET 2007
-%%% Id      : $Id: mod_http_bind.erl 942 2009-04-22 15:25:31Z mremond $
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2009   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
+%%%
 %%%----------------------------------------------------------------------
 
 %%%----------------------------------------------------------------------
-%%% this module acts as a bridge to ejabberd_http_bind which implements
+%%% This module acts as a bridge to ejabberd_http_bind which implements
 %%% the real stuff, this is to handle the new pluggable architecture for
-%%% extending ejabberd's http service
+%%% extending ejabberd's http service.
 %%%----------------------------------------------------------------------
 
 -module(mod_http_bind).