Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22310 Modified Files: HISTORY database.inc.php detailed.php footer.inc.php functions.inc.php header.inc.php index.php report.php run-browse.php Log Message: finalize opts module Index: run-browse.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/run-browse.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- run-browse.php 29 Nov 2004 14:04:01 -0000 1.3 +++ run-browse.php 3 Jan 2005 16:27:49 -0000 1.4 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: detailed.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/detailed.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- detailed.php 29 Nov 2004 14:04:01 -0000 1.2 +++ detailed.php 3 Jan 2005 16:27:49 -0000 1.3 @@ -1,7 +1,7 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: footer.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/footer.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- footer.inc.php 31 Dec 2004 15:13:11 -0000 1.2 +++ footer.inc.php 3 Jan 2005 16:27:49 -0000 1.3 @@ -1,4 +1,20 @@ <?php +/* + * Copyright (c) 2005, Bull S.A.. All rights reserved. + * Created by: Sebastien Decugis + + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it would be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write the Free Software Foundation, Inc., 59 + * Temple Place - Suite 330, Boston MA 02111-1307, USA. + */ /* Check there is no hack attempt */ if (!isset($root)) die ("Hack attempt detected\n"); Index: header.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/header.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- header.inc.php 15 Dec 2004 15:28:41 -0000 1.2 +++ header.inc.php 3 Jan 2005 16:27:49 -0000 1.3 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- HISTORY 3 Jan 2005 14:22:55 -0000 1.5 +++ HISTORY 3 Jan 2005 16:27:49 -0000 1.6 @@ -1,5 +1,5 @@ 2005-01-03: -- opts parser module is now able to parse a testsuite release +- opts parser module is now able to parse a testsuite release and run - new field added to the database for storing which module can deal with a given testsuite. sql: ALTER TABLE `opts_versions` ADD `ver_module` VARCHAR( 50 ) DEFAULT 'opts' NOT NULL ; Index: index.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.php 31 Dec 2004 15:13:11 -0000 1.3 +++ index.php 3 Jan 2005 16:27:49 -0000 1.4 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: functions.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/functions.inc.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- functions.inc.php 22 Nov 2004 10:34:38 -0000 1.1.1.1 +++ functions.inc.php 3 Jan 2005 16:27:49 -0000 1.2 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: report.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/report.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- report.php 29 Nov 2004 14:04:01 -0000 1.3 +++ report.php 3 Jan 2005 16:27:49 -0000 1.4 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it Index: database.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/database.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- database.inc.php 3 Jan 2005 14:22:55 -0000 1.2 +++ database.inc.php 3 Jan 2005 16:27:49 -0000 1.3 @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Copyright (c) 2005, Bull S.A.. All rights reserved. * Created by: Sebastien Decugis * This program is free software; you can redistribute it and/or modify it |