updated copyright years

This commit is contained in:
Yann Collet
2021-12-08 11:03:49 -08:00
parent 1a71d0aa64
commit f035303b8a
35 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
xxHash Library
Copyright (c) 2012-2020 Yann Collet
Copyright (c) 2012-2021 Yann Collet
All rights reserved.
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)

View File

@@ -1,6 +1,6 @@
# ################################################################
# xxHash Makefile
# Copyright (C) 2012-2020 Yann Collet
# Copyright (C) 2012-2021 Yann Collet
#
# GPL v2 License
#

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,6 +1,6 @@
/*
* xxhsum - Command line interface for xxhash algorithms
* Copyright (C) 2013-2020 Yann Collet
* Copyright (C) 2013-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,5 +1,5 @@
# 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)
prefix=@PREFIX@

View File

@@ -1,6 +1,6 @@
# ################################################################
# xxHash Makefile
# Copyright (C) 2012-2020 Yann Collet
# Copyright (C) 2012-2021 Yann Collet
#
# GPL v2 License
#

View File

@@ -1,6 +1,6 @@
# ################################################################
# xxHash benchHash Makefile
# Copyright (C) 2019-2020 Yann Collet
# Copyright (C) 2019-2021 Yann Collet
#
# GPL v2 License
#

View File

@@ -1,7 +1,7 @@
/*
* Hash benchmark module
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,7 +1,7 @@
/*
* Hash benchmark module
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,7 +1,7 @@
/*
* CSV Display module for the hash benchmark program
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,7 +1,7 @@
/*
* CSV Display module for the hash benchmark program
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,7 +1,7 @@
/*
* List hash algorithms to benchmark
* Part of xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,7 +1,7 @@
/*
* Main program to benchmark hash functions
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
* GPL v2 License
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2020 Yann Collet, Facebook, Inc.
* Copyright (C) 2019-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2020 Yann Collet, Facebook, Inc.
* Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,6 +1,6 @@
# Brute force collision tester for 64-bit hashes
# Part of xxHash project
# Copyright (C) 2019-2020 Yann Collet
# Copyright (C) 2019-2021 Yann Collet
#
# GPL v2 License
#

View File

@@ -1,7 +1,7 @@
/*
* List of hashes for the brute force collision tester
* Part of xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,7 +1,7 @@
/*
* Brute force collision tester for 64-bit hashes
* Part of the xxHash project
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
*
* GPL v2 License
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016-2020 Yann Collet, Facebook, Inc.
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2020 Yann Collet, Facebook, Inc.
* Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the

View File

@@ -1,6 +1,6 @@
/*
* sort.cc - C++ sort functions
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
* GPL v2 License
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
/*
* sort.hh - headers for C++ sort functions
* Copyright (C) 2019-2020 Yann Collet
* Copyright (C) 2019-2021 Yann Collet
* GPL v2 License
*
* This program is free software; you can redistribute it and/or modify

2
xxh3.h
View File

@@ -1,7 +1,7 @@
/*
* xxHash - Extremely Fast Hash algorithm
* 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)
*

View File

@@ -1,6 +1,6 @@
/*
* 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)
*

View File

@@ -1,6 +1,6 @@
/*
* 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)
*

View File

@@ -1,6 +1,6 @@
/*
* 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)
*

View File

@@ -1,7 +1,7 @@
/*
* xxHash - Extremely Fast Hash algorithm
* 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)
*