LICENSE.txt 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. "THE BEER-WARE LICENSE" (Revision 42):
  2. ikujam (ikujam@ikujam.org) adapted this project. As long as you retain
  3. this notice you can do whatever you want with this stuff. If we meet some day,
  4. and you think this stuff is worth it, you can buy me a beer in return.
  5. ----
  6. This project is based on esp-link (https://github.com/jeelabs/esp-link)
  7. having the following licence:
  8. Copyright (c) Thorsten von Eicken, 2015
  9. All rights reserved.
  10. Redistribution and use in source and binary forms, with or without
  11. modification, are permitted provided that the following conditions
  12. are met:
  13. 1. Redistributions of source code must retain the above copyright notice,
  14. this list of conditions and the following disclaimer.
  15. 2. Redistributions in binary form must reproduce the above copyright
  16. notice, this list of conditions and the following disclaimer in the
  17. documentation and/or other materials provided with the distribution.
  18. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  19. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  20. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  21. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  22. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  23. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  24. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  25. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  26. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  27. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  28. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  29. ---------------------------------------------------------------------
  30. Portions of this software are derived from esphttpd and have the following
  31. license:
  32. "THE BEER-WARE LICENSE" (Revision 42):
  33. Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain
  34. this notice you can do whatever you want with this stuff. If we meet some day,
  35. and you think this stuff is worth it, you can buy me a beer in return.
  36. ---------------------------------------------------------------------
  37. Portions of this software are derived from Espressif's SDK and carry the
  38. following copyright notice:
  39. This file is part of Espressif's AT+ command set program.
  40. Copyright (C) 2013 - 2016, Espressif Systems
  41. This program is free software: you can redistribute it and/or modify
  42. it under the terms of version 3 of the GNU General Public License as
  43. published by the Free Software Foundation.
  44. This program is distributed in the hope that it will be useful,
  45. but WITHOUT ANY WARRANTY; without even the implied warranty of
  46. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  47. GNU General Public License for more details.
  48. You should have received a copy of the GNU General Public License along
  49. with this program. If not, see <http://www.gnu.org/licenses/>.
  50. ---------------------------------------------------------------------
  51. The Pure CSS portions of this software carry the following license:
  52. Copyright 2014 Yahoo! Inc. All rights reserved.
  53. Redistribution and use in source and binary forms, with or without
  54. modification, are permitted provided that the following conditions
  55. are met:
  56. * Redistributions of source code must retain the above copyright
  57. notice, this list of conditions and the following disclaimer.
  58. * Redistributions in binary form must reproduce the above copyright
  59. notice, this list of conditions and the following disclaimer in the
  60. documentation and/or other materials provided with the distribution.
  61. * Neither the name of the Yahoo! Inc. nor the
  62. names of its contributors may be used to endorse or promote products
  63. derived from this software without specific prior written permission.
  64. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  65. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  66. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  67. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR
  68. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  69. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  70. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  71. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  72. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  73. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  74. POSSIBILITY OF SUCH DAMAGE.
  75. ---------------------------------------------------------------------
  76. Normalize.css used in this firmware carries the following license:
  77. Copyright (c) Nicolas Gallagher and Jonathan Neal
  78. Permission is hereby granted, free of charge, to any person obtaining a copy of
  79. this software and associated documentation files (the "Software"), to deal in
  80. the Software without restriction, including without limitation the rights to
  81. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  82. the Software, and to permit persons to whom the Software is furnished to do so,
  83. subject to the following conditions:
  84. The above copyright notice and this permission notice shall be included in all
  85. copies or substantial portions of the Software.
  86. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  87. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  88. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  89. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  90. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  91. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.