Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: telebit
Upstream-Contact: https://github.com/sonnam0904/telebit/issues
Source: https://github.com/sonnam0904/telebit
Comment: The upstream git tree carries material that has no business in a
 Debian source package, so the tarball is repacked (+ds) with it removed:
 .
  * dict/ — two word lists used only by scripts/dict-roundtrip/run.sh, a
    regression harness that is not part of the build-time test suite. One of
    them (dict/vietnamese) is derived from hunspell-vi and is therefore GPL-2,
    the other from wamerican; both are already in Debian as hunspell-vi and
    wamerican, so shipping copies inside an MIT source package would add a
    licence to review for no benefit.
  * node_modules/, site/, .venv/ — build products and vendored dependencies of
    the documentation site, not of the software.
  * docs/dev/debian-submission.md — the maintainer's own notes on this
    submission, which upstream has since dropped from the repository. It
    describes the process, not the software.
Files-Excluded:
 dict/*
 node_modules/*
 site/*
 .venv/*
 docs/dev/debian-submission.md

Files: *
Copyright: 2026 sonnam0904
License: MIT

Files: debian/*
Copyright: 2026 Nguyen Nam Son <sonnn.uct@gmail.com>
License: MIT

License: MIT
 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.
