[phpcvsview-cvs-updates] phpcvsview config.php,1.3,1.4 footer.php,1.2,1.3 header.php,1.2,1.3 phpcvs.
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2004-10-02 01:47:43
|
Update of /cvsroot/phpcvsview/phpcvsview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22475 Modified Files: config.php footer.php header.php phpcvs.php phpcvsmime.php Log Message: Updated copyright Updated my Email Address to point to sourceforge. Index: phpcvsmime.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/phpcvsmime.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** phpcvsmime.php 1 Oct 2004 08:25:27 -0000 1.4 --- phpcvsmime.php 2 Oct 2004 01:47:17 -0000 1.5 *************** *** 7,13 **** * Purpose: To provide the mime translations required for downloading * ! * @author Brian A Cheeseman <br...@bc...> * @version $Id$ ! * @copyright 2003 Brian A Cheeseman **/ --- 7,13 ---- * Purpose: To provide the mime translations required for downloading * ! * @author Brian A Cheeseman <bch...@us...> * @version $Id$ ! * @copyright 2003-2004 Brian A Cheeseman **/ Index: header.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/header.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header.php 7 Apr 2003 08:23:58 -0000 1.2 --- header.php 2 Oct 2004 01:47:17 -0000 1.3 *************** *** 7,13 **** * Purpose: To provide the HTML page header code * ! * @author Brian A Cheeseman <br...@bc...> * @version $Id$ ! * @copyright 2003 Brian A Cheeseman **/ --- 7,13 ---- * Purpose: To provide the HTML page header code * ! * @author Brian A Cheeseman <bch...@us...> * @version $Id$ ! * @copyright 2003-2004 Brian A Cheeseman **/ Index: config.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/config.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.php 2 Oct 2004 01:24:29 -0000 1.3 --- config.php 2 Oct 2004 01:47:17 -0000 1.4 *************** *** 7,13 **** * Purpose: To store the configuration for this instance of phpCVSView * ! * @author Brian A Cheeseman <br...@bc...> * @version $Id$ ! * @copyright 2003 Brian A Cheeseman **/ --- 7,13 ---- * Purpose: To store the configuration for this instance of phpCVSView * ! * @author Brian A Cheeseman <bch...@us...> * @version $Id$ ! * @copyright 2003-2004 Brian A Cheeseman **/ Index: footer.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/footer.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** footer.php 7 Apr 2003 08:23:56 -0000 1.2 --- footer.php 2 Oct 2004 01:47:17 -0000 1.3 *************** *** 7,13 **** * Purpose: To provide the HTML page footer code * ! * @author Brian A Cheeseman <br...@bc...> * @version $Id$ ! * @copyright 2003 Brian A Cheeseman **/ --- 7,13 ---- * Purpose: To provide the HTML page footer code * ! * @author Brian A Cheeseman <bch...@us...> * @version $Id$ ! * @copyright 2003-2004 Brian A Cheeseman **/ Index: phpcvs.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/phpcvs.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** phpcvs.php 2 Oct 2004 01:24:29 -0000 1.10 --- phpcvs.php 2 Oct 2004 01:47:17 -0000 1.11 *************** *** 7,13 **** * Purpose: To provide the main class required to access a CVS repository * ! * @author Brian A Cheeseman <br...@bc...> * @version $Id$ ! * @copyright 2003 Brian A Cheeseman **/ --- 7,13 ---- * Purpose: To provide the main class required to access a CVS repository * ! * @author Brian A Cheeseman <bch...@us...> * @version $Id$ ! * @copyright 2003-2004 Brian A Cheeseman **/ |