Third-Party Notices¶
The dsviper wheel statically links four third-party components. Their
copyright notices and full license texts are reproduced in
THIRD-PARTY-NOTICES.txt, shipped inside every wheel under
dsviper-<version>.dist-info/licenses/THIRD-PARTY-NOTICES.txt.
Component |
Version |
License |
|---|---|---|
4.12.0 |
BSD-3-Clause |
|
— |
zlib-style |
|
3.11.2 |
MIT |
|
3.47.2 |
Public Domain |
Each component retains its own copyright. Inclusion in dsviper does not re-license these components — the Digital Substrate Commercial License applies to dsviper itself, not to the embedded third-party code.
The full attribution and license texts are reproduced below, also shipped
inside every wheel under
dsviper-<version>.dist-info/licenses/THIRD-PARTY-NOTICES.txt.
The dsviper Product incorporates the following third-party components.
This file reproduces their original copyright notices and license texts
as required by their respective licenses. The Digital Substrate
Commercial License (see LICENSE) governs the dsviper Product itself;
the components below remain under their original licenses.
================================================================================
1. ANTLR 4 C++ Runtime — BSD-3-Clause
================================================================================
Upstream: https://github.com/antlr/antlr4
Version: 4.12.0
Embedded at: third_parties/antlr4/
Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither name of copyright holders 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 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.
================================================================================
2. Stephan Brumme's hashing library — zlib-style
================================================================================
Upstream: https://create.stephan-brumme.com
Embedded at: third_parties/hash/
Files: crc32, md5, keccak, sha1, sha256, sha3, hmac
Copyright (c) 2014-2015 Stephan Brumme. All rights reserved.
This software is provided 'as-is', without any express or implied warranty.
In no event will the author be held liable for any damages arising from the
use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in
a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
================================================================================
3. JSON for Modern C++ (nlohmann/json) — MIT
================================================================================
Upstream: https://github.com/nlohmann/json
Version: 3.11.2
Embedded at: third_parties/json/nlohmann/
MIT License
Copyright (c) 2013-2022 Niels Lohmann
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.
================================================================================
4. SQLite — Public Domain
================================================================================
Upstream: https://www.sqlite.org
Version: 3.47.2
Embedded at: third_parties/sqlite/
The author of SQLite has dedicated the SQLite source code to the public
domain. From https://www.sqlite.org/copyright.html:
All of the code and documentation in SQLite has been dedicated to the
public domain by the authors. All code authors, and representatives of
the companies they work for, have signed affidavits dedicating their
contributions to the public domain and originals of those signed
affidavits are stored in a firesafe at the main offices of Hwaci. All
contributors are citizens of countries that allow creative works to be
dedicated into the public domain. Anyone is free to copy, modify,
publish, use, compile, sell, or distribute the original SQLite code,
either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.
A "blessing" appears in the SQLite source files in lieu of a legal notice:
May you do good and not evil.
May you find forgiveness for yourself and forgive others.
May you share freely, never taking more than you give.