mirror of
https://github.com/Cyan4973/xxHash.git
synced 2026-01-19 04:52:10 +00:00
updated copyright years
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,5 +1,5 @@
|
|||||||
xxHash Library
|
xxHash Library
|
||||||
Copyright (c) 2012-2020 Yann Collet
|
Copyright (c) 2012-2021 Yann Collet
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# ################################################################
|
# ################################################################
|
||||||
# xxHash Makefile
|
# xxHash Makefile
|
||||||
# Copyright (C) 2012-2020 Yann Collet
|
# Copyright (C) 2012-2021 Yann Collet
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# GPL v2 License
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxhsum - Command line interface for xxhash algorithms
|
* xxhsum - Command line interface for xxhash algorithms
|
||||||
* Copyright (C) 2013-2020 Yann Collet
|
* Copyright (C) 2013-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# xxHash - Extremely fast hash algorithm
|
# xxHash - Extremely fast hash algorithm
|
||||||
# Copyright (C) 2012-2020, Yann Collet, Facebook
|
# Copyright (C) 2012-2021, Yann Collet, Facebook
|
||||||
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
|
|
||||||
prefix=@PREFIX@
|
prefix=@PREFIX@
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ################################################################
|
# ################################################################
|
||||||
# xxHash Makefile
|
# xxHash Makefile
|
||||||
# Copyright (C) 2012-2020 Yann Collet
|
# Copyright (C) 2012-2021 Yann Collet
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# GPL v2 License
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ################################################################
|
# ################################################################
|
||||||
# xxHash benchHash Makefile
|
# xxHash benchHash Makefile
|
||||||
# Copyright (C) 2019-2020 Yann Collet
|
# Copyright (C) 2019-2021 Yann Collet
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# GPL v2 License
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Hash benchmark module
|
* Hash benchmark module
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Hash benchmark module
|
* Hash benchmark module
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
|
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
|
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CSV Display module for the hash benchmark program
|
* CSV Display module for the hash benchmark program
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CSV Display module for the hash benchmark program
|
* CSV Display module for the hash benchmark program
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* List hash algorithms to benchmark
|
* List hash algorithms to benchmark
|
||||||
* Part of xxHash project
|
* Part of xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Main program to benchmark hash functions
|
* Main program to benchmark hash functions
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2020 Yann Collet, Facebook, Inc.
|
* Copyright (C) 2019-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2020 Yann Collet, Facebook, Inc.
|
* Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Brute force collision tester for 64-bit hashes
|
# Brute force collision tester for 64-bit hashes
|
||||||
# Part of xxHash project
|
# Part of xxHash project
|
||||||
# Copyright (C) 2019-2020 Yann Collet
|
# Copyright (C) 2019-2021 Yann Collet
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# GPL v2 License
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* List of hashes for the brute force collision tester
|
* List of hashes for the brute force collision tester
|
||||||
* Part of xxHash project
|
* Part of xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Brute force collision tester for 64-bit hashes
|
* Brute force collision tester for 64-bit hashes
|
||||||
* Part of the xxHash project
|
* Part of the xxHash project
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
|
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2020 Yann Collet, Facebook, Inc.
|
* Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This source code is licensed under both the BSD-style license (found in the
|
* This source code is licensed under both the BSD-style license (found in the
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* sort.cc - C++ sort functions
|
* sort.cc - C++ sort functions
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* sort.hh - headers for C++ sort functions
|
* sort.hh - headers for C++ sort functions
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
* GPL v2 License
|
* GPL v2 License
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
2
xxh3.h
2
xxh3.h
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* xxHash - Extremely Fast Hash algorithm
|
* xxHash - Extremely Fast Hash algorithm
|
||||||
* Development source file for `xxh3`
|
* Development source file for `xxh3`
|
||||||
* Copyright (C) 2019-2020 Yann Collet
|
* Copyright (C) 2019-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxHash - Extremely Fast Hash algorithm
|
* xxHash - Extremely Fast Hash algorithm
|
||||||
* Copyright (C) 2020 Yann Collet
|
* Copyright (C) 2020-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxHash - XXH3 Dispatcher for x86-based targets
|
* xxHash - XXH3 Dispatcher for x86-based targets
|
||||||
* Copyright (C) 2020 Yann Collet
|
* Copyright (C) 2020-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
*
|
*
|
||||||
|
|||||||
2
xxhash.c
2
xxhash.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* xxHash - Extremely Fast Hash algorithm
|
* xxHash - Extremely Fast Hash algorithm
|
||||||
* Copyright (C) 2012-2020 Yann Collet
|
* Copyright (C) 2012-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
*
|
*
|
||||||
|
|||||||
2
xxhash.h
2
xxhash.h
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* xxHash - Extremely Fast Hash algorithm
|
* xxHash - Extremely Fast Hash algorithm
|
||||||
* Header File
|
* Header File
|
||||||
* Copyright (C) 2012-2020 Yann Collet
|
* Copyright (C) 2012-2021 Yann Collet
|
||||||
*
|
*
|
||||||
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user