LICENSES.txt 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. Supervisor and meld3 are licensed under the Zope Public License (ZPL)
  2. 2.1 :
  3. A copyright notice accompanies this license document that identifies
  4. the copyright holders.
  5. This license has been certified as open source. It has also been
  6. designated as GPL compatible by the Free Software Foundation (FSF).
  7. Redistribution and use in source and binary forms, with or without
  8. modification, are permitted provided that the following conditions are
  9. met:
  10. 1. Redistributions in source code must retain the accompanying
  11. copyright notice, this list of conditions, and the following
  12. disclaimer.
  13. 2. Redistributions in binary form must reproduce the accompanying
  14. copyright notice, this list of conditions, and the following
  15. disclaimer in the documentation and/or other materials provided
  16. with the distribution.
  17. 3. Names of the copyright holders must not be used to endorse or
  18. promote products derived from this software without prior
  19. written permission from the copyright holders.
  20. 5. The right to distribute this software or to use it for any
  21. purpose does not give you the right to use Servicemarks (sm) or
  22. Trademarks (tm) of the copyright holders. Use of them is covered
  23. by separate agreement with the copyright holders.
  24. 6. If any files are modified, you must cause the modified files to
  25. carry prominent notices stating that you changed the files and
  26. the date of any change.
  27. Disclaimer
  28. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
  29. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  30. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  31. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  32. HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  33. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  34. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  35. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  36. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  37. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  38. THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  39. SUCH DAMAGE.
  40. Medusa, the asynchronous communications framework upon which
  41. supervisor's server and client code is based, was created by Sam
  42. Rushing:
  43. Medusa was once distributed under a 'free for non-commercial use'
  44. license, but in May of 2000 Sam Rushing changed the license to be
  45. identical to the standard Python license at the time. The standard
  46. Python license has always applied to the core components of Medusa,
  47. this change just frees up the rest of the system, including the http
  48. server, ftp server, utilities, etc. Medusa is therefore under the
  49. following license:
  50. ==============================
  51. Permission to use, copy, modify, and distribute this software and
  52. its documentation for any purpose and without fee is hereby granted,
  53. provided that the above copyright notice appear in all copies and
  54. that both that copyright notice and this permission notice appear in
  55. supporting documentation, and that the name of Sam Rushing not be
  56. used in advertising or publicity pertaining to distribution of the
  57. software without specific, written prior permission.
  58. SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  59. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  60. NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  61. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  62. OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  63. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  64. WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  65. ==============================
  66. ElementTree, by Frederik Lundh, which ships with Supervisor is
  67. licensed as follows:
  68. The ElementTree package and the cElementTree accelerator are:
  69. Copyright (c) 1999-2005 by Secret Labs AB
  70. Copyright (c) 1999-2005 by Fredrik Lundh
  71. By obtaining, using, and/or copying this software and/or its
  72. associated documentation, you agree that you have read, understood,
  73. and will comply with the following terms and conditions:
  74. Permission to use, copy, modify, and distribute this software and
  75. its associated documentation for any purpose and without fee is
  76. hereby granted, provided that the above copyright notice appears in
  77. all copies, and that both that copyright notice and this permission
  78. notice appear in supporting documentation, and that the name of
  79. Secret Labs AB or the author not be used in advertising or publicity
  80. pertaining to distribution of the software without specific, written
  81. prior permission.
  82. SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
  83. TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
  84. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR
  85. THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  86. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
  87. OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  88. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  89. PERFORMANCE OF THIS SOFTWARE.
  90. http_client.py code is based on code by Daniel Krech, which was
  91. released under this license:
  92. LICENSE AGREEMENT FOR RDFLIB 0.9.0 THROUGH 2.3.1
  93. ------------------------------------------------
  94. Copyright (c) 2002-2005, Daniel Krech, http://eikeon.com/
  95. All rights reserved.
  96. Redistribution and use in source and binary forms, with or without
  97. modification, are permitted provided that the following conditions are
  98. met:
  99. * Redistributions of source code must retain the above copyright
  100. notice, this list of conditions and the following disclaimer.
  101. * Redistributions in binary form must reproduce the above
  102. copyright notice, this list of conditions and the following
  103. disclaimer in the documentation and/or other materials provided
  104. with the distribution.
  105. * Neither the name of Daniel Krech nor the names of its
  106. contributors may be used to endorse or promote products derived
  107. from this software without specific prior written permission.
  108. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  109. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  110. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  111. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  112. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  113. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  114. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  115. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  116. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  117. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  118. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.