From f035303b8a86c1db9be70cbb638678ef6ef4cb2d Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 8 Dec 2021 11:03:49 -0800 Subject: [PATCH] updated copyright years --- LICENSE | 2 +- Makefile | 2 +- cli/xsum_arch.h | 2 +- cli/xsum_os_specific.c | 2 +- cli/xsum_os_specific.h | 2 +- cli/xsum_output.c | 2 +- cli/xsum_output.h | 2 +- cli/xsum_sanity_check.c | 2 +- cli/xsum_sanity_check.h | 2 +- cli/xxhsum.c | 2 +- libxxhash.pc.in | 2 +- tests/Makefile | 2 +- tests/bench/Makefile | 2 +- tests/bench/benchHash.c | 2 +- tests/bench/benchHash.h | 2 +- tests/bench/benchfn.c | 2 +- tests/bench/benchfn.h | 2 +- tests/bench/bhDisplay.c | 2 +- tests/bench/bhDisplay.h | 2 +- tests/bench/hashes.h | 2 +- tests/bench/main.c | 2 +- tests/bench/timefn.c | 2 +- tests/bench/timefn.h | 2 +- tests/collisions/Makefile | 2 +- tests/collisions/hashes.h | 2 +- tests/collisions/main.c | 2 +- tests/collisions/pool.c | 2 +- tests/collisions/pool.h | 2 +- tests/collisions/sort.cc | 2 +- tests/collisions/sort.hh | 2 +- xxh3.h | 2 +- xxh_x86dispatch.c | 2 +- xxh_x86dispatch.h | 2 +- xxhash.c | 2 +- xxhash.h | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/LICENSE b/LICENSE index 6bc30a1..e4c5da7 100644 --- a/LICENSE +++ b/LICENSE @@ -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) diff --git a/Makefile b/Makefile index 63273e1..2b54837 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ################################################################ # xxHash Makefile -# Copyright (C) 2012-2020 Yann Collet +# Copyright (C) 2012-2021 Yann Collet # # GPL v2 License # diff --git a/cli/xsum_arch.h b/cli/xsum_arch.h index cc8396a..17d332c 100644 --- a/cli/xsum_arch.h +++ b/cli/xsum_arch.h @@ -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 * diff --git a/cli/xsum_os_specific.c b/cli/xsum_os_specific.c index c38bd39..a568b56 100644 --- a/cli/xsum_os_specific.c +++ b/cli/xsum_os_specific.c @@ -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 * diff --git a/cli/xsum_os_specific.h b/cli/xsum_os_specific.h index 4251cf0..e1e080a 100644 --- a/cli/xsum_os_specific.h +++ b/cli/xsum_os_specific.h @@ -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 * diff --git a/cli/xsum_output.c b/cli/xsum_output.c index c0f15f5..1e11630 100644 --- a/cli/xsum_output.c +++ b/cli/xsum_output.c @@ -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 * diff --git a/cli/xsum_output.h b/cli/xsum_output.h index 8a02c1b..9a7926d 100644 --- a/cli/xsum_output.h +++ b/cli/xsum_output.h @@ -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 * diff --git a/cli/xsum_sanity_check.c b/cli/xsum_sanity_check.c index 737747d..4707735 100644 --- a/cli/xsum_sanity_check.c +++ b/cli/xsum_sanity_check.c @@ -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 * diff --git a/cli/xsum_sanity_check.h b/cli/xsum_sanity_check.h index 4e3bc0f..af766df 100644 --- a/cli/xsum_sanity_check.h +++ b/cli/xsum_sanity_check.h @@ -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 * diff --git a/cli/xxhsum.c b/cli/xxhsum.c index 9779aef..5a516e3 100644 --- a/cli/xxhsum.c +++ b/cli/xxhsum.c @@ -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 * diff --git a/libxxhash.pc.in b/libxxhash.pc.in index 28c1644..6c17140 100644 --- a/libxxhash.pc.in +++ b/libxxhash.pc.in @@ -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@ diff --git a/tests/Makefile b/tests/Makefile index 37424ce..a125c6f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ # ################################################################ # xxHash Makefile -# Copyright (C) 2012-2020 Yann Collet +# Copyright (C) 2012-2021 Yann Collet # # GPL v2 License # diff --git a/tests/bench/Makefile b/tests/bench/Makefile index de975cb..4eb7467 100644 --- a/tests/bench/Makefile +++ b/tests/bench/Makefile @@ -1,6 +1,6 @@ # ################################################################ # xxHash benchHash Makefile -# Copyright (C) 2019-2020 Yann Collet +# Copyright (C) 2019-2021 Yann Collet # # GPL v2 License # diff --git a/tests/bench/benchHash.c b/tests/bench/benchHash.c index 05739c7..abb83a7 100644 --- a/tests/bench/benchHash.c +++ b/tests/bench/benchHash.c @@ -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 * diff --git a/tests/bench/benchHash.h b/tests/bench/benchHash.h index 6c9ba91..9caa0a7 100644 --- a/tests/bench/benchHash.h +++ b/tests/bench/benchHash.h @@ -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 * diff --git a/tests/bench/benchfn.c b/tests/bench/benchfn.c index ec7e9a2..b98838e 100644 --- a/tests/bench/benchfn.c +++ b/tests/bench/benchfn.c @@ -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 diff --git a/tests/bench/benchfn.h b/tests/bench/benchfn.h index 42d1033..82f1655 100644 --- a/tests/bench/benchfn.h +++ b/tests/bench/benchfn.h @@ -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 diff --git a/tests/bench/bhDisplay.c b/tests/bench/bhDisplay.c index 601ca1f..eb9c197 100644 --- a/tests/bench/bhDisplay.c +++ b/tests/bench/bhDisplay.c @@ -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 * diff --git a/tests/bench/bhDisplay.h b/tests/bench/bhDisplay.h index 42c4bb2..0e5b72b 100644 --- a/tests/bench/bhDisplay.h +++ b/tests/bench/bhDisplay.h @@ -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 * diff --git a/tests/bench/hashes.h b/tests/bench/hashes.h index 2042dc5..39f6e0f 100644 --- a/tests/bench/hashes.h +++ b/tests/bench/hashes.h @@ -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 * diff --git a/tests/bench/main.c b/tests/bench/main.c index 1cf6e80..8a6b816 100644 --- a/tests/bench/main.c +++ b/tests/bench/main.c @@ -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 diff --git a/tests/bench/timefn.c b/tests/bench/timefn.c index 8568128..e3a0591 100644 --- a/tests/bench/timefn.c +++ b/tests/bench/timefn.c @@ -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 diff --git a/tests/bench/timefn.h b/tests/bench/timefn.h index 41007f3..6155f64 100644 --- a/tests/bench/timefn.h +++ b/tests/bench/timefn.h @@ -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 diff --git a/tests/collisions/Makefile b/tests/collisions/Makefile index a070c25..7191b70 100644 --- a/tests/collisions/Makefile +++ b/tests/collisions/Makefile @@ -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 # diff --git a/tests/collisions/hashes.h b/tests/collisions/hashes.h index 0b7223d..7a64842 100644 --- a/tests/collisions/hashes.h +++ b/tests/collisions/hashes.h @@ -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 * diff --git a/tests/collisions/main.c b/tests/collisions/main.c index 08feb6b..cc4b240 100644 --- a/tests/collisions/main.c +++ b/tests/collisions/main.c @@ -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 * diff --git a/tests/collisions/pool.c b/tests/collisions/pool.c index c0eaefd..e6f2b79 100644 --- a/tests/collisions/pool.c +++ b/tests/collisions/pool.c @@ -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 diff --git a/tests/collisions/pool.h b/tests/collisions/pool.h index 7c5e867..0ca7cc7 100644 --- a/tests/collisions/pool.h +++ b/tests/collisions/pool.h @@ -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 diff --git a/tests/collisions/sort.cc b/tests/collisions/sort.cc index 237a114..c0cacda 100644 --- a/tests/collisions/sort.cc +++ b/tests/collisions/sort.cc @@ -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 diff --git a/tests/collisions/sort.hh b/tests/collisions/sort.hh index 278ce05..16374c1 100644 --- a/tests/collisions/sort.hh +++ b/tests/collisions/sort.hh @@ -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 diff --git a/xxh3.h b/xxh3.h index f7dc195..7e3ce68 100644 --- a/xxh3.h +++ b/xxh3.h @@ -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) * diff --git a/xxh_x86dispatch.c b/xxh_x86dispatch.c index 399bad9..6298600 100644 --- a/xxh_x86dispatch.c +++ b/xxh_x86dispatch.c @@ -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) * diff --git a/xxh_x86dispatch.h b/xxh_x86dispatch.h index 6bc17bc..d4dfbae 100644 --- a/xxh_x86dispatch.h +++ b/xxh_x86dispatch.h @@ -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) * diff --git a/xxhash.c b/xxhash.c index 0fae88c..083b039 100644 --- a/xxhash.c +++ b/xxhash.c @@ -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) * diff --git a/xxhash.h b/xxhash.h index 1801329..c0b99f0 100644 --- a/xxhash.h +++ b/xxhash.h @@ -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) *