Correction mauvais copyright de Xavier

This commit is contained in:
Rodolphe Quiedeville 2003-10-08 22:26:49 +00:00
parent 708d7211e3
commit 6671196703
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
<?PHP
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Xavier DUTOIT <doli@sydesy.com>
*
* 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
@ -79,7 +80,7 @@ if ($result)
$db->free();
}
print "<b>Edition de la ligne</b>";
print_titre("Edition de la ligne");
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
print "<TR class=\"liste_titre\">";
print "<td>Date</td><td>Description</TD>";

View File

@ -1,5 +1,5 @@
<?PHP
/* Copyright (C) 2002-2003 Xavier DUTOIT <doli@sydesy.com>
/* Copyright (C) 2003 Xavier DUTOIT <doli@sydesy.com>
*
* 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
@ -15,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id:
* $Source:
* $Id$
* $Source$
*
*/
require("./pre.inc.php");