]> granicus.if.org Git - ejabberd/commitdiff
* Applied copyright patch 3.
authorMickaël Rémond <mickael.remond@process-one.net>
Mon, 24 Dec 2007 13:57:53 +0000 (13:57 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Mon, 24 Dec 2007 13:57:53 +0000 (13:57 +0000)
SVN Revision: 1113

63 files changed:
src/adhoc.hrl
src/ejabberd.hrl
src/ejabberd_config.hrl
src/ejabberd_ctl.hrl
src/ejabberd_zlib/ejabberd_zlib.erl
src/ejabberd_zlib/ejabberd_zlib_drv.c
src/eldap/eldap.erl
src/eldap/eldap.hrl
src/eldap/eldap_filter.erl
src/eldap/eldap_pool.erl
src/eldap/eldap_utils.erl
src/jlib.hrl
src/mod_irc/iconv.erl
src/mod_irc/iconv_erl.c
src/mod_irc/mod_irc.erl
src/mod_irc/mod_irc_connection.erl
src/mod_muc/mod_muc.erl
src/mod_muc/mod_muc_log.erl
src/mod_muc/mod_muc_room.erl
src/mod_privacy.hrl
src/mod_proxy65/mod_proxy65.erl
src/mod_proxy65/mod_proxy65.hrl
src/mod_proxy65/mod_proxy65_lib.erl
src/mod_proxy65/mod_proxy65_service.erl
src/mod_proxy65/mod_proxy65_sm.erl
src/mod_proxy65/mod_proxy65_stream.erl
src/mod_pubsub/gen_pubsub_node.erl
src/mod_pubsub/gen_pubsub_nodetree.erl
src/mod_pubsub/mod_pubsub.erl
src/mod_pubsub/node.template
src/mod_pubsub/node_buddy.erl
src/mod_pubsub/node_club.erl
src/mod_pubsub/node_default.erl
src/mod_pubsub/node_dispatch.erl
src/mod_pubsub/node_pep.erl
src/mod_pubsub/node_private.erl
src/mod_pubsub/node_public.erl
src/mod_pubsub/nodetree_default.erl
src/mod_pubsub/nodetree_virtual.erl
src/mod_pubsub/pubsub.hrl
src/mod_roster.hrl
src/mod_vcard.erl
src/mod_vcard_ldap.erl
src/mod_vcard_odbc.erl
src/odbc/ejabberd_odbc.erl
src/odbc/ejabberd_odbc_sup.erl
src/odbc/mssql.sql
src/odbc/mysql.sql
src/odbc/odbc_queries.erl
src/odbc/pg.sql
src/p1_mnesia.erl
src/pam/epam.c
src/pam/epam.erl
src/stringprep/stringprep.erl
src/stringprep/stringprep_drv.c
src/stringprep/stringprep_sup.erl
src/tls/tls.erl
src/tls/tls_drv.c
src/web/ejabberd_http.erl
src/web/ejabberd_http.hrl
src/web/ejabberd_http_poll.erl
src/web/ejabberd_web.erl
src/web/ejabberd_web_admin.hrl

index 2888a6639d99f8a59fdfab4be90c4c88f7cf13f0..92103f0706c0420d0dd2991e591aaed9fb8a17f6 100644 (file)
@@ -1,3 +1,24 @@
+%%%----------------------------------------------------------------------
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
+%%%----------------------------------------------------------------------
+
 -record(adhoc_request, {lang,
                        node,
                        sessionid,
index 7008147e5b9f017220060a3de3d35f25dbfda8c8..fd839b63b9d11c8a7da772e97e67669d96cd8187 100644 (file)
@@ -1,10 +1,24 @@
 %%%----------------------------------------------------------------------
-%%% File    : ejabberd.hrl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
-%%% Purpose : 
-%%% Created : 17 Nov 2002 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
+
 %-define(ejabberd_debug, true).
 %-define(DBGFSM, true).
 
index c2c3c7b828e0b3283738196c4a7c145182a08419..46327439d2d7f8ad6636232616eb85560de7ab86 100644 (file)
@@ -1,9 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : ejabberd_config.hrl
-%%% Author  : Mickael Remond <mickael.remond@process-one.net>
-%%% Purpose : ejabberd configuration internal data structures.
-%%% Created : 5 Nov 2007 by Mickael Remond <mickael.remond@process-one.net>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -record(config, {key, value}).
index cfac37c636f8153d3828576dde2d6d575cc2b0f8..7e89018f256b5a1685c7cded7b9c36c67be07593 100644 (file)
@@ -1,9 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : ejabberd_ctl.hrl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
-%%% Purpose : 
-%%% Created : 13 Feb 2006 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -define(STATUS_SUCCESS, 0).
index 3469e322787fbb1cbcd46703e8af7ab08062e368..cff7f40db9287abc257074a16d8e369e1a4cbd92 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_zlib.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : Interface to zlib
-%%% Created : 19 Jan 2006 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 19 Jan 2006 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_zlib).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 
index 075e31176bc7a879651ea4e55b3393c718f9b107..4ef61cf94adea4911b640f4929768d410db5263c 100644 (file)
@@ -1,4 +1,22 @@
-/* $Id$ */
+/*
+ * ejabberd, Copyright (C) 2002-2007   Process-one
+ *
+ * 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
+ *
+ */
 
 #include <stdio.h>
 #include <string.h>
index 6dc6a6082c627a79c516980bb1cea1de8c3a1595..b473326afdb82cee61176524e9e0e5d8ee57ea69 100644 (file)
@@ -5,7 +5,7 @@
 %%%           The interface is based on RFC 1823, and
 %%%           draft-ietf-asid-ldap-c-api-00.txt
 %%%
-%%% Copyright (C) 2000  Torbj�n T�nkvist, tnt@home.se
+%%% Copyright (C) 2000  Torbjorn Tornkvist, tnt@home.se
 %%% 
 %%% 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
index 1f1a4e1a01ce0d2f80640b73fad37428fd908283..9409232c07c06b2511fb7d0ee0d07d4400bcfc77 100644 (file)
@@ -1,3 +1,24 @@
+%%%----------------------------------------------------------------------
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
+%%%----------------------------------------------------------------------
+
 -record(eldap_search, {scope = wholeSubtree,
                       base = [],
                       filter,
index a93205295fb7667cea6eb63231b85b5fc43b1ed2..324884c429eb731831a51475d54fec2db7baf534 100644 (file)
@@ -1,14 +1,31 @@
-%%%====================================================
+%%%----------------------------------------------------------------------
 %%% File:    eldap_filter.erl
 %%% Purpose: Converts String Representation of
 %%%            LDAP Search Filter (RFC 2254)
 %%%            to eldap's representation of filter
 %%% Author:  Evgeniy Khramtsov <xramtsov@gmail.com>
-%%% License: GPL
-%%%====================================================
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(eldap_filter).
--author('xram@jabber.ru').
 
 %%%======================
 %%% Export functions
index 959b16ac7ed9c3b92d07ce5727a340436f490dd0..4bbd17e9ed82a0aa8af6efe3f1224738dcbe45d4 100644 (file)
@@ -3,8 +3,27 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : LDAP connections pool
 %%% Created : 12 Nov 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(eldap_pool).
 -author('xram@jabber.ru').
 
index 5b6275faf33e47acdc4f6463e548a3eba4ebac91..ac0bfeee74a93554404577cbd43e338b85a79fa3 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : eldap_utils.erl
-%%% Author  : Mickael Remond <mickael.remond@process-one.net>
+%%% Author  : Mickael Remond <mremond@process-one.net>
 %%% Purpose : ejabberd LDAP helper functions
-%%% Created : 12 Oct 2006 by Mickael Remond <mickael.remond@process-one.net>
-%%% Id      : $Id$
+%%% Created : 12 Oct 2006 by Mickael Remond <mremond@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(eldap_utils).
--author('mickael.remond@process-one.net').
+-author('mremond@process-one.net').
 
 -export([generate_subfilter/1,
         find_ldap_attrs/2,
index 6990d7c47cd78cbf51cb5abf6dad934838512b8a..001ff8a4cc7775ace862d4dce404f9aa69d255e6 100644 (file)
@@ -1,8 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : jlib.hrl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
-%%% Purpose : 
-%%% Created :  5 Mar 2003 by Alexey Shchepin <alexey@sevcom.net>
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -define(NS_DISCO_ITEMS,  "http://jabber.org/protocol/disco#items").
index 900efcbbb144586ebdf10fac907225cd95bdaf5f..150044e870ea155c89d62bdc6a01f2b264bb160e 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : iconv.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : Interface to libiconv
-%%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(iconv).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 
index 3698ee977e61d2ebf7e6a8f8472fd7276cb00b12..905426adce767e87a5044e9a4b3677562a78d9d5 100644 (file)
@@ -1,4 +1,22 @@
-/* $Id$ */
+/*
+ * ejabberd, Copyright (C) 2002-2007   Process-one
+ *
+ * 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
+ *
+ */
 
 #include <stdio.h>
 #include <string.h>
index 05a84efa24db1017347bab31f66581393a4faf8a..86abae92fff34905179f4a1b234d8056ad2b79c1 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_irc.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : IRC transport
-%%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_irc).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 -behaviour(gen_mod).
index 3b34f9a61100f4d4dbf83ba69fceae3fe77700ec..7dfa81717815979dece81442ed51bb9defe88025 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_irc_connection.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : 
-%%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_irc_connection).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_fsm).
 
index e005e0d2c3793e303ad3f0424ed6ff163ebdd078..f0a19ba2067e56e78a3d58bbee36f2914b11b86a 100644 (file)
@@ -1,12 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_muc.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : MUC support (JEP-0045)
-%%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@sevcom.net>
+%%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_muc).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 -behaviour(gen_mod).
index 57cd03ed36907dd1cfd0bb47f7ce4decbbadcac3..50dab9e4ae4a6e4916631d5829542250eae7c5f9 100644 (file)
@@ -1,12 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_muc_log.erl
-%%% Author  : Badlop
+%%% Author  : Badlop@process-one.net
 %%% Purpose : MUC room logging
-%%% Created : 12 Mar 2006 by Alexey Shchepin <alexey@sevcom.net>
+%%% Created : 12 Mar 2006 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_muc_log).
--author('badlop').
+-author('badlop@process-one.net').
 
 -behaviour(gen_server).
 -behaviour(gen_mod).
index ae4c2b912bc18d47adfa9e1f6959f20619b3f99b..c35b86364281786e7de139b3fc499b1c6af22aba 100644 (file)
@@ -1,12 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_muc_room.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : MUC room stuff
-%%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@sevcom.net>
+%%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_muc_room).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_fsm).
 
index 4b33c90a906a47e4d9a6a58f78d92b1670a69b29..cc05a7e68b7b6ffc012fbed18eab71a292018269 100644 (file)
@@ -1,3 +1,24 @@
+%%%----------------------------------------------------------------------
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
+%%%----------------------------------------------------------------------
+
 -record(privacy, {us,
                  default = none,
                  lists = []}).
index 65719241eb31544e2e0fdfa7510e11bda8fa9624..853601d49481e7b15cea2fdde4ca32f947cb823e 100644 (file)
@@ -3,7 +3,25 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : Main supervisor.
 %%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_proxy65).
index eeab6804d8416ef5617ac80ca63793999543dd6d..7e5a9cb8971ec06cb5ae3ada81e3313ab302ea28 100644 (file)
@@ -1,9 +1,24 @@
 %%%----------------------------------------------------------------------
-%%% File    : mod_proxy65.hrl
-%%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
-%%% Purpose : RFC 1928 constants.
-%%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%% RFC 1928 constants.
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 %% Version
index 09ee6b981b90617b2e356b2e76194b8c16cb6fc1..2718f9d449ac0a481f0e85ae8b1e1f0aa4479d49 100644 (file)
@@ -3,7 +3,25 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : SOCKS5 parsing library.
 %%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_proxy65_lib).
index 8d845df2979fd8c174fc1bfb95b19a4743769e9b..65394773e3eecfdab173424b921e2e1e62625687 100644 (file)
@@ -3,6 +3,25 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : SOCKS5 Bytestreams XMPP service.
 %%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_proxy65_service).
index 7ddfd2c898603323830b5bd73cbcda26c0909355..3f515500353512ec06a5f907b5524c8a4c06d2dd 100644 (file)
@@ -3,7 +3,25 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : Bytestreams manager.
 %%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_proxy65_sm).
index 1a15033844dcea6d14acf7896881f82c9c7c3948..65402f544a79854a7dc2c1ce6e2192caa2293783 100644 (file)
@@ -3,7 +3,24 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : Bytestream process.
 %%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_proxy65_stream).
index 33c27049f0541a2d0dd2e3973fe90748905373f3..482c80528674804f77d419015c747a5cbd75367c 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2006 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 7529850ef0226d727cf75a04acec65b1b5980e00..35d1b78c14e709b05c77986fdb505c1d65b12704 100644 (file)
@@ -1,9 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2006, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% $Id: gen_pubsub_nodetree.erl 100 2007-11-15 13:04:44Z mremond $
 %%%
-%%% @copyright 2006 Process-one
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index b2f21aff23bf64f10c4707ae2684d1b9f2c197e6..cc9400df2d5130d090609e3859f93678fc3b6428 100644 (file)
@@ -1,7 +1,21 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 8e514a88879847af00f31377a5211dcfc6308453..95a4e4117d0905d481a0648fb113bf32814f45d5 100644 (file)
@@ -1,7 +1,21 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 2d240e1404fba205ff02b749c10f7a002f6a9c6f..a4cc1a76ee50b153d13dd9878c5fb646679a2440 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index a0ea2b07178ba7491b4e4b667cbde994f84d3b73..a27c9f5400dd83cd9ec6470f7ae612ae0e5bd75e 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index f6e513422fd3e0aed510b7f0a720e18e95cf376c..ba5b0803708683eb131ec557e4b7a31fbb4c0bed 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 7c73413693d3b2b076c90df29a96a286bb507d6d..04aa182370c944dcf091f7ef3d3e4cc5bc6dbb42 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 87ed3364d10241c585329edcd5aa37cd3786be6a..94153cbf14e5806233fcedd302522714153ad325 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 9b17cb29458aaf53c2895d8ef0461560124b2580..940297ddd3f8de02aac88e95a1995766ee37debb 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 73e78ee310efea233f8230912ae91b5c398092ff..fae4c1e1aeea4ba36a07e353a7b44ef119b8d4da 100644 (file)
@@ -1,9 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% $Id: node_public.erl 100 2007-11-15 13:04:44Z mremond $
 %%%
-%%% @copyright 2007 Process-one
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 3d05b5b24e857dc660a71683d622e05a10fab8b1..abbf8d44bbf6d9ec9c31e5aea87328d292d6c993 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index d3f3de851a00c28b82a19424d30e67a33ea506e9..ca65843e4d141102d2f02575a9d9265251db9327 100644 (file)
@@ -1,7 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
 %%%
-%%% @copyright 2007 Process-one
+%%%
+%%% @copyright 2006-2007 Process-one
 %%% @author Christophe Romain <christophe.romain@process-one.net>
 %%%   [http://www.process-one.net/]
 %%% @version {@vsn}, {@date} {@time}
index 7755f8a96c257b240570d277d32652d883e0b1cc..37346dd08d47a048816727bdd3b385a3b9123fca 100644 (file)
@@ -1,5 +1,22 @@
 %%% ====================================================================
-%%% This software is copyright 2007, Process-one.
+%%% ``The contents of this file are subject to the Erlang Public License,
+%%% Version 1.1, (the "License"); you may not use this file except in
+%%% compliance with the License. You should have received a copy of the
+%%% Erlang Public License along with this software. If not, it can be
+%%% retrieved via the world wide web at http://www.erlang.org/.
+%%% 
+%%% Software distributed under the License is distributed on an "AS IS"
+%%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+%%% the License for the specific language governing rights and limitations
+%%% under the License.
+%%% 
+%%% The Initial Developer of the Original Code is Process-one.
+%%% Portions created by Process-one are Copyright 2006-2007, Process-one
+%%% All Rights Reserved.''
+%%% This software is copyright 2006-2007, Process-one.
+%%%
+%%%
+%%% @copyright 2006-2007 Process-one
 %%%
 %%% This file contains pubsub types definition.
 %%% ====================================================================
index 2d0c3b80988c93687a2d93691e7ce913d301b8f5..c9212958aeedc5647ad6849d14173c713028a58a 100644 (file)
@@ -1,9 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : mod_roster.hrl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
-%%% Purpose : Roster management
-%%% Created :  5 Mar 2005 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -record(roster, {usj,
index fedc8f4062c13a5bf4deb237d0c94e0f8a8bb20b..3e48aa5fd77a9048416600cae88ed340551b2667 100644 (file)
@@ -163,7 +163,7 @@ process_local_iq(_From, _To, #iq{type = Type, lang = Lang, sub_el = SubEl} = IQ)
                                 translate:translate(
                                   Lang,
                                   "Erlang Jabber Server") ++
-                                  "\nCopyright (c) 2002-2007 Alexey Shchepin"}]},
+                                  "\nCopyright (c) 2002-2007 ProcessOne"}]},
                              {xmlelement, "BDAY", [],
                               [{xmlcdata, "2002-11-16"}]}
                             ]}]}
@@ -431,7 +431,7 @@ iq_get_vcard(Lang) ->
       [{xmlcdata, translate:translate(
                    Lang,
                    "ejabberd vCard module") ++
-                   "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
+                   "\nCopyright (c) 2003-2007 ProcessOne"}]}].
 
 find_xdata_el({xmlelement, _Name, _Attrs, SubEls}) ->
     find_xdata_el1(SubEls).
index 65696169d3459293b749f15ec0252b07cb0889f9..dffddf57b74dc4d42a7302dd94a033f2183526ea 100644 (file)
@@ -233,7 +233,7 @@ process_local_iq(_From, _To, #iq{type = Type, lang = Lang, sub_el = SubEl} = IQ)
                                 translate:translate(
                                   Lang,
                                   "Erlang Jabber Server") ++
-                                  "\nCopyright (c) 2002-2007 Alexey Shchepin"}]},
+                                  "\nCopyright (c) 2002-2007 ProcessOne"}]},
                              {xmlelement, "BDAY", [],
                               [{xmlcdata, "2002-11-16"}]}
                             ]}]}
@@ -529,7 +529,7 @@ iq_get_vcard(Lang) ->
       [{xmlcdata, translate:translate(
                    Lang,
                    "ejabberd vCard module") ++
-                   "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
+                   "\nCopyright (c) 2003-2007 ProcessOne"}]}].
 
 -define(LFIELD(Label, Var),
        {xmlelement, "field", [{"label", translate:translate(Lang, Label)},
index 86c185feb63c9eea86fb7210b930e363e5765bad..41db626224f99feb873a2672738f830c87ece448 100644 (file)
@@ -127,7 +127,7 @@ process_local_iq(_From, _To, #iq{type = Type, lang = Lang, sub_el = SubEl} = IQ)
                                 translate:translate(
                                   Lang,
                                   "Erlang Jabber Server") ++
-                                  "\nCopyright (c) 2002-2007 Alexey Shchepin"}]},
+                                  "\nCopyright (c) 2002-2007 ProcessOne"}]},
                              {xmlelement, "BDAY", [],
                               [{xmlcdata, "2002-11-16"}]}
                             ]}]}
@@ -428,7 +428,7 @@ iq_get_vcard(Lang) ->
       [{xmlcdata, translate:translate(
                    Lang,
                    "ejabberd vCard module") ++
-                   "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
+                   "\nCopyright (c) 2003-2007 ProcessOne"}]}].
 
 find_xdata_el({xmlelement, _Name, _Attrs, SubEls}) ->
     find_xdata_el1(SubEls).
index a8d9fcda8159aba9ce5b350ce4617975274d17b8..173543b0dc2d7b9dedcd128480e2f7e89d77bbca 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_odbc.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : Serve ODBC connection
-%%% Created :  8 Dec 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created :  8 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_odbc).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 
index 4c5e1e18d2c67653e891ffcd2f98934b49308db0..9af2f564fa6e76efc48d827ec732004bf2b2c5b9 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_odbc_sup.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : ODBC connections supervisor
-%%% Created : 22 Dec 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 22 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_odbc_sup).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 %% API
 -export([start_link/1,
index 7783476ba0783172d5503d8cd48db324545ad685..3e9d908fdc5d6b6b97f63a2cac923ba730482d81 100644 (file)
@@ -1,3 +1,23 @@
+/*\r
+ * ejabberd, Copyright (C) 2002-2007   Process-one\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License as\r
+ * published by the Free Software Foundation; either version 2 of the\r
+ * License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+ * General Public License for more details.\r
+ *                         \r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA\r
+ * 02111-1307 USA\r
+ *\r
+ */\r
+\r
 SET ANSI_NULLS ON\r
 GO\r
 SET QUOTED_IDENTIFIER ON\r
index 20c53b57733547f335531d6e937398a38793e976..a6df394f0c853d7dc1de3061b02f40febed70531 100644 (file)
@@ -1,3 +1,22 @@
+--
+-- ejabberd, Copyright (C) 2002-2007   Process-one
+--
+-- 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
+--
+
 -- Needs MySQL (at least 4.0.x) with innodb back-end
 SET table_type=InnoDB;
 
index e4daefbb7c7d21e7703f59e1e11139712fd3cbc2..38e9a33d0865bdae38af5871ed04bb1620e6cf1b 100644 (file)
@@ -1,8 +1,31 @@
-%% Copyrigh 2006 Process-one
-%% This module is intended to take into account relational databases behaviour
-%% differences
+%%%----------------------------------------------------------------------
+%%% File    : odbc_queries.erl
+%%% Author  : Mickael Remond <mremond@process-one.net>
+%%% Purpose : ODBC queries dependind on back-end
+%%% Created : by Mickael Remond <mremond@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(odbc_queries).
--author("mickael.remond@process-one.net").
+-author("mremond@process-one.net").
 
 -export([get_db_type/0,
         sql_transaction/2,
index 1fd81645d8c35281273d9eecd942043782e6c834..13a30994a5c785087be27ca781717161eb195cc8 100644 (file)
@@ -1,3 +1,21 @@
+--
+-- ejabberd, Copyright (C) 2002-2007   Process-one
+--
+-- 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
+--
 
 CREATE TABLE users (
     username text PRIMARY KEY,
index 3352e2d75cf36bb33faccbeb1b55a55570a95deb..5378c8bac6056d804d5e22d273dffdc943b5aebb 100644 (file)
 %% under the License.
 %% 
 %% The Initial Developer of the Original Code is Process-one.
-%% Portions created by Process-one are Copyright 2007, Process-one
+%% Portions created by Process-one are Copyright 2006-2007, Process-one
 %% All Rights Reserved.''
-%% 
-%%     $Id$
-%%
+
 -module(p1_mnesia).
 -author('mickael.remond@process-one.net').
 
index b365c0a6842da30f4f3401eaad0c1f1c3a0821fb..154eb4afff3de251ee3b7e9de82b1b8234c5020f 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * ejabberd, Copyright (C) 2002-2007   Process-one
+ *
+ * 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
+ *
+ */
+
 #include <security/pam_appl.h>
 #include <stdio.h>
 #include <stdlib.h>
index aa51ca94cfa03e0dcd4a545cc91b95f570b4f93f..77ca0ab0984525d1d3576d3f242fccbdf1019000 100644 (file)
@@ -3,8 +3,27 @@
 %%% Author  : Evgeniy Khramtsov <xram@jabber.ru>
 %%% Purpose : PAM authentication and accounting management
 %%% Created : 5 Jul 2007 by Evgeniy Khramtsov <xram@jabber.ru>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(epam).
 -author('xram@jabber.ru').
 
index 50d82cd602964633cca28c020c9237da30079181..e0ec6e8ada0c74d2f9ca0731020113b8de901d04 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : stringprep.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : Interface to stringprep_drv
-%%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@proces-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(stringprep).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 
index a12ec9a8ed656d872437e83c0d35c1c00f0dda66..c77e5195a5a74df13aac465b3c2185f40b4c5538 100644 (file)
@@ -1,4 +1,22 @@
-/* $Id$ */
+/*
+ * ejabberd, Copyright (C) 2002-2007   Process-one
+ *
+ * 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
+ *
+ */
 
 #include <stdio.h>
 #include <string.h>
index e3b95796576754839b8948dafd439e40d307f1de..483d0a3e408a3d22a762e35347d43dafe4fbd39c 100644 (file)
@@ -2,9 +2,28 @@
 %%% File    : stringprep_sup.erl
 %%% Author  : Mickael Remond <mremond@process-one.net>
 %%% Description : Supervisor for the Stringprep worker.
-%%%
 %%% Created : 29 Jun 2007 by Mickael Remond <mremond@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(stringprep_sup).
 
 -behaviour(supervisor).
index 11f5be1c04f4d772ce351ec33988d60b5a721e0d..5aa554e5b9f5e5795cf3004531e1841ec94e564c 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : tls.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : Interface to openssl
-%%% Created : 24 Jul 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 24 Jul 2004 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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(tls).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 -behaviour(gen_server).
 
index 92f00975498c60a9563d4368e8788b40843770d4..a2d55fdd03adadbcd3a3674252b26e013a0ae9c1 100644 (file)
@@ -1,4 +1,22 @@
-/* $Id$ */
+/*
+ * ejabberd, Copyright (C) 2002-2007   Process-one
+ *
+ * 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
+ *
+ */
 
 #include <stdio.h>
 #include <string.h>
index db6ac620fc886555a6ffba22cbc302f74d345eb2..6feaf9f61826319aa5b2be65ad9e9037eaa7f006 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_http.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose :
-%%% Created : 27 Feb 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 27 Feb 2004 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 %% External exports
 -export([start/2,
index 7f94c5e24e114be902ac6bdb62d79102121d38d1..b71e8d23fa4e4d7f82606f5c3ca792c7538d1909 100644 (file)
@@ -1,9 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : ejabberd_http.hrl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
-%%% Purpose :
-%%% Created :  4 Mar 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -record(request, {method,
index 03e4a1ef73a98e4f15cd3451f02fb649ea6481df..272a81a38cfdc59b0944e7d9298aef73684ca1ce 100644 (file)
@@ -3,7 +3,25 @@
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : HTTP Polling support (JEP-0025)
 %%% Created :  4 Mar 2004 by Alexey Shchepin <alexey@process-one.net>
-%%% Id      : $Id$
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_poll).
index 719ca9e0102ff3097571a72cc26d9ba28ffe74e0..fb04c9cdc3852ee69438ec345b7b76f399d80a0c 100644 (file)
@@ -1,13 +1,31 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_web.erl
-%%% Author  : Alexey Shchepin <alexey@sevcom.net>
+%%% Author  : Alexey Shchepin <alexey@process-one.net>
 %%% Purpose : 
-%%% Created : 28 Feb 2004 by Alexey Shchepin <alexey@sevcom.net>
-%%% Id      : $Id$
+%%% Created : 28 Feb 2004 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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_web).
--author('alexey@sevcom.net').
+-author('alexey@process-one.net').
 
 %% External exports
 -export([make_xhtml/1,
index 03209d18943d03b1e5a0aae9595a95aacc1cc324..04f590c80f782c934a7e82c7259d2857ca65081f 100644 (file)
@@ -1,8 +1,22 @@
 %%%----------------------------------------------------------------------
-%%% File    : ejabberd_web_admin.hrl
-%%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose :
-%%% Created : 22 Aug 2007 by Alexey Shchepin <alexey@process-one.net>
+%%%
+%%% ejabberd, Copyright (C) 2002-2007   Process-one
+%%%
+%%% 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
+%%%
 %%%----------------------------------------------------------------------
 
 -define(X(Name), {xmlelement, Name, [], []}).