other circumstances.It is not the purpose of this section to induce you to infringe any patents or other property right claimsor to contest validity of any such claims; this section has the sole purpose of protecting the integrity ofthe free software distribution system which is implemented by public license practices. Many peoplehave made generous contributions to the wide range of software distributed through that system inreliance on consistent application of that system; it is up to the author/donor to decide if he or she iswilling to distribute software through any other system and a licensee cannot impose that choice.This section is intended to make thoroughly clear what is believed to be a consequence of therest of this License.12.If the distribution and/or use of the Library is restricted in certain countries either by patentsor by copyrighted interfaces, the original copyright holder who places the Library under thisLicense may add an explicit geographical distribution limitation excluding those countries, so thatdistribution is permitted only in or among countries not thus excluded. In such case, this Licenseincorporates the limitation as if written in the body of this License.13.The Free Software Foundation may publish revised and/or new versions of the LesserGeneral Public License from time to time. Such new versions will be similar in spirit to the presentversion, but may differ in detail to address new problems or concerns. Each version is given adistinguishing version number. If the Library specifies a version number of this License whichapplies to it and "any later version", you have the option of following the terms and conditionseither of that version or of any later version published by the Free Software Foundation. If theLibrary does not specify a license version number, you may choose any version ever published bythe Free Software Foundation.14.If you wish to incorporate parts of the Library into other free programs whose distributionconditions are incompatible with these, write to the author to ask for permission. For softwarewhich is copyrighted by the Free Software Foundation, write to the Free Software Foundation; wesometimes make exceptions for this. Our decision will be guided by the two goals of preservingthe free status of all derivatives of our free software and of promoting the sharing and reuse ofsoftware generally.NO WARRANTY15.BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTYFOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHENOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/ OR OTHER PARTIESPROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSEDOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TOTHE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARYPROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR ORCORRECTION.16.IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITINGWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/ORREDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISINGOUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TOLOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BYYOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHERSOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THEPOSSIBILITY OF SUCH DAMAGES.END OF TERMS AND CONDITIONSHow to Apply These Terms to Your New LibrariesIf you develop a new library, and you want it to be of the greatest possible use to the public,we recommend making it free software that everyone can redistribute and change. You can doso by permitting redistribution under these terms (or, alternatively, under the terms of the ordinaryGeneral Public License).To apply these terms, attach the following notices to the library. It is safest to attach them to thestart of each source file to most effectively convey the exclusion of warranty; and each file shouldhave at least the "copyright" line and a pointer to where the full notice is found.<one line to give the library's name and a brief idea of what it does.>Copyright © <year> <name of author>This library is free software; you can redistribute it and/or modify it under the terms of the GNULesser General Public License as published by the Free Software Foundation; either version 2 ofthe License, or (at your option) any later version.This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULARPURPOSE. See the GNU Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License along with this library;if not, write to the Free Software Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 021111307 USAAlso add information on how to contact you by electronic and paper mail.You should also get your employer (if you work as a programmer) or your school, if any, to signa "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne,Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) writtenby James Random Hacker.<signature of Ty Coon>,1 April 1990Ty Coon,President of ViceThat's all there is to it!ExhibitCThis is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea and released to thepublic domain.Use, modify, and redistribute this code without permission or acknowledgement in any way youwish. Send questions, comments, complaints,performance data, etc to dl@cs.oswego.eduVERSION 2.7.2 Sat Aug 17 09:07:30 2002 Doug Lea (dl at gee)Note: There may be an updated version of this malloc obtainable atftp://gee.cs.oswego.edu/pub/misc/malloc.cCheck before installing!ExhibitDLICENSE ISSUES=============The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL Licenseand the original SSLeay license apply to the toolkit.See below for the actual license texts. Actually both licenses are BSD-style Open Source licenses.In case of any license issues related to OpenSSL please contact openssl-core@openssl.org.OpenSSL License--------------------====================================================================Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permittedprovided that the following conditions are met:1. Redistributions of source code must retain the above copyright notice, this list of conditionsand the following disclaimer.2. Redistributions in binary form must reproduce the above copyright notice, this list ofconditions and the following disclaimer in the documentation and/or other materials providedwith the distribution.3. All advertising materials mentioning features or use of this software must display the followingacknowledgment:"This product includes software developed by the OpenSSL Project for use in the OpenSSLToolkit. (http://www.openssl.org/)"4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse orpromote products derived from this software without prior written permission. For writtenpermission, please contact openssl-core@openssl.org.5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL"appear in their names without prior written permission of the OpenSSL Project.*6. Redistributions of any form whatsoever must retain the following acknowledgment:"This product includes software developed by the OpenSSL Project for use in the OpenSSLToolkit (http://www.openssl.org/)"THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSEDOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NOEVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OFUSE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUTOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.====================================================================This product includes cryptographic software written by Eric You * (eay@cryptsoft.com). Thisproduct includes software written by Tim Hudson (tjh@cryptsoft.com).Original SSLeay License---------------------------Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.This package is an SSL implementation written by Eric Young (eay@cryptsoft.com).The implementation was written so as to conform with Netscapes SSL.This library is free for commercial and non-commercial use as long as the following conditions areaheared to. The following conditions apply to all code found in this distribution, be it the RC4,RSA, lhash, DES, etc., code; not just the SSL code.The SSL documentation included with this distribution is covered by the same copyright termsexcept that the holder is Tim Hudson (tjh@cryptsoft.com).Copyright remains Eric Young's, and as such any Copyright notices in the code are not to beremoved.If this package is used in a product, Eric Young should be given attribution as the author of theparts of the library used.This can be in the form of a textual message at program startup or in documentation (online ortextual) provided with the package.Redistribution and use in source and binary forms, with or without modification, are permittedprovided that the following conditionsare met:1. Redistributions of source code must retain the copyright notice, this list of conditions and thefollowing disclaimer.2. Redistributions in binary form must reproduce the above copyright notice, this list ofconditions and the following disclaimer in the documentation and/or other materials providedwith the distribution.3. All advertising materials mentioning features or use of this software must display the followingacknowledgement:"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)"The word 'cryptographic' can be left out if the rouines from the library being used are notcryptographic related :-).4. If you include any Windows specific code (or a derivative thereof) from the apps directory(application code) you must include an acknowledgement:"This product includes software written by Tim Hudson (tjh@cryptsoft.com)"*THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIEDWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NOEVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOTLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OFLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCEOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IFADVISED OF THE POSSIBILITY OF SUCH DAMAGE.その他The licence and distribution terms for any publically available version or derivative of this codecannot be changed. i.e. this code cannot simply be copied and put under another distributionlicence [including the GNU Public Licence.]ExhibitEThe FreeType Project LICENSE2006-Jan-27Copyright 1996-2002, 2006 by David Turner, Robert Wilhelm, and Werner Lemberg59D-BR1操作編_6_その他_困ったときは.indd 592011/12/27 8:33:48