LICENSES.txt 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Supervisor is licensed under the Zope Public License (ZPL) 2.1 :
  2. A copyright notice accompanies this license document that identifies
  3. the copyright holders.
  4. This license has been certified as open source. It has also been
  5. designated as GPL compatible by the Free Software Foundation (FSF).
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions are
  8. met:
  9. 1. Redistributions in source code must retain the accompanying
  10. copyright notice, this list of conditions, and the following
  11. disclaimer.
  12. 2. Redistributions in binary form must reproduce the accompanying
  13. copyright notice, this list of conditions, and the following
  14. disclaimer in the documentation and/or other materials provided
  15. with the distribution.
  16. 3. Names of the copyright holders must not be used to endorse or
  17. promote products derived from this software without prior
  18. written permission from the copyright holders.
  19. 5. The right to distribute this software or to use it for any
  20. purpose does not give you the right to use Servicemarks (sm) or
  21. Trademarks (tm) of the copyright holders. Use of them is covered
  22. by separate agreement with the copyright holders.
  23. 6. If any files are modified, you must cause the modified files to
  24. carry prominent notices stating that you changed the files and
  25. the date of any change.
  26. Disclaimer
  27. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
  28. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  29. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  30. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  31. HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  32. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  33. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  34. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  35. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  36. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  37. THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  38. SUCH DAMAGE.
  39. http_client.py code is based on code by Daniel Krech, which was
  40. released under this license:
  41. LICENSE AGREEMENT FOR RDFLIB 0.9.0 THROUGH 2.3.1
  42. ------------------------------------------------
  43. Copyright (c) 2002-2005, Daniel Krech, http://eikeon.com/
  44. All rights reserved.
  45. Redistribution and use in source and binary forms, with or without
  46. modification, are permitted provided that the following conditions are
  47. met:
  48. * Redistributions of source code must retain the above copyright
  49. notice, this list of conditions and the following disclaimer.
  50. * Redistributions in binary form must reproduce the above
  51. copyright notice, this list of conditions and the following
  52. disclaimer in the documentation and/or other materials provided
  53. with the distribution.
  54. * Neither the name of Daniel Krech nor the names of its
  55. contributors may be used to endorse or promote products derived
  56. from this software without specific prior written permission.
  57. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  58. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  59. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  60. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  61. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  62. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  63. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  64. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  65. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  66. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  67. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.