From: Kevin A. <ka...@us...> - 2004-08-14 21:34:12
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21257 Modified Files: documentation.html index.html Log Message: updated license info to BSD updated link to changelog.txt Index: documentation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/documentation.html,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** documentation.html 26 Jul 2004 15:35:31 -0000 1.20 --- documentation.html 14 Aug 2004 21:34:03 -0000 1.21 *************** *** 61,65 **** program as shown by the dbBrowser sample.</p> <h2><a name="changelog">Revision History (Changelog)</a></h2> ! <p>The <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pythoncard/PythonCard/docs/changelog.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup">changelog.txt</a> file documents the revision history of PythonCard.</p> <?php include "footer.php" ?> --- 61,65 ---- program as shown by the dbBrowser sample.</p> <h2><a name="changelog">Revision History (Changelog)</a></h2> ! <p>The <a href="http://cvs.sourceforge.net/viewcvs.py/pythoncard/PythonCard/docs/changelog.txt?view=markup">changelog.txt</a> file documents the revision history of PythonCard.</p> <?php include "footer.php" ?> Index: index.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/index.html,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** index.html 26 Jul 2004 15:35:31 -0000 1.60 --- index.html 14 Aug 2004 21:34:03 -0000 1.61 *************** *** 34,38 **** cross-platform applications.</p> <p>PythonCard is an open source project and is being developed under the ! terms of the <a href="http://www.python.org/2.2/license.html">Python 2.2 License</a>. This basically means you are free to download and use the executables, source code, web pages or any other item produced by the project and use it as you --- 34,38 ---- cross-platform applications.</p> <p>PythonCard is an open source project and is being developed under the ! terms of a <a href="http://cvs.sourceforge.net/viewcvs.py/pythoncard/PythonCard/LICENSE.txt?view=markup">BSD-style license</a>. This basically means you are free to download and use the executables, source code, web pages or any other item produced by the project and use it as you |