This package was debianized by Ivo Timmermans on
Fri, 3 Aug 2001 10:00:42 +0200.
It was later taken over by Matthias Urlichs and is now
maintained by Andreas Metzler Eric Dorland
, James Westby
It was downloaded from https://www.gnupg.org/ftp/gcrypt/gnutls/
Upstream Authors (from AUTHORS file):
------------------------------------
The authors list is autogenerated from the git history; sorted by number of commits
Nikos Mavrogiannopoulos
Simon Josefsson
Dmitry Baryshkov
Tim Rühsen
Daiki Ueno
Ludovic Courtès
Timo Schulz
Jonathan Bastien-Filiatrault
Alon Bar-Lev
Andreas Metzler
Tom Vrancken
Martin Storsjo
Tim Kosse
Simo Sorce
Daniel Kahn Gillmor
Fabian Keil
Fabio Fiorina
Stef Walter
Armin Burgmeier
Andrew McDonald
Alex Gaynor
Martin Ukrop
Jaak Ristioja
Anderson Toshiyuki Sasaki
Attila Molnar
Hugo Beauzée-Luyssen
Jakub Jelen
Martin Sucha
Stefan Berger
Ander Juaristi
David Woodhouse
Jan Vcelak
Kevin Cernekee
Stefan Sørensen
Adam Sampson
Alfredo Pironti
Brad Hards
Daniel Lenski
Dimitri John Ledkov
Fiona Klute
Michael Weiser
Patrick Pelletier
Rolf Eike Beer
Sjoerd Simons
Stefan Bühler
Thomas Klute
Wolfgang Meyer zu Bergsten
Christian Grothoff
Daniel P. Berrange
Gustavo Zacarias
Jiří Klimeš
Karsten Ohme
Kurt Roeckx
Peter Wu
Thierry Quemerais
Alessandro Ghedini
Alex Monk
David Caldwell
Diego Elio Pettenò
Elta Koepp
Fabrice Fontaine
Giuseppe Scrivano
Hubert Kario
Ilya Tumaykin
James Bottomley
Karl Tarbe
Ke Zhao
Mark Brand
Matthias-Christian Ott
Maya Rashish
Michael Catanzaro
Michael Catanzaro
Michał Górny
Petr Písař
Roman Bogorodskiy
Stephan Mueller
Steve Dispensa
Vitezslav Cizek
nia
raspa0
Alban Crequy
Aleksei Nikiforov
Alexander Kanavin
Alexandre Bique
Andreas Metzler
Andreas Schneider
Andreas Schwab
Avinash Sonawane
Bas van Schaik
Bernhard M. Wiedemann
Bjoern Jacke
Björn Jacke
Bjørn Christensen
Carolin Latze
Chen Hongzhi
Chris Barry
Colin Walters
Dan Fandrich
Daniel Schaefer
David Walker
David Weber
Edward Stangler
Elias Pipping
Elta Koepp
Frank Morgner
Günther Deschner
Hani Benhabiles
Ilya V. Matveychikov
Jared Wong
Jason Spafford
Jay Foad
Jeffrey Walton
Jens Lechtenboerger
Jussi Kukkonen
Kenneth J. Miller
Lili Quan <13132239506 at 163.com>
Lucas Fisher
Ludwig Nussel
Luis G.F
Luke Dashjr
Maciej S. Szmigiero
Maks Naumov
Marcin Cieślak
Marcus Meissner
Marga Manterola
Marius Bakke
Marti Raudsepp
Matt Turner
Matt Whitlock
Micah Anderson
Miroslav Lichvar
Nick Alcock
Nicolas Dufresne
Nils Maier
Olga
Philippe Proulx
Philippe Widmer
R. Andrew Bailey
Raj Raman
Rical Jasan
Ricardo M. Correia
Rickard Bellgrim
Robert Scheck
Roberto Newmon
Ross Nicholson
Rowan Thorpe
SUMIT AGGARWAL
Saurav Babu
Sebastian Dröge
Simon Arlott
Steve Lhomme
Thomas Klausner
Tobias Polzer
Tomas Hoger
Tristan Matthews
Werner Koch
Yuriy M. Kaminskiy
sskaje
Łukasz Stelmach
The translators list is autogenerated from po file history
Anders Jonsson
Benno Schulenberg
Felipe Castro
Francisco Javier Serrador
Jakub Bogusz
Jorma Karvonen
Milo Casagrande
Mingye Wang (Arthur2e5)
Petr Pisar
Rafael Fontenelle
Roland Illig
Sharuzzaman Ahmat Raslan
Stéphane Aulery
Trần Ngọc Quân
Yuri Chornoivan
Мирослав Николић
------------------------------------
License: The main library is licensed under GNU Lesser
General Public License (LGPL) version 2.1+, Gnutls Extra (which is currently
just the openssl wrapper library), build system, testsuite and commandline
utilities are licenced under the GNU General Public License version 3+. The
Guile bindings use the same license as the respective underlying library,
i.e. LGPLv2.1+ for the main library and GPLv3+ for Gnutls extra.
However to be able to use and link against libgnutls a program needs to be
available under a license compatible with LGPLv3+ or GPLv2+ since GnuTLS
requires nettle which requires GMP. GMP (>= 6.0.0) is dual licensed
LGPLv3+ or GPLv2+. Starting with 3.5.7 libunistring is needed, too. It also
is dual licensed LGPLv3+ or GPLv2+ (libunistring 0.9.7 and above, earlier
version were LGPLv3+ only.)
Copyright:
--------------------
/* -*- c -*-
* Copyright (C) 2000-2019 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
* This file is part of GnuTLS.
*
* The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the 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 PARTICULAR PURPOSE. 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 program. If not, see
*
*/
--------------------
/*
* Copyright (C) 2004-2015 Free Software Foundation, Inc.
* Copyright (c) 2002 Andrew McDonald
*
* This file is part of GnuTLS-EXTRA.
*
* GnuTLS-extra 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.
*
* GnuTLS-extra 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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
--------------------
The documentation is distributed under the terms of the GNU Free
Documentation License (FDL):
--------------------
Copyright (C) 2001-2020 Free Software Foundation, Inc.
Copyright (C) 2001-2020 Nikos Mavrogiannopoulos
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts, and
no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
--------------------
--------------------
From December 2012 onwards FSF is not the sole copyright holder of GnuTLS
anymore (See ),
the headers currently also list these authors/copyright holders::
* Nikos Mavrogiannopoulos
* KU Leuven
* INRIA Paris-Rocquencourt
* Lucas Fisher
* Sean Buckheister
* Frank Morgner
* Bardenheuer GmbH, Munich and Bundesdruckerei GmbH, Berlin
* Adam Sampson
* Christian Grothoff
* Andrew McDonald `/usr/share/common-licenses/LGPL' v3 of the license in
`/usr/share/common-licenses/LGPL-3'; the GNU General Public License can
be found in `/usr/share/common-licenses/GPL' (version 3 in
/usr/share/common-licenses/GPL-3) The GNU Free Documentation
License is available under /usr/share/common-licenses/GFDL-1.3.
============================================
Excerpt from upstream's README:
LICENSING
=========
Since GnuTLS version 3.1.10, the core library has been released under
the GNU Lesser General Public License (LGPL) version 2.1 or later.
Note, however, that version 6.0.0 and later of the gmplib library used
by GnuTLS are distributed under a LGPLv3+ or GPLv2+ dual license, and
as such binaries of this library need to adhere to either LGPLv3+ or
GPLv2+ license.
The GNU LGPL applies to the main GnuTLS library, while the
included applications as well as gnutls-openssl
library are under the GNU GPL version 3. The gnutls library is
located in the lib/ and libdane/ directories, while the applications
in src/ and, the gnutls-openssl library is at extra/.
For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.
============================================
============================================
Non FSF code
============================================
lib/accelerated/x86 contains code by Andy Polyakov ,
copyright is not assigned to the FSF. The code is licensed under the
CRYPTOGAMS license.
--------------------
# Copyright (c) 2011-2016, Andy Polyakov by
# All rights reserved.
#
# 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 copyright notices,
# 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 the Andy Polyakov nor the names of its
# copyright holder and contributors may be used to endorse or
# promote products derived from this software without specific
# prior written permission.
#
# ALTERNATIVELY, provided that this notice is retained in full, this
# product may be distributed under the terms of the GNU General Public
# License (GPL), in which case the provisions of the GPL apply INSTEAD OF
# those given above.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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.
--------------------
============================================
lib/extras/randomart.*
Upstream Authors: Markus Friedl
Alexander von Gernler
Copyright:
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.
License:
* 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 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.
============================================
lib/accelerated/x86/elf/aes-ssse3-x86.s
lib/accelerated/x86/macosx/aes-ssse3-x86.s
Upstream Authors: Mike Hamburg (Stanford University)
Copyright:
* Mike Hamburg (Stanford University), 2009.
License:
Public domain.
============================================
lib/system/inet_pton.c
Upstream Authors: Internet Software Consortium
Copyright/License:
* Copyright (c) 1996,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
============================================
lib/extras/hex.*
Author: Rusty Russell
Comment: http://ccodearchive.net/info/str/hex.html
License: CC0 license
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
moral rights retained by the original author(s) and/or performer(s);
publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
rights protecting the extraction, dissemination, use and reuse of data in a Work;
database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
4. Limitations and Disclaimers.
No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
============================================
doc/examples/tlsproxy/
Copyright: Copyright (c) 2016 Wrymouth Innovation Ltd
License: Expat
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.
============================================
Files: tests/pkcs11/pkcs11-mock.*
Copyright: 2011-2016 The Pkcs11Interop Project
* 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.
X-Comment: Written originally for the Pkcs11Interop project by:
Jaroslav IMRICH
License: Apache-2.0
On Debian systems the complete text of the license can be found in
/usr/share/common-licenses/Apache-2.0
============================================
lib/unistring/*
Author: Bruno Haible
Copyright (C) 2009-2020 Free Software Foundation, Inc.
Comment: Debian package is built against libunistring-dev package.
License: LGPLv3+_or_GPLv2+
fuzz/gnutls_base64_decoder_fuzzer.c fuzz/gnutls_base64_encoder_fuzzer.c
fuzz/gnutls_ocsp_req_parser_fuzzer.c
fuzz/gnutls_ocsp_resp_parser_fuzzer.c fuzz/gnutls_server_fuzzer.c
fuzz/gnutls_set_trust_file_fuzzer.c
Copyright 2017 Red Hat, Inc.
Comment: On Debian systems the complete license text is available in
/usr/share/common-licenses/Apache-2.0
License
# 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.
fuzz/gnutls_dn_parser_fuzzer.c fuzz/gnutls_idna_parser_fuzzer.c
fuzz/gnutls_pkcs12_key_parser_fuzzer.c fuzz/gnutls_pkcs8_key_parser_fuzzer.c
fuzz/gnutls_reverse_idna_parser_fuzzer.c
Copyright 2016 Nikos Mavrogiannopoulos
Comment: On Debian systems the complete license text is available in
/usr/share/common-licenses/Apache-2.0
License
# 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.
fuzz/gnutls_pkcs7_parser_fuzzer.c fuzz/gnutls_private_key_parser_fuzzer.c
fuzz/gnutls_x509_parser_fuzzer.c
Copyright 2016 Google Inc.
Comment: On Debian systems the complete license text is available in
/usr/share/common-licenses/Apache-2.0
License
# 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.
fuzz/gnutls_client_fuzzer.c
Copyright 2016 Google Inc.
Copyright 2017 Red Hat, Inc.
Comment: On Debian systems the complete license text is available in
/usr/share/common-licenses/Apache-2.0
License
# 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.
Files: fuzz/main.c
Copyright: 2017 Tim Ruehsen
License: Expat
* 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.
Files: fuzz/mem.h fuzz/psk.h fuzz/srp.h fuzz/certs.h
fuzz/gnutls_psk_server_fuzzer.c
fuzz/gnutls_psk_client_fuzzer.c fuzz/gnutls_srp_client_fuzzer.c
fuzz/gnutls_srp_server_fuzzer.c tests/cert-tests/certtool-verify-profiles
Copyright: 2017 Nikos Mavrogiannopoulos
License: Expat
* 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.
Files: fuzz/gnutls_client_rawpk_fuzzer.c fuzz/gnutls_server_rawpk_fuzzer.c
Copyright: 2017 Nikos Mavrogiannopoulos
2019 Tom Vrancken (dev@tomvrancken.nl)
License: Expat
* 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.
Files: fuzz/gnutls_x509_crq_parser_fuzzer.c
Copyright: 2020 Dmitry Baryshkov
License: LGPLv2.1+
Files: lib/nettle/int/drbg-aes.h lib/nettle/int/dsa-fips.h
lib/nettle/int/dsa-keygen-fips186.c lib/nettle/int/dsa-validate.c
lib/nettle/int/provable-prime.c
Copyright: 2013 Red Hat | Copyright 2013, 2014 Red Hat
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/int/drbg-aes-self-test.c
Copyright: 2013 Red Hat
2008 Free Software Foundation, Inc.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/int/rsa-keygen-fips186.c
Copyright: 2002 Niels Möller
2014 Red Hat
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/bignum-le.c lib/nettle/gost/bignum-le.h
Copyright: 2001 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/chacha/chacha-core-internal.c
Copyright: 2013 Joachim Strömbergson
2012 Simon Josefsson, Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/chacha/chacha-crypt.c lib/nettle/chacha/chacha.h
lib/nettle/chacha/chacha-internal.h lib/nettle/chacha/chacha-set-nonce.c
Copyright: 2014 Niels Möller
2013 Joachim Strömbergson
2012 Simon Josefsson
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/chacha/chacha-poly1305.c lib/nettle/chacha/chacha-poly1305.h
lib/nettle/chacha/chacha-set-key.c
Copyright: 2014, 2015 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/nettle-write.h
Copyright: 2010 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/sha3-256.c lib/nettle/curve448/sha3.c
lib/nettle/curve448/sha3.h lib/nettle/curve448/sha3-internal.h
lib/nettle/curve448/sha3-permute.c
Copyright: 2012 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/ecc-gost256cpa.c lib/nettle/gost/ecc-gost512a.c
lib/nettle/gost/ecc-internal.h lib/nettle/curve448/ecc-internal.h
lib/nettle/curve448/ecc-mod-arith.c lib/nettle/curve448/ecc-mod.c
lib/nettle/curve448/ecc-mod-inv.c lib/nettle/curve448/ecc-mul-a-eh.c
lib/nettle/curve448/ecc-mul-g-eh.c
Copyright: 2013, 2014 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/ecc-gost-curve.h lib/nettle/gost/ecc-gost-hash.c
lib/nettle/curve448/cnd-copy.c lib/nettle/curve448/ecc-a-to-j.c
lib/nettle/curve448/sec-add-1.c lib/nettle/curve448/sec-tabselect.c
Copyright: 2013 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/ecc-add-eh.c lib/nettle/curve448/ecc-add-ehh.c
lib/nettle/curve448/ecc-dup-eh.c lib/nettle/curve448/ecc-eh-to-a.c
lib/nettle/curve448/ecc-mul-m.c lib/nettle/curve448/eddsa-compress.c
lib/nettle/curve448/eddsa-decompress.c lib/nettle/curve448/eddsa-expand.c
lib/nettle/curve448/eddsa.h lib/nettle/curve448/eddsa-internal.h
lib/nettle/curve448/eddsa-sign.c lib/nettle/curve448/eddsa-verify.c
Copyright: 2014 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/eddsa-pubkey.c
Copyright: 2015 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/ed448-shake256.c
Copyright: 2019 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/ecc-gostdsa-sign.c lib/nettle/gost/ecc-gostdsa-verify.c
Copyright: 2015 Dmitry Eremin-Solenikov
2013, 2014 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gmp-glue.h lib/nettle/int/mpn-base256.c
lib/nettle/int/mpn-base256.h lib/nettle/curve448/gmp-glue.c
lib/nettle/curve448/gmp-glue.h
Copyright: 2013 Niels Möller
2013 Red Hat
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gost28147.h
Copyright: 2015 Dmitry Eremin-Solenikov
2012 Nikos Mavrogiannopoulos, Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gostdsa.h lib/nettle/gost/gostdsa-sign.c
lib/nettle/gost/gostdsa-verify.c
Copyright: 2015 Dmity Eremin-Solenikov
2013 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gosthash94.h lib/nettle/gost/gosthash94-meta.c
lib/nettle/gost/streebog-meta.c
Copyright: 2012 Nikos Mavrogiannopoulos, Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/hmac-gost.h
Copyright: 2001, 2002 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/hmac-gosthash94.c lib/nettle/gost/hmac-streebog.c
Copyright: 2016 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/nettle-internal.h
Copyright: 2002, 2014 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/nettle-write.h
Copyright: 2010 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/streebog.c
Copyright: 2013-2015 Dmitry Eremin-Solenikov
Comment: Based on my code in libgcrypt.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/streebog.h
Copyright: 2015 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gostdsa2.h
Copyright: 2015 Dmity Eremin-Solenikov
2013 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/backport/cfb8.c lib/nettle/backport/cfb8.h
Copyright: 2015, 2017 Dmitry Eremin-Solenikov
2001, 2011 Niels Möller
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/backport/cmac.c
Copyright: Stefan Metzmacher 2012
Jeremy Allison 2012
Michael Adam 2012
2017, Red Hat Inc.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/backport/cmac.h
Copyright: 2017 Red Hat, Inc.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gostdsa-mask.c
Copyright: 2018 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/gost/gostdsa-vko.c
Copyright: 2016 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/curve448-eh-to-x.c lib/nettle/curve448/curve448.h
lib/nettle/curve448/curve448-mul.c lib/nettle/curve448/curve448-mul-g.c
lib/nettle/curve448/ecc-curve448.c lib/nettle/curve448/ed448-shake256-pubkey.c
lib/nettle/curve448/ed448-shake256-sign.c
lib/nettle/curve448/ed448-shake256-verify.c lib/nettle/curve448/shake256.c
Copyright: 2017 Daiki Ueno
2017 Red Hat, Inc.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/eccdata.c
Copyright (C) 2013, 2014, 2017 Niels Möller
2017 Daiki Ueno
2017 Red Hat, Inc.
License: LGPLv3+_or_GPLv2+
Files: lib/nettle/curve448/eddsa-hash.c
Copyright: 2014, 2019 Niels Möller
2017 Daiki Ueno
2017 Red Hat, Inc.
Files: lib/nettle/gost/gost-wrap.c
Copyright: 2015, 2016 Dmitry Eremin-Solenikov
2009-2012 Aleksey Kravchenko
License: LGPLv3+_or_GPLv2+
* 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.
Files: lib/nettle/gost/gost28147.c
Copyright: 2015-2015 Dmitry Eremin-Solenikov
Copyright: 2009-2012 Aleksey Kravchenko
License:
based on Russian standard GOST 28147-89
* For English description, check RFC 5830.
* S-Boxes are expanded from the tables defined in RFC4357:
* https://tools.ietf.org/html/rfc4357
*
* 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.
Files: lib/nettle/gost/gosthash94.c
Copyright: 2009-2012 Aleksey Kravchenko
* based on the Russian Standard GOST R 34.11-94.
* English description in RFC 5831.
* See also RFC 4357.
*
* 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.
Files: lib/nettle/rnd-fuzzer.c
Copyright 2017 Red Hat
Copyright 1995-2017 Free Software Foundation, Inc.
License
* This file is part of the GNU C Library.
* Contributed by Ulrich Drepper , August 1995.
*
* This file is part of GnuTLS.
*
* Libgcrypt is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* Libgcrypt 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see .
Files: lib/name_val_array.h
License: LGPLv3+_or_GPLv2+
Copyright: 2011-2019 Free Software Foundation, Inc.
2019 Red Hat, Inc
License: LGPLv3+_or_GPLv2+
* This program is free software: you can redistribute it and/or
* modify it under the terms of either:
*
* * the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 3 of the License, or (at your
* option) any later version.
*
* or
*
* * the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* or both in parallel, as here.
*
* 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.
*
* You should have received copies of the GNU General Public License and
* the GNU Lesser General Public License along with this program. If
* not, see http://www.gnu.org/licenses/.
Files: tests/resume-lifetime.c
License: GPLv3+
Copyright: 2016-2018 Red Hat, Inc
Files: tests/no-extensions.c tests/system-override-curves.sh
tests/system-override-hash.c
tests/system-override-kx.sh tests/system-override-profiles.sh
tests/system-override-sig.c tests/system-override-sig-hash.sh
tests/system-override-tls.sh tests/system-override-versions.sh
tests/iov.c tests/tls13-without-timeout-func.c
License: GPLv3+
Copyright: 2019 Red Hat, Inc
Files: tests/server-weak-keys.sh
License: GPLv3+
Copyright: 2017 Nikos Mavrogiannopoulos
Files: tests/openconnect-dtls12.c tests/system-override-invalid.sh
tests/system-override-sig-hash.sh tests/cert-tests/x509-duplicate-ext
License: GPLv3+
Copyright: 2019 Nikos Mavrogiannopoulos
Files: tests/rfc7633-ok.c
License: GPLv3+
Copyright: 2016-2019 Tim Kosse
2019 Nikos Mavrogiannopoulos
Files: tests/rfc7633-missing.c
License: GPLv3+
Copyright: 2016 Tim Kosse
Files: tests/pkcs11/list-objects.c
License: GPLv3+
Copyright: 2016-2017 Red Hat, Inc.
Files: tests/sign-verify-data-newapi.c tests/cert-tests/cert-non-digits-time
tests/cert-tests/reject-invalid-time tests/cert-tests/tolerate-invalid-time
tests/gnutls-ids.c
License: GPLv3+
Copyright: 2017 Red Hat, Inc.
Files: tests/set_x509_ocsp_multi_cli.c tests/kdf-api.c
License: LGPLv2.1+
Copyright: 2020 Red Hat, Inc.
Files: tests/status-request-revoked.c
License: GPLv3+
Copyright: 2015 Nikos Mavrogiannopoulos
2020 Red Hat, Inc.
Files: tests/resume-with-record-size-limit.c
License: GPLv3+
Copyright: 2004-2016 Free Software Foundation, Inc.
2013 Adam Sampson
2016-2019 Red Hat, Inc.
Files: tests/cipher-alignment.c
License: GPLv3+
Copyright: 2004-2015 Free Software Foundation, Inc.
2013 Adam Sampson
2015 Red Hat, Inc
Files: tests/x509-server-verify.c
License: GPLv3+
Copyright: 2015 Red Hat, Inc.
2019 Nikos Mavrogiannopoulos
Files: tests/tls13/key_update_multiple.c tests/sign-verify-deterministic.c
License: GPLv3+
Copyright: 2017-2019 Red Hat, Inc.
Files: tests/dtls_hello_random_value.c
License: GPLv3+
Copyright: 2017-2020 Red Hat, Inc.
Files: tests/sign-verify-newapi.c tests/tls_hello_random_value.c
License: GPLv3+
Copyright: 2004-2012 Free Software Foundation, Inc.
2017-2019 Red Hat, Inc.
Files: tests/buffer.c
License: GPLv3+
Copyright: 2019 Tim Rühsen
Files: tests/gnutls-cli-rawpk.sh
License: GPLv3+
Copyright: 2019 Tom Vrancken (dev@tomvrancken.nl)
Files: tests/system-override-default-priority-string.sh
License: GPLv3+
Copyright: 2019 Canonical, Ltd.
Files: fuzz/gnutls_ext_raw_parse_fuzzer.c tests/keylog-func.c
License: LGPLv2.1+
Copyright: 2019 Red Hat, Inc.
Files: tests/pskself2.c
Copyright: 2004-2012 Free Software Foundation, Inc.
2013 Adam Sampson
2019 Free Software Foundation, Inc.
License: GPLv3+
Files: lib/inih/*
Copyright: 2009-2019, Ben Hoyt
License: BSD-3-Clause
All rights reserved.
.
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 Ben Hoyt 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 BEN HOYT ''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 BEN HOYT 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.
Comment: https://github.com/benhoyt/inih
~