🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
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.

169 lines
6.6 KiB

  1. The FreeType Project LICENSE
  2. ----------------------------
  3. 2006-Jan-27
  4. Copyright 1996-2002, 2006 by
  5. David Turner, Robert Wilhelm, and Werner Lemberg
  6. Introduction
  7. ============
  8. The FreeType Project is distributed in several archive packages;
  9. some of them may contain, in addition to the FreeType font engine,
  10. various tools and contributions which rely on, or relate to, the
  11. FreeType Project.
  12. This license applies to all files found in such packages, and
  13. which do not fall under their own explicit license. The license
  14. affects thus the FreeType font engine, the test programs,
  15. documentation and makefiles, at the very least.
  16. This license was inspired by the BSD, Artistic, and IJG
  17. (Independent JPEG Group) licenses, which all encourage inclusion
  18. and use of free software in commercial and freeware products
  19. alike. As a consequence, its main points are that:
  20. o We don't promise that this software works. However, we will be
  21. interested in any kind of bug reports. (`as is' distribution)
  22. o You can use this software for whatever you want, in parts or
  23. full form, without having to pay us. (`royalty-free' usage)
  24. o You may not pretend that you wrote this software. If you use
  25. it, or only parts of it, in a program, you must acknowledge
  26. somewhere in your documentation that you have used the
  27. FreeType code. (`credits')
  28. We specifically permit and encourage the inclusion of this
  29. software, with or without modifications, in commercial products.
  30. We disclaim all warranties covering The FreeType Project and
  31. assume no liability related to The FreeType Project.
  32. Finally, many people asked us for a preferred form for a
  33. credit/disclaimer to use in compliance with this license. We thus
  34. encourage you to use the following text:
  35. """
  36. Portions of this software are copyright © <year> The FreeType
  37. Project (www.freetype.org). All rights reserved.
  38. """
  39. Please replace <year> with the value from the FreeType version you
  40. actually use.
  41. Legal Terms
  42. ===========
  43. 0. Definitions
  44. --------------
  45. Throughout this license, the terms `package', `FreeType Project',
  46. and `FreeType archive' refer to the set of files originally
  47. distributed by the authors (David Turner, Robert Wilhelm, and
  48. Werner Lemberg) as the `FreeType Project', be they named as alpha,
  49. beta or final release.
  50. `You' refers to the licensee, or person using the project, where
  51. `using' is a generic term including compiling the project's source
  52. code as well as linking it to form a `program' or `executable'.
  53. This program is referred to as `a program using the FreeType
  54. engine'.
  55. This license applies to all files distributed in the original
  56. FreeType Project, including all source code, binaries and
  57. documentation, unless otherwise stated in the file in its
  58. original, unmodified form as distributed in the original archive.
  59. If you are unsure whether or not a particular file is covered by
  60. this license, you must contact us to verify this.
  61. The FreeType Project is copyright (C) 1996-2000 by David Turner,
  62. Robert Wilhelm, and Werner Lemberg. All rights reserved except as
  63. specified below.
  64. 1. No Warranty
  65. --------------
  66. THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
  67. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  68. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  69. PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
  70. BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
  71. USE, OF THE FREETYPE PROJECT.
  72. 2. Redistribution
  73. -----------------
  74. This license grants a worldwide, royalty-free, perpetual and
  75. irrevocable right and license to use, execute, perform, compile,
  76. display, copy, create derivative works of, distribute and
  77. sublicense the FreeType Project (in both source and object code
  78. forms) and derivative works thereof for any purpose; and to
  79. authorize others to exercise some or all of the rights granted
  80. herein, subject to the following conditions:
  81. o Redistribution of source code must retain this license file
  82. (`FTL.TXT') unaltered; any additions, deletions or changes to
  83. the original files must be clearly indicated in accompanying
  84. documentation. The copyright notices of the unaltered,
  85. original files must be preserved in all copies of source
  86. files.
  87. o Redistribution in binary form must provide a disclaimer that
  88. states that the software is based in part of the work of the
  89. FreeType Team, in the distribution documentation. We also
  90. encourage you to put an URL to the FreeType web page in your
  91. documentation, though this isn't mandatory.
  92. These conditions apply to any software derived from or based on
  93. the FreeType Project, not just the unmodified files. If you use
  94. our work, you must acknowledge us. However, no fee need be paid
  95. to us.
  96. 3. Advertising
  97. --------------
  98. Neither the FreeType authors and contributors nor you shall use
  99. the name of the other for commercial, advertising, or promotional
  100. purposes without specific prior written permission.
  101. We suggest, but do not require, that you use one or more of the
  102. following phrases to refer to this software in your documentation
  103. or advertising materials: `FreeType Project', `FreeType Engine',
  104. `FreeType library', or `FreeType Distribution'.
  105. As you have not signed this license, you are not required to
  106. accept it. However, as the FreeType Project is copyrighted
  107. material, only this license, or another one contracted with the
  108. authors, grants you the right to use, distribute, and modify it.
  109. Therefore, by using, distributing, or modifying the FreeType
  110. Project, you indicate that you understand and accept all the terms
  111. of this license.
  112. 4. Contacts
  113. -----------
  114. There are two mailing lists related to FreeType:
  115. o freetype@nongnu.org
  116. Discusses general use and applications of FreeType, as well as
  117. future and wanted additions to the library and distribution.
  118. If you are looking for support, start in this list if you
  119. haven't found anything to help you in the documentation.
  120. o freetype-devel@nongnu.org
  121. Discusses bugs, as well as engine internals, design issues,
  122. specific licenses, porting, etc.
  123. Our home page can be found at
  124. https://www.freetype.org
  125. --- end of FTL.TXT ---