licenses.list.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. ====================COPYRIGHT====================
  2. #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2015 Lua.org, PUC-Rio"
  3. #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
  4. ====================COPYRIGHT====================
  5. * Copyright (C) 1994-2015 Lua.org, PUC-Rio.
  6. ====================COPYRIGHT====================
  7. Copyright © 1994–2015 Lua.org, PUC-Rio.
  8. ====================COPYRIGHT====================
  9. Copyright © 2011–2015 Lua.org, PUC-Rio.
  10. Freely available under the terms of the
  11. <A HREF="http://www.lua.org/license.html">Lua license</A>.
  12. ====================MIT====================
  13. * Permission is hereby granted, free of charge, to any person obtaining
  14. * a copy of this software and associated documentation files (the
  15. * "Software"), to deal in the Software without restriction, including
  16. * without limitation the rights to use, copy, modify, merge, publish,
  17. * distribute, sublicense, and/or sell copies of the Software, and to
  18. * permit persons to whom the Software is furnished to do so, subject to
  19. * the following conditions:
  20. *
  21. * The above copyright notice and this permission notice shall be
  22. * included in all copies or substantial portions of the Software.
  23. *
  24. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  25. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  26. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  27. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  28. * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  29. * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  30. * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  31. ====================MIT====================
  32. ** Lua standard libraries
  33. ** See Copyright Notice in lua.h
  34. ====================MIT====================
  35. ** See Copyright Notice in lua.h
  36. ====================MIT====================
  37. -- Please see LICENCE.txt for details.
  38. ====================MIT====================
  39. -- This module is released under the MIT License (MIT).
  40. ====================MIT====================
  41. <A HREF="http://www.lua.org/license.html">this</A>.
  42. ====================MIT====================
  43. Freely available under the terms of the
  44. <A HREF="http://www.lua.org/license.html">Lua license</A>.
  45. ====================MIT====================
  46. Freely available under the terms of the
  47. <a href="http://www.lua.org/license.html">Lua license</a>.
  48. ====================MIT====================
  49. Lua is
  50. <A HREF="#license">free software</A>
  51. ====================MIT====================
  52. Lua is free software distributed under the terms of the
  53. <A HREF="http://www.opensource.org/licenses/mit-license.html">MIT license</A>
  54. reproduced below;
  55. it may be used for any purpose, including commercial purposes,
  56. at absolutely no cost without having to ask us.
  57. The only requirement is that if you do use Lua,
  58. then you should give us credit by including the appropriate copyright notice somewhere in your product or its documentation.
  59. ====================MIT====================
  60. Permission is hereby granted, free of charge, to any person obtaining a copy
  61. of this software and associated documentation files (the "Software"), to deal
  62. in the Software without restriction, including without limitation the rights
  63. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  64. copies of the Software, and to permit persons to whom the Software is
  65. furnished to do so, subject to the following conditions:
  66. <P>
  67. The above copyright notice and this permission notice shall be included in
  68. all copies or substantial portions of the Software.
  69. <P>
  70. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  71. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  72. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  73. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  74. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  75. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  76. THE SOFTWARE.