licenses.list.txt 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. ====================BSL-1.0====================
  2. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. ====================BSL-1.0====================
  5. Boost Software License - Version 1.0 - August 17th, 2003
  6. Permission is hereby granted, free of charge, to any person or organization
  7. obtaining a copy of the software and accompanying documentation covered by
  8. this license (the "Software") to use, reproduce, display, distribute,
  9. execute, and transmit the Software, and to prepare derivative works of the
  10. Software, and to permit third-parties to whom the Software is furnished to
  11. do so, all subject to the following:
  12. The copyright notices in the Software and this entire statement, including
  13. the above license grant, this restriction and the following disclaimer,
  14. must be included in all copies of the Software, in whole or in part, and
  15. all derivative works of the Software, unless such copies or derivative
  16. works are solely in the form of machine-executable object code generated by
  17. a source language processor.
  18. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  21. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  22. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  23. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  24. DEALINGS IN THE SOFTWARE.
  25. ====================BSL-1.0====================
  26. License
  27. Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).
  28. ====================COPYRIGHT====================
  29. // Copyright (c) 2016-2023 Antony Polukhin
  30. ====================COPYRIGHT====================
  31. // Copyright (c) 2016-2023 Antony Polukhin
  32. // Copyright (c) 2022 Denis Mikhailov
  33. ====================COPYRIGHT====================
  34. // Copyright (c) 2016-2023 Antony Polukhin
  35. // Copyright (c) 2023 Denis Mikhailov
  36. ====================COPYRIGHT====================
  37. // Copyright (c) 2017-2018 Alexandr Poltavsky, Antony Polukhin.
  38. // Copyright (c) 2019-2023 Antony Polukhin.
  39. ====================COPYRIGHT====================
  40. // Copyright (c) 2017-2018 Chris Beck
  41. // Copyright (c) 2019-2023 Antony Polukhin
  42. ====================COPYRIGHT====================
  43. // Copyright (c) 2018 Adam Butcher, Antony Polukhin
  44. // Copyright (c) 2019-2023 Antony Polukhin
  45. ====================COPYRIGHT====================
  46. // Copyright (c) 2018 Sergei Fedorov
  47. // Copyright (c) 2019-2023 Antony Polukhin
  48. ====================COPYRIGHT====================
  49. // Copyright (c) 2023 Bela Schaum, X-Ryl669, Denis Mikhailov.
  50. ====================File: LICENSE_1_0.txt====================
  51. Boost Software License - Version 1.0 - August 17th, 2003
  52. Permission is hereby granted, free of charge, to any person or organization
  53. obtaining a copy of the software and accompanying documentation covered by
  54. this license (the "Software") to use, reproduce, display, distribute,
  55. execute, and transmit the Software, and to prepare derivative works of the
  56. Software, and to permit third-parties to whom the Software is furnished to
  57. do so, all subject to the following:
  58. The copyright notices in the Software and this entire statement, including
  59. the above license grant, this restriction and the following disclaimer,
  60. must be included in all copies of the Software, in whole or in part, and
  61. all derivative works of the Software, unless such copies or derivative
  62. works are solely in the form of machine-executable object code generated by
  63. a source language processor.
  64. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  65. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  66. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  67. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  68. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  69. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  70. DEALINGS IN THE SOFTWARE.
  71. ====================Public-Domain====================
  72. // MurmurHash3 was written by Austin Appleby, and is placed in the public
  73. // domain. The author hereby disclaims copyright to this source code.
  74. ====================Public-Domain====================
  75. // This also contains public domain code from MurmurHash. From the