Third-party software (vendored)

This repository vendors third-party Go module source under vendor/. Full license
texts are included next to that source. The list below is for convenience; if it
differs from vendor/modules.txt or the files on disk, the vendored files govern.

Module                                  Version   License (summary)     Full text
--------------------------------------------------------------------------------
quad4/bzip2                    v0.0.0    0BSD                  vendor/quad4/bzip2/LICENSE
quad4/msgpack/v5               v5.0.0    BSD 2-Clause          vendor/quad4/msgpack/v5/LICENSE
quad4/tagparser                v0.0.0    BSD 2-Clause          vendor/quad4/tagparser/LICENSE
quad4/pbt                      v0.0.0    0BSD                  vendor/quad4/pbt/LICENSE
golang.org/x/crypto                     v0.52.0   BSD 3-Clause          vendor/golang.org/x/crypto/LICENSE
golang.org/x/sys                        v0.45.0   BSD 3-Clause          vendor/golang.org/x/sys/LICENSE

golang.org/x/crypto and golang.org/x/sys also include a patent grant; see the respective PATENTS files in vendor/.

Reticulum-Go itself is licensed under the terms in the LICENSE file at the
repository root. SPDX-License-Identifier: Apache-2.0.

Machine-readable dependency and license information may also be produced via
the SBOM tasks in Taskfile.yml (for example task sbom) when the required tools
are installed.
