diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index bdc9f3463a8..43e65768764 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -30,6 +30,8 @@ \author Rodolphe Qiedeville \author Jean-Louis Bergamo \author Laurent Destailleur + \author Sebastien Di Cintio + \author Benoit Mortier \version $Revision$ */ diff --git a/htdocs/adherents/adherent_options.class.php b/htdocs/adherents/adherent_options.class.php index 9263a0269d6..8e521100ccf 100644 --- a/htdocs/adherents/adherent_options.class.php +++ b/htdocs/adherents/adherent_options.class.php @@ -1,6 +1,8 @@ - * Copyright (C) 2002-2003 Jean-Louis Bergamo + * Copyright (C) 2002-2003 Jean-Louis Bergamo + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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 @@ -26,6 +28,8 @@ \brief Fichier de la classe de gestion de la table des champs optionels adhérents \author Rodolphe Quiedville \author Jean-Louis Bergamo + \author Sebastien Di Cintio + \author Benoit Mortier \version $Revision$ */ diff --git a/htdocs/adherents/pre.inc.php b/htdocs/adherents/pre.inc.php index 49765ee6df5..59220c9a5a0 100644 --- a/htdocs/adherents/pre.inc.php +++ b/htdocs/adherents/pre.inc.php @@ -22,7 +22,7 @@ */ /*! \file htdocs/adherents/pre.inc.php - \ingroup adherent + \ingroup adherent \brief Fichier de gestion du menu gauche du module adherent \version $Revision$ */ diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index 6014a99dd00..9d781a7a89a 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -2,8 +2,8 @@ /* Copyright (C) 2003 Rodolphe Quiedeville * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Sebastien Di Cintio - * Copyright (C) 2004 Benoit Mortier + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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/htdocs/admin/external_rss.php b/htdocs/admin/external_rss.php index c5ae8eee991..94413575978 100644 --- a/htdocs/admin/external_rss.php +++ b/htdocs/admin/external_rss.php @@ -2,6 +2,8 @@ /* Copyright (C) 2003 Éric Seigne * Copyright (C) 2003 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php index c83be38bb27..e493c44559f 100644 --- a/htdocs/admin/fichinter.php +++ b/htdocs/admin/fichinter.php @@ -2,7 +2,7 @@ /* Copyright (C) 2003 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio - * Copyright (C) 2004 Benoit Mortier + * Copyright (C) 2004 Benoit Mortier * * 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/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index 0bb36041113..81c2a5ed9d0 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -1,8 +1,7 @@ - * Copyright (C) 2004 Benoit Mortier - * Copyright (C) 2004 Sebastien Di Cintio - * Copyright (C) 2004 Benoit Mortier + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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/htdocs/admin/propale.php b/htdocs/admin/propale.php index 2a30e1cb88f..e4c5f3dcef0 100644 --- a/htdocs/admin/propale.php +++ b/htdocs/admin/propale.php @@ -1,6 +1,8 @@ * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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/htdocs/admin/sql.php b/htdocs/admin/sql.php index f20c1e4b1f7..f12fef636d8 100644 --- a/htdocs/admin/sql.php +++ b/htdocs/admin/sql.php @@ -22,7 +22,7 @@ /*! \file htdocs/admin/sql.php \brief Fichier de fonction sql \version $Revision$ - \todo A deplacer dans le gestionnaire d'abstraction de base (mysql.lib.php ou pgsql.lib.php) + \todo A deplacer dans le gestionnaire d'abstraction de base (mysql.lib.php ou pgsql.lib.php) */ function db_create_table($db, $table) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 8ec9379ab18..e6915f3d047 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -2,6 +2,8 @@ /* Copyright (C) 2000-2004 Rodolphe Quiedeville * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * 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 @@ -28,6 +30,8 @@ \author Rodolphe Quiedeville \author Jean-Louis Bergamo \author Laurent Destailleur + \author Sebastien Di Cintio + \author Benoit Mortier \version $Revision$ Ensemble de fonctions de base de dolibarr sous forme d'include diff --git a/htdocs/lib/grant.postgres.php b/htdocs/lib/grant.postgres.php index 2a0d1c3d9c7..8fa198ef7d9 100644 --- a/htdocs/lib/grant.postgres.php +++ b/htdocs/lib/grant.postgres.php @@ -1,4 +1,34 @@ + * Copyright (C) 2004 Benoit Mortier + * + * 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. + * or see http://www.gnu.org/ + * + * $Id$ + * $Source$ + * + */ + +/*! \file htdocs/lib/grantpostgres.php + \brief effectue les GRANT sur toutes les tables + \author Sebastien Di Cintio + \author Benoit Mortier + \version $Revision$ + +*/ $conf = "../conf/conf.php"; diff --git a/htdocs/lib/pgsql.lib.php b/htdocs/lib/pgsql.lib.php index 15634860b33..2b1d446f4e4 100644 --- a/htdocs/lib/pgsql.lib.php +++ b/htdocs/lib/pgsql.lib.php @@ -2,7 +2,7 @@ /* Copyright (C) 2001 Fabien Seisen * Copyright (C) 2002-2004 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 948097beb52..22eb3c24833 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -28,6 +28,8 @@ \author Rodolphe Qiedeville \author Jean-Louis Bergamo \author Laurent Destailleur + \author Sebastien Di Cintio + \author Benoit Mortier \version $Revision$ */