LICENSES.txt 7.4 KB

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