This document contains the licenses and notices for third-party software included in or used by NVIDIA Config Manager.
- Python Dependencies
- JavaScript/TypeScript Dependencies
- Go Dependencies
- Nautobot Component Dependencies
- Bundled CLI Tools
- License Texts
The following Python packages are dependencies of NVIDIA Config Manager. See pyproject.toml for specific versions.
The following npm packages are dependencies of the NVIDIA Config Manager UI. See ui/package.json for specific versions.
| Package | License | URL |
|---|---|---|
| @playwright/test | Apache-2.0 | https://github.com/microsoft/playwright |
| @types/node | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped |
| @types/react | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped |
| @types/react-dom | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped |
| eslint | MIT | https://github.com/eslint/eslint |
| eslint-config-next | MIT | https://github.com/vercel/next.js |
| msw | MIT | https://github.com/mswjs/msw |
| postcss | MIT | https://github.com/postcss/postcss |
| tailwindcss | MIT | https://github.com/tailwindlabs/tailwindcss |
| typescript | Apache-2.0 | https://github.com/microsoft/TypeScript |
The following Go modules are dependencies of the nats-ready component. See components/nats-ready/go.mod for specific versions.
| Module | License | URL |
|---|---|---|
| github.com/nats-io/nats.go | Apache-2.0 | https://github.com/nats-io/nats.go |
| github.com/rs/zerolog | MIT | https://github.com/rs/zerolog |
| github.com/klauspost/compress | BSD-3-Clause | https://github.com/klauspost/compress |
| github.com/mattn/go-colorable | MIT | https://github.com/mattn/go-colorable |
| github.com/mattn/go-isatty | MIT | https://github.com/mattn/go-isatty |
| github.com/nats-io/nkeys | Apache-2.0 | https://github.com/nats-io/nkeys |
| github.com/nats-io/nuid | Apache-2.0 | https://github.com/nats-io/nuid |
| golang.org/x/crypto | BSD-3-Clause | https://golang.org/x/crypto |
| golang.org/x/sys | BSD-3-Clause | https://golang.org/x/sys |
The following packages are dependencies of the Nautobot component (components/nautobot). See components/nautobot/pyproject.toml for specific versions.
| Package | License | URL |
|---|---|---|
| nautobot | Apache-2.0 | https://github.com/nautobot/nautobot |
| nautobot-fsus | Apache-2.0 | https://github.com/nautobot/nautobot-app-fsus |
| nautobot-firewall-models | Apache-2.0 | https://github.com/nautobot/nautobot-app-firewall-models |
| nautobot-design-builder | Apache-2.0 | https://github.com/nautobot/nautobot-app-design-builder |
| nautobot-bgp-models | Apache-2.0 | https://github.com/nautobot/nautobot-plugin-bgp-models |
| pyasn1 | BSD-2-Clause | https://github.com/pyasn1/pyasn1 |
Air-gapped bundles can optionally include CLI tools copied from the build host. If a binary comes from an external package distribution, keep that distribution's notices with the bundle.
| Tool | License | URL |
|---|---|---|
| skopeo | Apache-2.0 | https://github.com/containers/skopeo |
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"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.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form.
"Work" shall mean the work of authorship made available under the License.
"Derivative Works" shall mean any work that is based on (or derived from)
the Work.
"Contribution" shall mean any work of authorship submitted for inclusion
in the Work.
"Contributor" shall mean Licensor and any Legal Entity on behalf of whom
a Contribution has been received by Licensor.
2. Grant of Copyright License.
3. Grant of Patent License.
4. Redistribution.
5. Submission of Contributions.
6. Trademarks.
7. Disclaimer of Warranty.
8. Limitation of Liability.
9. Accepting Warranty or Additional Liability.
END OF TERMS AND CONDITIONS
See LICENSE file for the complete text.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
BSD 3-Clause 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.
3. 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.
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.
BSD 2-Clause 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 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.
ISC License
Permission to use, copy, modify, and/or 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 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.
GNU Lesser General Public License v2.1
This library 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.
See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html for the full text.
Mozilla Public License Version 2.0
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at https://mozilla.org/MPL/2.0/.
See https://www.mozilla.org/en-US/MPL/2.0/ for the full text.
-
License Compatibility: All dependencies listed above are compatible with the Apache 2.0 license under which NVIDIA Config Manager is distributed.
-
Transitive Dependencies: The packages listed here may have their own dependencies. The licenses for transitive dependencies are governed by their respective packages.
-
Updates: This document should be updated when dependencies are added, removed, or updated. Run package managers' license audit tools to verify license compliance:
- Python:
pip-licensesorliccheck - npm:
license-checkerornpm audit - Go:
go-licenses
- Python:
-
LGPL Note: Paramiko is licensed under LGPL-2.1. It is used as a library and not modified, which complies with LGPL terms. The LGPL allows linking to the library from Apache 2.0 licensed code.
-
Runtime Components: Some components listed in the NOTICE file (PostgreSQL, Redis, NATS, etc.) are infrastructure components that run separately and are not distributed as part of this project.