/src/compiler/android-ndk/jni/freetype/NOTICE

http://ftk.googlecode.com/ · #! · 173 lines · 127 code · 46 blank · 0 comment · 0 complexity · 522e2234aaa92ad08b2b659a5e9bcca1 MD5 · raw file

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