|
From: Phil E. <l2...@us...> - 2006-05-12 16:26:28
|
Update of /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5037/doc Modified Files: about.html license.html license.txt Log Message: Multiple bug fixes and enhancements ready for release of 0.8.2 Index: license.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/license.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** license.html 12 May 2005 08:33:27 -0000 1.2 --- license.html 12 May 2006 16:26:20 -0000 1.3 *************** *** 5,9 **** <body> <pre> ! Copyright (c) 2001-2004 PythonCard developers All rights reserved. --- 5,9 ---- <body> <pre> ! Copyright (c) 2001-2005 PythonCard developers All rights reserved. Index: license.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/license.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** license.txt 12 May 2005 08:33:44 -0000 1.2 --- license.txt 12 May 2006 16:26:20 -0000 1.3 *************** *** 1,3 **** ! Copyright (c) 2001-2004 PythonCard developers All rights reserved. --- 1,3 ---- ! Copyright (c) 2001-2005 PythonCard developers All rights reserved. *************** *** 13,24 **** derived from this software without specific prior written permission. ! THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR ! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ! MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO ! EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ! EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT ! OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN ! CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING ! IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- 13,27 ---- derived from this software without specific prior written permission. ! THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY ! EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, ! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A ! PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ! AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ! SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, ! BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR ! SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ! WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ! NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE ! USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Index: about.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc/about.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** about.html 15 Apr 2005 15:18:54 -0000 1.2 --- about.html 12 May 2006 16:26:20 -0000 1.3 *************** *** 7,11 **** <tr> <td colspan="2"> ! <b>standaloneBuilder Version 0.1.1</b> </td> </tr> --- 7,11 ---- <tr> <td colspan="2"> ! <b>standaloneBuilder Version 0.1.4</b> </td> </tr> *************** *** 24,26 **** </font> </body> ! </html> --- 24,26 ---- </font> </body> ! </html> |