Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ================================================================================
  2.  
  3. tinypy contains tinypy code licensed in a MIT format license.  It also
  4. contains some goodies grabbed from Python, so that license is included
  5. as well.
  6.  
  7. ================================================================================
  8.  
  9. The tinypy License
  10.  
  11. Copyright (c) 2008 Phil Hassey
  12.  
  13. Permission is hereby granted, free of charge, to any person obtaining a copy
  14. of this software and associated documentation files (the "Software"), to deal
  15. in the Software without restriction, including without limitation the rights
  16. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the Software is
  18. furnished to do so, subject to the following conditions:
  19.  
  20. The above copyright notice and this permission notice shall be included in
  21. all copies or substantial portions of the Software.
  22.  
  23. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  24. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  25. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  26. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  27. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  28. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  29. THE SOFTWARE.
  30.  
  31. ================================================================================
  32.  
  33. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  34. --------------------------------------------
  35.  
  36. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  37. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  38. otherwise using this software ("Python") in source or binary form and
  39. its associated documentation.
  40.  
  41. 2. Subject to the terms and conditions of this License Agreement, PSF
  42. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  43. license to reproduce, analyze, test, perform and/or display publicly,
  44. prepare derivative works, distribute, and otherwise use Python
  45. alone or in any derivative version, provided, however, that PSF's
  46. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  47. 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
  48. All Rights Reserved" are retained in Python alone or in any derivative
  49. version prepared by Licensee.
  50.  
  51. 3. In the event Licensee prepares a derivative work that is based on
  52. or incorporates Python or any part thereof, and wants to make
  53. the derivative work available to others as provided herein, then
  54. Licensee hereby agrees to include in any such work a brief summary of
  55. the changes made to Python.
  56.  
  57. 4. PSF is making Python available to Licensee on an "AS IS"
  58. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  59. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  60. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  61. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  62. INFRINGE ANY THIRD PARTY RIGHTS.
  63.  
  64. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  65. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  66. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  67. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  68.  
  69. 6. This License Agreement will automatically terminate upon a material
  70. breach of its terms and conditions.
  71.  
  72. 7. Nothing in this License Agreement shall be deemed to create any
  73. relationship of agency, partnership, or joint venture between PSF and
  74. Licensee.  This License Agreement does not grant permission to use PSF
  75. trademarks or trade name in a trademark sense to endorse or promote
  76. products or services of Licensee, or any third party.
  77.  
  78. 8. By copying, installing or otherwise using Python, Licensee
  79. agrees to be bound by the terms and conditions of this License
  80. Agreement.
  81.  
  82. ================================================================================
  83.