ftl.bbdoc 6.6 KB

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