licenses.list.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. ====================BSD-3-Clause====================
  2. All rights reserved. Use of this source code is governed by a
  3. BSD-style license that can be found in the LICENSE file.
  4. ====================BSD-3-Clause====================
  5. // All rights reserved. Use of this source code is governed by a
  6. // BSD-style license that can be found in the LICENSE file.
  7. ====================BSD-3-Clause====================
  8. Redistribution and use in source and binary forms, with or without
  9. modification, are permitted provided that the following conditions are met:
  10. 1. Redistributions of source code must retain the above copyright notice, this
  11. list of conditions and the following disclaimer.
  12. 2. Redistributions in binary form must reproduce the above copyright notice,
  13. this list of conditions and the following disclaimer in the documentation
  14. and/or other materials provided with the distribution.
  15. 3. Neither the name of the copyright holder nor the names of its contributors
  16. may be used to endorse or promote products derived from this software
  17. without specific prior written permission.
  18. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  19. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  22. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  23. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  24. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  25. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  26. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  27. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. ====================BSD-3-Clause====================
  29. pybind11 is provided under a BSD-style license that can be found in the
  30. ====================COPYRIGHT====================
  31. Copyright (c) 2016 Klemens Morgenstern <klemens.morgenstern@ed-chemnitz.de> and
  32. Wenzel Jakob <wenzel.jakob@epfl.ch>
  33. ====================COPYRIGHT====================
  34. Copyright (c) 2016 Sergey Lyskov and Wenzel Jakob
  35. ====================COPYRIGHT====================
  36. Copyright (c) 2016 Trent Houliston <trent@houliston.me> and
  37. Wenzel Jakob <wenzel.jakob@epfl.ch>
  38. ====================COPYRIGHT====================
  39. Copyright (c) 2017 Henry F. Schreiner
  40. ====================COPYRIGHT====================
  41. Copyright (c) 2017 Jason Rhinelander <jason@imaginary.ca>
  42. ====================COPYRIGHT====================
  43. Copyright (c) 2017 Wenzel Jakob <wenzel.jakob@epfl.ch>
  44. ====================COPYRIGHT====================
  45. Copyright (c) 2023 Dustin Spicuzza <dustin@virtualroadside.com>
  46. ====================COPYRIGHT====================
  47. Copyright (c) 2024 The Pybind Development Team.
  48. ====================COPYRIGHT====================
  49. // (C) William Swanson, Paul Fultz
  50. # define PYBIND11_EVAL0(...) __VA_ARGS__
  51. # define PYBIND11_EVAL1(...) PYBIND11_EVAL0(PYBIND11_EVAL0(PYBIND11_EVAL0(__VA_ARGS__)))
  52. ====================COPYRIGHT====================
  53. // Copyright (c) 2016-2024 The Pybind Development Team.
  54. // All rights reserved. Use of this source code is governed by a
  55. // BSD-style license that can be found in the LICENSE file.
  56. ====================COPYRIGHT====================
  57. // Copyright (c) 2021 The Pybind Development Team.
  58. // All rights reserved. Use of this source code is governed by a
  59. // BSD-style license that can be found in the LICENSE file.
  60. ====================COPYRIGHT====================
  61. Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
  62. ====================File: LICENSE====================
  63. Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
  64. Redistribution and use in source and binary forms, with or without
  65. modification, are permitted provided that the following conditions are met:
  66. 1. Redistributions of source code must retain the above copyright notice, this
  67. list of conditions and the following disclaimer.
  68. 2. Redistributions in binary form must reproduce the above copyright notice,
  69. this list of conditions and the following disclaimer in the documentation
  70. and/or other materials provided with the distribution.
  71. 3. Neither the name of the copyright holder nor the names of its contributors
  72. may be used to endorse or promote products derived from this software
  73. without specific prior written permission.
  74. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  75. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  76. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  77. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  78. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  79. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  80. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  81. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  82. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  83. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  84. Please also refer to the file .github/CONTRIBUTING.md, which clarifies licensing of
  85. external contributions to this project including patches, pull requests, etc.