使用 Lua 编写的轻量文本编辑器。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

130 lines
5.7 KiB

  1. # Licenses
  2. ## rxi/lite
  3. Copyright (c) 2020 rxi
  4. Permission is hereby granted, free of charge, to any person obtaining a copy of
  5. this software and associated documentation files (the "Software"), to deal in
  6. the Software without restriction, including without limitation the rights to
  7. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  8. of the Software, and to permit persons to whom the Software is furnished to do
  9. so, subject to the following conditions:
  10. The above copyright notice and this permission notice shall be included in all
  11. copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  14. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  15. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  16. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  17. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  18. SOFTWARE.
  19. ## Fira Sans
  20. Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
  21. This Font Software is licensed under the SIL Open Font License, Version 1.1.
  22. This license is copied below, and is also available with a FAQ at:
  23. http://scripts.sil.org/OFL
  24. ## Fira Code
  25. Copyright (c) 2014, The Fira Code Project Authors (https://github.com/tonsky/FiraCode)
  26. This Font Software is licensed under the SIL Open Font License, Version 1.1.
  27. This license is copied below, and is also available with a FAQ at:
  28. http://scripts.sil.org/OFL
  29. ## JetBrains Mono
  30. Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
  31. This Font Software is licensed under the SIL Open Font License, Version 1.1.
  32. # SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
  33. PREAMBLE
  34. The goals of the Open Font License (OFL) are to stimulate worldwide
  35. development of collaborative font projects, to support the font creation
  36. efforts of academic and linguistic communities, and to provide a free and
  37. open framework in which fonts may be shared and improved in partnership
  38. with others.
  39. The OFL allows the licensed fonts to be used, studied, modified and
  40. redistributed freely as long as they are not sold by themselves. The
  41. fonts, including any derivative works, can be bundled, embedded,
  42. redistributed and/or sold with any software provided that any reserved
  43. names are not used by derivative works. The fonts and derivatives,
  44. however, cannot be released under any other type of license. The
  45. requirement for fonts to remain under this license does not apply
  46. to any document created using the fonts or their derivatives.
  47. DEFINITIONS
  48. "Font Software" refers to the set of files released by the Copyright
  49. Holder(s) under this license and clearly marked as such. This may
  50. include source files, build scripts and documentation.
  51. "Reserved Font Name" refers to any names specified as such after the
  52. copyright statement(s).
  53. "Original Version" refers to the collection of Font Software components as
  54. distributed by the Copyright Holder(s).
  55. "Modified Version" refers to any derivative made by adding to, deleting,
  56. or substituting -- in part or in whole -- any of the components of the
  57. Original Version, by changing formats or by porting the Font Software to a
  58. new environment.
  59. "Author" refers to any designer, engineer, programmer, technical
  60. writer or other person who contributed to the Font Software.
  61. PERMISSION & CONDITIONS
  62. Permission is hereby granted, free of charge, to any person obtaining
  63. a copy of the Font Software, to use, study, copy, merge, embed, modify,
  64. redistribute, and sell modified and unmodified copies of the Font
  65. Software, subject to the following conditions:
  66. 1) Neither the Font Software nor any of its individual components,
  67. in Original or Modified Versions, may be sold by itself.
  68. 2) Original or Modified Versions of the Font Software may be bundled,
  69. redistributed and/or sold with any software, provided that each copy
  70. contains the above copyright notice and this license. These can be
  71. included either as stand-alone text files, human-readable headers or
  72. in the appropriate machine-readable metadata fields within text or
  73. binary files as long as those fields can be easily viewed by the user.
  74. 3) No Modified Version of the Font Software may use the Reserved Font
  75. Name(s) unless explicit written permission is granted by the corresponding
  76. Copyright Holder. This restriction only applies to the primary font name as
  77. presented to the users.
  78. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
  79. Software shall not be used to promote, endorse or advertise any
  80. Modified Version, except to acknowledge the contribution(s) of the
  81. Copyright Holder(s) and the Author(s) or with their explicit written
  82. permission.
  83. 5) The Font Software, modified or unmodified, in part or in whole,
  84. must be distributed entirely under this license, and must not be
  85. distributed under any other license. The requirement for fonts to
  86. remain under this license does not apply to any document created
  87. using the Font Software.
  88. TERMINATION
  89. This license becomes null and void if any of the above conditions are
  90. not met.
  91. DISCLAIMER
  92. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  93. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
  94. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  95. OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
  96. COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  97. INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
  98. DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  99. FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
  100. OTHER DEALINGS IN THE FONT SOFTWARE.