Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: emhash
Source: https://github.com/ktprime/emhash
Files-Excluded: bench
 thirdparty/FHashTable
 thirdparty/absl
 thirdparty/boost
 thirdparty/boost_cxx20
 thirdparty/ck
 thirdparty/emhash
 thirdparty/fht
 thirdparty/fph
 thirdparty/google
 thirdparty/hrd
 thirdparty/indivi
 thirdparty/jg
 thirdparty/libcuckoo
 thirdparty/nark
 thirdparty/patchmap
 thirdparty/qchash
 thirdparty/rigtorp
 thirdparty/simd_hash_map
 thirdparty/ska
 thirdparty/zhashmap
 thirdparty/lru_map.h
 thirdparty/pdqsort.h
 thirdparty/sfc64.h
 thirdparty/ska_sort.hpp
 thirdparty/w1hash.h
 thirdparty/wyhash2.h
 thirdparty/emilib/emilib.hpp
 thirdparty/emilib/emilib12.hpp
 thirdparty/emilib/emilib13.hpp
 thirdparty/emilib/emilib23.hpp
 thirdparty/emilib/emilib2f.hpp
 thirdparty/emilib/emilib2m.hpp
 thirdparty/emilib/emilib2os.hpp
 thirdparty/emilib/emilib2ox.hpp
 thirdparty/emilib/emilib2q.hpp
 thirdparty/emilib/emilib2sm.hpp
 thirdparty/emilib/emilib2so.hpp
 thirdparty/emilib/emilib32.hpp
 thirdparty/emilib/emilib33.hpp
 thirdparty/emilib/emilib3s.hpp
 thirdparty/emilib/emiset.hpp
 thirdparty/emilib/emiset2.hpp
 thirdparty/martin/robin_hood.h
 thirdparty/phmap/btree.h
 thirdparty/phmap/conanfile.py
 thirdparty/phmap/meminfo.h
 thirdparty/phmap/phmap_dump.h
 thirdparty/rapidhash/bench
 thirdparty/rapidhash/collisions
 thirdparty/rapidhash/LICENSE
 thirdparty/rapidhash/old_version
 thirdparty/rapidhash/README.md
 thirdparty/rapidhash/secret.h
 thirdparty/tsl/array_growth_policy.h
 thirdparty/tsl/array_hash.h
 thirdparty/tsl/array_map.h
 thirdparty/tsl/array_set.h
 thirdparty/tsl/bhopscotch_map.h
 thirdparty/tsl/bhopscotch_set.h
 thirdparty/tsl/hopscotch_growth_policy.h
 thirdparty/tsl/hopscotch_hash.h
 thirdparty/tsl/hopscotch_map.h
 thirdparty/tsl/hopscotch_set.h
 thirdparty/tsl/htrie_hash.h
 thirdparty/tsl/htrie_map.h
 thirdparty/tsl/htrie_set.h
 thirdparty/tsl/ordered_hash.h
 thirdparty/tsl/ordered_map.h
 thirdparty/tsl/ordered_set.h
 thirdparty/tsl/robin_map.h
 thirdparty/tsl/robin_set.h
 thirdparty/tsl/sparse_growth_policy.h
 thirdparty/tsl/sparse_hash.h
 thirdparty/tsl/sparse_map.h
 thirdparty/tsl/sparse_set.h

Files: *
Copyright: 2019-2025 Huang Yuanbing & bailuzhou AT 163.com
License: Expat

Files: debian/*
Copyright: 2026 Canonical Ltd.
License: Expat

Files: thirdparty/phmap/*
Copyright: 2018-2019 Gregory Popovitch
           2005-2014 Daniel James
License: Apache-2.0

Files: thirdparty/rapidhash/rapidhash.h
Copyright: 2025 Nicolas De Carli
License: Expat

Files: thirdparty/ahash/*
Copyright: None
License: Expat

Files: thirdparty/ahash-cxx/*
Copyright: None
License: Expat

Files: thirdparty/wyhash.h
Copyright: Wang Yi <godspeed_china@yeah.net>
License: Unlicense

Files: thirdparty/komihash.h
Copyright: 2021-2025 Aleksey Vaneev
License: Expat

Files: thirdparty/a5hash.h
Copyright: 2025 Aleksey Vaneev
License: Expat

Files: thirdparty/martin/*
Copyright: 2022-2024 Martin Leitner-Ankerl
License: Expat

Files: thirdparty/tsl/*
Copyright: 2017 Thibaut Goetghebuer-Planchon <tessil@gmx.com>
License: Expat

Files: thirdparty/emilib/*
Copyright: None
License: public-domain

Files: thirdparty/emilib/sse2neon.h
Copyright: 2015-2024 SSE2NEON Contributors.
License: Expat

License: public-domain
 This software is in the public domain.

License: Unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or
 distribute this software, either in source code form or as a compiled
 binary, for any purpose, commercial or non-commercial, and by any
 means.
 .
 In jurisdictions that recognize copyright laws, the author or authors
 of this software dedicate any and all copyright interest in the
 software to the public domain. We make this dedication for the benefit
 of the public at large and to the detriment of our heirs and
 successors. We intend this dedication to be an overt act of
 relinquishment in perpetuity of all present and future rights to this
 software under copyright law.
 .
 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 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.
 .
 For more information, please refer to <http://unlicense.org/>

License: Expat
 This software is released under the MIT license:
 .
 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: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Comment:
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

