dist_licences.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Espruino uses a few libraries of code that have been generously given away for
  2. free. Their licences are included below.
  3. -------------------------------------------------------------------------
  4. FATFS
  5. -------------------------------------------------------------------------
  6. /*---------------------------------------------------------------------------/
  7. / FatFs - FAT file system module include file R0.07c (C)ChaN, 2009
  8. /----------------------------------------------------------------------------/
  9. / FatFs module is an open source software to implement FAT file system to
  10. / small embedded systems. This is a free software and is opened for education,
  11. / research and commercial developments under license policy of following terms.
  12. /
  13. / Copyright (C) 2009, ChaN, all right reserved.
  14. /
  15. / * The FatFs module is a free software and there is NO WARRANTY.
  16. / * No restriction on use. You can use, modify and redistribute it for
  17. / personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY.
  18. / * Redistributions of source code must retain the above copyright notice.*/
  19. -------------------------------------------------------------------------
  20. FATFS to SPI bridge
  21. -------------------------------------------------------------------------
  22. /* Copyright (c) 2009, Martin Thomas, ChaN
  23. All rights reserved.
  24. Redistribution and use in source and binary forms, with or without
  25. modification, are permitted provided that the following conditions are met:
  26. * Redistributions of source code must retain the above copyright
  27. notice, this list of conditions and the following disclaimer.
  28. * Redistributions in binary form must reproduce the above copyright
  29. notice, this list of conditions and the following disclaimer in
  30. the documentation and/or other materials provided with the
  31. distribution.
  32. * Neither the name of the copyright holders nor the names of
  33. contributors may be used to endorse or promote products derived
  34. from this software without specific prior written permission.
  35. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  36. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  37. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  38. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  39. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  40. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  41. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  42. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  43. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  44. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  45. POSSIBILITY OF SUCH DAMAGE. */
  46. -------------------------------------------------------------------------
  47. FATFS to SDIO bridge
  48. -------------------------------------------------------------------------
  49. /* author: ickle */ - No details given with source code. If you have
  50. anything you'd like to include, pleas e-mail us and let us know.
  51. -------------------------------------------------------------------------
  52. 8x8 LCD Font
  53. -------------------------------------------------------------------------
  54. /*
  55. http://forum.osdev.org/viewtopic.php?f=2&t=22033
  56. Created Sunday, May 23, 2010 by Quinn Evans
  57. Renamed and updated Monday 24, 2010
  58. This font (Vincent) is released by me into the public domain. I claim no
  59. copyright, and hereby make this software available to the public for any use,
  60. at any time, free of restrictions, legal or otherwise.
  61. */
  62. -------------------------------------------------------------------------
  63. CC3000 Host Driver Implementation.
  64. -------------------------------------------------------------------------
  65. Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  66. Redistribution and use in source and binary forms, with or without
  67. modification, are permitted provided that the following conditions
  68. are met:
  69. Redistributions of source code must retain the above copyright
  70. notice, this list of conditions and the following disclaimer.
  71. Redistributions in binary form must reproduce the above copyright
  72. notice, this list of conditions and the following disclaimer in the
  73. documentation and/or other materials provided with the
  74. distribution.
  75. Neither the name of Texas Instruments Incorporated nor the names of
  76. its contributors may be used to endorse or promote products derived
  77. from this software without specific prior written permission.
  78. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  79. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  80. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  81. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  82. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  83. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  84. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  85. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  86. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  87. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  88. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.