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

Files:     .cargo_vcs_info.json
           .github/workflows/rust.yml
           .gitignore
           CHANGELOG.md
           CONTRIBUTING.md
           Cargo.lock
           Cargo.toml
           Cargo.toml.orig
           debian-orig/cargo-checksum.json
           debian-orig/compat
           debian-orig/debcargo.toml
           debian-orig/librust-inotify+futures-core-dev.lintian-overrides
           debian-orig/librust-inotify+stream-dev.lintian-overrides
           debian-orig/librust-inotify+tokio-dev.lintian-overrides
           debian-orig/rules
           debian-orig/source/format
           debian-orig/tests/control
           debian-orig/watch
           examples/stream.rs
           examples/watch.rs
           src/events.rs
           src/fd_guard.rs
           src/inotify.rs
           src/lib.rs
           src/stream.rs
           src/util.rs
           src/watches.rs
           tests/main.rs
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     debian-orig/copyright
           debian-orig/copyright.debcargo.hint
Copyright: __NO_COPYRIGHT__ in: debian-orig/copyright
           __NO_COPYRIGHT__ in: debian-orig/copyright.debcargo.hint
License:   ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     README.md
Copyright: Hanno Braun and contributors
License:   ISC
 Permission to use, copy, modify, and/or distribute this software for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.
 .
 [inotify]: http://en.wikipedia.org/wiki/Inotify
 [Rust programming language]: http://rust-lang.org/
 [documentation]: https://docs.rs/inotify
 [notify]: https://crates.io/crates/notify
 [inotify-sys]: https://crates.io/crates/inotify-sys
 [API reference]: https://docs.rs/inotify
 [examples directory]: https://github.com/inotify-rs/inotify/tree/master/examples
 [inotify man page]: http://man7.org/linux/man-pages/man7/inotify.7.html

Files:     debian-orig/control
Copyright: __NO_COPYRIGHT__ in: debian-orig/control
License:   __UNKNOWN__
 Package: librust-inotify-dev
 Architecture: any
 Multi-Arch: same
 Depends:
 ${misc:Depends},
 librust-bitflags-1+default-dev,

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright (c) Hanno Braun and contributors
 .
 Permission to use, copy, modify, and/or distribute this software for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.
