THIRD-PARTY NOTICES =================== dsh-crystal-viewer is built on the shoulders of several open-source projects. This file records the third-party licenses and copyright notices that this project inherits. See the repository README for the attribution & gratitude section, and LICENSE for this project's own MIT license. -------------------------------------------------------------------------------- 3Dmol.js — rendering base, *modified* ---------------------------------------- This plugin builds on and modifies 3Dmol.js (https://github.com/3dmol/3Dmol.js). We do not replace the rendering engine; we layer self-written logic on top of its GLViewer / CIF pipeline (SHELX/CIF symmetry expansion, Q-peak multi-layer rendering, mouse-wheel zoom override, un-clamped fit distance). 3Dmol.js is licensed under the BSD-3-Clause. Per its terms, the following copyright notice, list of conditions and disclaimer are retained: * 3Dmol.js Copyright (c) 2014, University of Pittsburgh and contributors 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 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. -------------------------------------------------------------------------------- GLmol — inherited from 3Dmol.js ---------------------------------- GLmol - Molecular Viewer on WebGL/Javascript (0.47) (C) Copyright 2011-2012, biochem_fan License: dual license of MIT or LGPL3 -------------------------------------------------------------------------------- React ----- React 18 (https://react.dev/) — MIT License, used for the UI layer. Copyright (c) Meta Platforms, Inc. and affiliates. -------------------------------------------------------------------------------- dsh-better-sidebar ------------------ DSH-better-sidebar (https://github.com/omdsh-dev/DSH-better-sidebar) — MIT License, provides the `ctx.betterSidebar` tab API used to register this plugin's sidebar tab. -------------------------------------------------------------------------------- Thank you to all open-source maintainers whose work made this possible.