1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
---|
2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/misc.doc:1011 -->
|
---|
3 | <html>
|
---|
4 | <head>
|
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
---|
6 | <title>Licenses for Code Used in Qt</title>
|
---|
7 | <style type="text/css"><!--
|
---|
8 | fn { margin-left: 1cm; text-indent: -1cm; }
|
---|
9 | a:link { color: #004faf; text-decoration: none }
|
---|
10 | a:visited { color: #672967; text-decoration: none }
|
---|
11 | body { background: #ffffff; color: black; }
|
---|
12 | --></style>
|
---|
13 | </head>
|
---|
14 | <body>
|
---|
15 |
|
---|
16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
---|
17 | <tr bgcolor="#E5E5E5">
|
---|
18 | <td valign=center>
|
---|
19 | <a href="index.html">
|
---|
20 | <font color="#004faf">Home</font></a>
|
---|
21 | | <a href="classes.html">
|
---|
22 | <font color="#004faf">All Classes</font></a>
|
---|
23 | | <a href="mainclasses.html">
|
---|
24 | <font color="#004faf">Main Classes</font></a>
|
---|
25 | | <a href="annotated.html">
|
---|
26 | <font color="#004faf">Annotated</font></a>
|
---|
27 | | <a href="groups.html">
|
---|
28 | <font color="#004faf">Grouped Classes</font></a>
|
---|
29 | | <a href="functions.html">
|
---|
30 | <font color="#004faf">Functions</font></a>
|
---|
31 | </td>
|
---|
32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Licenses for Code Used in Qt</h1>
|
---|
33 |
|
---|
34 |
|
---|
35 | Qt contains a little code that is not under the <a href="license.html">QPL</a>, the <a href="gpl.html">GPL</a>, or the Qt Commercial
|
---|
36 | License Agreement, but rather under specific highly permissive
|
---|
37 | licenses from the original authors. This page lists the licenses used
|
---|
38 | for that code, names the authors, and links to the points where it is
|
---|
39 | used.
|
---|
40 | <p> Trolltech gratefully acknowledges these and others contribution to
|
---|
41 | Qt. We recommend that all programs that use Qt also acknowledge these
|
---|
42 | contributions, and quote all these license statements in an appendix
|
---|
43 | to the documentation.
|
---|
44 | <p> <hr>
|
---|
45 | <p> Copyright (C) 1989, 1991 by Jef Poskanzer.
|
---|
46 | <p> Permission to use, copy, modify, and distribute this software and
|
---|
47 | its documentation for any purpose and without fee is hereby
|
---|
48 | granted, provided that the above copyright notice appear in all
|
---|
49 | copies and that both that copyright notice and this permission
|
---|
50 | notice appear in supporting documentation. This software is
|
---|
51 | provided "as is" without express or implied warranty.
|
---|
52 | <p><ul>
|
---|
53 | <li><a href="qimage.html#smoothScale">QImage::smoothScale</a>
|
---|
54 | </ul>
|
---|
55 | <hr>
|
---|
56 | <p> Copyright (C) 1999 Serika Kurusugawa. All rights reserved.
|
---|
57 | <p> Redistribution and use in source and binary forms, with or without
|
---|
58 | modification, are permitted provided that the following conditions
|
---|
59 | are met:
|
---|
60 | <ol type=1>
|
---|
61 | <li> Redistributions of source code must retain the above copyright
|
---|
62 | notice, this list of conditions and the following disclaimer.
|
---|
63 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
64 | notice, this list of conditions and the following disclaimer in the
|
---|
65 | documentation and/or other materials provided with the distribution.
|
---|
66 | </ol>
|
---|
67 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS".
|
---|
68 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
69 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
70 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
71 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
72 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
73 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
74 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
75 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
76 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
77 | SUCH DAMAGE.<ul>
|
---|
78 | <li><a href="qeucjpcodec.html">QEucJpCodec</a>
|
---|
79 | <li><a href="qjiscodec.html">QJisCodec</a>
|
---|
80 | <li><a href="qsjiscodec.html">QSjisCodec</a>
|
---|
81 | </ul>
|
---|
82 | <hr>
|
---|
83 | <p> Copyright (C) 1999-2000 Mizi Research Inc. All rights reserved.
|
---|
84 | <p> Redistribution and use in source and binary forms, with or without
|
---|
85 | modification, are permitted provided that the following conditions
|
---|
86 | are met: <ol>
|
---|
87 | <li> Redistributions of source code must retain the above copyright
|
---|
88 | notice, this list of conditions and the following disclaimer.
|
---|
89 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
90 | notice, this list of conditions and the following disclaimer in the
|
---|
91 | documentation and/or other materials provided with the distribution.
|
---|
92 | </ol>
|
---|
93 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
|
---|
94 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
95 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
96 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
97 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
98 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
99 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
100 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
101 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
102 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
103 | SUCH DAMAGE.<ul>
|
---|
104 | <li><a href="qeuckrcodec.html">QEucKrCodec</a>
|
---|
105 | </ul>
|
---|
106 | <hr>
|
---|
107 | <p> Copyright (C) 2000 Ming-Che Chuang
|
---|
108 | Copyright (C) 2001, 2002 James Su, Turbolinux Inc.
|
---|
109 | Copyright (C) 2002 WU Yi, HancomLinux Inc.
|
---|
110 | Copyright (C) 2001, 2002 Anthony Fok, ThizLinux Laboratory Ltd.
|
---|
111 | <p> Redistribution and use in source and binary forms, with or without
|
---|
112 | modification, are permitted provided that the following conditions
|
---|
113 | are met:
|
---|
114 | <ol type=1>
|
---|
115 | <li> Redistributions of source code must retain the above copyright
|
---|
116 | notice, this list of conditions and the following disclaimer.
|
---|
117 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
118 | notice, this list of conditions and the following disclaimer in the
|
---|
119 | documentation and/or other materials provided with the distribution.
|
---|
120 | </ol>
|
---|
121 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
122 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
123 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
124 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
125 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
126 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
127 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
128 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
129 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
130 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
131 | SUCH DAMAGE.<ul>
|
---|
132 | <li><a href="qbig5hkscscodec.html">QBig5hkscsCodec</a>
|
---|
133 | </ul>
|
---|
134 | <hr>
|
---|
135 | <p> Copyright (C) 2000 Ming-Che Chuang
|
---|
136 | Copyright (C) 2002 James Su, Turbolinux Inc.
|
---|
137 | Copyright (C) 2002 Anthony Fok, ThizLinux Laboratory Ltd.
|
---|
138 | <p> Redistribution and use in source and binary forms, with or without
|
---|
139 | modification, are permitted provided that the following conditions
|
---|
140 | are met:
|
---|
141 | <ol type=1>
|
---|
142 | <li> Redistributions of source code must retain the above copyright
|
---|
143 | notice, this list of conditions and the following disclaimer.
|
---|
144 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
145 | notice, this list of conditions and the following disclaimer in the
|
---|
146 | documentation and/or other materials provided with the distribution.
|
---|
147 | </ol>
|
---|
148 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
149 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
150 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
151 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
152 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
153 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
154 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
155 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
156 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
157 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
158 | SUCH DAMAGE.<ul>
|
---|
159 | <li><a href="qbig5codec.html">QBig5Codec</a>
|
---|
160 | </ul>
|
---|
161 | <hr>
|
---|
162 | <p> Copyright (C) 2000 Hans Petter Bieker. All rights reserved.
|
---|
163 | <p> Redistribution and use in source and binary forms, with or without
|
---|
164 | modification, are permitted provided that the following conditions
|
---|
165 | are met:
|
---|
166 | <ol type=1>
|
---|
167 | <li> Redistributions of source code must retain the above copyright
|
---|
168 | notice, this list of conditions and the following disclaimer.
|
---|
169 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
170 | notice, this list of conditions and the following disclaimer in the
|
---|
171 | documentation and/or other materials provided with the distribution.
|
---|
172 | </ol>
|
---|
173 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
174 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
175 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
176 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
177 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
178 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
179 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
180 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
181 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
182 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
183 | SUCH DAMAGE.<ul>
|
---|
184 | <li><a href="qtsciicodec.html">QTsciiCodec</a>
|
---|
185 | </ul>
|
---|
186 | <hr>
|
---|
187 | <p> Copyright (C) 2000 TurboLinux, Inc. Written by Justin Yu and Sean Chen.
|
---|
188 | Copyright (C) 2001, 2002 Turbolinux, Inc. Written by James Su.
|
---|
189 | Copyright (C) 2001, 2002 ThizLinux Laboratory Ltd. Written by Anthony Fok.
|
---|
190 | <p> Redistribution and use in source and binary forms, with or without
|
---|
191 | modification, are permitted provided that the following conditions
|
---|
192 | are met:
|
---|
193 | <ol type=1>
|
---|
194 | <li> Redistributions of source code must retain the above copyright
|
---|
195 | notice, this list of conditions and the following disclaimer.
|
---|
196 | <li> Redistributions in binary form must reproduce the above copyright
|
---|
197 | notice, this list of conditions and the following disclaimer in the
|
---|
198 | documentation and/or other materials provided with the distribution.
|
---|
199 | </ol>
|
---|
200 | <p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
---|
201 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
202 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
203 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
204 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
205 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
206 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
207 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
208 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
209 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
210 | SUCH DAMAGE.<ul>
|
---|
211 | <li><a href="qgb18030codec.html">QGb18030Codec</a>
|
---|
212 | </ul>
|
---|
213 | <hr>
|
---|
214 | <p> Copyright (c) 1989 The Regents of the University of California.
|
---|
215 | All rights reserved.
|
---|
216 | <p> Redistribution and use in source and binary forms are permitted
|
---|
217 | provided that the above copyright notice and this paragraph are
|
---|
218 | duplicated in all such forms and that any documentation,
|
---|
219 | advertising materials, and other materials related to such
|
---|
220 | distribution and use acknowledge that the software was developed
|
---|
221 | by the University of California, Berkeley. The name of the
|
---|
222 | University may not be used to endorse or promote products derived
|
---|
223 | from this software without specific prior written permission.
|
---|
224 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
---|
225 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
---|
226 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
---|
227 | <p><ul>
|
---|
228 | <li><a href="qdate.html#weekNumber">QDate::weekNumber</a>
|
---|
229 | </ul>
|
---|
230 | <hr>
|
---|
231 | <p> Copyright (c) 1991 by AT&T.
|
---|
232 | <p> Permission to use, copy, modify, and distribute this software for any
|
---|
233 | purpose without fee is hereby granted, provided that this entire notice
|
---|
234 | is included in all copies of any software which is or includes a copy
|
---|
235 | or modification of this software and in all copies of the supporting
|
---|
236 | documentation for such software.
|
---|
237 | <p> THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
---|
238 | WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
|
---|
239 | REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
---|
240 | OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
---|
241 | <p> This product includes software developed by the University of
|
---|
242 | California, Berkeley and its contributors.<ul>
|
---|
243 | <li><a href="qlocale.html">QLocale</a>
|
---|
244 | </ul>
|
---|
245 | <hr>
|
---|
246 | <p> Copyright (c) 2002 Jorge Acereda and Peter O'Gorman
|
---|
247 | <p> Permission is hereby granted, free of charge, to any person obtaining
|
---|
248 | a copy of this software and associated documentation files (the
|
---|
249 | "Software"), to deal in the Software without restriction, including
|
---|
250 | without limitation the rights to use, copy, modify, merge, publish,
|
---|
251 | distribute, sublicense, and/or sell copies of the Software, and to
|
---|
252 | permit persons to whom the Software is furnished to do so, subject to
|
---|
253 | the following conditions:
|
---|
254 | <p> The above copyright notice and this permission notice shall be
|
---|
255 | included in all copies or substantial portions of the Software.
|
---|
256 | <p> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
257 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
258 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
259 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
---|
260 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
---|
261 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
---|
262 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<ul>
|
---|
263 | <li><a href="qlibrary.html#load">QLibrary::load</a>
|
---|
264 | <li><a href="qlibrary.html#resolve">QLibrary::resolve</a>
|
---|
265 | </ul>
|
---|
266 | <hr>
|
---|
267 | <p> Copyright 1995, Trinity College Computing Center.
|
---|
268 | Written by David Chappell.
|
---|
269 | <p> Permission to use, copy, modify, and distribute this software and
|
---|
270 | its documentation for any purpose and without fee is hereby
|
---|
271 | granted, provided that the above copyright notice appear in all
|
---|
272 | copies and that both that copyright notice and this permission
|
---|
273 | notice appear in supporting documentation. This software is
|
---|
274 | provided "as is" without express or implied warranty.
|
---|
275 | <p> TrueType font support. These functions allow PPR to generate
|
---|
276 | PostScript fonts from Microsoft compatible TrueType font files.
|
---|
277 | <p> The functions in this file do most of the work to convert a
|
---|
278 | TrueType font to a type 3 PostScript font.
|
---|
279 | <p> Most of the material in this file is derived from a program called
|
---|
280 | "ttf2ps" which L. S. Ng posted to the usenet news group
|
---|
281 | "comp.sources.postscript". The author did not provide a copyright
|
---|
282 | notice or indicate any restrictions on use.
|
---|
283 | <p> Last revised 11 July 1995.
|
---|
284 | <p><ul>
|
---|
285 | <li><a href="qprinter.html">QPrinter</a>
|
---|
286 | </ul>
|
---|
287 | <hr>
|
---|
288 | <p> Copyright 1996 Daniel Dardailler.
|
---|
289 | <p> Permission to use, copy, modify, distribute, and sell this software
|
---|
290 | for any purpose is hereby granted without fee, provided that the above
|
---|
291 | copyright notice appear in all copies and that both that copyright
|
---|
292 | notice and this permission notice appear in supporting documentation,
|
---|
293 | and that the name of Daniel Dardailler not be used in advertising or
|
---|
294 | publicity pertaining to distribution of the software without specific,
|
---|
295 | written prior permission. Daniel Dardailler makes no representations
|
---|
296 | about the suitability of this software for any purpose. It is
|
---|
297 | provided "as is" without express or implied warranty.
|
---|
298 | <p> Modifications Copyright 1999 Matt Koss, under the same license as
|
---|
299 | above.
|
---|
300 | <p><ul>
|
---|
301 | <li><a href="dnd.html">Drag and Drop</a>
|
---|
302 | </ul>
|
---|
303 | <hr>
|
---|
304 | <p> Qt supports GIF reading if it is configured that way during
|
---|
305 | installation (see qgif.h). If it is, we are required to state that
|
---|
306 | "The Graphics Interchange Format(c) is the Copyright property of
|
---|
307 | CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
---|
308 | CompuServe Incorporated."
|
---|
309 | <p> <b>Warning:</b> If you are in a country that recognizes software patents
|
---|
310 | and in which Unisys holds a patent on LZW compression and/or
|
---|
311 | decompression and you want to use GIF, Unisys may require you to
|
---|
312 | license that technology. Such countries include Canada, Japan,
|
---|
313 | the USA, France, Germany, Italy and the UK.
|
---|
314 | <p> GIF support may be removed completely in a future version of Qt.
|
---|
315 | We recommend using the MNG or PNG format.<ul>
|
---|
316 | <li><a href="qimagedecoder.html">QImageDecoder</a>
|
---|
317 | </ul>
|
---|
318 |
|
---|
319 | <p>
|
---|
320 | <!-- eof -->
|
---|
321 | <p><address><hr><div align=center>
|
---|
322 | <table width=100% cellspacing=0 border=0><tr>
|
---|
323 | <td>Copyright © 2007
|
---|
324 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
---|
325 | <td align=right><div align=right>Qt 3.3.8</div>
|
---|
326 | </table></div></address></body>
|
---|
327 | </html>
|
---|