[klogg]
Copyright (c) 2016 -- 2021 Anton Filimonov

klogg is free software; you can redistribute it and/or modify it under
the terms of the GNU General PubLic License as published by the Free
Software Foundation; either version 3 of the License, or (at your option)
any later version.

This program 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 PARTICULAR PURPOSE. See the GNU General Public License
for more details.

===
This product is based on software developed by Nicolas Bonnefon:
glogg (https://github.com/nickbnf/glogg) licensed under the terms
of the GNU General PubLic License as published by the Free Software
Foundation; either version 3 of the License, or (at your option)
any later version.

> glogg is free software; you can redistribute it and/or modify it under
> the terms of the GNU General PubLic License as published by the Free
> Software Foundation; either version 3 of the License, or (at your option)
> any later version.
> 
> This program 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 PARTICULAR PURPOSE. See the GNU General Public License
> for more details.

===
This product is based on software developed by The Qt Company:
Qt (www.qt.io) licensed under the terms of the GNU Lesser General Public
License v.3

===
This product includes software developed by Martín Lucas Golini:
efsw (https://github.com/SpartanJ/efsw) licensed under the terms
of MIT license

> Copyright (c) 2020 Martín Lucas Golini
> 
> Permission 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.
> 
> This software is a fork of the "simplefilewatcher" by James Wynn (james@jameswynn.com)
> http://code.google.com/p/simplefilewatcher/ also MIT licensed.

===
This product includes software developed by Phil Nash and other contributors:
catch2 (https://github.com/catchorg/Catch2) licensed under the terms of
Boost Software License - Version 1.0

> Boost Software License - Version 1.0 - August 17th, 2003
> Permission is hereby granted, free of charge, to any person or organization
> obtaining a copy of the software and accompanying documentation covered by
> this license (the "Software") to use, reproduce, display, distribute,
> execute, and transmit the Software, and to prepare derivative works of the
> Software, and to permit third-parties to whom the Software is furnished to
> do so, all subject to the following:
> The copyright notices in the Software and this entire statement, including
> the above license grant, this restriction and the following disclaimer,
> must be included in all copies of the Software, in whole or in part, and
> all derivative works of the Software, unless such copies or derivative
> works are solely in the form of machine-executable object code generated by
> a source language processor.
> 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
> SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
> FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
> ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
> DEALINGS IN THE SOFTWARE.

===
This product includes software developed by Aurelien Rainone:
macdeployqtfix (https://github.com/aurelien-rainone/macdeployqtfix)
licensed under the terms of MIT license

> The MIT License (MIT)
> Copyright (c) 2015 Aurelien Rainone
> Permission 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.

===
This product includes software developed by Jonathan Müller:
type_safe (https://github.com/foonathan/type_safe) licensed under the
terms of MIT license

> MIT License
> Copyright (c) 2016-2020 Jonathan Müller
> Permission 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.

===
This product includes software developed by Netscape Communications Corporation,
BYVoid <byvoid.kcp@gmail.com> and Jehan <jehan@girinstud.io>:
uchardet (https://github.com/BYVoid/uchardet) licensed under the terms of:
Mozilla Public License Version 1.1
GNU General Public License,version 2.0 or later.
GNU Lesser General Public License, version 2.1 or later.

===
This product includes software developed by Intel Corporation
Hyperscan (https://hyperscan.io) licensed
under the terms of the BSD License

> Copyright (c) 2015, Intel Corporation
> 
> Redistribution and use in source and binary forms, with or without
> modification, are permitted provided that the following conditions are met:
> 
>   * 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 Intel Corporation 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 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.

===
This product includes software developed by Jean-loup Gailly and Mark Adler
zlib (http://www.zlib.net)  with modifications by Kitware (CMake support, name mangling) 
and by Anton Filimonov (name mangling for static linking with KArchive)
licensed under the terms of zlib license

> 'zlib' general purpose compression library
> version 1.2.3, July 18th, 2005
> 
> Copyright (C) 1995-2005 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.edu

===
This product includes software developed by Julian R Seward
libbzip2 (https://www.sourceware.org/bzip2/)
licensed under the terms of bzip2 license

> This program, "bzip2", the associated library "libbzip2", and all
> documentation, are copyright (C) 1996-2007 Julian R Seward.  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. 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 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 AUTHOR 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.
> 
> Julian Seward, jseward@bzip.org
> bzip2/libbzip2 version 1.0.5 of 10 December 2007

===
This product includes code from XZ Utils <https://tukaani.org/xz/>
liblzma that is in the public domain.

> XZ 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 <https://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.

===
This product includes software developed as part of KDE Frameworks (https://kde.org/products/frameworks/)
karchive (https://github.com/KDE/karchive) licensed under the terms of
GNU General Public License, version 2 or later
GNU Lesser General Public License, version 2.1 or later

===
This product includes software developed by Yann Collet
xxHash Library (https://github.com/Cyan4973/xxHash) licensed
under the terms of BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)

> Redistribution and use in source and binary forms, with or without modification,
> are permitted provided that the following conditions are met:
>
> * 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.
>
> 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 HOLDER 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.

===
This product includes software developed as part of SV GUI Library (https://code.soundsoftware.ac.uk/projects/svgui)
IconLoader (https://code.soundsoftware.ac.uk/projects/svgui/embedded/classIconLoader.html)
licensed under the terms of GNU General Public License, version 2 or later

===
This product includes software developed by Gregory Pakosz
whereami (https://github.com/gpakosz/whereami/)
licensed under the terms of MIT license

> Copyright Gregory Pakosz
> 
> Permission 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.

===
This product includes software developed by Sentry (https://sentry.io)
sentry-native (https://github.com/getsentry/sentry-native)
licensed under the terms of MIT license

> Copyright (c) 2019 Sentry (https://sentry.io) and individual contributors.
> All rights reserved.
> 
> Permission 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.

===
This product includes DejaVu Sans Mono font https://dejavu-fonts.github.io/

Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)

> Bitstream Vera Fonts Copyright
> ------------------------------
> 
> Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
> a trademark of Bitstream, Inc.
> 
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of the fonts accompanying this license ("Fonts") and associated
> documentation files (the "Font Software"), to reproduce and distribute the
> Font Software, including without limitation the rights to use, copy, merge,
> publish, distribute, and/or sell copies of the Font Software, and to permit
> persons to whom the Font Software is furnished to do so, subject to the
> following conditions:
> 
> The above copyright and trademark notices and this permission notice shall
> be included in all copies of one or more of the Font Software typefaces.
> 
> The Font Software may be modified, altered, or added to, and in particular
> the designs of glyphs or characters in the Fonts may be modified and
> additional glyphs or characters may be added to the Fonts, only if the fonts
> are renamed to names not containing either the words "Bitstream" or the word
> "Vera".
> 
> This License becomes null and void to the extent applicable to Fonts or Font
> Software that has been modified and is distributed under the "Bitstream
> Vera" names.
> 
> The Font Software may be sold as part of a larger software package but no
> copy of one or more of the Font Software typefaces may be sold by itself.
> 
> THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
> OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
> TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
> FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
> ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
> THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
> FONT SOFTWARE.
> 
> Except as contained in this notice, the names of Gnome, the Gnome
> Foundation, and Bitstream Inc., shall not be used in advertising or
> otherwise to promote the sale, use or other dealings in this Font Software
> without prior written authorization from the Gnome Foundation or Bitstream
> Inc., respectively. For further information, contact: fonts at gnome dot
> org.
> 
> Arev Fonts Copyright
> ------------------------------
> 
> Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
> 
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of the fonts accompanying this license ("Fonts") and
> associated documentation files (the "Font Software"), to reproduce
> and distribute the modifications to the Bitstream Vera Font Software,
> including without limitation the rights to use, copy, merge, publish,
> distribute, and/or sell copies of the Font Software, and to permit
> persons to whom the Font Software is furnished to do so, subject to
> the following conditions:
> 
> The above copyright and trademark notices and this permission notice
> shall be included in all copies of one or more of the Font Software
> typefaces.
> 
> The Font Software may be modified, altered, or added to, and in
> particular the designs of glyphs or characters in the Fonts may be
> modified and additional glyphs or characters may be added to the
> Fonts, only if the fonts are renamed to names not containing either
> the words "Tavmjong Bah" or the word "Arev".
> 
> This License becomes null and void to the extent applicable to Fonts
> or Font Software that has been modified and is distributed under the 
> "Tavmjong Bah Arev" names.
> 
> The Font Software may be sold as part of a larger software package but
> no copy of one or more of the Font Software typefaces may be sold by
> itself.
> 
> THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
> OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
> TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
> DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
> FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
> OTHER DEALINGS IN THE FONT SOFTWARE.
> 
> Except as contained in this notice, the name of Tavmjong Bah shall not
> be used in advertising or otherwise to promote the sale, use or other
> dealings in this Font Software without prior written authorization
> from Tavmjong Bah. For further information, contact: tavmjong @ free
> . fr.
> 
> TeX Gyre DJV Math
> -----------------
> Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
> 
> Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
> (on behalf of TeX users groups) are in public domain.
> 
> Letters imported from Euler Fraktur from AMSfonts are (c) American
> Mathematical Society (see below).
> Bitstream Vera Fonts Copyright
> Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
> is a trademark of Bitstream, Inc.
> 
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of the fonts accompanying this license (“Fonts”) and associated
> documentation
> files (the “Font Software”), to reproduce and distribute the Font Software,
> including without limitation the rights to use, copy, merge, publish,
> distribute,
> and/or sell copies of the Font Software, and to permit persons  to whom
> the Font Software is furnished to do so, subject to the following
> conditions:
> 
> The above copyright and trademark notices and this permission notice
> shall be
> included in all copies of one or more of the Font Software typefaces.
> 
> The Font Software may be modified, altered, or added to, and in particular
> the designs of glyphs or characters in the Fonts may be modified and
> additional
> glyphs or characters may be added to the Fonts, only if the fonts are
> renamed
> to names not containing either the words “Bitstream” or the word “Vera”.
> 
> This License becomes null and void to the extent applicable to Fonts or
> Font Software
> that has been modified and is distributed under the “Bitstream Vera”
> names.
> 
> The Font Software may be sold as part of a larger software package but
> no copy
> of one or more of the Font Software typefaces may be sold by itself.
> 
> THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
> OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
> TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
> FOUNDATION
> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
> SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
> ACTION
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
> INABILITY TO USE
> THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
> Except as contained in this notice, the names of GNOME, the GNOME
> Foundation,
> and Bitstream Inc., shall not be used in advertising or otherwise to promote
> the sale, use or other dealings in this Font Software without prior written
> authorization from the GNOME Foundation or Bitstream Inc., respectively.
> For further information, contact: fonts at gnome dot org.
> 
> AMSFonts (v. 2.2) copyright
> 
> The PostScript Type 1 implementation of the AMSFonts produced by and
> previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
> available for general use. This has been accomplished through the
> cooperation
> of a consortium of scientific publishers with Blue Sky Research and Y&Y.
> Members of this consortium include:
> 
> Elsevier Science IBM Corporation Society for Industrial and Applied
> Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
> 
> In order to assure the authenticity of these fonts, copyright will be
> held by
> the American Mathematical Society. This is not meant to restrict in any way
> the legitimate use of the fonts, such as (but not limited to) electronic
> distribution of documents containing these fonts, inclusion of these fonts
> into other public domain or commercial font collections or computer
> applications, use of the outline data to create derivative fonts and/or
> faces, etc. However, the AMS does require that the AMS copyright notice be
> removed from any derivative versions of the fonts which have been altered in
> any way. In addition, to ensure the fidelity of TeX documents using Computer
> Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
> has requested that any alterations which yield different font metrics be
> given a different name.

===
This product includes software developed by KDAB
KDToolBox (https://github.com/KDAB/KDToolBox)
KDSingleApplication (https://github.com/KDAB/KDSingleApplication/)
licensed under the terms of MIT license

> MIT License
> 
> Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
> 
> Permission 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.

===
This product includes software developed by The CRoaring authors 
CRoaring (https://github.com/RoaringBitmap/CRoaring)
licensed under the terms of Apache License Version 2.0

> Copyright 2016 The CRoaring authors 
> 
>    Licensed under the Apache License, Version 2.0 (the "License");
>    you may not use this file except in compliance with the License.
>    You may obtain a copy of the License at
> 
>        http://www.apache.org/licenses/LICENSE-2.0
> 
>    Unless required by applicable law or agreed to in writing, software
>    distributed under the License is distributed on an "AS IS" BASIS,
>    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>    See the License for the specific language governing permissions and
>    limitations under the License.

===
This product includes software developed by Arash Partow 
The C++ Mathematical Expression Toolkit Library (ExprTk)
(http://www.partow.net/programming/exprtk/index.html) 
licensed under the terms of MIT license

===
This product includes software developed by Martin Ankerl 
robin-hood-hashing (https://github.com/martinus/robin-hood-hashing) 
licensed under the terms of MIT license

> MIT License
> 
> Copyright (c) 2018-2021 Martin Ankerl
> 
> Permission 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.

===
This product includes software developed by Microsoft Corporation, Daan Leijen 
mimalloc (https://github.com/microsoft/mimalloc) 
licensed under the terms of MIT license

> MIT License
> 
> Copyright (c) 2019 Microsoft Corporation, Daan Leijen
> 
> Permission 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.

===
This product includes software developed by simdutf authors
simdutf (https://github.com/simdutf/simdutf) 
licensed under the terms of MIT license

> Permission 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.

===
This product includes software developed by François-Xavier Bourlet
backward-cpp (https://github.com/bombela/backward-cpp) 
licensed under the terms of MIT license

> Copyright 2013 Google Inc. All Rights Reserved.
> 
> The MIT License (MIT)
> 
> Permission 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.

===
This product includes software developed by Intel Corporation 
Intel® oneAPI Threading Building Blocks (https://github.com/oneapi-src/oneTBB)
licensed under the terms of Apache License Version 2.0

> Copyright 2021 Intel Corporation 
> 
>    Licensed under the Apache License, Version 2.0 (the "License");
>    you may not use this file except in compliance with the License.
>    You may obtain a copy of the License at
> 
>        http://www.apache.org/licenses/LICENSE-2.0
> 
>    Unless required by applicable law or agreed to in writing, software
>    distributed under the License is distributed on an "AS IS" BASIS,
>    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>    See the License for the specific language governing permissions and
>    limitations under the License.