xxHash, Copyright (c) 2012-2021 Yann Collet
All rights reserved.

SPDX-License-Identifier: BSD-2-clause

Notes by Tim Davis, on inclusion of xxHash into SuiteSparse:GraphBLAS:

This directory contains a minimal copy of xxHash (June 16, 2023), from
https://github.com/Cyan4973/xxHash.git by Yann Collet.
See ./LICENSE and ./README_xxhash.md for more details.

Files in this folder:

    LICENSE         BSD 2-clause, Copyright (c) Copyright (c) 2012-present,
                    Yann Collet
    xxhash.h        from the xxHash library, dev branch as of June 16, 2023,
                    slightly modified for GraphBLAS to fix the XXH_ALIGN macro.
    README_xxhash.md  xxhash/README.md
    README.txt      this file

