[Toxicengine-cvs] website/include footer.inc.php,1.1,1.2 list_changelog.inc.php,1.1,1.2
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 20:47:44
|
Update of /cvsroot/toxicengine/website/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29511/include Modified Files: footer.inc.php list_changelog.inc.php Log Message: minor tweaks to the web site to reflect the change of leadership Index: list_changelog.inc.php =================================================================== RCS file: /cvsroot/toxicengine/website/include/list_changelog.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list_changelog.inc.php 2 Oct 2004 01:44:46 -0000 1.1 --- list_changelog.inc.php 21 Oct 2004 20:47:26 -0000 1.2 *************** *** 28,32 **** 'SELECT * ' . ' FROM changelog ' . ! ' WHERE timestamp >= \'' . $beginning . '\' AND timestamp < \'' . $end . '\' ' . ' ORDER BY timestamp DESC'); --- 28,32 ---- 'SELECT * ' . ' FROM changelog ' . ! ' WHERE timestamp >= \'' . $beginning . '\' AND timestamp <= \'' . $end . '\' ' . ' ORDER BY timestamp DESC'); Index: footer.inc.php =================================================================== RCS file: /cvsroot/toxicengine/website/include/footer.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** footer.inc.php 2 Oct 2004 01:44:46 -0000 1.1 --- footer.inc.php 21 Oct 2004 20:47:26 -0000 1.2 *************** *** 4,20 **** Copyright (C) 2003-2004 Francois Beaune Contact: be...@ai... ! This file is part of toxic. ! toxic 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. ! toxic 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 toxic; if not, write to the Free Software --- 4,20 ---- Copyright (C) 2003-2004 Francois Beaune Contact: be...@ai... ! This file is part of toxic. ! toxic 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. ! toxic 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 toxic; if not, write to the Free Software *************** *** 23,27 **** function output_copyright_notice() { ! echo "Copyright © 2003–2004 François Beaune\n"; } --- 23,27 ---- function output_copyright_notice() { ! echo "Copyright © 2003–2004 The toxic Project\n"; } *************** *** 38,42 **** <td align="center" class="quotation"> <br> ! In memory of my father Robert Beaune (1936–2003). </td> </tr> --- 38,42 ---- <td align="center" class="quotation"> <br> ! In memory of Robert Beaune (1936–2003). </td> </tr> |