File: //usr/share/doc/nvidia-driver-580-server/html/acknowledgements.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<title>Chapter 47. Acknowledgements</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title=
"NVIDIA Accelerated Linux Graphics Driver README and Installation Guide">
<link rel="up" href="installationandconfiguration.html" title=
"Part I. Installation and Configuration Instructions">
<link rel="prev" href="addtlresources.html" title=
"Chapter 46. NVIDIA Contact Info and Additional Resources">
<link rel="next" href="appendices.html" title=
"Part II. Appendices">
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">
Chapter 47. Acknowledgements</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href=
"addtlresources.html">Prev</a> </td>
<th width="60%" align="center">Part I. Installation and
Configuration Instructions</th>
<td width="20%" align="right"> <a accesskey="n" href=
"appendices.html">Next</a></td>
</tr>
</table>
<hr></div>
<div class="chapter" lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="acknowledgements" id=
"acknowledgements"></a>Chapter 47. Acknowledgements</h2>
</div>
</div>
</div>
<div class="variablelist">
<dl>
<dt><span class="term">loki_update</span></dt>
<dd>
<p><code class="filename">nvidia-installer</code> was inspired by
the <code class="filename">loki_update</code> tool: <a href=
"http://icculus.org/loki_setup/" target=
"_top">http://icculus.org/loki_setup/</a></p>
</dd>
<dt><span class="term">makeself</span></dt>
<dd>
<p>The self-extracting archive (also known as the <code class=
"filename">.run</code> file) is generated using <code class=
"filename">makeself.sh</code>: <a href=
"http://www.megastep.org/makeself/" target=
"_top">http://www.megastep.org/makeself/</a></p>
<p>The version of makeself.sh used to create the .run is bundled
within the .run file, and can retrieved by extracting the .run
file's contents, e.g.:</p>
<pre class="screen">
$ sh NVIDIA-Linux-x86_64-580.173.02.run --extract-only
$ ls -l NVIDIA-Linux-x86_64-580.173.02/makeself.sh
</pre>
<p></p>
</dd>
<dt><span class="term">LLVM</span></dt>
<dd>
<p>Portions of the NVIDIA OpenCL implementation contain components
licensed from third parties under the following terms:</p>
<div class="literallayout">
<p>Clang & LLVM:<br>
Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.<br>
All rights reserved.</p>
</div>
<div class="literallayout">
<p>Portions of LLVM's System library:<br>
Copyright (C) 2004 eXtensible Systems, Inc.</p>
</div>
<div class="literallayout">
<p>Developed by:<br>
LLVM Team<br>
University of Illinois at Urbana-Champaign<br>
<a href="http://llvm.org" target="_top">http://llvm.org</a></p>
</div>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal with 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:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimers.</p>
</li>
<li>
<p>Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimers in the documentation and/or other materials provided
with the distribution.</p>
</li>
<li>
<p>Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without
specific prior written permission.</p>
</li>
</ul>
</div>
<p>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 CONTRIBUTORS 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 WITH THE SOFTWARE.</p>
</dd>
<dt><span class="term">xz-embedded</span></dt>
<dd>
<p>The self-installing .run package is compressed using xz, and
includes a decompressor built from the xz-embedded project,
available at <a href="http://tukaani.org/xz/embedded.html" target=
"_top">http://tukaani.org/xz/embedded.html</a>.</p>
</dd>
<dt><span class="term">jansson</span></dt>
<dd>
<p>nvidia-settings uses jansson for parsing configuration files,
available at <a href="http://www.digip.org/jansson/" target=
"_top">http://www.digip.org/jansson/</a>.</p>
<p>This library carries the following copyright notice:</p>
<p>Copyright (c) 2009-2012 Petri Lehtinen
<petri@digip.org></p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">lz4</span></dt>
<dd>
<p>The NVIDIA GPU driver uses the lz4 compression algorithm as
implemented by the lz4 library, available at <a href=
"https://code.google.com/p/lz4/" target=
"_top">https://code.google.com/p/lz4/</a>.</p>
<p>This library carries the following copyright notice:</p>
<div class="literallayout">
<p>LZ4 - Fast LZ compression algorithm<br>
Copyright (C) 2011-2013, Yann Collet.<br>
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)</p>
</div>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
</ul>
</div>
<p>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.</p>
<p>You can contact the author at :</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>LZ4 source repository : <a href="http://code.google.com/p/lz4/"
target="_top">http://code.google.com/p/lz4/</a></p>
</li>
<li>
<p>LZ4 public forum : <a href=
"https://groups.google.com/forum/#!forum/lz4c" target=
"_top">https://groups.google.com/forum/#!forum/lz4c</a></p>
</li>
</ul>
</div>
<p></p>
</dd>
<dt><span class="term">libtirpc</span></dt>
<dd>
<p>The libnvidia-ml (NVML) and nvidia-persistenced components rely
on libtirpc for communication, available at <a href=
"https://sourceforge.net/projects/libtirpc/" target=
"_top">https://sourceforge.net/projects/libtirpc/</a>.</p>
<p>This library carries the following copyright notice:</p>
<p>Copyright (c) Copyright (c) Bull S.A. 2005 All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:</p>
<p></p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>The name of the author may not be used to endorse or promote
products derived from this software without specific prior written
permission.</p>
</li>
</ul>
</div>
<p></p>
<p>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.</p>
</dd>
<dt><span class="term">OpenSSL</span></dt>
<dd>
<p>Portions of the NVIDIA NGX implementation contain components
licensed from OpenSSL under the following terms:</p>
<p>Apache License Version 2.0, January 2004
http://www.apache.org/licenses/</p>
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
<p>1. Definitions.</p>
<p>"License" shall mean the terms and conditions for use,
reproduction, and distribution as defined by Sections 1 through 9
of this document.</p>
<p>"Licensor" shall mean the copyright owner or entity authorized
by the copyright owner that is granting the License.</p>
<p>"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such
entity.</p>
<p>"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.</p>
<p>"Source" form shall mean the preferred form for making
modifications, including but not limited to software source code,
documentation source, and configuration files.</p>
<p>"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but not
limited to compiled object code, generated documentation, and
conversions to other media types.</p>
<p>"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work (an
example is provided in the Appendix below).</p>
<p>"Derivative Works" shall mean any work, whether in Source or
Object form, that is based on (or derived from) the Work and for
which the editorial revisions, annotations, elaborations, or other
modifications represent, as a whole, an original work of
authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link
(or bind by name) to the interfaces of, the Work and Derivative
Works thereof.</p>
<p>"Contribution" shall mean any work of authorship, including the
original version of the Work and any modifications or additions to
that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright
owner or by an individual or Legal Entity authorized to submit on
behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written
communication sent to the Licensor or its representatives,
including but not limited to communication on electronic mailing
lists, source code control systems, and issue tracking systems that
are managed by, or on behalf of, the Licensor for the purpose of
discussing and improving the Work, but excluding communication that
is conspicuously marked or otherwise designated in writing by the
copyright owner as "Not a Contribution."</p>
<p>"Contributor" shall mean Licensor and any individual or Legal
Entity on behalf of whom a Contribution has been received by
Licensor and subsequently incorporated within the Work.</p>
<p>2. Grant of Copyright License. Subject to the terms and
conditions of this License, each Contributor hereby grants to You a
perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable copyright license to reproduce, prepare Derivative
Works of, publicly display, publicly perform, sublicense, and
distribute the Work and such Derivative Works in Source or Object
form.</p>
<p>3. Grant of Patent License. Subject to the terms and conditions
of this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the
Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by
their Contribution(s) alone or by combination of their
Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity
(including a cross-claim or counterclaim in a lawsuit) alleging
that the Work or a Contribution incorporated within the Work
constitutes direct or contributory patent infringement, then any
patent licenses granted to You under this License for that Work
shall terminate as of the date such litigation is filed.</p>
<p>4. Redistribution. You may reproduce and distribute copies of
the Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You meet
the following conditions:</p>
<p>(a) You must give any other recipients of the Work or Derivative
Works a copy of this License; and</p>
<p>(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and</p>
<p>(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work, excluding
those notices that do not pertain to any part of the Derivative
Works; and</p>
<p>(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained within
such NOTICE file, excluding those notices that do not pertain to
any part of the Derivative Works, in at least one of the following
places: within a NOTICE text file distributed as part of the
Derivative Works; within the Source form or documentation, if
provided along with the Derivative Works; or, within a display
generated by the Derivative Works, if and wherever such third-party
notices normally appear. The contents of the NOTICE file are for
informational purposes only and do not modify the License. You may
add Your own attribution notices within Derivative Works that You
distribute, alongside or as an addendum to the NOTICE text from the
Work, provided that such additional attribution notices cannot be
construed as modifying the License.</p>
<p>You may add Your own copyright statement to Your modifications
and may provide additional or different license terms and
conditions for use, reproduction, or distribution of Your
modifications, or for any such Derivative Works as a whole,
provided Your use, reproduction, and distribution of the Work
otherwise complies with the conditions stated in this License.</p>
<p>5. Submission of Contributions. Unless You explicitly state
otherwise, any Contribution intentionally submitted for inclusion
in the Work by You to the Licensor shall be under the terms and
conditions of this License, without any additional terms or
conditions. Notwithstanding the above, nothing herein shall
supersede or modify the terms of any separate license agreement you
may have executed with Licensor regarding such Contributions.</p>
<p>6. Trademarks. This License does not grant permission to use the
trade names, trademarks, service marks, or product names of the
Licensor, except as required for reasonable and customary use in
describing the origin of the Work and reproducing the content of
the NOTICE file.</p>
<p>7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or
conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS
FOR A PARTICULAR PURPOSE. You are solely responsible for
determining the appropriateness of using or redistributing the Work
and assume any risks associated with Your exercise of permissions
under this License.</p>
<p>8. Limitation of Liability. In no event and under no legal
theory, whether in tort (including negligence), contract, or
otherwise, unless required by applicable law (such as deliberate
and grossly negligent acts) or agreed to in writing, shall any
Contributor be liable to You for damages, including any direct,
indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or
inability to use the Work (including but not limited to damages for
loss of goodwill, work stoppage, computer failure or malfunction,
or any and all other commercial damages or losses), even if such
Contributor has been advised of the possibility of such
damages.</p>
<p>9. Accepting Warranty or Additional Liability. While
redistributing the Work or Derivative Works thereof, You may choose
to offer, and charge a fee for, acceptance of support, warranty,
indemnity, or other liability obligations and/or rights consistent
with this License. However, in accepting such obligations, You may
act only on Your own behalf and on Your sole responsibility, not on
behalf of any other Contributor, and only if You agree to
indemnify, defend, and hold each Contributor harmless for any
liability incurred by, or claims asserted against, such Contributor
by reason of your accepting any such warranty or additional
liability.</p>
<p>END OF TERMS AND CONDITIONS</p>
</dd>
<dt><span class="term">libbele</span></dt>
<dd>
<p>Portions of the NVIDIA NGX implementation contain components
licensed from libbele under the following terms:</p>
<p>Copyright (c) 2015-2016 David du Colombier</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">libelf</span></dt>
<dd>
<p>Portions of the NVIDIA NGX implementation contain components
licensed from libelf under the following terms:</p>
<p>Copyright (c) 2016 David du Colombier</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">libcurl</span></dt>
<dd>
<p>The NVIDIA NGX Updater implementation contains components
licensed from libcurl under the following terms:</p>
<p>COPYRIGHT AND PERMISSION NOTICE</p>
<p>Copyright (c) 1996 - 2023, Daniel Stenberg, daniel@haxx.se, and
many contributors, see the THANKS file.</p>
<p>All rights reserved.</p>
<p>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.</p>
<p>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 OF THIRD PARTY RIGHTS. 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.</p>
<p>Except as contained in this notice, the name of a copyright
holder shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization of the copyright holder.</p>
</dd>
<dt><span class="term">PKCS 11</span></dt>
<dd>
<p>This NVIDIA driver makes use of PKCS 11 header files from the
OASIS Open organization.</p>
<p>Copyright © OASIS Open 2023. All Rights Reserved.
Distributed under the terms of the OASIS IPR Policy,
[http://www.oasis-open.org/policies-guidelines/ipr], AS-IS, WITHOUT
ANY IMPLIED OR EXPRESS WARRANTY; there is no warranty of
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE or
NONINFRINGEMENT of the rights of others.</p>
</dd>
<dt><span class="term">Mbed TLS</span></dt>
<dd>
<p>The proprietary flavor of nvidia.ko (see <a href=
"kernel_open.html" title=
"Chapter 45. Open Linux Kernel Modules">Chapter 45,
<i>Open Linux Kernel Modules</i></a>) contains code from Mbed TLS
<a href="https://github.com/ARMmbed/mbedtls" target=
"_top">https://github.com/ARMmbed/mbedtls</a> under the Apache
License 2.0.</p>
<p>===== APACHE LICENSE BEGIN =====</p>
<p>Apache License Version 2.0, January 2004
http://www.apache.org/licenses/</p>
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
<p>1. Definitions.</p>
<p>"License" shall mean the terms and conditions for use,
reproduction, and distribution as defined by Sections 1 through 9
of this document.</p>
<p>"Licensor" shall mean the copyright owner or entity authorized
by the copyright owner that is granting the License.</p>
<p>"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such
entity.</p>
<p>"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.</p>
<p>"Source" form shall mean the preferred form for making
modifications, including but not limited to software source code,
documentation source, and configuration files.</p>
<p>"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but not
limited to compiled object code, generated documentation, and
conversions to other media types.</p>
<p>"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work (an
example is provided in the Appendix below).</p>
<p>"Derivative Works" shall mean any work, whether in Source or
Object form, that is based on (or derived from) the Work and for
which the editorial revisions, annotations, elaborations, or other
modifications represent, as a whole, an original work of
authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link
(or bind by name) to the interfaces of, the Work and Derivative
Works thereof.</p>
<p>"Contribution" shall mean any work of authorship, including the
original version of the Work and any modifications or additions to
that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright
owner or by an individual or Legal Entity authorized to submit on
behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written
communication sent to the Licensor or its representatives,
including but not limited to communication on electronic mailing
lists, source code control systems, and issue tracking systems that
are managed by, or on behalf of, the Licensor for the purpose of
discussing and improving the Work, but excluding communication that
is conspicuously marked or otherwise designated in writing by the
copyright owner as "Not a Contribution."</p>
<p>"Contributor" shall mean Licensor and any individual or Legal
Entity on behalf of whom a Contribution has been received by
Licensor and subsequently incorporated within the Work.</p>
<p>2. Grant of Copyright License. Subject to the terms and
conditions of this License, each Contributor hereby grants to You a
perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable copyright license to reproduce, prepare Derivative
Works of, publicly display, publicly perform, sublicense, and
distribute the Work and such Derivative Works in Source or Object
form.</p>
<p>3. Grant of Patent License. Subject to the terms and conditions
of this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the
Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by
their Contribution(s) alone or by combination of their
Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity
(including a cross-claim or counterclaim in a lawsuit) alleging
that the Work or a Contribution incorporated within the Work
constitutes direct or contributory patent infringement, then any
patent licenses granted to You under this License for that Work
shall terminate as of the date such litigation is filed.</p>
<p>4. Redistribution. You may reproduce and distribute copies of
the Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You meet
the following conditions:</p>
<p>(a) You must give any other recipients of the Work or Derivative
Works a copy of this License; and</p>
<p>(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and</p>
<p>(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work, excluding
those notices that do not pertain to any part of the Derivative
Works; and</p>
<p>(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained within
such NOTICE file, excluding those notices that do not pertain to
any part of the Derivative Works, in at least one of the following
places: within a NOTICE text file distributed as part of the
Derivative Works; within the Source form or documentation, if
provided along with the Derivative Works; or, within a display
generated by the Derivative Works, if and wherever such third-party
notices normally appear. The contents of the NOTICE file are for
informational purposes only and do not modify the License. You may
add Your own attribution notices within Derivative Works that You
distribute, alongside or as an addendum to the NOTICE text from the
Work, provided that such additional attribution notices cannot be
construed as modifying the License.</p>
<p>You may add Your own copyright statement to Your modifications
and may provide additional or different license terms and
conditions for use, reproduction, or distribution of Your
modifications, or for any such Derivative Works as a whole,
provided Your use, reproduction, and distribution of the Work
otherwise complies with the conditions stated in this License.</p>
<p>5. Submission of Contributions. Unless You explicitly state
otherwise, any Contribution intentionally submitted for inclusion
in the Work by You to the Licensor shall be under the terms and
conditions of this License, without any additional terms or
conditions. Notwithstanding the above, nothing herein shall
supersede or modify the terms of any separate license agreement you
may have executed with Licensor regarding such Contributions.</p>
<p>6. Trademarks. This License does not grant permission to use the
trade names, trademarks, service marks, or product names of the
Licensor, except as required for reasonable and customary use in
describing the origin of the Work and reproducing the content of
the NOTICE file.</p>
<p>7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or
conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS
FOR A PARTICULAR PURPOSE. You are solely responsible for
determining the appropriateness of using or redistributing the Work
and assume any risks associated with Your exercise of permissions
under this License.</p>
<p>8. Limitation of Liability. In no event and under no legal
theory, whether in tort (including negligence), contract, or
otherwise, unless required by applicable law (such as deliberate
and grossly negligent acts) or agreed to in writing, shall any
Contributor be liable to You for damages, including any direct,
indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or
inability to use the Work (including but not limited to damages for
loss of goodwill, work stoppage, computer failure or malfunction,
or any and all other commercial damages or losses), even if such
Contributor has been advised of the possibility of such
damages.</p>
<p>9. Accepting Warranty or Additional Liability. While
redistributing the Work or Derivative Works thereof, You may choose
to offer, and charge a fee for, acceptance of support, warranty,
indemnity, or other liability obligations and/or rights consistent
with this License. However, in accepting such obligations, You may
act only on Your own behalf and on Your sole responsibility, not on
behalf of any other Contributor, and only if You agree to
indemnify, defend, and hold each Contributor harmless for any
liability incurred by, or claims asserted against, such Contributor
by reason of your accepting any such warranty or additional
liability.</p>
<p>END OF TERMS AND CONDITIONS</p>
<p>===== APACHE LICENSE END =====</p>
</dd>
<dt><span class="term">boost</span></dt>
<dd>
<p>Portions of the NVIDIA Linux GPU driver contain components
licensed from boost under the following terms:</p>
<p>Boost Software License - Version 1.0 - August 17th, 2003</p>
<p>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:</p>
<p>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.</p>
<p>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.</p>
</dd>
<dt><span class="term">gsl-lite</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from gsl-lite under
the following terms:</p>
<p>The MIT License (MIT)</p>
<p>Copyright (c) 2015 Martin Moene</p>
<p>Copyright (c) 2015 Microsoft Corporation. All rights
reserved.</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">Protocol Buffer</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from Protocol
Buffer under the following terms:</p>
<p>Copyright 2008 Google Inc. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.</p>
</li>
</ul>
</div>
<p>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.</p>
<p>Code generated by the Protocol Buffer compiler is owned by the
owner of the input file used when generating it. This code is not
standalone and requires a support library to be linked with it.
This support library is itself covered by the above license.</p>
</dd>
<dt><span class="term">ThreadPool</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from ThreadPool
under the following terms:</p>
<p>Copyright (c) 2012 Jakob Progsch, Vaclav Zeman</p>
<p>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.</p>
<p>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:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>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.</p>
</li>
<li>
<p>Altered source versions must be plainly marked as such, and must
not be misrepresented as being the original software.</p>
</li>
<li>
<p>This notice may not be removed or altered from any source
distribution.</p>
</li>
</ol>
</div>
</dd>
<dt><span class="term">zlib</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from zlib under the
following terms:</p>
<p>Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler</p>
<p>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.</p>
<p>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:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>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.</p>
</li>
<li>
<p>Altered source versions must be plainly marked as such, and must
not be misrepresented as being the original software.</p>
</li>
<li>
<p>This notice may not be removed or altered from any source
distribution.</p>
</li>
</ol>
</div>
</dd>
<dt><span class="term">expected</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from the software
'expected' under the following terms:</p>
<p>Creative Commons Legal Code</p>
<p>CC0 1.0 Universal</p>
<p>CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT
PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT
CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES
THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO
WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR
WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES
RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER.</p>
<p>Statement of Purpose</p>
<p>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").</p>
<p>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.</p>
<p>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.</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>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:</p>
<div class="orderedlist">
<ol type="a">
<li>
<p>the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;</p>
</li>
<li>
<p>moral rights retained by the original author(s) and/or
performer(s);</p>
</li>
<li>
<p>publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;</p>
</li>
<li>
<p>rights protecting against unfair competition in regards to a
Work, subject to the limitations in paragraph 4(a), below;</p>
</li>
<li>
<p>rights protecting the extraction, dissemination, use and reuse
of data in a Work;</p>
</li>
<li>
<p>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</p>
</li>
<li>
<p>other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.</p>
</li>
</ol>
</div>
<p></p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Limitations and Disclaimers.</p>
<div class="orderedlist">
<ol type="a">
<li>
<p>No trademark or patent rights held by Affirmer are waived,
abandoned, surrendered, licensed or otherwise affected by this
document.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>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.</p>
</li>
</ol>
</div>
<p></p>
</li>
</ol>
</div>
<p></p>
</dd>
<dt><span class="term">libbacktrace</span></dt>
<dd>
<p>Portions of the NVIDIA CUDA Debugger implementation,
libcudadebugger.so, contain components licensed from libbacktrace
under the following terms:</p>
<p>Copyright (C) 2012-2021 Free Software Foundation, Inc.</p>
<p>Written by Ian Lance Taylor, Google.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>The name of the author may not be used to endorse or promote
products derived from this software without specific prior written
permission.</p>
</li>
</ol>
</div>
<p>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.</p>
</dd>
<dt><span class="term">Linux kernel headers</span></dt>
<dd>
<p>The NVIDIA Linux GPU driver makes use of various Linux kernel
header files licensed under GPL-2.0 WITH Linux-syscall-note:</p>
<p>SPDX-Exception-Identifier: Linux-syscall-note</p>
<p>SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html</p>
<p>SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+,
LGPL-2.1, LGPL-2.1+, GPL-2.0-only, GPL-2.0-or-later</p>
<p>Usage-Guide:</p>
<p>This exception is used together with one of the above
SPDX-Licenses to mark user space API (uapi) header files so they
can be included into non GPL compliant user space application code.
To use this exception add it with the keyword WITH to one of the
identifiers in the SPDX-Licenses tag:</p>
<p>SPDX-License-Identifier: <SPDX-License> WITH
Linux-syscall-note</p>
<p>License-Text:</p>
<p>NOTE! This copyright does *not* cover user programs that use
kernel services by normal system calls - this is merely considered
normal use of the kernel, and does *not* fall under the heading of
"derived work". Also note that the GPL below is copyrighted by the
Free Software Foundation, but the instance of code that it refers
to (the Linux kernel) is copyrighted by me and others who actually
wrote it.</p>
<p>Also note that the only valid version of the GPL as far as the
kernel is concerned is _this_ particular version of the license (ie
v2, not v2.2 or v3.x or whatever), unless explicitly otherwise
stated.</p>
<p>Linus Torvalds</p>
</dd>
<dt><span class="term">cryptopp</span></dt>
<dd>
<p>Portions of the NVIDIA Linux GPU driver contain components
licensed from cryptopp under the following terms:</p>
<p>Compilation Copyright (c) 1995-2019 by Wei Dai. All rights
reserved. This copyright applies only to this software distribution
package as a compilation, and does not imply a copyright on any
particular file in the package.</p>
<p>All individual files in this compilation are placed in the
public domain by Wei Dai and other contributors.</p>
<p>I would like to thank the following authors for placing their
works into the public domain:</p>
<div class="literallayout">
<p>Joan Daemen - 3way.cpp<br>
Leonard Janke - cast.cpp, seal.cpp<br>
Steve Reid - cast.cpp<br>
Phil Karn - des.cpp<br>
Andrew M. Kuchling - md2.cpp, md4.cpp<br>
Colin Plumb - md5.cpp<br>
Seal Woods - rc6.cpp<br>
Chris Morgan - rijndael.cpp<br>
Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp<br>
Richard De Moliner - safer.cpp<br>
Matthew Skala - twofish.cpp<br>
Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp<br>
Ronny Van Keer - sha3.cpp<br>
Aumasson, Neves, Wilcox-O'Hearn and Winnerlein - blake2.cpp, blake2b_simd.cpp, blake2s_simd.cpp<br>
Aaram Yun - aria.cpp, aria_simd.cpp<br>
Han Lulu, Markku-Juhani O. Saarinen - sm4.cpp sm4_simd.cpp<br>
Daniel J. Bernstein, Jack Lloyd - chacha.cpp, chacha_simd.cpp, chacha_avx.cpp<br>
Andrew Moon - ed25519, x25519, donna_32.cpp, donna_64.cpp, donna_sse.cpp</p>
</div>
<p>The Crypto++ Library uses portions of Andy Polyakov's CRYPTOGAMS
for Poly1305 scalar multiplication, aes_armv4.S, sha1_armv4.S and
sha256_armv4.S. CRYPTOGAMS is dual licensed with a permissive
BSD-style license. The CRYPTOGAMS license is reproduced below.</p>
<p>The Crypto++ Library uses portions of Jack Lloyd's Botan for
ChaCha SSE2 and AVX. Botan placed the code in public domain for
Crypto++ to use.</p>
<p>The Crypto++ Library (as a compilation) is currently licensed
under the Boost Software License 1.0
(http://www.boost.org/users/license.html).</p>
<p>Boost Software License - Version 1.0 - August 17th, 2003</p>
<p>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:</p>
<p>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.</p>
<p>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.</p>
<p>CRYPTOGAMS License</p>
<p>Copyright (c) 2006-2017, CRYPTOGAMS by <appro@openssl.org>
All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<p></p>
<div class="literallayout">
<p>
* Redistributions of source code must retain copyright notices,<br>
this list of conditions and the following disclaimer.<br>
* Redistributions in binary form must reproduce the above<br>
copyright notice, this list of conditions and the following<br>
disclaimer in the documentation and/or other materials<br>
provided with the distribution.<br>
* Neither the name of the CRYPTOGAMS nor the names of its copyright<br>
holder and contributors may be used to endorse or promote products<br>
derived from this software without specific prior written permission.</p>
</div>
<p></p>
</dd>
<dt><span class="term">X.Org</span></dt>
<dd>
<p>This NVIDIA Linux driver contains code from the X.Org
project.</p>
<p>Source code from the X.Org project is available from <a href=
"http://cgit.freedesktop.org/xorg/xserver" target=
"_top">http://cgit.freedesktop.org/xorg/xserver</a></p>
</dd>
<dt><span class="term">JSMN</span></dt>
<dd>
<p>This NVIDIA Linux driver uses a JSON parser based on
<code class="filename">jsmn</code>: <a href=
"http://zserge.bitbucket.org/jsmn.html" target=
"_top">http://zserge.bitbucket.org/jsmn.html</a></p>
<p>This library carries the following copyright notice:</p>
<p>Copyright (c) 2010 Serge A. Zaitsev</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">SHA-256</span></dt>
<dd>
<p>Portions of the driver use the SHA-256 algorithm derived from
sha2.c: <a href="https://github.com/ouah/sha2/blob/master/sha2.c"
target=
"_top">https://github.com/ouah/sha2/blob/master/sha2.c</a></p>
<p>This library carries the following copyright notice:</p>
<p>Copyright (C) 2005, 2007 Olivier Gay
<olivier.gay@a3.epfl.ch> All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Neither the name of the project nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.</p>
</li>
</ol>
</div>
<p>THIS SOFTWARE IS PROVIDED BY THE PROJECT 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
PROJECT 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.</p>
</dd>
<dt><span class="term">libselinux</span></dt>
<dd>
<p>This NVIDIA Linux driver contains code from libselinux, which is
released in the public domain.</p>
</dd>
<dt><span class="term">SoftFloat</span></dt>
<dd>
<p>Portions of the driver use the SoftFloat floating point
emulation library: <a href=
"http://www.jhauser.us/arithmetic/SoftFloat.html" target=
"_top">http://www.jhauser.us/arithmetic/SoftFloat.html</a></p>
<p>SoftFloat has the following license terms:</p>
<p>John R. Hauser</p>
<p>2017 August 10</p>
<p>The following applies to the whole of SoftFloat Release 3d as
well as to each source file individually.</p>
<p>Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 The Regents
of the University of California. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions, and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.</p>
</li>
</ol>
</div>
<p>THIS SOFTWARE IS PROVIDED BY THE REGENTS 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
REGENTS 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.</p>
</dd>
<dt><span class="term">musl libc</span></dt>
<dd>
<p>This NVIDIA Linux driver uses code from <code class=
"filename">musl libc</code>: <a href="http://musl.libc.org" target=
"_top">http://musl.libc.org</a></p>
<p>This code carries the following copyright notice:</p>
<p>musl as a whole is licensed under the following standard MIT
license:</p>
<p>
----------------------------------------------------------------------</p>
<p>Copyright © 2005-2014 Rich Felker, et al.</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
<p>
----------------------------------------------------------------------</p>
<p>Authors/contributors include:</p>
<p>A. Wilcox</p>
<p>Alex Dowad</p>
<p>Alexander Monakov</p>
<p>Andrew Kelley</p>
<p>Anthony G. Basile</p>
<p>Arvid Picciani</p>
<p>Bartosz Brachaczek</p>
<p>Bobby Bingham</p>
<p>Boris Brezillon</p>
<p>Brent Cook</p>
<p>Chris Spiegel</p>
<p>Clément Vasseur</p>
<p>Daniel Micay</p>
<p>Daniel Sabogal</p>
<p>Daurnimator</p>
<p>David Edelsohn</p>
<p>Denys Vlasenko</p>
<p>Dmitry Ivanov</p>
<p>Dmitry V. Levin</p>
<p>Emil Renner Berthing</p>
<p>Felix Fietkau</p>
<p>Felix Janda</p>
<p>Gianluca Anzolin</p>
<p>Hauke Mehrtens</p>
<p>He X</p>
<p>Hiltjo Posthuma</p>
<p>Isaac Dunham</p>
<p>Jaydeep Patil</p>
<p>Jens Gustedt</p>
<p>Jeremy Huntwork</p>
<p>Jo-Philipp Wich</p>
<p>Joakim Sindholt</p>
<p>John Spencer</p>
<p>Josiah Worcester</p>
<p>Julien Ramseier</p>
<p>Justin Cormack</p>
<p>Khem Raj</p>
<p>Kylie McClain</p>
<p>Leah Neukirchen</p>
<p>Luca Barbato</p>
<p>Luka Perkov</p>
<p>M Farkas-Dyck (Strake)</p>
<p>Mahesh Bodapati</p>
<p>Masanori Ogino</p>
<p>Michael Forney</p>
<p>Mikhail Kremnyov</p>
<p>Natanael Copa</p>
<p>Nicholas J. Kain</p>
<p>orc</p>
<p>Pascal Cuoq</p>
<p>Petr Hosek</p>
<p>Petr Skocik</p>
<p>Pierre Carrier</p>
<p>Reini Urban</p>
<p>Rich Felker</p>
<p>Richard Pennington</p>
<p>Samuel Holland</p>
<p>Shiz</p>
<p>sin</p>
<p>Solar Designer</p>
<p>Stefan Kristiansson</p>
<p>Szabolcs Nagy</p>
<p>Timo Teräs</p>
<p>Trutz Behn</p>
<p>Valentin Ochs</p>
<p>William Haddon</p>
<p>William Pitcock</p>
<p>Portions of this software are derived from third-party works
licensed under terms compatible with the above MIT license:</p>
<p>The TRE regular expression implementation (src/regex/reg* and
src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and
licensed under a 2-clause BSD license (license text in the source
files). The included version has been heavily modified by Rich
Felker in 2012, in the interests of size, simplicity, and namespace
cleanliness.</p>
<p>Much of the math library code (src/math/* and src/complex/*)
is</p>
<p>Copyright © 1993,2004 Sun Microsystems or</p>
<p>Copyright © 2003-2011 David Schultz or</p>
<p>Copyright © 2003-2009 Steven G. Kargl or</p>
<p>Copyright © 2003-2009 Bruce D. Evans or</p>
<p>Copyright © 2008 Stephen L. Moshier</p>
<p>and labelled as such in comments in the individual source files.
All have been licensed under extremely permissive terms.</p>
<p>The ARM memcpy code (src/string/arm/memcpy_el.S) is Copyright
© 2008 The Android Open Source Project and is licensed under a
two-clause BSD license. It was taken from Bionic libc, used on
Android.</p>
<p>The implementation of DES for crypt (src/crypt/crypt_des.c) is
Copyright © 1994 David Burren. It is licensed under a BSD
license.</p>
<p>The implementation of blowfish crypt
(src/crypt/crypt_blowfish.c) was originally written by Solar
Designer and placed into the public domain. The code also comes
with a fallback permissive license for use in jurisdictions that
may not recognize the public domain.</p>
<p>The smoothsort implementation (src/stdlib/qsort.c) is Copyright
© 2011 Valentin Ochs and is licensed under an MIT-style
license.</p>
<p>The x86_64 port was written by Nicholas J. Kain and is licensed
under the standard MIT terms.</p>
<p>The mips and microblaze ports were originally written by Richard
Pennington for use in the ellcc project. The original code was
adapted by Rich Felker for build system and code conventions during
upstream integration. It is licensed under the standard MIT
terms.</p>
<p>The mips64 port was contributed by Imagination Technologies and
is licensed under the standard MIT terms.</p>
<p>The powerpc port was also originally written by Richard
Pennington, and later supplemented and integrated by John Spencer.
It is licensed under the standard MIT terms.</p>
<p>All other files which have no copyright comments are original
works produced specifically for use as part of this library,
written either by Rich Felker, the main author of the library, or
by one or more contibutors listed above. Details on authorship of
individual files can be found in the git version control history of
the project. The omission of copyright and license comments in each
file is in the interest of source tree size.</p>
<p>In addition, permission is hereby granted for all public header
files (include/* and arch/*/bits/*) and crt files intended to be
linked into applications (crt/*, ldso/dlstart.c, and
arch/*/crt_arch.h) to omit the copyright notice and permission
notice otherwise required by the license, and to use these files
without any requirement of attribution. These files include
substantial contributions from:</p>
<p>Bobby Bingham</p>
<p>John Spencer</p>
<p>Nicholas J. Kain</p>
<p>Rich Felker</p>
<p>Richard Pennington</p>
<p>Stefan Kristiansson</p>
<p>Szabolcs Nagy</p>
<p>all of whom have explicitly granted such permission.</p>
<p>This file previously contained text expressing a belief that
most of the files covered by the above exception were sufficiently
trivial not to be subject to copyright, resulting in confusion over
whether it negated the permissions granted in the license. In the
spirit of permissive licensing, and of not having licensing issues
being an obstacle to adoption, that text has been removed.</p>
</dd>
<dt><span class="term">Zstandard</span></dt>
<dd>
<p>This NVIDIA Linux driver uses the <code class=
"filename">Zstandard</code> library for compression: <a href=
"https://github.com/facebook/zstd" target=
"_top">https://github.com/facebook/zstd</a></p>
<p>BSD License</p>
<p>For Zstandard software</p>
<p>Copyright (c) 2016-present, Facebook, Inc. All rights
reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Neither the name Facebook nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.</p>
</li>
</ul>
</div>
<p></p>
<p>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.</p>
</dd>
<dt><span class="term">libspdm</span></dt>
<dd>
<p>This NVIDIA Linux driver uses code from <code class=
"filename">libspdm</code>: <a href=
"https://github.com/DMTF/libspdm" target=
"_top">https://github.com/DMTF/libspdm</a></p>
<p>This code carries the following license:</p>
<p>BSD 3-Clause License</p>
<p>Copyright (c) 2021-2024, Contributing Member(s) of Distributed
Management Task Force, Inc.. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.</p>
</li>
</ol>
</div>
<p>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.</p>
</dd>
<dt><span class="term">Mesa</span></dt>
<dd>
<p>This NVIDIA Linux driver uses code from the <code class=
"filename">Mesa</code> project: <a href=
"https://gitlab.freedesktop.org/mesa/mesa" target=
"_top">https://gitlab.freedesktop.org/mesa/mesa</a></p>
<p>The code used carries the following copyright notices:</p>
<p>Copyright (c) 2011 Intel Corporation</p>
<p>Copyright (c) 2021 NVIDIA Corporation</p>
<p>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:</p>
<p>The above copyright notice and this permission notice (including
the next paragraph) shall be included in all copies or substantial
portions of the Software.</p>
<p>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.</p>
<p>Authors:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Benjamin Franzke <benjaminfranzke@googlemail.com></p>
</li>
<li>
<p>James Jones <jajones@nvidia.com></p>
</li>
</ul>
</div>
<p></p>
<p>---</p>
<p>Copyright (c) 2008-2011 Kristian Høgsberg</p>
<p>Copyright (c) 2010-2011 Intel Corporation</p>
<p>Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
without fee, provided that\n the above copyright notice appear in
all copies and that both that copyright notice and this permission
notice appear in supporting documentation, and that the name of the
copyright holders not be used in advertising or publicity
pertaining to distribution of the software without specific,
written prior permission. The copyright holders make no
representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied
warranty.</p>
<p>THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR
ANY SPECIAL, 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.</p>
</dd>
<dt><span class="term">Wayland protocols</span></dt>
<dd>
<p>This NVIDIA Linux driver uses code from the <code class=
"filename">Wayland protocols</code> project: <a href=
"https://gitlab.freedesktop.org/wayland/wayland-protocols" target=
"_top">https://gitlab.freedesktop.org/wayland/wayland-protocols</a></p>
<p>The project carries the following copyright notice:</p>
<p>Copyright (c) 2008-2013 Kristian Høgsberg</p>
<p>Copyright (c) 2010-2013 Intel Corporation</p>
<p>Copyright (c) 2013 Rafael Antognolli</p>
<p>Copyright (c) 2013 Jasper St. Pierre</p>
<p>Copyright (c) 2014 Jonas Ådahl</p>
<p>Copyright (c) 2014 Jason Ekstrand</p>
<p>Copyright (c) 2014-2015 Collabora, Ltd.</p>
<p>Copyright (c) 2015 Red Hat Inc.</p>
<p>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:</p>
<p>The above copyright notice and this permission notice (including
the next paragraph) shall be included in all copies or substantial
portions of the Software.</p>
<p>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.</p>
<p>---</p>
<p>The above is the version of the MIT "Expat" License used by
X.org: http://cgit.freedesktop.org/xorg/xserver/tree/COPYING</p>
</dd>
<dt><span class="term">virglrenderer</span></dt>
<dd>
<p>This NVIDIA Linux driver contains code from the virglrenderer
project</p>
<p>Source code for the virglrenderer project is available from
<a href="http://gitlab.freedesktop.org/virgl/virglrenderer" target=
"_top">http://gitlab.freedesktop.org/virgl/virglrenderer</a></p>
<p>The project carries the following copyright notice:</p>
<p>virglrenderer is under MIT license and derived from mesa in many
parts.</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">fdlibm</span></dt>
<dd>
<p>This NVIDIA Linux driver uses code from the fdlibm project:
<a href="https://www.netlib.org/fdlibm/" target=
"_top">https://www.netlib.org/fdlibm/</a></p>
<p>The code used carries the following copyright notices:</p>
<p>Copyright (C) 2004 by Sun Microsystems, Inc. All rights
reserved.</p>
<p>Permission to use, copy, modify, and distribute this software is
freely granted, provided that this notice is preserved.</p>
<p>Copyright (C) 1993 by Sun Microsystems, Inc. All rights
reserved.</p>
<p>Developed at SunSoft, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this software is
freely granted, provided that this notice is preserved.</p>
</dd>
<dt><span class="term">libpciaccess</span></dt>
<dd>
<p>This NVIDIA Linux driver contains code from the libpciaccess
project</p>
<p>Source code for the libpciaccess project is available from
<a href="https://gitlab.freedesktop.org/xorg/lib/libpciaccess"
target=
"_top">https://gitlab.freedesktop.org/xorg/lib/libpciaccess</a></p>
<p>The project carries the following copyright notices:</p>
<p>(C) Copyright IBM Corporation 2006, 2007 (C) Copyright Eric
Anholt 2006 (C) Copyright Mark Kettenis 2011 (C) Copyright Robert
Millan 2012 Copyright (c) 2007, 2008, 2009, 2011, 2012, 2013 Oracle
and/or its affiliates. Copyright 2009, 2012 Red Hat, Inc. All
Rights Reserved.</p>
<p>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 on the rights to use,
copy, modify, merge, publish, distribute, sub license, 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:</p>
<p>The above copyright notice and this permission notice (including
the next paragraph) shall be included in all copies or substantial
portions of the Software.</p>
<p>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
NON-INFRINGEMENT. IN NO EVENT SHALL IBM AND/OR THEIR SUPPLIERS 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.</p>
<p>Copyright (c) 2008 Juan Romero Pardines Copyright (c) 2008, 2011
Mark Kettenis Copyright (c) 2009 Michael Lorenz Copyright (c) 2009,
2012 Samuel Thibault</p>
<p>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.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR 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.</p>
<p>Copyright (C) 2000 The XFree86 Project, Inc. All Rights
Reserved.</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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 XFREE86 PROJECT 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.</p>
<p>Except as contained in this notice, the name of the XFree86
Project shall not be used in advertising or otherwise to promote
the sale, use or other dealings in this Software without prior
written authorization from the XFree86 Project.</p>
<p>Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti Copyright (c)
2009 Tiago Vignatti</p>
<p>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:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</dd>
<dt><span class="term">hwloc</span></dt>
<dd>
<p>This NVIDIA Linux driver uses the Portable Hardware Locality
(hwloc) library from <a href=
"https://www.open-mpi.org/software/hwloc" target=
"_top">https://www.open-mpi.org/software/hwloc</a></p>
<p>This library carries the following copyright notice:</p>
<p>Copyright © 2004-2006 The Trustees of Indiana University
and Indiana University Research and Technology Corporation. All
rights reserved.</p>
<p>Copyright © 2004-2005 The University of Tennessee and The
University of Tennessee Research Foundation. All rights
reserved.</p>
<p>Copyright © 2004-2005 High Performance Computing Center
Stuttgart, University of Stuttgart. All rights reserved.</p>
<p>Copyright © 2004-2005 The Regents of the University of
California. All rights reserved.</p>
<p>Copyright © 2009 CNRS</p>
<p>Copyright © 2009-2016 Inria. All rights reserved.</p>
<p>Copyright © 2009-2015 Université Bordeaux</p>
<p>Copyright © 2009-2015 Cisco Systems, Inc. All rights
reserved.</p>
<p>Copyright © 2009-2012 Oracle and/or its affiliates. All
rights reserved.</p>
<p>Copyright © 2010 IBM</p>
<p>Copyright © 2010 Jirka Hladky</p>
<p>Copyright © 2012 Aleksej Saushev, The NetBSD Foundation</p>
<p>Copyright © 2012 Blue Brain Project, EPFL. All rights
reserved.</p>
<p>Copyright © 2013-2014 University of Wisconsin-La Crosse.
All rights reserved.</p>
<p>Copyright © 2015 Research Organization for Information
Science and Technology (RIST). All rights reserved.</p>
<p>Copyright © 2015-2016 Intel, Inc. All rights reserved.</p>
<p>See COPYING in top-level directory.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>The name of the author may not be used to endorse or promote
products derived from this software without specific prior written
permission.</p>
</li>
</ol>
</div>
<p>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.</p>
</dd>
</dl>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href=
"addtlresources.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href=
"installationandconfiguration.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href=
"appendices.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
Chapter 46. NVIDIA Contact Info and Additional
Resources </td>
<td width="20%" align="center"><a accesskey="h" href=
"index.html">Home</a></td>
<td width="40%" align="right" valign="top">
Part II. Appendices</td>
</tr>
</table>
</div>
</body>
</html>