From 22f928122f46136eb428efdac5f8d3cff4a2dcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 24 Dec 2007 13:57:53 +0000 Subject: [PATCH] * Applied copyright patch 3. SVN Revision: 1113 --- src/adhoc.hrl | 21 +++++++++++++++++ src/ejabberd.hrl | 24 +++++++++++++++---- src/ejabberd_config.hrl | 23 ++++++++++++++---- src/ejabberd_ctl.hrl | 23 ++++++++++++++---- src/ejabberd_zlib/ejabberd_zlib.erl | 26 +++++++++++++++++---- src/ejabberd_zlib/ejabberd_zlib_drv.c | 20 +++++++++++++++- src/eldap/eldap.erl | 2 +- src/eldap/eldap.hrl | 21 +++++++++++++++++ src/eldap/eldap_filter.erl | 25 ++++++++++++++++---- src/eldap/eldap_pool.erl | 21 ++++++++++++++++- src/eldap/eldap_utils.erl | 26 +++++++++++++++++---- src/jlib.hrl | 22 ++++++++++++++---- src/mod_irc/iconv.erl | 26 +++++++++++++++++---- src/mod_irc/iconv_erl.c | 20 +++++++++++++++- src/mod_irc/mod_irc.erl | 26 +++++++++++++++++---- src/mod_irc/mod_irc_connection.erl | 26 +++++++++++++++++---- src/mod_muc/mod_muc.erl | 25 +++++++++++++++++--- src/mod_muc/mod_muc_log.erl | 25 +++++++++++++++++--- src/mod_muc/mod_muc_room.erl | 25 +++++++++++++++++--- src/mod_privacy.hrl | 21 +++++++++++++++++ src/mod_proxy65/mod_proxy65.erl | 20 +++++++++++++++- src/mod_proxy65/mod_proxy65.hrl | 25 ++++++++++++++++---- src/mod_proxy65/mod_proxy65_lib.erl | 20 +++++++++++++++- src/mod_proxy65/mod_proxy65_service.erl | 19 +++++++++++++++ src/mod_proxy65/mod_proxy65_sm.erl | 20 +++++++++++++++- src/mod_proxy65/mod_proxy65_stream.erl | 19 ++++++++++++++- src/mod_pubsub/gen_pubsub_node.erl | 19 +++++++++++++-- src/mod_pubsub/gen_pubsub_nodetree.erl | 19 ++++++++++++--- src/mod_pubsub/mod_pubsub.erl | 18 ++++++++++++-- src/mod_pubsub/node.template | 18 ++++++++++++-- src/mod_pubsub/node_buddy.erl | 19 +++++++++++++-- src/mod_pubsub/node_club.erl | 19 +++++++++++++-- src/mod_pubsub/node_default.erl | 19 +++++++++++++-- src/mod_pubsub/node_dispatch.erl | 19 +++++++++++++-- src/mod_pubsub/node_pep.erl | 19 +++++++++++++-- src/mod_pubsub/node_private.erl | 19 +++++++++++++-- src/mod_pubsub/node_public.erl | 19 ++++++++++++--- src/mod_pubsub/nodetree_default.erl | 19 +++++++++++++-- src/mod_pubsub/nodetree_virtual.erl | 19 +++++++++++++-- src/mod_pubsub/pubsub.hrl | 19 ++++++++++++++- src/mod_roster.hrl | 23 ++++++++++++++---- src/mod_vcard.erl | 4 ++-- src/mod_vcard_ldap.erl | 4 ++-- src/mod_vcard_odbc.erl | 4 ++-- src/odbc/ejabberd_odbc.erl | 26 +++++++++++++++++---- src/odbc/ejabberd_odbc_sup.erl | 26 +++++++++++++++++---- src/odbc/mssql.sql | 20 ++++++++++++++++ src/odbc/mysql.sql | 19 +++++++++++++++ src/odbc/odbc_queries.erl | 31 +++++++++++++++++++++---- src/odbc/pg.sql | 18 ++++++++++++++ src/p1_mnesia.erl | 6 ++--- src/pam/epam.c | 20 ++++++++++++++++ src/pam/epam.erl | 21 ++++++++++++++++- src/stringprep/stringprep.erl | 26 +++++++++++++++++---- src/stringprep/stringprep_drv.c | 20 +++++++++++++++- src/stringprep/stringprep_sup.erl | 21 ++++++++++++++++- src/tls/tls.erl | 26 +++++++++++++++++---- src/tls/tls_drv.c | 20 +++++++++++++++- src/web/ejabberd_http.erl | 26 +++++++++++++++++---- src/web/ejabberd_http.hrl | 23 ++++++++++++++---- src/web/ejabberd_http_poll.erl | 20 +++++++++++++++- src/web/ejabberd_web.erl | 26 +++++++++++++++++---- src/web/ejabberd_web_admin.hrl | 22 ++++++++++++++---- 63 files changed, 1136 insertions(+), 151 deletions(-) diff --git a/src/adhoc.hrl b/src/adhoc.hrl index 2888a6639..92103f070 100644 --- a/src/adhoc.hrl +++ b/src/adhoc.hrl @@ -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, diff --git a/src/ejabberd.hrl b/src/ejabberd.hrl index 7008147e5..fd839b63b 100644 --- a/src/ejabberd.hrl +++ b/src/ejabberd.hrl @@ -1,10 +1,24 @@ %%%---------------------------------------------------------------------- -%%% File : ejabberd.hrl -%%% Author : Alexey Shchepin -%%% Purpose : -%%% Created : 17 Nov 2002 by Alexey Shchepin -%%% 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). diff --git a/src/ejabberd_config.hrl b/src/ejabberd_config.hrl index c2c3c7b82..46327439d 100644 --- a/src/ejabberd_config.hrl +++ b/src/ejabberd_config.hrl @@ -1,9 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : ejabberd_config.hrl -%%% Author : Mickael Remond -%%% Purpose : ejabberd configuration internal data structures. -%%% Created : 5 Nov 2007 by Mickael Remond -%%% 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}). diff --git a/src/ejabberd_ctl.hrl b/src/ejabberd_ctl.hrl index cfac37c63..7e89018f2 100644 --- a/src/ejabberd_ctl.hrl +++ b/src/ejabberd_ctl.hrl @@ -1,9 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : ejabberd_ctl.hrl -%%% Author : Alexey Shchepin -%%% Purpose : -%%% Created : 13 Feb 2006 by Alexey Shchepin -%%% 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). diff --git a/src/ejabberd_zlib/ejabberd_zlib.erl b/src/ejabberd_zlib/ejabberd_zlib.erl index 3469e3227..cff7f40db 100644 --- a/src/ejabberd_zlib/ejabberd_zlib.erl +++ b/src/ejabberd_zlib/ejabberd_zlib.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_zlib.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : Interface to zlib -%%% Created : 19 Jan 2006 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 19 Jan 2006 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/ejabberd_zlib/ejabberd_zlib_drv.c b/src/ejabberd_zlib/ejabberd_zlib_drv.c index 075e31176..4ef61cf94 100644 --- a/src/ejabberd_zlib/ejabberd_zlib_drv.c +++ b/src/ejabberd_zlib/ejabberd_zlib_drv.c @@ -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 #include diff --git a/src/eldap/eldap.erl b/src/eldap/eldap.erl index 6dc6a6082..b473326af 100644 --- a/src/eldap/eldap.erl +++ b/src/eldap/eldap.erl @@ -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 diff --git a/src/eldap/eldap.hrl b/src/eldap/eldap.hrl index 1f1a4e1a0..9409232c0 100644 --- a/src/eldap/eldap.hrl +++ b/src/eldap/eldap.hrl @@ -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, diff --git a/src/eldap/eldap_filter.erl b/src/eldap/eldap_filter.erl index a93205295..324884c42 100644 --- a/src/eldap/eldap_filter.erl +++ b/src/eldap/eldap_filter.erl @@ -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 -%%% 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 diff --git a/src/eldap/eldap_pool.erl b/src/eldap/eldap_pool.erl index 959b16ac7..4bbd17e9e 100644 --- a/src/eldap/eldap_pool.erl +++ b/src/eldap/eldap_pool.erl @@ -3,8 +3,27 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : LDAP connections pool %%% Created : 12 Nov 2006 by Evgeniy Khramtsov -%%% 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'). diff --git a/src/eldap/eldap_utils.erl b/src/eldap/eldap_utils.erl index 5b6275faf..ac0bfeee7 100644 --- a/src/eldap/eldap_utils.erl +++ b/src/eldap/eldap_utils.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : eldap_utils.erl -%%% Author : Mickael Remond +%%% Author : Mickael Remond %%% Purpose : ejabberd LDAP helper functions -%%% Created : 12 Oct 2006 by Mickael Remond -%%% Id : $Id$ +%%% Created : 12 Oct 2006 by Mickael Remond +%%% +%%% +%%% 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, diff --git a/src/jlib.hrl b/src/jlib.hrl index 6990d7c47..001ff8a4c 100644 --- a/src/jlib.hrl +++ b/src/jlib.hrl @@ -1,8 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : jlib.hrl -%%% Author : Alexey Shchepin -%%% Purpose : -%%% Created : 5 Mar 2003 by Alexey Shchepin +%%% +%%% 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"). diff --git a/src/mod_irc/iconv.erl b/src/mod_irc/iconv.erl index 900efcbbb..150044e87 100644 --- a/src/mod_irc/iconv.erl +++ b/src/mod_irc/iconv.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : iconv.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : Interface to libiconv -%%% Created : 16 Feb 2003 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 16 Feb 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_irc/iconv_erl.c b/src/mod_irc/iconv_erl.c index 3698ee977..905426adc 100644 --- a/src/mod_irc/iconv_erl.c +++ b/src/mod_irc/iconv_erl.c @@ -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 #include diff --git a/src/mod_irc/mod_irc.erl b/src/mod_irc/mod_irc.erl index 05a84efa2..86abae92f 100644 --- a/src/mod_irc/mod_irc.erl +++ b/src/mod_irc/mod_irc.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : mod_irc.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : IRC transport -%%% Created : 15 Feb 2003 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 15 Feb 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_irc/mod_irc_connection.erl b/src/mod_irc/mod_irc_connection.erl index 3b34f9a61..7dfa81717 100644 --- a/src/mod_irc/mod_irc_connection.erl +++ b/src/mod_irc/mod_irc_connection.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : mod_irc_connection.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : -%%% Created : 15 Feb 2003 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 15 Feb 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl index e005e0d2c..f0a19ba20 100644 --- a/src/mod_muc/mod_muc.erl +++ b/src/mod_muc/mod_muc.erl @@ -1,12 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : mod_muc.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : MUC support (JEP-0045) -%%% Created : 19 Mar 2003 by Alexey Shchepin +%%% Created : 19 Mar 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_muc/mod_muc_log.erl b/src/mod_muc/mod_muc_log.erl index 57cd03ed3..50dab9e4a 100644 --- a/src/mod_muc/mod_muc_log.erl +++ b/src/mod_muc/mod_muc_log.erl @@ -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 +%%% Created : 12 Mar 2006 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index ae4c2b912..c35b86364 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -1,12 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : mod_muc_room.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : MUC room stuff -%%% Created : 19 Mar 2003 by Alexey Shchepin +%%% Created : 19 Mar 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/mod_privacy.hrl b/src/mod_privacy.hrl index 4b33c90a9..cc05a7e68 100644 --- a/src/mod_privacy.hrl +++ b/src/mod_privacy.hrl @@ -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 = []}). diff --git a/src/mod_proxy65/mod_proxy65.erl b/src/mod_proxy65/mod_proxy65.erl index 65719241e..853601d49 100644 --- a/src/mod_proxy65/mod_proxy65.erl +++ b/src/mod_proxy65/mod_proxy65.erl @@ -3,7 +3,25 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : Main supervisor. %%% Created : 12 Oct 2006 by Evgeniy Khramtsov -%%% 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). diff --git a/src/mod_proxy65/mod_proxy65.hrl b/src/mod_proxy65/mod_proxy65.hrl index eeab6804d..7e5a9cb89 100644 --- a/src/mod_proxy65/mod_proxy65.hrl +++ b/src/mod_proxy65/mod_proxy65.hrl @@ -1,9 +1,24 @@ %%%---------------------------------------------------------------------- -%%% File : mod_proxy65.hrl -%%% Author : Evgeniy Khramtsov -%%% Purpose : RFC 1928 constants. -%%% Created : 12 Oct 2006 by Evgeniy Khramtsov -%%% 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 diff --git a/src/mod_proxy65/mod_proxy65_lib.erl b/src/mod_proxy65/mod_proxy65_lib.erl index 09ee6b981..2718f9d44 100644 --- a/src/mod_proxy65/mod_proxy65_lib.erl +++ b/src/mod_proxy65/mod_proxy65_lib.erl @@ -3,7 +3,25 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : SOCKS5 parsing library. %%% Created : 12 Oct 2006 by Evgeniy Khramtsov -%%% 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). diff --git a/src/mod_proxy65/mod_proxy65_service.erl b/src/mod_proxy65/mod_proxy65_service.erl index 8d845df29..65394773e 100644 --- a/src/mod_proxy65/mod_proxy65_service.erl +++ b/src/mod_proxy65/mod_proxy65_service.erl @@ -3,6 +3,25 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : SOCKS5 Bytestreams XMPP service. %%% Created : 12 Oct 2006 by Evgeniy Khramtsov +%%% +%%% +%%% 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). diff --git a/src/mod_proxy65/mod_proxy65_sm.erl b/src/mod_proxy65/mod_proxy65_sm.erl index 7ddfd2c89..3f5155003 100644 --- a/src/mod_proxy65/mod_proxy65_sm.erl +++ b/src/mod_proxy65/mod_proxy65_sm.erl @@ -3,7 +3,25 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : Bytestreams manager. %%% Created : 12 Oct 2006 by Evgeniy Khramtsov -%%% 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). diff --git a/src/mod_proxy65/mod_proxy65_stream.erl b/src/mod_proxy65/mod_proxy65_stream.erl index 1a1503384..65402f544 100644 --- a/src/mod_proxy65/mod_proxy65_stream.erl +++ b/src/mod_proxy65/mod_proxy65_stream.erl @@ -3,7 +3,24 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : Bytestream process. %%% Created : 12 Oct 2006 by Evgeniy Khramtsov -%%% 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). diff --git a/src/mod_pubsub/gen_pubsub_node.erl b/src/mod_pubsub/gen_pubsub_node.erl index 33c27049f..482c80528 100644 --- a/src/mod_pubsub/gen_pubsub_node.erl +++ b/src/mod_pubsub/gen_pubsub_node.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/gen_pubsub_nodetree.erl b/src/mod_pubsub/gen_pubsub_nodetree.erl index 7529850ef..35d1b78c1 100644 --- a/src/mod_pubsub/gen_pubsub_nodetree.erl +++ b/src/mod_pubsub/gen_pubsub_nodetree.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index b2f21aff2..cc9400df2 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node.template b/src/mod_pubsub/node.template index 8e514a888..95a4e4117 100644 --- a/src/mod_pubsub/node.template +++ b/src/mod_pubsub/node.template @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_buddy.erl b/src/mod_pubsub/node_buddy.erl index 2d240e140..a4cc1a76e 100644 --- a/src/mod_pubsub/node_buddy.erl +++ b/src/mod_pubsub/node_buddy.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_club.erl b/src/mod_pubsub/node_club.erl index a0ea2b071..a27c9f540 100644 --- a/src/mod_pubsub/node_club.erl +++ b/src/mod_pubsub/node_club.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_default.erl b/src/mod_pubsub/node_default.erl index f6e513422..ba5b08037 100644 --- a/src/mod_pubsub/node_default.erl +++ b/src/mod_pubsub/node_default.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_dispatch.erl b/src/mod_pubsub/node_dispatch.erl index 7c7341369..04aa18237 100644 --- a/src/mod_pubsub/node_dispatch.erl +++ b/src/mod_pubsub/node_dispatch.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_pep.erl b/src/mod_pubsub/node_pep.erl index 87ed3364d..94153cbf1 100644 --- a/src/mod_pubsub/node_pep.erl +++ b/src/mod_pubsub/node_pep.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_private.erl b/src/mod_pubsub/node_private.erl index 9b17cb294..940297ddd 100644 --- a/src/mod_pubsub/node_private.erl +++ b/src/mod_pubsub/node_private.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/node_public.erl b/src/mod_pubsub/node_public.erl index 73e78ee31..fae4c1e1a 100644 --- a/src/mod_pubsub/node_public.erl +++ b/src/mod_pubsub/node_public.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/nodetree_default.erl b/src/mod_pubsub/nodetree_default.erl index 3d05b5b24..abbf8d44b 100644 --- a/src/mod_pubsub/nodetree_default.erl +++ b/src/mod_pubsub/nodetree_default.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/nodetree_virtual.erl b/src/mod_pubsub/nodetree_virtual.erl index d3f3de851..ca65843e4 100644 --- a/src/mod_pubsub/nodetree_virtual.erl +++ b/src/mod_pubsub/nodetree_virtual.erl @@ -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 %%% [http://www.process-one.net/] %%% @version {@vsn}, {@date} {@time} diff --git a/src/mod_pubsub/pubsub.hrl b/src/mod_pubsub/pubsub.hrl index 7755f8a96..37346dd08 100644 --- a/src/mod_pubsub/pubsub.hrl +++ b/src/mod_pubsub/pubsub.hrl @@ -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. %%% ==================================================================== diff --git a/src/mod_roster.hrl b/src/mod_roster.hrl index 2d0c3b809..c9212958a 100644 --- a/src/mod_roster.hrl +++ b/src/mod_roster.hrl @@ -1,9 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : mod_roster.hrl -%%% Author : Alexey Shchepin -%%% Purpose : Roster management -%%% Created : 5 Mar 2005 by Alexey Shchepin -%%% 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, diff --git a/src/mod_vcard.erl b/src/mod_vcard.erl index fedc8f406..3e48aa5fd 100644 --- a/src/mod_vcard.erl +++ b/src/mod_vcard.erl @@ -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). diff --git a/src/mod_vcard_ldap.erl b/src/mod_vcard_ldap.erl index 65696169d..dffddf57b 100644 --- a/src/mod_vcard_ldap.erl +++ b/src/mod_vcard_ldap.erl @@ -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)}, diff --git a/src/mod_vcard_odbc.erl b/src/mod_vcard_odbc.erl index 86c185feb..41db62622 100644 --- a/src/mod_vcard_odbc.erl +++ b/src/mod_vcard_odbc.erl @@ -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). diff --git a/src/odbc/ejabberd_odbc.erl b/src/odbc/ejabberd_odbc.erl index a8d9fcda8..173543b0d 100644 --- a/src/odbc/ejabberd_odbc.erl +++ b/src/odbc/ejabberd_odbc.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_odbc.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : Serve ODBC connection -%%% Created : 8 Dec 2004 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 8 Dec 2004 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/odbc/ejabberd_odbc_sup.erl b/src/odbc/ejabberd_odbc_sup.erl index 4c5e1e18d..9af2f564f 100644 --- a/src/odbc/ejabberd_odbc_sup.erl +++ b/src/odbc/ejabberd_odbc_sup.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_odbc_sup.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : ODBC connections supervisor -%%% Created : 22 Dec 2004 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 22 Dec 2004 by Alexey Shchepin +%%% +%%% +%%% 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, diff --git a/src/odbc/mssql.sql b/src/odbc/mssql.sql index 7783476ba..3e9d908fd 100644 --- a/src/odbc/mssql.sql +++ b/src/odbc/mssql.sql @@ -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 + * + */ + SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON diff --git a/src/odbc/mysql.sql b/src/odbc/mysql.sql index 20c53b577..a6df394f0 100644 --- a/src/odbc/mysql.sql +++ b/src/odbc/mysql.sql @@ -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; diff --git a/src/odbc/odbc_queries.erl b/src/odbc/odbc_queries.erl index e4daefbb7..38e9a33d0 100644 --- a/src/odbc/odbc_queries.erl +++ b/src/odbc/odbc_queries.erl @@ -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 +%%% Purpose : ODBC queries dependind on back-end +%%% Created : by Mickael Remond +%%% +%%% +%%% 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, diff --git a/src/odbc/pg.sql b/src/odbc/pg.sql index 1fd81645d..13a30994a 100644 --- a/src/odbc/pg.sql +++ b/src/odbc/pg.sql @@ -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, diff --git a/src/p1_mnesia.erl b/src/p1_mnesia.erl index 3352e2d75..5378c8bac 100644 --- a/src/p1_mnesia.erl +++ b/src/p1_mnesia.erl @@ -10,11 +10,9 @@ %% 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'). diff --git a/src/pam/epam.c b/src/pam/epam.c index b365c0a68..154eb4aff 100644 --- a/src/pam/epam.c +++ b/src/pam/epam.c @@ -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 #include #include diff --git a/src/pam/epam.erl b/src/pam/epam.erl index aa51ca94c..77ca0ab09 100644 --- a/src/pam/epam.erl +++ b/src/pam/epam.erl @@ -3,8 +3,27 @@ %%% Author : Evgeniy Khramtsov %%% Purpose : PAM authentication and accounting management %%% Created : 5 Jul 2007 by Evgeniy Khramtsov -%%% 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'). diff --git a/src/stringprep/stringprep.erl b/src/stringprep/stringprep.erl index 50d82cd60..e0ec6e8ad 100644 --- a/src/stringprep/stringprep.erl +++ b/src/stringprep/stringprep.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : stringprep.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : Interface to stringprep_drv -%%% Created : 16 Feb 2003 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 16 Feb 2003 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/stringprep/stringprep_drv.c b/src/stringprep/stringprep_drv.c index a12ec9a8e..c77e5195a 100644 --- a/src/stringprep/stringprep_drv.c +++ b/src/stringprep/stringprep_drv.c @@ -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 #include diff --git a/src/stringprep/stringprep_sup.erl b/src/stringprep/stringprep_sup.erl index e3b957965..483d0a3e4 100644 --- a/src/stringprep/stringprep_sup.erl +++ b/src/stringprep/stringprep_sup.erl @@ -2,9 +2,28 @@ %%% File : stringprep_sup.erl %%% Author : Mickael Remond %%% Description : Supervisor for the Stringprep worker. -%%% %%% Created : 29 Jun 2007 by Mickael Remond +%%% +%%% +%%% 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). diff --git a/src/tls/tls.erl b/src/tls/tls.erl index 11f5be1c0..5aa554e5b 100644 --- a/src/tls/tls.erl +++ b/src/tls/tls.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : tls.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : Interface to openssl -%%% Created : 24 Jul 2004 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 24 Jul 2004 by Alexey Shchepin +%%% +%%% +%%% 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). diff --git a/src/tls/tls_drv.c b/src/tls/tls_drv.c index 92f009754..a2d55fdd0 100644 --- a/src/tls/tls_drv.c +++ b/src/tls/tls_drv.c @@ -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 #include diff --git a/src/web/ejabberd_http.erl b/src/web/ejabberd_http.erl index db6ac620f..6feaf9f61 100644 --- a/src/web/ejabberd_http.erl +++ b/src/web/ejabberd_http.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_http.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : -%%% Created : 27 Feb 2004 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 27 Feb 2004 by Alexey Shchepin +%%% +%%% +%%% 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, diff --git a/src/web/ejabberd_http.hrl b/src/web/ejabberd_http.hrl index 7f94c5e24..b71e8d23f 100644 --- a/src/web/ejabberd_http.hrl +++ b/src/web/ejabberd_http.hrl @@ -1,9 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : ejabberd_http.hrl -%%% Author : Alexey Shchepin -%%% Purpose : -%%% Created : 4 Mar 2004 by Alexey Shchepin -%%% 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, diff --git a/src/web/ejabberd_http_poll.erl b/src/web/ejabberd_http_poll.erl index 03e4a1ef7..272a81a38 100644 --- a/src/web/ejabberd_http_poll.erl +++ b/src/web/ejabberd_http_poll.erl @@ -3,7 +3,25 @@ %%% Author : Alexey Shchepin %%% Purpose : HTTP Polling support (JEP-0025) %%% Created : 4 Mar 2004 by Alexey Shchepin -%%% 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). diff --git a/src/web/ejabberd_web.erl b/src/web/ejabberd_web.erl index 719ca9e01..fb04c9cdc 100644 --- a/src/web/ejabberd_web.erl +++ b/src/web/ejabberd_web.erl @@ -1,13 +1,31 @@ %%%---------------------------------------------------------------------- %%% File : ejabberd_web.erl -%%% Author : Alexey Shchepin +%%% Author : Alexey Shchepin %%% Purpose : -%%% Created : 28 Feb 2004 by Alexey Shchepin -%%% Id : $Id$ +%%% Created : 28 Feb 2004 by Alexey Shchepin +%%% +%%% +%%% 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, diff --git a/src/web/ejabberd_web_admin.hrl b/src/web/ejabberd_web_admin.hrl index 03209d189..04f590c80 100644 --- a/src/web/ejabberd_web_admin.hrl +++ b/src/web/ejabberd_web_admin.hrl @@ -1,8 +1,22 @@ %%%---------------------------------------------------------------------- -%%% File : ejabberd_web_admin.hrl -%%% Author : Alexey Shchepin -%%% Purpose : -%%% Created : 22 Aug 2007 by Alexey Shchepin +%%% +%%% 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, [], []}).