Changeset 836
- Timestamp:
- 02/23/06 12:40:29 (3 years ago)
- Files:
-
- trunk/newdocs/about/license.html (modified) (3 diffs)
- trunk/setup.py (modified) (1 diff)
- trunk/turbogears/release.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/newdocs/about/license.html
r596 r836 18 18 <li><a href="#sqlobject">SQLObject</a></li> 19 19 <li><a href="#elementtree">ElementTree</a></li> 20 <li><a href="#formencode">FormEncode</a></li> 21 <li><a href="#testido">TestGears</a></li> 20 <li><a href="#pythonlicense">FormEncode, PasteScript and RuleDispatch</a></li> 22 21 </ul> 23 22 </div> … … 630 629 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> 631 630 632 <h2><a name="formencode">FormEncode </a></h2>633 634 <p>FormEncode is copyright 2004 , 2005 by Ian Bicking. It isreleased under the terms of the Python Software Foundation license.</p>631 <h2><a name="formencode">FormEncode and PasteScript</a></h2> 632 633 <p>FormEncode is copyright 2004-2006 by Ian Bicking. PasteScript is copyright 2005-2006 by Ian Bicking. RuleDispatch is copyright 2005 Phillip Eby. All three are released under the terms of the Python Software Foundation license.</p> 635 634 <p> 636 635 This is the official license for the Python 2.1.1 release:<br/> … … 867 866 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p> 868 867 869 <h2><a name="testido">TestGears</a></h2>870 871 <p>This is the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>:</p>872 873 <p>Copyright (c) 2005 Kevin Dangoor</p>874 875 <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>876 877 <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>878 879 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>880 881 882 868 </body> </html> 883 869 trunk/setup.py
r705 r836 50 50 "elementtree >= 1.2.6", "PasteScript >= 0.4.1", 51 51 "cElementTree >= 1.0.5", "FormEncode >= 0.4", 52 "setuptools >= 0.6a 8",52 "setuptools >= 0.6a10", 53 53 "RuleDispatch", "nose >= 0.8"], 54 54 packages=find_packages(), trunk/turbogears/release.py
r403 r836 1 version = "0.9a 0"1 version = "0.9a1" 2 2 author = "Kevin Dangoor" 3 3 email = "dangoor+turbogears@gmail.com"