From ba95c1b6fc26861594ab01cd71f724209e0da2a2 Mon Sep 17 00:00:00 2001 From: opensides Date: Tue, 19 Oct 2004 20:35:36 +0000 Subject: [PATCH] changement de * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 9e417989f58..1708fadad47 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php index 843e4d9ebb1..4b40dd09c88 100644 --- a/htdocs/compta/bank/annuel.php +++ b/htdocs/compta/bank/annuel.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/bank/bank.lib.php b/htdocs/compta/bank/bank.lib.php index 6e33de18950..2f069eff0cd 100644 --- a/htdocs/compta/bank/bank.lib.php +++ b/htdocs/compta/bank/bank.lib.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur @@ -43,25 +43,25 @@ \return int true si les infos sont bonnes, false si la clé ne correspond pas */ -function verif_rib($code_banque , $code_guichet , $num_compte , $cle, $iban) { +function verif_rib($code_banque , $code_guichet , $num_compte , $cle, $iban) { if (eregi("^FR",$iban)) { // Cas de la France - $coef = array(62, 34, 3) ; - // Concatenation des differents codes. - $rib = strtolower($code_banque.$code_guichet.$num_compte.$cle); - // On remplca les eventuelles lettres par des chiffres. - $rib = strtr($rib, "abcdefghijklmnopqrstuvwxyz","12345678912345678912345678"); - - // Separation du rib en 3 groupes de 7 + 1 groupe de 2. - // Multiplication de chaque groupe par les coef du tableau - for ($i=0, $s=0; $i<3; $i++) { - $code = substr($rib, 7 * $i, 7) ; + $coef = array(62, 34, 3) ; + // Concatenation des differents codes. + $rib = strtolower($code_banque.$code_guichet.$num_compte.$cle); + // On remplca les eventuelles lettres par des chiffres. + $rib = strtr($rib, "abcdefghijklmnopqrstuvwxyz","12345678912345678912345678"); + + // Separation du rib en 3 groupes de 7 + 1 groupe de 2. + // Multiplication de chaque groupe par les coef du tableau + for ($i=0, $s=0; $i<3; $i++) { + $code = substr($rib, 7 * $i, 7) ; $s += (0 + $code) * $coef[$i] ; - } - - // Soustraction du modulo 97 de $s à 97 pour obtenir la clé RIB - $cle_rib = 97 - ($s % 97) ; - if ($cle_rib == $cle) { return true; } - return false; + } + + // Soustraction du modulo 97 de $s à 97 pour obtenir la clé RIB + $cle_rib = 97 - ($s % 97) ; + if ($cle_rib == $cle) { return true; } + return false; } return true; diff --git a/htdocs/compta/bank/bilan.php b/htdocs/compta/bank/bilan.php index 252e5292fc8..2b4216b136d 100644 --- a/htdocs/compta/bank/bilan.php +++ b/htdocs/compta/bank/bilan.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/bplc.php b/htdocs/compta/bank/bplc.php index b6e9af68f25..0b5e6da76bc 100644 --- a/htdocs/compta/bank/bplc.php +++ b/htdocs/compta/bank/bplc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/budget.php b/htdocs/compta/bank/budget.php index 4f892a42e5e..e1a2b8e3aba 100644 --- a/htdocs/compta/bank/budget.php +++ b/htdocs/compta/bank/budget.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php index 2c6a77d68a9..ff6b6fc39f0 100644 --- a/htdocs/compta/bank/categ.php +++ b/htdocs/compta/bank/categ.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/config.php b/htdocs/compta/bank/config.php index 6b847bf34cf..0fb900bb23a 100644 --- a/htdocs/compta/bank/config.php +++ b/htdocs/compta/bank/config.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index 0ec69b7982a..34dc42c1652 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/bank/functions.lib.php b/htdocs/compta/bank/functions.lib.php index 4b1ad7587a1..cfd6d95666d 100644 --- a/htdocs/compta/bank/functions.lib.php +++ b/htdocs/compta/bank/functions.lib.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 93ef2e61f1d..19787fe0dbb 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 1684af0d0f9..86e3b6e79c0 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Xavier DUTOIT * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/bank/pre.inc.php b/htdocs/compta/bank/pre.inc.php index 0ff756088e0..5b6497e913b 100644 --- a/htdocs/compta/bank/pre.inc.php +++ b/htdocs/compta/bank/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index 4debf1db5d2..b10876a5eb6 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php index fa67f57adde..1411a74874c 100644 --- a/htdocs/compta/bank/releve.php +++ b/htdocs/compta/bank/releve.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index fa7ce683820..a53e1020002 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * @@ -75,7 +75,8 @@ print "\n"; "> - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index 849cfb2c476..41231d505de 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/caisse/index.php b/htdocs/compta/caisse/index.php index e5fa9d4e577..8aacb3323b1 100644 --- a/htdocs/compta/caisse/index.php +++ b/htdocs/compta/caisse/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/caisse/pre.inc.php b/htdocs/compta/caisse/pre.inc.php index ebb97701778..a3cff1fde3d 100644 --- a/htdocs/compta/caisse/pre.inc.php +++ b/htdocs/compta/caisse/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/charges.php b/htdocs/compta/charges.php index c79a3268d21..7abf7065631 100644 --- a/htdocs/compta/charges.php +++ b/htdocs/compta/charges.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php index cd14067f28c..f90e3c9dd88 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/charges/pre.inc.php b/htdocs/compta/charges/pre.inc.php index 3a385c15ae5..cb47d9ce9ae 100644 --- a/htdocs/compta/charges/pre.inc.php +++ b/htdocs/compta/charges/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index cb768306947..9d45abcc47b 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/commande.php b/htdocs/compta/commande.php index 347e7015a72..3322cc4caa3 100644 --- a/htdocs/compta/commande.php +++ b/htdocs/compta/commande.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/config.php b/htdocs/compta/config.php index c636d304958..332aab6e6d1 100644 --- a/htdocs/compta/config.php +++ b/htdocs/compta/config.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/deplacement/deplacement.class.php b/htdocs/compta/deplacement/deplacement.class.php index e92a59623ba..b4d29bd07e6 100644 --- a/htdocs/compta/deplacement/deplacement.class.php +++ b/htdocs/compta/deplacement/deplacement.class.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php index 4f66841285a..a1b8c2879ac 100644 --- a/htdocs/compta/deplacement/fiche.php +++ b/htdocs/compta/deplacement/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/deplacement/index.php b/htdocs/compta/deplacement/index.php index 93a8a4ff047..9825d1ef851 100644 --- a/htdocs/compta/deplacement/index.php +++ b/htdocs/compta/deplacement/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/deplacement/pre.inc.php b/htdocs/compta/deplacement/pre.inc.php index 6db10d49f05..8a1677b4b8c 100644 --- a/htdocs/compta/deplacement/pre.inc.php +++ b/htdocs/compta/deplacement/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php index 7054c5e4e67..02d1283212e 100644 --- a/htdocs/compta/dons/fiche.php +++ b/htdocs/compta/dons/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/dons/formulaire/fsfe.fr.php b/htdocs/compta/dons/formulaire/fsfe.fr.php index 5b5a06aa3d6..87c8e7f95cd 100644 --- a/htdocs/compta/dons/formulaire/fsfe.fr.php +++ b/htdocs/compta/dons/formulaire/fsfe.fr.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify @@ -21,10 +21,10 @@ */ /*! - \file htdocs/compta/dons/formulaire/fsfe.fr.php - \ingroup don - \brief Formulaire de don - \version $Revision$ + \file htdocs/compta/dons/formulaire/fsfe.fr.php + \ingroup don + \brief Formulaire de don + \version $Revision$ */ require("../../../main.inc.php"); @@ -166,10 +166,10 @@ $don->fetch($_GET["rowid"]); Nom : -prenom $don->nom $don->societe" ?>
- Adresse :adresse" ?>
+prenom $don->nom $don->societe" ?>
+ Adresse :adresse" ?>
No ______ Rue _________________________________
- Code postal cp; ?> Commune ville; ?>
+ Code postal cp; ?> Commune ville; ?>
@@ -198,7 +198,7 @@ $don->fetch($_GET["rowid"]); Mode de versement : -
modepaiementid == 4) { print "( Numéraire )"; @@ -221,7 +221,7 @@ print "Ch ?> -modepaiementid <> 4 && $don->modepaiementid <> 7 && $don->modepaiementid <> 2) { print "( Autres )"; diff --git a/htdocs/compta/dons/index.php b/htdocs/compta/dons/index.php index 15fdde1f470..b8209a6ee1c 100644 --- a/htdocs/compta/dons/index.php +++ b/htdocs/compta/dons/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/dons/liste.php b/htdocs/compta/dons/liste.php index 583048ea6d6..35b4760130b 100644 --- a/htdocs/compta/dons/liste.php +++ b/htdocs/compta/dons/liste.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/dons/pre.inc.php b/htdocs/compta/dons/pre.inc.php index 72214822c13..cbdec4335f4 100644 --- a/htdocs/compta/dons/pre.inc.php +++ b/htdocs/compta/dons/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/dons/stats.php b/htdocs/compta/dons/stats.php index bdad6108a4d..326e8d18fe0 100644 --- a/htdocs/compta/dons/stats.php +++ b/htdocs/compta/dons/stats.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 1746d87a01c..98853d2d96e 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Éric Seigne * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/facture/apercu.php b/htdocs/compta/facture/apercu.php index 914e4791c87..0f8421876e8 100644 --- a/htdocs/compta/facture/apercu.php +++ b/htdocs/compta/facture/apercu.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Éric Seigne * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/facture/facture-rec.class.php b/htdocs/compta/facture/facture-rec.class.php index 01755869ff3..162a26cb6f4 100644 --- a/htdocs/compta/facture/facture-rec.class.php +++ b/htdocs/compta/facture/facture-rec.class.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index c3694ac3ed3..fa71ebfffe9 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/facture/info.php b/htdocs/compta/facture/info.php index f9d657f3233..afdf0225275 100644 --- a/htdocs/compta/facture/info.php +++ b/htdocs/compta/facture/info.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php index 8fd02c43823..3f84a2858db 100644 --- a/htdocs/compta/facture/note.php +++ b/htdocs/compta/facture/note.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/facture/pre.inc.php b/htdocs/compta/facture/pre.inc.php index d45048e81d1..a9dcab6bf3e 100644 --- a/htdocs/compta/facture/pre.inc.php +++ b/htdocs/compta/facture/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify @@ -56,7 +56,7 @@ function llxHeader($head = "", $title="", $help_url='') { { $menu->add(DOL_URL_ROOT."/contrat/","Contrats"); } - + left_menu($menu->liste, $help_url); } ?> diff --git a/htdocs/compta/facture/stats/facturestats.class.php b/htdocs/compta/facture/stats/facturestats.class.php index 16ed3f4e4c3..8895380249f 100644 --- a/htdocs/compta/facture/stats/facturestats.class.php +++ b/htdocs/compta/facture/stats/facturestats.class.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php index 7244a9edcd2..072cd261982 100644 --- a/htdocs/compta/facture/stats/index.php +++ b/htdocs/compta/facture/stats/index.php @@ -1,5 +1,6 @@ - + * Copyright (c) 2004 Laurent Destailleur * * 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/compta/facture/stats/month.php b/htdocs/compta/facture/stats/month.php index 9a98d989813..bb14c3c052d 100644 --- a/htdocs/compta/facture/stats/month.php +++ b/htdocs/compta/facture/stats/month.php @@ -1,5 +1,6 @@ - + * Copyright (c) 2004 Laurent Destailleur * * 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/compta/facture/stats/pre.inc.php b/htdocs/compta/facture/stats/pre.inc.php index 26c5d0d7a24..4f631f6960d 100644 --- a/htdocs/compta/facture/stats/pre.inc.php +++ b/htdocs/compta/facture/stats/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 88c90ea20a7..2899dc3ad83 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 6c714ea9e90..68ac9ee5fd6 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/ligne.php b/htdocs/compta/ligne.php index 8ecc4882031..9d2f269a591 100644 --- a/htdocs/compta/ligne.php +++ b/htdocs/compta/ligne.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index a6456618298..34f7dd628c7 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/paiement/fiche.php b/htdocs/compta/paiement/fiche.php index 46da29aed0d..c4eeb0e8a52 100644 --- a/htdocs/compta/paiement/fiche.php +++ b/htdocs/compta/paiement/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/paiement/index.php b/htdocs/compta/paiement/index.php index 976cda77ea6..0ba3e0cad6a 100644 --- a/htdocs/compta/paiement/index.php +++ b/htdocs/compta/paiement/index.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/paiement/info.php b/htdocs/compta/paiement/info.php index 9035d3063e1..021a259713c 100644 --- a/htdocs/compta/paiement/info.php +++ b/htdocs/compta/paiement/info.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/paiement/liste.php b/htdocs/compta/paiement/liste.php index 39b8b4db4f4..fe5198d116b 100644 --- a/htdocs/compta/paiement/liste.php +++ b/htdocs/compta/paiement/liste.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/paiement/pre.inc.php b/htdocs/compta/paiement/pre.inc.php index 4aa48760baa..9d9364d6f6f 100644 --- a/htdocs/compta/paiement/pre.inc.php +++ b/htdocs/compta/paiement/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index a88ec8d9e43..21879d8d6ab 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index d4af6e0f2f2..00457d0b090 100755 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/pmt.php b/htdocs/compta/pmt.php index bcd57d776b0..83d07c3d211 100644 --- a/htdocs/compta/pmt.php +++ b/htdocs/compta/pmt.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/pointmort.php b/htdocs/compta/pointmort.php index ff1eb24545d..2382bd2f7c9 100644 --- a/htdocs/compta/pointmort.php +++ b/htdocs/compta/pointmort.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index 585d5caac63..9144f6efc41 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/prelevement/index.php b/htdocs/compta/prelevement/index.php index d137f379134..df5470649dc 100644 --- a/htdocs/compta/prelevement/index.php +++ b/htdocs/compta/prelevement/index.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/prelevement/pre.inc.php b/htdocs/compta/prelevement/pre.inc.php index e9369946195..de4b1645962 100644 --- a/htdocs/compta/prelevement/pre.inc.php +++ b/htdocs/compta/prelevement/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 5604c91237e..7ff03899606 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Destailleur Laurent * diff --git a/htdocs/compta/resultat/bilan.php b/htdocs/compta/resultat/bilan.php index 41cea751153..ca885ab0ad6 100644 --- a/htdocs/compta/resultat/bilan.php +++ b/htdocs/compta/resultat/bilan.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/resultat/caisse.php b/htdocs/compta/resultat/caisse.php index c43d46cefcc..cfa89fcf9cd 100644 --- a/htdocs/compta/resultat/caisse.php +++ b/htdocs/compta/resultat/caisse.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php index 4c3d27e8ea9..0f64f7e05b5 100644 --- a/htdocs/compta/resultat/clientfourn.php +++ b/htdocs/compta/resultat/clientfourn.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/resultat/compteres.php b/htdocs/compta/resultat/compteres.php index 1f56a588a8d..c59f33ca08c 100644 --- a/htdocs/compta/resultat/compteres.php +++ b/htdocs/compta/resultat/compteres.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php index a0cc5f576d7..04cb7bca46c 100644 --- a/htdocs/compta/resultat/index.php +++ b/htdocs/compta/resultat/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/resultat/pre.inc.php b/htdocs/compta/resultat/pre.inc.php index d19041aedea..3da5c3e735f 100644 --- a/htdocs/compta/resultat/pre.inc.php +++ b/htdocs/compta/resultat/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php index 0240f1586b5..dafa3d6eed2 100644 --- a/htdocs/compta/sociales/charges.php +++ b/htdocs/compta/sociales/charges.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/index.php index e8becbfd2ed..ce6abecd383 100644 --- a/htdocs/compta/sociales/index.php +++ b/htdocs/compta/sociales/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/sociales/pre.inc.php b/htdocs/compta/sociales/pre.inc.php index ee2695e4ff6..978bc43e48f 100644 --- a/htdocs/compta/sociales/pre.inc.php +++ b/htdocs/compta/sociales/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php index 30590306d15..61b0a35935f 100644 --- a/htdocs/compta/stats/cabyuser.php +++ b/htdocs/compta/stats/cabyuser.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php index e0896c51d34..965dc30c366 100644 --- a/htdocs/compta/stats/casoc.php +++ b/htdocs/compta/stats/casoc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/comp.php b/htdocs/compta/stats/comp.php index f708ae1133c..01d3b63e9b5 100644 --- a/htdocs/compta/stats/comp.php +++ b/htdocs/compta/stats/comp.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/cumul.php b/htdocs/compta/stats/cumul.php index f6947b2bd65..22b98eaef02 100644 --- a/htdocs/compta/stats/cumul.php +++ b/htdocs/compta/stats/cumul.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/exercices.php b/htdocs/compta/stats/exercices.php index 0186a7faa58..068e4ea88be 100644 --- a/htdocs/compta/stats/exercices.php +++ b/htdocs/compta/stats/exercices.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index 881ca91602e..48398169699 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/lib.inc.php b/htdocs/compta/stats/lib.inc.php index b6102b5d64e..6b8adf9a9d4 100644 --- a/htdocs/compta/stats/lib.inc.php +++ b/htdocs/compta/stats/lib.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/pre.inc.php b/htdocs/compta/stats/pre.inc.php index 13f06efd736..4aa0880db85 100644 --- a/htdocs/compta/stats/pre.inc.php +++ b/htdocs/compta/stats/pre.inc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/stats/prev.php b/htdocs/compta/stats/prev.php index 227fc8aac7d..5c4c0b94764 100644 --- a/htdocs/compta/stats/prev.php +++ b/htdocs/compta/stats/prev.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index 71c9482c03d..c8b9ad2cd06 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index e99d03e7864..b4cbf343e0e 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Éric Seigne * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/compta/tva/pre.inc.php b/htdocs/compta/tva/pre.inc.php index f050cdfb3a0..c3e25018235 100644 --- a/htdocs/compta/tva/pre.inc.php +++ b/htdocs/compta/tva/pre.inc.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index b3f4d93062f..55e2d639393 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/voyage/bilan.php b/htdocs/compta/voyage/bilan.php index 05eaf6a6422..891aa4c9596 100644 --- a/htdocs/compta/voyage/bilan.php +++ b/htdocs/compta/voyage/bilan.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/compta/voyage/index.php b/htdocs/compta/voyage/index.php index 226344dd573..d596e68bcc1 100644 --- a/htdocs/compta/voyage/index.php +++ b/htdocs/compta/voyage/index.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/voyage/pre.inc.php b/htdocs/compta/voyage/pre.inc.php index 2fd9fd53e4e..9e45fa0950c 100644 --- a/htdocs/compta/voyage/pre.inc.php +++ b/htdocs/compta/voyage/pre.inc.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/voyage/reduc.class.php b/htdocs/compta/voyage/reduc.class.php index c5a4263001f..b81f6bf3bef 100644 --- a/htdocs/compta/voyage/reduc.class.php +++ b/htdocs/compta/voyage/reduc.class.php @@ -1,4 +1,4 @@ - * * $Id$ diff --git a/htdocs/compta/voyage/reduc.php b/htdocs/compta/voyage/reduc.php index c0742bba545..e399599cbe7 100644 --- a/htdocs/compta/voyage/reduc.php +++ b/htdocs/compta/voyage/reduc.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004 Laurent Destailleur * diff --git a/htdocs/compta/voyage/voyage.php b/htdocs/compta/voyage/voyage.php index 982345780f0..7eec2c8c6ff 100644 --- a/htdocs/compta/voyage/voyage.php +++ b/htdocs/compta/voyage/voyage.php @@ -1,4 +1,4 @@ - * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 234f6dc8163..0af8e07e85a 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -1,4 +1,4 @@ - * Copyright (C) 2003 Xavier Dutoit * Copyright (C) 2004 Laurent Destailleur diff --git a/htdocs/conf/tva.local.php.exemple b/htdocs/conf/tva.local.php.exemple index 3f58a7d7e70..8a86d8b7426 100644 --- a/htdocs/conf/tva.local.php.exemple +++ b/htdocs/conf/tva.local.php.exemple @@ -1,4 +1,4 @@ -