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

Files:     .cargo_vcs_info.json
           .gitignore
           Cargo.toml
           Cargo.toml.orig
           README.mkd
           src/changelog.rs
           src/error.rs
           src/lib.rs
           src/os/mod.rs
           src/os/unix/consts.rs
           src/os/unix/mod.rs
           src/os/windows/mod.rs
           src/safe.rs
           src/test_helpers.rs
           src/util.rs
           tests/constants.rs
           tests/functions.rs
           tests/library_filename.rs
           tests/markers.rs
           tests/nagisa32.dll
           tests/nagisa64.dll
           tests/windows.rs
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright © 2015, Simonas Kazlauskas
 .
 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.
