licenses.list.txt 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. ====================Apache-2.0====================
  2. // which is part of Google Abseil (https://github.com/abseil/abseil-cpp), licensed under the Apache License 2.0.
  3. ====================Apache-2.0====================
  4. The class contains parts of [Google Abseil](https://github.com/abseil/abseil-cpp) which is licensed under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).
  5. ====================CC0-1.0====================
  6. The class contains a copy of [Hedley](https://nemequ.github.io/hedley/) from Evan Nemerson which is licensed as [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/).
  7. ====================COPYRIGHT====================
  8. result["copyright"] = "(C) 2013-2023 Niels Lohmann";
  9. result["name"] = "JSON for Modern C++";
  10. result["url"] = "https://github.com/nlohmann/json";
  11. ====================COPYRIGHT====================
  12. @copyright Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
  13. @sa http://bjoern.hoehrmann.de/utf-8/decoder/dfa/
  14. ====================COPYRIGHT====================
  15. // SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann <bjoern@hoehrmann.de>
  16. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  17. // SPDX-License-Identifier: MIT
  18. ====================COPYRIGHT====================
  19. // SPDX-FileCopyrightText: 2009 Florian Loitsch <https://florian.loitsch.com/>
  20. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  21. // SPDX-License-Identifier: MIT
  22. ====================COPYRIGHT====================
  23. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  24. // SPDX-FileCopyrightText: 2016-2021 Evan Nemerson <evan@nemerson.com>
  25. // SPDX-License-Identifier: MIT
  26. ====================COPYRIGHT====================
  27. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  28. // SPDX-FileCopyrightText: 2018 The Abseil Authors
  29. // SPDX-License-Identifier: MIT
  30. ====================COPYRIGHT====================
  31. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  32. // SPDX-License-Identifier: MIT
  33. ====================COPYRIGHT====================
  34. Copyright &copy; 2013-2022 [Niels Lohmann](https://nlohmann.me)
  35. ====================COPYRIGHT====================
  36. Copyright (c) 2013-2022 Niels Lohmann
  37. ====================COPYRIGHT====================
  38. The class contains a slightly modified version of the Grisu2 algorithm from Florian Loitsch which is licensed under the [MIT License](https://opensource.org/licenses/MIT) (see above). Copyright &copy; 2009 [Florian Loitsch](https://florian.loitsch.com/)
  39. ====================COPYRIGHT====================
  40. The class contains the UTF-8 Decoder from Bjoern Hoehrmann which is licensed under the [MIT License](https://opensource.org/licenses/MIT) (see above). Copyright &copy; 2008-2009 [Björn Hoehrmann](https://bjoern.hoehrmann.de/) <bjoern@hoehrmann.de>
  41. ====================COPYRIGHT====================
  42. The code is distributed under the MIT license, Copyright (c) 2009 Florian Loitsch.
  43. ====================File: LICENSE.MIT====================
  44. MIT License
  45. Copyright (c) 2013-2022 Niels Lohmann
  46. Permission is hereby granted, free of charge, to any person obtaining a copy
  47. of this software and associated documentation files (the "Software"), to deal
  48. in the Software without restriction, including without limitation the rights
  49. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  50. copies of the Software, and to permit persons to whom the Software is
  51. furnished to do so, subject to the following conditions:
  52. The above copyright notice and this permission notice shall be included in all
  53. copies or substantial portions of the Software.
  54. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  55. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  56. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  57. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  58. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  59. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  60. SOFTWARE.
  61. ====================MIT====================
  62. - Update LICENSE.MIT [\#2010](https://github.com/nlohmann/json/pull/2010) ([magamig](https://github.com/magamig))
  63. ====================MIT====================
  64. // SPDX-License-Identifier: MIT
  65. ====================MIT====================
  66. MIT License
  67. ====================MIT====================
  68. Permission is hereby granted, free of charge, to any person obtaining a copy
  69. of this software and associated documentation files (the "Software"), to deal
  70. in the Software without restriction, including without limitation the rights
  71. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  72. copies of the Software, and to permit persons to whom the Software is
  73. furnished to do so, subject to the following conditions:
  74. The above copyright notice and this permission notice shall be included in all
  75. copies or substantial portions of the Software.
  76. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  77. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  78. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  79. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  80. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  81. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  82. SOFTWARE.
  83. ====================MIT====================
  84. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  85. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  86. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  87. ====================MIT====================
  88. The class contains the UTF-8 Decoder from Bjoern Hoehrmann which is licensed under the [MIT License](https://opensource.org/licenses/MIT) (see above). Copyright &copy; 2008-2009 [Björn Hoehrmann](https://bjoern.hoehrmann.de/) <bjoern@hoehrmann.de>
  89. ====================MIT====================
  90. The class is licensed under the [MIT License](https://opensource.org/licenses/MIT):
  91. ====================MIT====================
  92. The code is distributed under the MIT license, Copyright (c) 2009 Florian Loitsch.
  93. ====================MIT====================
  94. The library itself consists of a single header file licensed under the MIT license. However, it is built, tested, documented, and whatnot using a lot of third-party tools and services. Thanks a lot!
  95. ====================MIT====================
  96. [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT)
  97. ====================MIT====================
  98. license: MIT