Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rust-clap-2
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .azure-pipelines.yml
           .cargo_vcs_info.json
           .clog.toml
           .github/CONTRIBUTING.md
           .gitignore
           .travis.yml
           CONTRIBUTORS.md
           Cargo.lock
           Cargo.toml
           Cargo.toml.orig
           README.md
           SPONSORS.md
           clap-test.rs
           debian-orig/cargo-checksum.json
           debian-orig/compat
           debian-orig/debcargo.toml
           debian-orig/patches/no-clippy.patch
           debian-orig/patches/relax-dep-versions.patch
           debian-orig/patches/remove-version-sync.patch
           debian-orig/patches/series
           debian-orig/patches/textwrap-0.15.patch
           debian-orig/rules
           debian-orig/source/format
           debian-orig/tests/control
           debian-orig/watch
           justfile
           src/app/help.rs
           src/app/meta.rs
           src/app/parser.rs
           src/app/settings.rs
           src/app/usage.rs
           src/app/validator.rs
           src/args/any_arg.rs
           src/args/arg.rs
           src/args/arg_builder/base.rs
           src/args/arg_builder/flag.rs
           src/args/arg_builder/mod.rs
           src/args/arg_builder/option.rs
           src/args/arg_builder/positional.rs
           src/args/arg_builder/switched.rs
           src/args/arg_builder/valued.rs
           src/args/arg_matcher.rs
           src/args/arg_matches.rs
           src/args/group.rs
           src/args/macros.rs
           src/args/matched_arg.rs
           src/args/mod.rs
           src/args/settings.rs
           src/args/subcommand.rs
           src/completions/bash.rs
           src/completions/elvish.rs
           src/completions/fish.rs
           src/completions/macros.rs
           src/completions/mod.rs
           src/completions/powershell.rs
           src/completions/shell.rs
           src/completions/zsh.rs
           src/errors.rs
           src/fmt.rs
           src/map.rs
           src/osstringext.rs
           src/strext.rs
           src/suggestions.rs
           src/usage_parser.rs
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     debian-orig/copyright
           src/app/mod.rs
Copyright: 2015 grabbag contributors License: MIT
           : 2015-2020 Kevin B. Knapp <kbknapp@gmail.com>
           me@mail.com\n\n\
License:   __NO_LICENSE__

Files:     LICENSE-MIT
Copyright: 2015-2016 Kevin B. Knapp
License:   Expat
 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.

Files:     src/lib.rs
Copyright: ⓒ 2015-2016 Kevin B. Knapp and [`clap-rs` contributors](https://github.com/clap-rs/clap/blob/v2.33.1/CONTRIBUTORS.md).
License:   __UNKNOWN__
 Licensed under the MIT license
 (see LICENSE or <http://opensource.org/licenses/MIT>) All files in the project carrying such
 notice may not be copied, modified, or distributed except according to those terms.
 .
 ! `clap` is a simple-to-use, efficient, and full-featured library for parsing command line
 ! arguments and subcommands when writing console/terminal applications.
 !
 ! ## About
 !
 ! `clap` is used to parse *and validate* the string of command line arguments provided by the user
 ! at runtime. You provide the list of valid possibilities, and `clap` handles the rest. This means
 ! you focus on your *applications* functionality, and less on the parsing and validating of
 ! arguments.
 !
 ! `clap` also provides the traditional version and help switches (or flags) 'for free' meaning
 ! automatically with no configuration. It does this by checking the list of valid possibilities you
 ! supplied and adding only the ones you haven't already defined. If you are using subcommands,
 ! `clap` will also auto-generate a `help` subcommand for you in addition to the traditional flags.
 !
 ! Once `clap` parses the user provided string of arguments, it returns the matches along with any
 ! applicable values. If the user made an error or typo, `clap` informs them of the mistake and
 ! exits gracefully (or returns a `Result` type and allows you to perform any clean up prior to
 ! exit). Because of this, you can make reasonable assumptions in your code about the validity of
 ! the arguments.
 !
 !
 ! ## Quick Example
 !
 ! The following examples show a quick example of some of the very basic functionality of `clap`.
 ! For more advanced usage, such as requirements, conflicts, groups, multiple values and
 ! occurrences see the [documentation](https://docs.rs/clap/), [examples/] directory of
 ! this repository or the [video tutorials].
 !
 ! **NOTE:** All of these examples are functionally the same, but show different styles in which to
 ! use `clap`
 !
 ! The first example shows a method that allows more advanced configuration options (not shown in
 ! this small example), or even dynamically generating arguments when desired. The downside is it's
 ! more verbose.
 !

Files:     src/macros.rs
Copyright: ⓒ 2015 grabbag contributors.
License:   __UNKNOWN__
 Licensed under the MIT license (see LICENSE or <http://opensource.org
 /licenses/MIT>) or the Apache License, Version 2.0 (see LICENSE of
 <http://www.apache.org/licenses/LICENSE-2.0>), at your option. All
 files in the project carrying such notice may not be copied, modified,
 or distributed except according to those terms.
 .
 Counts the number of comma-delimited expressions passed to it.  The result is a compile-time
 evaluable expression, suitable for use as a static array size, or the value of a `const`.
 .
 # Examples
 .
 ```

Files:     debian-orig/control
Copyright: __NO_COPYRIGHT__ in: debian-orig/control
License:   __UNKNOWN__
 Package: librust-clap-2-dev
 Architecture: any
 Multi-Arch: same
 Depends:
 ${misc:Depends},
 librust-ansi-term-0.12+default-dev,

Files:     debian-orig/copyright.debcargo.hint
Copyright: : 2015-2016 Kevin B. Knapp License: UNKNOWN-LICENSE; FIXME (overlay) Comment:
License:   __UNKNOWN__
 FIXME (overlay): These notices are extracted from files. Please review them
 before uploading to the archive.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         CHANGELOG.md
#         .github/ISSUE_TEMPLATE.md

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE-MIT
 The MIT License (MIT)
 .
 Copyright (c) 2015-2016 Kevin B. Knapp
 .
 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.
