Changeset 836

Show
Ignore:
Timestamp:
02/23/06 12:40:29 (3 years ago)
Author:
kevin
Message:

updating license file to match new packages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/newdocs/about/license.html

    r596 r836  
    1818            <li><a href="#sqlobject">SQLObject</a></li> 
    1919            <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> 
    2221        </ul> 
    2322    </div> 
     
    630629    <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> 
    631630 
    632     <h2><a name="formencode">FormEncode</a></h2> 
    633      
    634     <p>FormEncode is copyright 2004, 2005 by Ian Bicking. It is released 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> 
    635634    <p> 
    636635    This is the official license for the Python 2.1.1 release:<br/> 
     
    867866    OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p> 
    868867 
    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      
    882868</body> </html> 
    883869     
  • trunk/setup.py

    r705 r836  
    5050        "elementtree >= 1.2.6", "PasteScript >= 0.4.1", 
    5151        "cElementTree >= 1.0.5", "FormEncode >= 0.4", 
    52         "setuptools >= 0.6a8", 
     52        "setuptools >= 0.6a10", 
    5353        "RuleDispatch", "nose >= 0.8"], 
    5454    packages=find_packages(), 
  • trunk/turbogears/release.py

    r403 r836  
    1 version = "0.9a0
     1version = "0.9a1
    22author = "Kevin Dangoor" 
    33email = "dangoor+turbogears@gmail.com"