Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nthash
Source: https://github.com/bcgsc/ntHash/releases

Files: *
Copyright: 2018 Hamid Mohamadi
License: Expat

Files: debian/*
Copyright: 2020 Nilesh Patra <nilesh@debian.org>
License: Expat

Files: lib/city.cc
 lib/city.h
Copyright: 2011, Google, Inc.
License: Expat

Files: lib/xxhash.c
 lib/xxhash.h
Copyright: 2012-2015, Yann Collet
License: BSD-2-Clause

Files: vendor/catch.hpp
Copyright: 2012, Two Blue Cubes Ltd.
License: Boost

Files: lib/murmur.hpp
Copyright: Austin Appleby
License: public-domain
Comment: Similar code is also present src:paraview, src: shasta for example (the copyright specificed is public-domain there). The python-murmurhash package claims similar code to be available in public domain
        It looks like being a part of murmurhash2 package - https://github.com/abrandoned/murmur2/blob/master/MurmurHash2.c

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.

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistribution of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 .
 - Redistribution in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 .
 Neither the name of Sun Microsystems, Inc. or the names of
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 This software is provided "AS IS," without a warranty of any
 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGES.
 .
 You acknowledge that this software is not designed, licensed or
 intended for use in the design, construction, operation or
 maintenance of any nuclear facility.

License: Boost
 Distributed under the Boost Software License, Version 1.0.
 This software is a collection of libraries from the Boost.org site.
 Most of the libraries use the Boost Software License 1.0, which
 reads as follows.
 .
 .
        Boost Software License - Version 1.0
        ------------------------------------
 .
 Boost Software License - Version 1.0 - August 17th, 2003
 .
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
 .
 There are a few files under a license different from the Boost
 Software License; however, all licenses do follow these guidelines:
 .
 License requirements
 .
    Must be simple to read and understand.
 .
    Must grant permission to copy, use and modify the software for any
    use (commercial and non-commercial) for no fee.
 .
    Must require that the license appear on all copies of the software
    source code.
 .
    Must not require that the license appear with executables or other
    binary uses of the library.
 .
    Must not require that the source code be available for execution
    or other binary uses of the library.
 .
    May restrict the use of the name and description of the library to
    the standard version found on the Boost web site.

License: public-domain
 MurmurHash2 (of which murmur.hpp is a part) was written by Austin Appleby, and is placed in the public
 domain. The author hereby disclaims copyright to this source code.
