COPYING 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. The copyright owners of this package license the public to copy it
  2. (and do other things with it which are controlled by copyright law)
  3. under a few simple conditions.
  4. Each source file describes the copyright license for that particular
  5. file. This file summarizes the licenses for your convenience.
  6. All the code written specifically for Xmlrpc-c, which is most
  7. of the code, and the aggregation, is licensed under the
  8. XML-RPC FOR C/C++ license shown below.
  9. Some of the code was written for another purpose and copied into
  10. Xmlrpc-c. Its copyright owners license the code under a different
  11. license:
  12. The Expat Licence applies to the contents of the directory lib/expat,
  13. the ABYSS Web Server License applies to the contents of the directory
  14. lib/abyss and parts of the file src/xmlrpc_abyss.c.
  15. The Python 1.5.2 license applies to parts of the file
  16. src/xmlrpc_base64.c.
  17. And as for the tools/ directory, you'll have to examine the licenses
  18. on your own.
  19. These same licenses have been offered throughout Xmlrpc-c's history.
  20. XML-RPC For C/C++ License
  21. -------------------------
  22. Copyright (C) 2001 by First Peer, Inc. All rights reserved.
  23. Copyright (C) 2001 by Eric Kidd. All rights reserved.
  24. Redistribution and use in source and binary forms, with or without
  25. modification, are permitted provided that the following conditions
  26. are met:
  27. 1. Redistributions of source code must retain the above copyright
  28. notice, this list of conditions and the following disclaimer.
  29. 2. Redistributions in binary form must reproduce the above copyright
  30. notice, this list of conditions and the following disclaimer in the
  31. documentation and/or other materials provided with the distribution.
  32. 3. The name of the author may not be used to endorse or promote products
  33. derived from this software without specific prior written permission.
  34. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  35. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  36. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  37. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  38. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  39. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  40. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  41. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  42. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  43. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  44. SUCH DAMAGE.
  45. Expat License
  46. -------------
  47. Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
  48. Permission is hereby granted, free of charge, to any person obtaining
  49. a copy of this software and associated documentation files (the
  50. "Software"), to deal in the Software without restriction, including
  51. without limitation the rights to use, copy, modify, merge, publish,
  52. distribute, sublicense, and/or sell copies of the Software, and to
  53. permit persons to whom the Software is furnished to do so, subject to
  54. the following conditions:
  55. The above copyright notice and this permission notice shall be included
  56. in all copies or substantial portions of the Software.
  57. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  58. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  59. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  60. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  61. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  62. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  63. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  64. ABYSS Web Server License
  65. ------------------------
  66. Copyright (C) 2000 by Moez Mahfoudh <mmoez@bigfoot.com>. All rights reserved.
  67. Redistribution and use in source and binary forms, with or without
  68. modification, are permitted provided that the following conditions
  69. are met:
  70. 1. Redistributions of source code must retain the above copyright
  71. notice, this list of conditions and the following disclaimer.
  72. 2. Redistributions in binary form must reproduce the above copyright
  73. notice, this list of conditions and the following disclaimer in the
  74. documentation and/or other materials provided with the distribution.
  75. 3. The name of the author may not be used to endorse or promote products
  76. derived from this software without specific prior written permission.
  77. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  78. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  79. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  80. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  81. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  82. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  83. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  84. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  85. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  86. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  87. SUCH DAMAGE.
  88. Python 1.5.2 License
  89. --------------------
  90. Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
  91. Amsterdam, The Netherlands.
  92. All Rights Reserved
  93. Permission to use, copy, modify, and distribute this software and its
  94. documentation for any purpose and without fee is hereby granted,
  95. provided that the above copyright notice appear in all copies and that
  96. both that copyright notice and this permission notice appear in
  97. supporting documentation, and that the names of Stichting Mathematisch
  98. Centrum or CWI or Corporation for National Research Initiatives or
  99. CNRI not be used in advertising or publicity pertaining to
  100. distribution of the software without specific, written prior
  101. permission.
  102. While CWI is the initial source for this software, a modified version
  103. is made available by the Corporation for National Research Initiatives
  104. (CNRI) at the Internet address ftp://ftp.python.org.
  105. STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
  106. REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
  107. MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
  108. CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  109. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  110. PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  111. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  112. PERFORMANCE OF THIS SOFTWARE.