LICENSE 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. Copyright (c) 2006-2023 SymPy Development Team
  2. All rights reserved.
  3. Redistribution and use in source and binary forms, with or without
  4. modification, are permitted provided that the following conditions are met:
  5. a. Redistributions of source code must retain the above copyright notice,
  6. this list of conditions and the following disclaimer.
  7. b. Redistributions in binary form must reproduce the above copyright
  8. notice, this list of conditions and the following disclaimer in the
  9. documentation and/or other materials provided with the distribution.
  10. c. Neither the name of SymPy nor the names of its contributors
  11. may be used to endorse or promote products derived from this software
  12. without specific prior written permission.
  13. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  14. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  15. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  16. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
  17. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  18. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  19. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  20. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  21. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  22. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  23. DAMAGE.
  24. --------------------------------------------------------------------------------
  25. Patches that were taken from the Diofant project (https://github.com/diofant/diofant)
  26. are licensed as:
  27. Copyright (c) 2006-2018 SymPy Development Team,
  28. 2013-2023 Sergey B Kirpichev
  29. All rights reserved.
  30. Redistribution and use in source and binary forms, with or without
  31. modification, are permitted provided that the following conditions are met:
  32. a. Redistributions of source code must retain the above copyright notice,
  33. this list of conditions and the following disclaimer.
  34. b. Redistributions in binary form must reproduce the above copyright
  35. notice, this list of conditions and the following disclaimer in the
  36. documentation and/or other materials provided with the distribution.
  37. c. Neither the name of Diofant or SymPy nor the names of its contributors
  38. may be used to endorse or promote products derived from this software
  39. without specific prior written permission.
  40. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  41. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  42. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  43. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
  44. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  45. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  46. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  47. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  48. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  49. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  50. DAMAGE.
  51. --------------------------------------------------------------------------------
  52. Submodules taken from the multipledispatch project (https://github.com/mrocklin/multipledispatch)
  53. are licensed as:
  54. Copyright (c) 2014 Matthew Rocklin
  55. All rights reserved.
  56. Redistribution and use in source and binary forms, with or without
  57. modification, are permitted provided that the following conditions are met:
  58. a. Redistributions of source code must retain the above copyright notice,
  59. this list of conditions and the following disclaimer.
  60. b. Redistributions in binary form must reproduce the above copyright
  61. notice, this list of conditions and the following disclaimer in the
  62. documentation and/or other materials provided with the distribution.
  63. c. Neither the name of multipledispatch nor the names of its contributors
  64. may be used to endorse or promote products derived from this software
  65. without specific prior written permission.
  66. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  67. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  68. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  69. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
  70. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  71. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  72. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  73. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  74. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  75. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  76. DAMAGE.
  77. --------------------------------------------------------------------------------
  78. The files under the directory sympy/parsing/autolev/tests/pydy-example-repo
  79. are directly copied from PyDy project and are licensed as:
  80. Copyright (c) 2009-2023, PyDy Authors
  81. All rights reserved.
  82. Redistribution and use in source and binary forms, with or without
  83. modification, are permitted provided that the following conditions are met:
  84. * Redistributions of source code must retain the above copyright
  85. notice, this list of conditions and the following disclaimer.
  86. * Redistributions in binary form must reproduce the above copyright
  87. notice, this list of conditions and the following disclaimer in the
  88. documentation and/or other materials provided with the distribution.
  89. * Neither the name of this project nor the names of its contributors may be
  90. used to endorse or promote products derived from this software without
  91. specific prior written permission.
  92. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  93. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  94. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  95. DISCLAIMED. IN NO EVENT SHALL PYDY AUTHORS BE LIABLE FOR ANY DIRECT,
  96. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  97. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  98. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  99. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  100. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  101. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  102. --------------------------------------------------------------------------------
  103. The files under the directory sympy/parsing/latex
  104. are directly copied from latex2sympy project and are licensed as:
  105. Copyright 2016, latex2sympy
  106. Permission is hereby granted, free of charge, to any person obtaining a copy
  107. of this software and associated documentation files (the "Software"), to deal
  108. in the Software without restriction, including without limitation the rights
  109. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  110. copies of the Software, and to permit persons to whom the Software is
  111. furnished to do so, subject to the following conditions:
  112. The above copyright notice and this permission notice shall be included in all
  113. copies or substantial portions of the Software.
  114. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  115. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  116. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  117. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  118. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  119. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  120. SOFTWARE.