| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731 | The Python Imaging Library (PIL) is    Copyright © 1997-2011 by Secret Labs AB    Copyright © 1995-2011 by Fredrik LundhPillow is the friendly PIL fork. It is    Copyright © 2010-2023 by Jeffrey A. Clark (Alex) and contributors.Like PIL, Pillow is licensed under the open source HPND License:By obtaining, using, and/or copying this software and/or its associateddocumentation, you agree that you have read, understood, and will complywith the following terms and conditions:Permission to use, copy, modify and distribute this software and itsdocumentation for any purpose and without fee is hereby granted,provided that the above copyright notice appears in all copies, and thatboth that copyright notice and this permission notice appear in supportingdocumentation, and that the name of Secret Labs AB or the author not beused in advertising or publicity pertaining to distribution of the softwarewithout specific, written prior permission.SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THISSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL,INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROMLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCEOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE ORPERFORMANCE OF THIS SOFTWARE.----BROTLICopyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.----BZIP2--------------------------------------------------------------------------This program, "bzip2", the associated library "libbzip2", and alldocumentation, are copyright (C) 1996-2019 Julian R Seward.  Allrights reserved.Redistribution and use in source and binary forms, with or withoutmodification, are permitted provided that the following conditionsare met:1. Redistributions of source code must retain the above copyright   notice, this list of conditions and the following disclaimer.2. The origin of this software must not be misrepresented; you must   not claim that you wrote the original software.  If you use this   software in a product, an acknowledgment in the product   documentation would be appreciated but is not required.3. Altered source versions must be plainly marked as such, and must   not be misrepresented as being the original software.4. The name of the author may not be used to endorse or promote   products derived from this software without specific prior written   permission.THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTEGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDINGNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.Julian Seward, jseward@acm.orgbzip2/libbzip2 version 1.0.8 of 13 July 2019------------------------------------------------------------------------------FREETYPE2The FreeType  2 font  engine is  copyrighted work  and cannot  be usedlegally without  a software  license.  In order  to make  this projectusable to  a vast majority of  developers, we distribute it  under twomutually exclusive open-source licenses.This means that *you* must choose  *one* of the two licenses describedbelow, then obey all its terms and conditions when using FreeType 2 inany of your projects or products.  - The FreeType License,  found in the file  `docs/FTL.TXT`, which is    similar to the  original BSD license *with*  an advertising clause    that forces  you to explicitly  cite the FreeType project  in your    product's  documentation.  All  details are  in the  license file.    This license is suited to products which don't use the GNU General    Public License.    Note that  this license  is compatible to  the GNU  General Public    License version 3, but not version 2.  - The   GNU   General   Public   License   version   2,   found   in    `docs/GPLv2.TXT`  (any  later  version  can  be  used  also),  for    programs  which  already  use  the  GPL.  Note  that  the  FTL  is    incompatible with GPLv2 due to its advertisement clause.The contributed  BDF and PCF  drivers come  with a license  similar tothat  of the  X Window  System.   It is  compatible to  the above  twolicenses (see files `src/bdf/README`  and `src/pcf/README`).  The sameholds   for   the   source    code   files   `src/base/fthash.c`   and`include/freetype/internal/fthash.h`; they were part of the BDF driverin earlier FreeType versions.The gzip  module uses the  zlib license (see  `src/gzip/zlib.h`) whichtoo is compatible to the above two licenses.The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain codetaken almost  verbatim from the  HarfBuzz file `hb-ft.cc`,  which usesthe 'Old MIT' license, compatible to the above two licenses.The  MD5 checksum  support  (only used  for  debugging in  developmentbuilds) is in the public domain.----HARFBUZZHarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.For parts of HarfBuzz that are licensed under different licenses see individualfiles names COPYING in subdirectories where applicable.Copyright © 2010-2022  Google, Inc.Copyright © 2015-2020  Ebrahim ByagowiCopyright © 2019,2020  Facebook, Inc.Copyright © 2012,2015  Mozilla FoundationCopyright © 2011  Codethink LimitedCopyright © 2008,2010  Nokia Corporation and/or its subsidiary(-ies)Copyright © 2009  Keith StribleyCopyright © 2011  Martin Hosken and SIL InternationalCopyright © 2007  Chris WilsonCopyright © 2005,2006,2020,2021,2022,2023  Behdad EsfahbodCopyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023  Red Hat, Inc.Copyright © 1998-2005  David Turner and Werner LembergCopyright © 2016  Igalia S.L.Copyright © 2022  Matthias ClasenCopyright © 2018,2021  Khaled HosnyCopyright © 2018,2019,2020  Adobe, IncCopyright © 2013-2015  Alexei PodtelezhnikovFor full copyright notices consult the individual files in the package.Permission is hereby granted, without written agreement and withoutlicense or royalty fees, to use, copy, modify, and distribute thissoftware and its documentation for any purpose, provided that theabove copyright notice and the following two paragraphs appear inall copies of this software.IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FORDIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGESARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVENIF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCHDAMAGE.THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER ISON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TOPROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.----LCMS2Little CMSCopyright (c) 1998-2020 Marti Maria SaguerPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.----LIBJPEG1. We don't promise that this software works.  (But if you find any bugs,   please let us know!)2. You can use this software for whatever you want.  You don't have to pay us.3. You may not pretend that you wrote this software.  If you use it in a   program, you must acknowledge somewhere in your documentation that   you've used the IJG code.In legalese:The authors make NO WARRANTY or representation, either express or implied,with respect to this software, its quality, accuracy, merchantability, orfitness for a particular purpose.  This software is provided "AS IS", and you,its user, assume the entire risk as to its quality and accuracy.This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.All Rights Reserved except as specified below.Permission is hereby granted to use, copy, modify, and distribute thissoftware (or portions thereof) for any purpose, without fee, subject to theseconditions:(1) If any part of the source code for this software is distributed, then thisREADME file must be included, with this copyright and no-warranty noticeunaltered; and any additions, deletions, or changes to the original filesmust be clearly indicated in accompanying documentation.(2) If only executable code is distributed, then the accompanyingdocumentation must state that "this software is based in part on the work ofthe Independent JPEG Group".(3) Permission for use of this software is granted only if the user acceptsfull responsibility for any undesirable consequences; the authors acceptNO LIABILITY for damages of any kind.These conditions apply to any software derived from or based on the IJG code,not just to the unmodified library.  If you use our work, you ought toacknowledge us.Permission is NOT granted for the use of any IJG author's name or company namein advertising or publicity relating to this software or products derived fromit.  This software may be referred to only as "the Independent JPEG Group'ssoftware".We specifically permit and encourage the use of this software as the basis ofcommercial products, provided that all warranty or liability claims areassumed by the product vendor.----LIBLZMAXZ Utils Licensing==================    Different licenses apply to different files in this package. Here    is a rough summary of which licenses apply to which parts of this    package (but check the individual files to be sure!):      - liblzma is in the public domain.      - xz, xzdec, and lzmadec command line tools are in the public        domain unless GNU getopt_long had to be compiled and linked        in from the lib directory. The getopt_long code is under        GNU LGPLv2.1+.      - The scripts to grep, diff, and view compressed files have been        adapted from gzip. These scripts and their documentation are        under GNU GPLv2+.      - All the documentation in the doc directory and most of the        XZ Utils specific documentation files in other directories        are in the public domain.      - Translated messages are in the public domain.      - The build system contains public domain files, and files that        are under GNU GPLv2+ or GNU GPLv3+. None of these files end up        in the binaries being built.      - Test files and test code in the tests directory, and debugging        utilities in the debug directory are in the public domain.      - The extra directory may contain public domain files, and files        that are under various free software licenses.    You can do whatever you want with the files that have been put into    the public domain. If you find public domain legally problematic,    take the previous sentence as a license grant. If you still find    the lack of copyright legally problematic, you have too many    lawyers.    As usual, this software is provided "as is", without any warranty.    If you copy significant amounts of public domain code from XZ Utils    into your project, acknowledging this somewhere in your software is    polite (especially if it is proprietary, non-free software), but    naturally it is not legally required. Here is an example of a good    notice to put into "about box" or into documentation:        This software includes code from XZ Utils <http://tukaani.org/xz/>.    The following license texts are included in the following files:      - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1      - COPYING.GPLv2: GNU General Public License version 2      - COPYING.GPLv3: GNU General Public License version 3    Note that the toolchain (compiler, linker etc.) may add some code    pieces that are copyrighted. Thus, it is possible that e.g. liblzma    binary wouldn't actually be in the public domain in its entirety    even though it contains no copyrighted code from the XZ Utils source    package.    If you have questions, don't hesitate to ask the author(s) for more    information.----LIBPNGCOPYRIGHT NOTICE, DISCLAIMER, and LICENSE=========================================PNG Reference Library License version 2--------------------------------------- * Copyright (c) 1995-2022 The PNG Reference Library Authors. * Copyright (c) 2018-2022 Cosmin Truta. * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. * Copyright (c) 1996-1997 Andreas Dilger. * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.The software is supplied "as is", without warranty of any kind,express or implied, including, without limitation, the warrantiesof merchantability, fitness for a particular purpose, title, andnon-infringement.  In no event shall the Copyright owners, oranyone distributing the software, be liable for any damages orother liability, whether in contract, tort or otherwise, arisingfrom, out of, or in connection with the software, or the use orother dealings in the software, even if advised of the possibilityof such damage.Permission is hereby granted to use, copy, modify, and distributethis software, or portions hereof, for any purpose, without fee,subject to the following restrictions: 1. The origin of this software must not be misrepresented; you    must not claim that you wrote the original software.  If you    use this software in a product, an acknowledgment in the product    documentation would be appreciated, but is not required. 2. Altered source versions must be plainly marked as such, and must    not be misrepresented as being the original software. 3. This Copyright notice may not be removed or altered from any    source or altered source distribution.PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)-----------------------------------------------------------------------libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 areCopyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, arederived from libpng-1.0.6, and are distributed according to the samedisclaimer and license as libpng-1.0.6 with the following individualsadded to the list of Contributing Authors:    Simon-Pierre Cadieux    Eric S. Raymond    Mans Rullgard    Cosmin Truta    Gilles Vollant    James Yu    Mandar Sahastrabuddhe    Google Inc.    Vadim Barkovand with the following additions to the disclaimer:    There is no warranty against interference with your enjoyment of    the library or against infringement.  There is no warranty that our    efforts or the library will fulfill any of your particular purposes    or needs.  This library is provided with all faults, and the entire    risk of satisfactory quality, performance, accuracy, and effort is    with the user.Some files in the "contrib" directory and some configure-generatedfiles that are distributed with libpng have other copyright owners, andare released under other open source licenses.libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, areCopyright (c) 1998-2000 Glenn Randers-Pehrson, are derived fromlibpng-0.96, and are distributed according to the same disclaimer andlicense as libpng-0.96, with the following individuals added to thelist of Contributing Authors:    Tom Lane    Glenn Randers-Pehrson    Willem van Schaiklibpng versions 0.89, June 1996, through 0.96, May 1997, areCopyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,and are distributed according to the same disclaimer and license aslibpng-0.88, with the following individuals added to the list ofContributing Authors:    John Bowler    Kevin Bracey    Sam Bushell    Magnus Holmgren    Greg Roelofs    Tom TannerSome files in the "scripts" directory have other copyright owners,but are released under this license.libpng versions 0.5, May 1995, through 0.88, January 1996, areCopyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.For the purposes of this copyright and license, "Contributing Authors"is defined as the following set of individuals:    Andreas Dilger    Dave Martindale    Guy Eric Schalnat    Paul Schmidt    Tim WegnerThe PNG Reference Library is supplied "AS IS".  The ContributingAuthors and Group 42, Inc. disclaim all warranties, expressed orimplied, including, without limitation, the warranties ofmerchantability and of fitness for any purpose.  The ContributingAuthors and Group 42, Inc. assume no liability for direct, indirect,incidental, special, exemplary, or consequential damages, which mayresult from the use of the PNG Reference Library, even if advised ofthe possibility of such damage.Permission is hereby granted to use, copy, modify, and distribute thissource code, or portions hereof, for any purpose, without fee, subjectto the following restrictions: 1. The origin of this source code must not be misrepresented. 2. Altered versions must be plainly marked as such and must not    be misrepresented as being the original source. 3. This Copyright notice may not be removed or altered from any    source or altered source distribution.The Contributing Authors and Group 42, Inc. specifically permit,without fee, and encourage the use of this source code as a componentto supporting the PNG file format in commercial products.  If you usethis source code in a product, acknowledgment is not required but wouldbe appreciated.----LIBTIFFCopyright (c) 1988-1997 Sam LefflerCopyright (c) 1991-1997 Silicon Graphics, Inc.Permission to use, copy, modify, distribute, and sell this software andits documentation for any purpose is hereby granted without fee, providedthat (i) the above copyright notices and this permission notice appear inall copies of the software and related documentation, and (ii) the names ofSam Leffler and Silicon Graphics may not be used in any advertising orpublicity relating to the software without the specific, prior writtenpermission of Sam Leffler and Silicon Graphics.THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANYWARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FORANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OFLIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCEOF THIS SOFTWARE.----LIBWEBPCopyright (c) 2010, Google Inc. All rights reserved.Redistribution and use in source and binary forms, with or withoutmodification, are permitted provided that the following conditions aremet:  * Redistributions of source code must retain the above copyright    notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright    notice, this list of conditions and the following disclaimer in    the documentation and/or other materials provided with the    distribution.  * Neither the name of Google nor the names of its contributors may    be used to endorse or promote products derived from this software    without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHTHOLDER 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 ANYTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USEOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.----OPENJPEG* * The copyright in this software is being made available under the 2-clauses * BSD License, included below. This software may be subject to other third * party and contributor rights, including patent rights, and no such rights * are granted under this license. * * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2014, Professor Benoit Macq * Copyright (c) 2003-2014, Antonin Descampe * Copyright (c) 2003-2009, Francois-Olivier Devaux * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2003, Yannick Verschueren * Copyright (c) 2001-2003, David Janssens * Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France * Copyright (c) 2012, CS Systemes d'Information, France * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright *    notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright *    notice, this list of conditions and the following disclaimer in the *    documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR 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 OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */----RAQMThe MIT License (MIT)Copyright © 2015 Information Technology Authority (ITA) <foss@ita.gov.om>Copyright © 2016 Khaled Hosny <khaledhosny@eglug.org>Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.----XAUCopyright 1988, 1993, 1994, 1998  The Open GroupPermission to use, copy, modify, distribute, and sell this software and itsdocumentation for any purpose is hereby granted without fee, provided thatthe above copyright notice appear in all copies and that both thatcopyright notice and this permission notice appear in supportingdocumentation.The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THEOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER INAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Except as contained in this notice, the name of The Open Group shall not beused in advertising or otherwise to promote the sale, use or other dealingsin this Software without prior written authorization from The Open Group.----XCBCopyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.All Rights Reserved.Permission is hereby granted, free of charge, to any personobtaining a copy of this software and associateddocumentation files (the "Software"), to deal in theSoftware without restriction, including without limitationthe rights to use, copy, modify, merge, publish, distribute,sublicense, and/or sell copies of the Software, and topermit persons to whom the Software is furnished to do so,subject to the following conditions:The above copyright notice and this permission notice shallbe included in all copies or substantial portions of theSoftware.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANYKIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THEWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULARPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORSBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHERIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OROTHER DEALINGS IN THE SOFTWARE.Except as contained in this notice, the names of the authorsor their institutions shall not be used in advertising orotherwise to promote the sale, use or other dealings in thisSoftware without prior written authorization from theauthors.----XDMCPCopyright 1989, 1998  The Open GroupPermission to use, copy, modify, distribute, and sell this software and itsdocumentation for any purpose is hereby granted without fee, provided thatthe above copyright notice appear in all copies and that both thatcopyright notice and this permission notice appear in supportingdocumentation.The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THEOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER INAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Except as contained in this notice, the name of The Open Group shall not beused in advertising or otherwise to promote the sale, use or other dealingsin this Software without prior written authorization from The Open Group.Author:  Keith Packard, MIT X Consortium----ZLIB (C) 1995-2017 Jean-loup Gailly and Mark Adler  This software is provided 'as-is', without any express or implied  warranty.  In no event will the authors be held liable for any damages  arising from the use of this software.  Permission is granted to anyone to use this software for any purpose,  including commercial applications, and to alter it and redistribute it  freely, subject to the following restrictions:  1. The origin of this software must not be misrepresented; you must not     claim that you wrote the original software. If you use this software     in a product, an acknowledgment in the product documentation would be     appreciated but is not required.  2. Altered source versions must be plainly marked as such, and must not be     misrepresented as being the original software.  3. This notice may not be removed or altered from any source distribution.  Jean-loup Gailly        Mark Adler  jloup@gzip.org          madler@alumni.caltech.eduIf you use the zlib library in a product, we would appreciate *not* receivinglengthy legal documents to sign.  The sources are provided for free but withoutwarranty of any kind.  The library has been entirely written by Jean-loupGailly and Mark Adler; it does not include third-party code.If you redistribute modified sources, we would appreciate that you include inthe file ChangeLog history information documenting your changes.  Please readthe FAQ for more information on the distribution of modified source versions.
 |