Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: docopt-ng
Upstream-Contact: Nick Crews <nicholas.b.crews AT gmail DOT com>
Source: https://github.com/jazzband/docopt-ng
Comment: Copyright of individual files determined by git history.
         Where relevant, the contributor's GitHub username is in parentheses.

Files: *
Copyright: 2012-2014 Vladimir Keleshev (keleshev)
License: MIT

Files: CHANGELOG.md
       docopt/_version.py
       docopt/py.typed
       pdm.lock
Copyright: 2022-2023 Nick Crews (NickCrews)
License: MIT

Files: CODE_OF_CONDUCT.md
       .github/workflows/test.yml
       .pre-commit-config.yaml
Copyright: 2022 Jannis Leidel (jezdez)
License: MIT

Files: CONTRIBUTING.md
       tests/test_docopt_ng.py
Copyright: 2019-2021 itdaniher
License: MIT

Files: README.md
Copyright: 2012-2014 Vladimir Keleshev (keleshev)
           2019-2021 itdaniher
License: MIT

Files: docopt/__init__.py
Copyright: 2012 Andrew Kassen
           2012 Andrew Sutton
           2012 jeffrimko
           2012 Nima Johari
           2012-2014 Vladimir Keleshev (keleshev)
           2014-2018 Matt Boersma
           2015 Benjamin Bach
           2016 amir
           2017 Oleg Bulkin
           2018 Iain Barnett
           2019 itdaniher
           2022 Nick Crews (NickCrews)
License: MIT

Files: examples/interactive_example.py
Copyright: 2013 Jon Lundy (JonLundy)
License: MIT

Files: pyproject.toml
Copyright: 2019 René Fritze (renefritze)
License: MIT

Files: tests/conftest.py
       tests/testcases.docopt
Copyright: 2012 Blake Williams (shabbyrobe)
License: MIT

Files: debian/*
Copyright: 2023 Hugh McMaster
License: GPL-2+

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.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
