zint (libzint), the barcode generator compiled into zxing_reader.wasm ===================================================================== zint does not ship its BSD 3-Clause grant as a standalone file. The grant lives as a header comment on every source file, and the text below is that grant, reproduced verbatim from backend/zint.h at https://github.com/zint/zint. zint's own LICENSE file, which records the 2013 relicensing away from the GPL and the two conditions attached to it, follows after it. Plume reaches zint through zxing-cpp, which carries it as a submodule; the copy in public/zxing/3.1.1/zxing_reader.wasm was built from zxing-cpp at commit 6c2961d2a9ea4bc4e4ae8f37b1497299f04dd861. === The grant, verbatim from zint's backend/zint.h ===================== libzint - the open source barcode library Copyright (C) 2009-2026 Robin Stuart 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 project 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 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. /* SPDX-License-Identifier: BSD-3-Clause */ === zint's own LICENSE file, verbatim ================================= ZINT was originally developed by Robin Stuart and licensed under the terms of the GPL (Gnu Public License). In 2013 Robin Stuart and all developers that contributed to the code agreed to change the license to a less restrictive one (see ZINT mailing list of May 2013 for related mails) under the following conditions: - the names of original copyright holder Robin Stuart and contributors are not removed, neither from sources nor from the manual - the documentation is done in British English (as Robin said: "Oh, and please don't replace the word "colour" with "color" in the documentation - that really annoys me!") Change to BSD-license is done for backend and therefore for ZINT shared library only, for the frontends and Qt4-backend the GPL is still valid. Since BSD-license is GPL-compatible this gives the possibility to include ZINT library in own products or link against it from own software.