annotate plugins/cherrypy/License.txt @ 235:f6aca9a7370b alpha

Traipse Alpha 'OpenRPG' {100616-00} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user. Update Summary (Closed) New Features: New to Map, can re-order Grid, Miniatures, and Whiteboard layer draw order New to Server GUI, can now clear log Updates: Update to Warhammer PC Sheet. Rollers set as macros. Should work with little maintanence. Update to Browser Server window. Display rooms with ' " & cleaner Update to Server. Handles ' " & cleaner. Fixes: Fix to InterParse that was causing an Infernal Loop with Namespace Internal Fix to XML data, removed old Minidom and switched to Element Tree Fix to Server that was causing eternal attempt to find a Server ID, in Register Rooms thread Fix to metaservers.xml file not being created Fix to Single and Double quotes in Whiteboard text Fix to Background images not showing when using the Image Server Fix to Duplicate chat names appearing Fix to Server GUI's logging output Fix to FNB.COLORFUL_TABS bug.
author sirebral
date Wed, 16 Jun 2010 03:01:22 -0500
parents f7e78e36de50
children
rev   line source
211
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
1 Copyright (c) 2002-2008, CherryPy Team (team@cherrypy.org)
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
2 All rights reserved.
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
3
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
4 Redistribution and use in source and binary forms, with or without modification,
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
5 are permitted provided that the following conditions are met:
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
6
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
7 * Redistributions of source code must retain the above copyright notice,
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
8 this list of conditions and the following disclaimer.
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
9 * Redistributions in binary form must reproduce the above copyright notice,
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
10 this list of conditions and the following disclaimer in the documentation
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
11 and/or other materials provided with the distribution.
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
12 * Neither the name of the CherryPy Team nor the names of its contributors
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
13 may be used to endorse or promote products derived from this software
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
14 without specific prior written permission.
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
15
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
16 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
19 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
20 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
21 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
22 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
23 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
24 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
25 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
f7e78e36de50 Traipse Alpha 'OpenRPG' {100428-04}
sirebral
parents:
diff changeset
26