modules/freetype2/docs/FTL.TXT

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial