doc/src/legal/licenses.qdoc
branchRCL_3
changeset 8 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     1 /****************************************************************************
       
     2 **
       
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 ** All rights reserved.
       
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     6 **
       
     7 ** This file is part of the documentation of the Qt Toolkit.
       
     8 **
       
     9 ** $QT_BEGIN_LICENSE:LGPL$
       
    10 ** No Commercial Usage
       
    11 ** This file contains pre-release code and may not be distributed.
       
    12 ** You may use this file in accordance with the terms and conditions
       
    13 ** contained in the Technology Preview License Agreement accompanying
       
    14 ** this package.
       
    15 **
       
    16 ** GNU Lesser General Public License Usage
       
    17 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    18 ** General Public License version 2.1 as published by the Free Software
       
    19 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    20 ** packaging of this file.  Please review the following information to
       
    21 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    23 **
       
    24 ** In addition, as a special exception, Nokia gives you certain additional
       
    25 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    27 **
       
    28 ** If you have questions regarding the use of this file, please contact
       
    29 ** Nokia at qt-info@nokia.com.
       
    30 **
       
    31 **
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 ** $QT_END_LICENSE$
       
    39 **
       
    40 ****************************************************************************/
       
    41 
       
    42 /*!
       
    43     \group licensing
       
    44     \title Licensing Information
       
    45     \brief Information about licenses and licensing issues.
       
    46 
       
    47     These documents include information about Qt's licenses and the licenses
       
    48     of third party components used in Qt.
       
    49 
       
    50     \generatelist{related}
       
    51 */
       
    52 
       
    53 
       
    54 /*! 
       
    55     \page licenses.html
       
    56     \title Other Licenses Used in Qt
       
    57     \ingroup licensing
       
    58     \brief Information about other licenses used for Qt components and third-party code.
       
    59 
       
    60     Qt contains some code that is not provided under the
       
    61     \l{GNU General Public License (GPL)},
       
    62     \l{GNU Lesser General Public License (LGPL)} or the
       
    63     \l{Qt Commercial Editions}{Qt Commercial License Agreement}, but rather under
       
    64     specific licenses from the original authors. Some pieces of code were developed
       
    65     by Nokia and others originated from third parties.
       
    66     This page lists the licenses used, names the authors, and links
       
    67     to the places where it is used.
       
    68 
       
    69     Nokia gratefully acknowledges these and other contributions
       
    70     to Qt. We recommend that programs that use Qt also acknowledge
       
    71     these contributions, and quote these license statements in an
       
    72     appendix to the documentation.
       
    73 
       
    74     See also: \l{Licenses for Fonts Used in Qt for Embedded Linux}
       
    75 
       
    76     \generatelist legalese
       
    77 
       
    78     \hr
       
    79 
       
    80     Copyright (C) 2000-2004, International Business Machines\br
       
    81     Corporation and others. All Rights Reserved.\br
       
    82     Copyright (C) 2007 Apple Inc. All rights reserved.
       
    83 
       
    84     Permission is hereby granted, free of charge, to any person obtaining a copy of this
       
    85     software and associated documentation files (the "Software"), to deal in the Software
       
    86     without restriction, including without limitation the rights to use, copy, modify,
       
    87     merge, publish, distribute, and/or sell copies of the Software, and to permit persons
       
    88     to whom the Software is furnished to do so, provided that the above copyright notice(s)
       
    89     and this permission notice appear in all copies of the Software and that both the above
       
    90     copyright notice(s) and this permission notice appear in supporting documentation.
       
    91 
       
    92     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
       
    93     INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
       
    94     PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER
       
    95     OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
       
    96     CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
       
    97     PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
       
    98     OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
       
    99 
       
   100     Except as contained in this notice, the name of a copyright holder shall not be used in
       
   101     advertising or otherwise to promote the sale, use or other dealings in this Software
       
   102     without prior written authorization of the copyright holder.
       
   103 
       
   104     \list
       
   105     \o Parts of WebKit used by the QtWebKit module
       
   106     \endlist
       
   107 
       
   108     \hr
       
   109 
       
   110     Copyright (c) 1998 by Bjorn Reese <breese@imada.ou.dk>
       
   111 
       
   112     Permission to use, copy, modify, and distribute this software for any
       
   113     purpose with or without fee is hereby granted, provided that the above
       
   114     copyright notice and this permission notice appear in all copies.
       
   115 
       
   116     THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
       
   117     WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
       
   118     MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
       
   119     CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
       
   120 
       
   121     \list
       
   122     \o Parts of the QCrashHandler class
       
   123     \endlist
       
   124 
       
   125     \hr
       
   126 
       
   127     Parts of the FreeType projects have been modified and put into Qt
       
   128     for use in the painting subsystem. These files are ftraster.h,
       
   129     ftraster.c, ftgrays.h and ftgrays.c. The following modifications
       
   130     has been made to these files:
       
   131 
       
   132     \list
       
   133     \i Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name
       
   134     conflicts in \c{qrasterdefs_p.h}.
       
   135     \i Removed parts of code not relevant when compiled with
       
   136     _STANDALONE_ defined.
       
   137     \i Changed behavior in \c{ftraster.c} to follow X polygon filling
       
   138     rules.
       
   139     \i Implemented support in \c{ftraster.c} for winding / odd even
       
   140     polygon fill rules.
       
   141     \i Replaced bitmap generation with span generation in \c{ftraster.c}.
       
   142     \i Renamed \c{ftraster.h} as \c{qblackraster_p.h}.
       
   143     \i Renamed \c{ftraster.c} as \c{qblackraster.c}.
       
   144     \i Renamed \c{ftgrays.h} as \c{qgrayraster_p.h}.
       
   145     \i Renamed \c{ftgrays.c} as \c{qgrayraster.c}.
       
   146     \endlist
       
   147 
       
   148     See \c src/3rdparty/freetype/docs/FTL.txt and \c
       
   149     src/3rdparty/freetype/docs/GPL.txt for license details.
       
   150 
       
   151     \hr
       
   152 
       
   153     Copyright (c) 1985, 1986, 1987  X Consortium
       
   154 
       
   155     Permission is hereby granted, free of charge, to any person obtaining
       
   156     a copy of this software and associated documentation files (the
       
   157     "Software"), to deal in the Software without restriction, including
       
   158     without limitation the rights to use, copy, modify, merge, publish,
       
   159     distribute, sublicense, and/or sell copies of the Software, and to
       
   160     permit persons to whom the Software is furnished to do so, subject to
       
   161     the following conditions:
       
   162 
       
   163     The above copyright notice and this permission notice shall be included
       
   164     in all copies or substantial portions of the Software.
       
   165 
       
   166     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
   167     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
   168     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
   169     IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
       
   170     OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
       
   171     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
   172     OTHER DEALINGS IN THE SOFTWARE.
       
   173 
       
   174     Except as contained in this notice, the name of the X Consortium shall
       
   175     not be used in advertising or otherwise to promote the sale, use or
       
   176     other dealings in this Software without prior written authorization
       
   177     from the X Consortium.
       
   178 
       
   179     \list
       
   180     \o Parts of the Q3PolygonScanner class used in Qt for Embedded Linux
       
   181     \endlist
       
   182 
       
   183     \hr
       
   184 
       
   185     Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
       
   186 
       
   187                             All Rights Reserved
       
   188 
       
   189     Permission to use, copy, modify, and distribute this software and its
       
   190     documentation for any purpose and without fee is hereby granted,
       
   191     provided that the above copyright notice appear in all copies and that
       
   192     both that copyright notice and this permission notice appear in
       
   193     supporting documentation, and that the name of Digital not be
       
   194     used in advertising or publicity pertaining to distribution of the
       
   195     software without specific, written prior permission.
       
   196 
       
   197     DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
       
   198     ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
       
   199     DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
       
   200     ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
       
   201     WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
       
   202     ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
       
   203     SOFTWARE.
       
   204 
       
   205     \list
       
   206     \o Parts of the Q3PolygonScanner class used in Qt for Embedded Linux
       
   207     \endlist
       
   208 
       
   209     \hr
       
   210 
       
   211     Copyright 1985, 1987, 1998  The Open Group
       
   212 
       
   213     Permission to use, copy, modify, distribute, and sell this software and its
       
   214     documentation for any purpose is hereby granted without fee, provided that
       
   215     the above copyright notice appear in all copies and that both that
       
   216     copyright notice and this permission notice appear in supporting
       
   217     documentation.
       
   218 
       
   219     The above copyright notice and this permission notice shall be included in
       
   220     all copies or substantial portions of the Software.
       
   221 
       
   222     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   223     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   224     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
       
   225     OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
       
   226     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
       
   227     CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
   228 
       
   229     Except as contained in this notice, the name of The Open Group shall not be
       
   230     used in advertising or otherwise to promote the sale, use or other dealings
       
   231     in this Software without prior written authorization from The Open Group.
       
   232 
       
   233     \list
       
   234     \o Parts of the internal QKeyMapper class on X11 platforms
       
   235     \endlist
       
   236 
       
   237     \hr
       
   238 
       
   239     pnmscale.c - read a portable anymap and scale it
       
   240 
       
   241     Copyright (C) 1989, 1991 by Jef Poskanzer.
       
   242 
       
   243     Permission to use, copy, modify, and distribute this software and its
       
   244     documentation for any purpose and without fee is hereby granted, provided
       
   245     that the above copyright notice appear in all copies and that both that
       
   246     copyright notice and this permission notice appear in supporting
       
   247     documentation.  This software is provided "as is" without express or
       
   248     implied warranty.
       
   249 
       
   250     \list
       
   251     \o Parts of the internal QImageSmoothScaler::scale() function use code
       
   252     based on pnmscale.c by Jef Poskanzer.
       
   253     \endlist
       
   254 
       
   255     \hr
       
   256 
       
   257     jQuery JavaScript Library v1.3.2
       
   258     http://jquery.com/
       
   259 
       
   260     Copyright (c) 2009 John Resig
       
   261     Dual licensed under the MIT and GPL licenses.
       
   262     http://docs.jquery.com/License
       
   263 
       
   264     Sizzle CSS Selector Engine - v0.9.3
       
   265     Copyright 2009, The Dojo Foundation
       
   266     Released under the MIT, BSD, and GPL Licenses.
       
   267     More information: http://sizzlejs.com/
       
   268 
       
   269     \list
       
   270     \o examples/webkit/fancybrowser/jquery.min.js
       
   271     \endlist
       
   272 
       
   273     \hr
       
   274 
       
   275     Copyright (C) Research In Motion Limited 2009. All rights reserved.
       
   276 
       
   277     Redistribution and use in source and binary forms, with or without
       
   278     modification, are permitted provided that the following conditions are met:\br
       
   279         * Redistributions of source code must retain the above copyright
       
   280           notice, this list of conditions and the following disclaimer.\br
       
   281         * Redistributions in binary form must reproduce the above copyright
       
   282           notice, this list of conditions and the following disclaimer in the
       
   283           documentation and/or other materials provided with the distribution.\br
       
   284         * Neither the name of Research In Motion Limited nor the
       
   285           names of its contributors may be used to endorse or promote products
       
   286           derived from this software without specific prior written permission.
       
   287 
       
   288     THIS SOFTWARE IS PROVIDED BY Research In Motion Limited ''AS IS'' AND ANY
       
   289     EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
       
   290     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
       
   291     DISCLAIMED. IN NO EVENT SHALL Research In Motion Limited BE LIABLE FOR ANY
       
   292     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
       
   293     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
   294     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
       
   295     ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   296     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
   297     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   298 
       
   299     \list
       
   300     \o src/corelib/io/qurl.cpp
       
   301     \endlist
       
   302 
       
   303     \hr
       
   304 
       
   305     Copyright (c) 2007-2008, Apple, Inc.\br
       
   306     Copyright (C) 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>\br
       
   307     Copyright (C) 2009 Google Inc. All rights reserved.\br
       
   308     Copyright (C) 2008, 2009 Paul Pedriana <ppedriana@ea.com>. All rights reserved.\br
       
   309     Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com)\br
       
   310     Copyright (C) 2009 Jian Li <jianli@chromium.org>\br
       
   311     Copyright (C) 2007 Staikos Computing Services Inc.\br
       
   312     Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)\br
       
   313     Copyright (C) 2008 Nuanti Ltd.\br
       
   314     Copyright (C) 2007 David Smith (catfish.man@gmail.com)\br
       
   315     Copyright (C) 2008 Tony Chang <idealisms@gmail.com>\br
       
   316     Copyright (C) 2007 Graham Dennis (graham.dennis@gmail.com)
       
   317 
       
   318     All rights reserved.
       
   319 
       
   320     Redistribution and use in source and binary forms, with or without
       
   321     modification, are permitted provided that the following conditions are met:
       
   322 
       
   323       * Redistributions of source code must retain the above copyright notice,
       
   324         this list of conditions and the following disclaimer.
       
   325 
       
   326       * Redistributions in binary form must reproduce the above copyright notice,
       
   327         this list of conditions and the following disclaimer in the documentation
       
   328         and/or other materials provided with the distribution.
       
   329 
       
   330       * Neither the name of Apple, Inc. nor the names of its contributors
       
   331         may be used to endorse or promote products derived from this software
       
   332         without specific prior written permission.
       
   333 
       
   334     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
   335     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
   336     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
   337     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
       
   338     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
   339     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
   340     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
   341     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
   342     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
   343     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
   344     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   345     
       
   346     \list
       
   347     \o Parts of WebKit used by the QtWebKit module
       
   348     \endlist
       
   349 
       
   350     \hr
       
   351 
       
   352     Copyright (C) 1999 Serika Kurusugawa, All rights reserved.\br
       
   353     Copyright (C) 1999-2000 Mizi Research Inc. All rights reserved.\br
       
   354     Copyright (C) 2004, 2005 Daniel M. Duley\br
       
   355     Copyright (C) 2000  Ming-Che Chuang\br
       
   356     Copyright (C) 2001, 2002  James Su, Turbolinux Inc.\br
       
   357     Copyright (C) 2002  WU Yi, HancomLinux Inc.\br
       
   358     Copyright (C) 2001, 2002  Anthony Fok, ThizLinux Laboratory Ltd.\br
       
   359     Copyright (c) 2000 Hans Petter Bieker.  All rights reserved.\br
       
   360     Copyright (C) 2001, 2002 ThizLinux Laboratory Ltd.\br
       
   361     Copyright (C) 2001, 2002 Turbolinux, Inc.
       
   362 
       
   363     Redistribution and use in source and binary forms, with or without
       
   364     modification, are permitted provided that the following conditions
       
   365     are met:
       
   366 
       
   367     1. Redistributions of source code must retain the above copyright
       
   368        notice, this list of conditions and the following disclaimer.
       
   369     2. Redistributions in binary form must reproduce the above copyright
       
   370        notice, this list of conditions and the following disclaimer in the
       
   371        documentation and/or other materials provided with the distribution.
       
   372 
       
   373     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
       
   374     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   375     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   376     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
       
   377     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
   378     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
   379     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   380     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
   381     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
   382     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
   383     SUCH DAMAGE.
       
   384 
       
   385     \list
       
   386     \o Parts of the codecs implemented by Qt
       
   387     \endlist
       
   388 
       
   389     \hr
       
   390 
       
   391     Copyright (c) 1992, 1993\br
       
   392     The Regents of the University of California.  All rights reserved.
       
   393 
       
   394     Redistribution and use in source and binary forms, with or without
       
   395     modification, are permitted provided that the following conditions
       
   396     are met:
       
   397 
       
   398     1. Redistributions of source code must retain the above copyright
       
   399        notice, this list of conditions and the following disclaimer.
       
   400     2. Redistributions in binary form must reproduce the above copyright
       
   401        notice, this list of conditions and the following disclaimer in the
       
   402        documentation and/or other materials provided with the distribution.
       
   403     3. All advertising materials mentioning features or use of this software
       
   404        must display the following acknowledgment:
       
   405            This product includes software developed by the University of
       
   406            California, Berkeley and its contributors.
       
   407     4. Neither the name of the University nor the names of its contributors
       
   408        may be used to endorse or promote products derived from this software
       
   409        without specific prior written permission.
       
   410 
       
   411     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
       
   412     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   413     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   414     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
       
   415     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
   416     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
   417     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   418     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
   419     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
   420     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
   421     SUCH DAMAGE.
       
   422 
       
   423     \list
       
   424     \o src/corelib/tools/qlocale.cpp
       
   425     \endlist
       
   426 
       
   427     \hr
       
   428 
       
   429     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,\br
       
   430     All rights reserved.
       
   431 
       
   432     Redistribution and use in source and binary forms, with or without modification,
       
   433     are permitted provided that the following conditions are met:
       
   434 
       
   435         * Redistributions of source code must retain the above copyright notice,
       
   436           this list of conditions and the following disclaimer.\br
       
   437         * Redistributions in binary form must reproduce the above copyright notice,
       
   438           this list of conditions and the following disclaimer in the documentation
       
   439           and/or other materials provided with the distribution.\br
       
   440         * Neither the name of the author nor the names of contributors may be used
       
   441           to endorse or promote products derived from this software without specific
       
   442           prior written permission.
       
   443 
       
   444     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
       
   445     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
       
   446     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
       
   447     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
       
   448     ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
       
   449     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
   450     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
       
   451     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   452     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
   453     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   454 
       
   455     \list
       
   456     \o Parts of WebKit used by the QtWebKit module
       
   457     \endlist
       
   458 
       
   459     \hr
       
   460 
       
   461     Copyright (C) 2005, 2007, 2008 by George Williams
       
   462 
       
   463     Redistribution and use in source and binary forms, with or without
       
   464     modification, are permitted provided that the following conditions are met:
       
   465 
       
   466     Redistributions of source code must retain the above copyright notice, this
       
   467     list of conditions and the following disclaimer.
       
   468 
       
   469     Redistributions in binary form must reproduce the above copyright notice,
       
   470     this list of conditions and the following disclaimer in the documentation
       
   471     and/or other materials provided with the distribution.
       
   472 
       
   473     The name of the author may not be used to endorse or promote products
       
   474     derived from this software without specific prior written permission.
       
   475 
       
   476     THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
       
   477     WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
       
   478     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
       
   479     EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   480     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
   481     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
       
   482     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
       
   483     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
       
   484     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
       
   485     ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   486 
       
   487     \list
       
   488     \o Parts of the FreeType library
       
   489     \endlist
       
   490 
       
   491     \hr
       
   492 
       
   493     Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.\br
       
   494     Copyright (C) 2007 Eric Seidel <eric@webkit.org>\br
       
   495     Copyright (C) 2008 Kelvin W Sherlock (ksherlock@gmail.com)\br
       
   496     Copyright (C) 2008 Alp Toker <alp@atoker.com>\br
       
   497     Copyright (C) 2009 University of Szeged\br
       
   498     Copyright (C) 2007 Alexey Proskuryakov (ap@nypop.com)\br
       
   499     Copyright (C) 2009 Daniel Bates (dbates@intudata.com)\br
       
   500     Copyright (C) 2008 Nikolas Zimmermann <zimmermann@kde.org>\br
       
   501     Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com\br
       
   502     Copyright (C) 2007 Holger Hans Peter Freyther\br
       
   503     Copyright (C) 2008 Collabora Ltd.  All rights reserved.\br
       
   504     Copyright (C) 2006 Dirk Mueller <mueller@kde.org>\br
       
   505     Copyright (C) 2006 Zack Rusin <zack@kde.org>\br
       
   506     Copyright (C) 2006 George Staikos <staikos@kde.org>\br
       
   507     Copyright (C) 2006 Simon Hausmann <hausmann@kde.org>\br
       
   508     Copyright (C) 2006 Rob Buis <buis@kde.org>\br
       
   509     Copyright (C) 2008 Julien Chaffraix <jchaffraix@webkit.org>\br
       
   510     Copyright (C) 2007 Henry Mason (hmason@mac.com)\br
       
   511     Copyright (C) 1999 Lars Knoll (knoll@kde.org)\br
       
   512     Copyright (C) 1999 Antti Koivisto (koivisto@kde.org)\br
       
   513     Copyright (c) 2009 The Android Open Source Project\br
       
   514     Copyright (C) 2008 Dirk Schulze <krit@webkit.org>\br
       
   515     Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)\br
       
   516     Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com>\br
       
   517     Copyright (C) 2009 280 North Inc. All Rights Reserved.\br
       
   518     Copyright (C) 2009 Joseph Pecoraro\br
       
   519     Copyright (C) 2008 Anthony Ricaud (rik24d@gmail.com)\br
       
   520     Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>\br
       
   521     Copyright (C) 2008 Christian Dywan <christian@imendio.com>\br
       
   522     Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com \br
       
   523     Copyright (C) 2009 Holger Hans Peter Freyther\br
       
   524     Copyright (C) 2008 Google Inc. All rights reserved.\br
       
   525     Copyright (C) 2006 Friedemann Kleint <fkleint@trolltech.com>\br
       
   526     Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>\br
       
   527     Copyright (C) 2008 Collin Jackson  <collinj@webkit.org>\br
       
   528     Copyright (C) 2007 Staikos Computing Services Inc. <info@staikos.net>\br
       
   529     Copyright (C) 2008 Kevin Ollivier <kevino@theolliviers.com> All Rights Reserved.\br
       
   530     Copyright (C) 2005 Frerich Raabe <raabe@kde.org>\br
       
   531     Copyright (C) 2005 Maksim Orlovich <maksim@kde.org>\br
       
   532     Copyright (C) 2005, 2006 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>.\br
       
   533     Copyright (C) 2007-2009 Torch Mobile, Inc.
       
   534 
       
   535     Redistribution and use in source and binary forms, with or without
       
   536     modification, are permitted provided that the following conditions
       
   537     are met:
       
   538 
       
   539     1. Redistributions of source code must retain the above copyright
       
   540        notice, this list of conditions and the following disclaimer.\br
       
   541     2. Redistributions in binary form must reproduce the above copyright
       
   542        notice, this list of conditions and the following disclaimer in the
       
   543        documentation and/or other materials provided with the distribution.
       
   544 
       
   545     THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
       
   546     EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   547     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   548     PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
       
   549     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
   550     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
   551     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
   552     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
       
   553     OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   554     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   555     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   556 
       
   557     \list
       
   558     \o Parts of WebKit used by the QtWebKit module
       
   559     \endlist
       
   560 
       
   561     \hr
       
   562 
       
   563     Copyright (C) 2009 University of Szeged\br
       
   564     All rights reserved.
       
   565 
       
   566     Redistribution and use in source and binary forms, with or without
       
   567     modification, are permitted provided that the following conditions
       
   568     are met:
       
   569 
       
   570     1. Redistributions of source code must retain the above copyright
       
   571        notice, this list of conditions and the following disclaimer.\br
       
   572     2. Redistributions in binary form must reproduce the above copyright
       
   573        notice, this list of conditions and the following disclaimer in the
       
   574        documentation and/or other materials provided with the distribution.
       
   575 
       
   576     THIS SOFTWARE IS PROVIDED BY UNIVERSITY OF SZEGED ``AS IS'' AND ANY
       
   577     EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   578     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   579     PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL UNIVERSITY OF SZEGED OR
       
   580     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
   581     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
   582     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
   583     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
       
   584     OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   585     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   586     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   587 
       
   588     \list
       
   589     \o Parts of WebKit used by the QtWebKit module
       
   590     \endlist
       
   591 
       
   592     \hr
       
   593 
       
   594     Copyright (C) 2002 Michael Ringgaard. All rights reserved.
       
   595 
       
   596     Redistribution and use in source and binary forms, with or without
       
   597     modification, are permitted provided that the following conditions
       
   598     are met:
       
   599 
       
   600     1. Redistributions of source code must retain the above copyright
       
   601        notice, this list of conditions and the following disclaimer.\br
       
   602     2. Redistributions in binary form must reproduce the above copyright
       
   603        notice, this list of conditions and the following disclaimer in the
       
   604        documentation and/or other materials provided with the distribution.\br
       
   605     3. Neither the name of the project nor the names of its contributors
       
   606        may be used to endorse or promote products derived from this software
       
   607        without specific prior written permission.
       
   608 
       
   609     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
       
   610     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   611     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   612     ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
       
   613     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
   614     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
   615     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   616     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
   617     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
   618     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
   619     SUCH DAMAGE.
       
   620 
       
   621     \list
       
   622     \o src/3rdparty/ce-compat/ce_time.c
       
   623     \endlist
       
   624 
       
   625     \hr
       
   626 
       
   627     Copyright (c) 1997-2005 University of Cambridge. All rights reserved.
       
   628 
       
   629     Redistribution and use in source and binary forms, with or without
       
   630     modification, are permitted provided that the following conditions are met:
       
   631 
       
   632         * Redistributions of source code must retain the above copyright notice,
       
   633           this list of conditions and the following disclaimer.
       
   634 
       
   635         * Redistributions in binary form must reproduce the above copyright
       
   636           notice, this list of conditions and the following disclaimer in the
       
   637           documentation and/or other materials provided with the distribution.
       
   638 
       
   639         * Neither the name of the University of Cambridge nor the name of Apple
       
   640           Inc. nor the names of their contributors may be used to endorse or
       
   641           promote products derived from this software without specific prior
       
   642           written permission.
       
   643 
       
   644     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
       
   645     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   646     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   647     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
       
   648     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
   649     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
   650     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
   651     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
   652     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   653     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
   654     POSSIBILITY OF SUCH DAMAGE.
       
   655 
       
   656     \list
       
   657     \o Parts of WebKit used by the QtWebKit module
       
   658     \endlist
       
   659 
       
   660     \hr
       
   661 
       
   662                          Originally written by Philip Hazel\br
       
   663                Copyright (c) 1997-2006 University of Cambridge\br
       
   664       Copyright (C) 2007 Eric Seidel <eric@webkit.org>\br
       
   665      Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Apple Inc.  All rights reserved.
       
   666 
       
   667     -----------------------------------------------------------------------------\br
       
   668     Redistribution and use in source and binary forms, with or without
       
   669     modification, are permitted provided that the following conditions are met:
       
   670 
       
   671         * Redistributions of source code must retain the above copyright notice,
       
   672           this list of conditions and the following disclaimer.
       
   673 
       
   674         * Redistributions in binary form must reproduce the above copyright
       
   675           notice, this list of conditions and the following disclaimer in the
       
   676           documentation and/or other materials provided with the distribution.
       
   677 
       
   678         * Neither the name of the University of Cambridge nor the names of its
       
   679           contributors may be used to endorse or promote products derived from
       
   680           this software without specific prior written permission.
       
   681 
       
   682     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
       
   683     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   684     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   685     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
       
   686     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
   687     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
   688     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
   689     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
   690     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   691     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
   692     POSSIBILITY OF SUCH DAMAGE.
       
   693 
       
   694     \list
       
   695     \o Parts of WebKit used by the QtWebKit module
       
   696     \endlist
       
   697 
       
   698     \hr
       
   699 
       
   700     Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.\br
       
   701     Copyright (C) 2008 Google Inc. All rights reserved.\br
       
   702     Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com>
       
   703 
       
   704     Redistribution and use in source and binary forms, with or without
       
   705     modification, are permitted provided that the following conditions are
       
   706     met:
       
   707 
       
   708         * Redistributions of source code must retain the above copyright
       
   709     notice, this list of conditions and the following disclaimer.\br
       
   710         * Redistributions in binary form must reproduce the above
       
   711     copyright notice, this list of conditions and the following disclaimer
       
   712     in the documentation and/or other materials provided with the
       
   713     distribution.\br
       
   714         * Neither the name of Google Inc. nor the names of its
       
   715     contributors may be used to endorse or promote products derived from
       
   716     this software without specific prior written permission.
       
   717 
       
   718     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
   719     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
   720     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
   721     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
   722     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   723     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
   724     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
   725     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
   726     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   727     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   728     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   729 
       
   730     \list
       
   731     \o Parts of WebKit used by the QtWebKit module
       
   732     \endlist
       
   733 */
       
   734 
       
   735 /*!
       
   736     \page licenses-fonts.html
       
   737     \title Licenses for Fonts Used in Qt for Embedded Linux
       
   738     \ingroup qt-embedded-linux
       
   739     \ingroup licensing
       
   740     \brief Information about the licenses of fonts supplied with Qt for Embedded Linux.
       
   741 
       
   742     The fonts supplied with Qt for Embedded Linux have been obtained under a
       
   743     variety of different licenses listed below.
       
   744 
       
   745     \tableofcontents
       
   746 
       
   747     See also: \l{Other Licenses Used in Qt}
       
   748 
       
   749     \section1 Adobe Helvetica
       
   750 
       
   751     Copyright 1984-1989, 1994 Adobe Systems Incorporated.
       
   752     Copyright 1988, 1994 Digital Equipment Corporation.
       
   753 
       
   754     Adobe is a trademark of Adobe Systems Incorporated which may be
       
   755     registered in certain jurisdictions.
       
   756     Permission to use these trademarks is hereby granted only in
       
   757     association with the images described in this file.
       
   758 
       
   759     Permission to use, copy, modify, distribute and sell this software
       
   760     and its documentation for any purpose and without fee is hereby
       
   761     granted, provided that the above copyright notices appear in all
       
   762     copies and that both those copyright notices and this permission
       
   763     notice appear in supporting documentation, and that the names of
       
   764     Adobe Systems and Digital Equipment Corporation not be used in
       
   765     advertising or publicity pertaining to distribution of the software
       
   766     without specific, written prior permission.  Adobe Systems and
       
   767     Digital Equipment Corporation make no representations about the
       
   768     suitability of this software for any purpose.  It is provided "as
       
   769     is" without express or implied warranty.
       
   770 
       
   771     \section1 Adobe Utopia
       
   772 
       
   773       Permission to use, reproduce, display and distribute the listed
       
   774       typefaces is hereby granted, provided that the Adobe Copyright notice
       
   775       appears in all whole and partial copies of the software and that the
       
   776       following trademark symbol and attribution appear in all unmodified
       
   777       copies of the software:
       
   778 
       
   779             Copyright (c) 1989 Adobe Systems Incorporated
       
   780             Utopia (R)
       
   781             Utopia is a registered trademark of Adobe Systems Incorporated
       
   782 
       
   783     The Utopia font
       
   784     Copyright (c) 1989, 1991 Adobe Systems Incorporated.  All Rights
       
   785     Reserved.Utopia is a registered trademark of Adobe Systems
       
   786     Incorporated.
       
   787 
       
   788     \section1 Babelfish
       
   789 
       
   790     \snippet doc/src/snippets/code/doc_src_licenses.qdoc 1
       
   791 
       
   792     \section1 Bigelow & Holmes Luxi
       
   793 
       
   794     Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font 
       
   795     instruction code copyright (c) 2001 by URW++ GmbH. All Rights 
       
   796     Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
       
   797 
       
   798     Permission is hereby granted, free of charge, to any person obtaining 
       
   799     a copy of these Fonts and associated documentation files (the "Font 
       
   800     Software"), to deal in the Font Software, including without 
       
   801     limitation the rights to use, copy, merge, publish, distribute, 
       
   802     sublicense, and/or sell copies of the Font Software, and to permit 
       
   803     persons to whom the Font Software is furnished to do so, subject to 
       
   804     the following conditions:
       
   805 
       
   806     The above copyright and trademark notices and this permission notice 
       
   807     shall be included in all copies of one or more of the Font Software.
       
   808 
       
   809     The Font Software may not be modified, altered, or added to, and in 
       
   810     particular the designs of glyphs or characters in the Fonts may not 
       
   811     be modified nor may additional glyphs or characters be added to the 
       
   812     Fonts. This License becomes null and void when the Fonts or Font 
       
   813     Software have been modified.
       
   814 
       
   815     THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
       
   816     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 
       
   817     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 
       
   818     OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL 
       
   819     BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES 
       
   820     OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, 
       
   821     INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF 
       
   822     CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR 
       
   823     INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT 
       
   824     SOFTWARE.
       
   825 
       
   826     Except as contained in this notice, the names of Bigelow & Holmes 
       
   827     Inc. and URW++ GmbH. shall not be used in advertising or otherwise to 
       
   828     promote the sale, use or other dealings in this Font Software without 
       
   829     prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
       
   830 
       
   831     For further information, contact:
       
   832 
       
   833     info@urwpp.de
       
   834     or
       
   835     design@bigelowandholmes.com
       
   836 
       
   837     \section1 Bitstream Charter and Courier
       
   838 
       
   839     (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
       
   840 
       
   841     You are hereby granted permission under all Bitstream propriety rights
       
   842     to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
       
   843     Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
       
   844     for any purpose and without restriction; provided, that this notice is
       
   845     left intact on all copies of such fonts and that Bitstream's trademark
       
   846     is acknowledged as shown below on all unmodified copies of the 4 Charter
       
   847     Type 1 fonts.
       
   848 
       
   849     BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
       
   850 
       
   851     \section1 Bitstream Vera
       
   852 
       
   853     Copyright (c) 2003 by Bitstream, Inc.
       
   854 
       
   855     All Rights Reserved.
       
   856 
       
   857     Bitstream Vera is a trademark of Bitstream, Inc.
       
   858 
       
   859     Permission is hereby granted, free of charge, to any person obtaining
       
   860     a copy of the fonts accompanying this license ("Fonts") and associated
       
   861     documentation files (the "Font Software"), to reproduce and distribute
       
   862     the Font Software, including without limitation the rights to use,
       
   863     copy, merge, publish, distribute, and/or sell copies of the Font
       
   864     Software, and to permit persons to whom the Font Software is furnished
       
   865     to do so, subject to the following conditions:
       
   866 
       
   867     The above copyright and trademark notices and this permission notice
       
   868     shall be included in all copies of one or more of the Font Software
       
   869     typefaces.
       
   870 
       
   871     The Font Software may be modified, altered, or added to, and in
       
   872     particular the designs of glyphs or characters in the Fonts may be
       
   873     modified and additional glyphs or characters may be added to the
       
   874     Fonts, only if the fonts are renamed to names not containing either
       
   875     the words "Bitstream" or the word "Vera".
       
   876 
       
   877     This License becomes null and void to the extent applicable to Fonts
       
   878     or Font Software that has been modified and is distributed under the
       
   879     "Bitstream Vera" names.
       
   880 
       
   881     The Font Software may be sold as part of a larger software package but
       
   882     no copy of one or more of the Font Software typefaces may be sold by
       
   883     itself.
       
   884 
       
   885     THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
   886     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
       
   887     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
       
   888     OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
       
   889     BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
       
   890     OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
       
   891     OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
       
   892     OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
       
   893     SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
       
   894 
       
   895     Except as contained in this notice, the names of Gnome, the Gnome
       
   896     Foundation, and Bitstream Inc., shall not be used in advertising or
       
   897     otherwise to promote the sale, use or other dealings in this Font
       
   898     Software without prior written authorization from the Gnome Foundation
       
   899     or Bitstream Inc., respectively. For further information, contact:
       
   900     fonts at gnome dot org.
       
   901 
       
   902     \omit
       
   903     http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
       
   904     \endomit
       
   905 
       
   906     See also:
       
   907     \l{http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html}{Vera Open Source Fonts}
       
   908 
       
   909     \section1 Cursor
       
   910 
       
   911     The Cursor font is distributed with the following declaration:
       
   912 
       
   913     \e{Copyright (c) 2000 XFree86, Inc.}
       
   914 
       
   915     \section1 DejaVu Fonts
       
   916 
       
   917     DejaVu fonts come with the following copyright statement:
       
   918 
       
   919     Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below)
       
   920 
       
   921     \snippet doc/src/snippets/code/doc_src_licenses.qdoc 2
       
   922 
       
   923     \section1 Fixed Fonts
       
   924 
       
   925     The 5x7 and 6x13 fonts each contain the following copyright notice:
       
   926 
       
   927     \e{Public domain font.  Share and enjoy.}
       
   928 
       
   929     \section1 IBM Courier
       
   930 
       
   931     IBM Courier - Copyright (c) IBM Corporation 1990, 1991
       
   932 
       
   933     You are hereby granted permission under the terms of the IBM/MIT X Consortium
       
   934     Courier Typefont agreement to execute, reproduce, distribute, display, market,
       
   935     sell and otherwise transfer copies of the IBM Courier font to third parties.
       
   936 
       
   937     The font is provided "AS IS" without charge.  NO WARRANTIES OR INDEMNIFICATION
       
   938     ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
       
   939     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
       
   940 
       
   941     \section1 Micro
       
   942 
       
   943     The Micro font contains the following copyright notice:
       
   944 
       
   945     \e{Public domain font.  Share and enjoy.}
       
   946 
       
   947     \section1 Unifont
       
   948 
       
   949     The Unifont font was originally obtained from
       
   950     \l{http://www.czyborra.com/}{Roman Czyborra} under the following license:
       
   951 
       
   952     \e{All of my works you find here are freeware. You may freely copy, use, quote,
       
   953     modify or redistribute them as long as you properly attribute my contribution
       
   954     and have given a quick thought about whether Roman might perhaps be interested
       
   955     to read what you did with his stuff. Horizontal rules don't apply.}
       
   956 */