LICENSES.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. Some software in this distribution is released under the Zope Public
  63. License (as marked in its file header):
  64. Zope Public License (ZPL) Version 2.1
  65. -------------------------------------
  66. A copyright notice accompanies this license document that
  67. identifies the copyright holders.
  68. This license has been certified as open source. It has also
  69. been designated as GPL compatible by the Free Software
  70. Foundation (FSF).
  71. Redistribution and use in source and binary forms, with or
  72. without modification, are permitted provided that the
  73. following conditions are met:
  74. 1. Redistributions in source code must retain the
  75. accompanying copyright notice, this list of conditions,
  76. and the following disclaimer.
  77. 2. Redistributions in binary form must reproduce the accompanying
  78. copyright notice, this list of conditions, and the
  79. following disclaimer in the documentation and/or other
  80. materials provided with the distribution.
  81. 3. Names of the copyright holders must not be used to
  82. endorse or promote products derived from this software
  83. without prior written permission from the copyright
  84. holders.
  85. 4. The right to distribute this software or to use it for
  86. any purpose does not give you the right to use
  87. Servicemarks (sm) or Trademarks (tm) of the copyright
  88. holders. Use of them is covered by separate agreement
  89. with the copyright holders.
  90. 5. If any files are modified, you must cause the modified
  91. files to carry prominent notices stating that you changed
  92. the files and the date of any change.
  93. Disclaimer
  94. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
  95. AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  96. NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  97. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  98. NO EVENT SHALL THE COPYRIGHT HOLDERS BE
  99. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  100. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  101. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  102. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  103. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  104. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  105. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  106. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  107. DAMAGE.