From 72d03400536badf1e678b67a9b2a63d03a68a1f0 Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 15 Dec 2021 10:31:53 +0100 Subject: [PATCH] Apply spotless to headers. --- gradle/validation/spotless/license-header.txt | 2 +- .../jmh/java/com/carrotsearch/hppc/benchmarks/B001_ModXor.java | 2 +- .../java/com/carrotsearch/hppc/benchmarks/B002_HashSet_Add.java | 2 +- .../com/carrotsearch/hppc/benchmarks/B003_HashSet_Contains.java | 2 +- .../hppc/benchmarks/B004_HashSet_CollisionAvalanche.java | 2 +- .../carrotsearch/hppc/benchmarks/B005_HashSet_Add_Random.java | 2 +- .../hppc/benchmarks/B006_HashSet_Contains_Random.java | 2 +- .../carrotsearch/hppc/benchmarks/B007_HashMap_Put_Random.java | 2 +- .../carrotsearch/hppc/benchmarks/B008_HashMap_Get_Random.java | 2 +- .../jmh/java/com/carrotsearch/hppc/benchmarks/B009_Random.java | 2 +- .../com/carrotsearch/hppc/benchmarks/BenchmarkDelegate.java | 2 +- .../com/carrotsearch/hppc/benchmarks/HppcBenchmarkDelegate.java | 2 +- .../jmh/java/com/carrotsearch/hppc/benchmarks/IntIntMapOps.java | 2 +- .../jmh/java/com/carrotsearch/hppc/benchmarks/IntSetOps.java | 2 +- .../src/jmh/java/com/carrotsearch/hppc/benchmarks/Library.java | 2 +- .../hppc/benchmarks/implementations/FastutilIntIntMapOps.java | 2 +- .../hppc/benchmarks/implementations/FastutilIntSetOps.java | 2 +- .../hppc/benchmarks/implementations/HppcIntIntMapOps.java | 2 +- .../hppc/benchmarks/implementations/HppcIntSetOps.java | 2 +- .../hppc/benchmarks/implementations/KolobokeIntIntMapOps.java | 2 +- .../hppc/benchmarks/implementations/KolobokeIntSetOps.java | 2 +- .../hppc/benchmarks/implementations/WormIntIntMapOps.java | 2 +- .../hppc/benchmarks/implementations/WormIntSetOps.java | 2 +- .../src/test/java/com/carrotsearch/hppc/examples/Helpers.java | 2 +- .../hppc/examples/HppcExample_001_IteratingOverLists.java | 2 +- .../hppc/examples/HppcExample_002_IteratingOverDeques.java | 2 +- .../hppc/examples/HppcExample_003_IteratingOverSets.java | 2 +- .../hppc/examples/HppcExample_004_IteratingOverMaps.java | 2 +- .../hppc/examples/HppcExample_005_ForEachValues.java | 2 +- .../examples/HppcExample_005_IteratingOverObjectBuffers.java | 2 +- .../src/main/java/com/carrotsearch/hppc/Intrinsics.java | 2 +- .../java/com/carrotsearch/hppc/generator/IntrinsicMethod.java | 2 +- .../main/java/com/carrotsearch/hppc/generator/OutputFile.java | 2 +- .../main/java/com/carrotsearch/hppc/generator/TemplateFile.java | 2 +- .../java/com/carrotsearch/hppc/generator/TemplateOptions.java | 2 +- .../java/com/carrotsearch/hppc/generator/TemplateProcessor.java | 2 +- .../src/main/java/com/carrotsearch/hppc/generator/Type.java | 2 +- .../hppc/generator/intrinsics/AbstractIntrinsicMethod.java | 2 +- .../java/com/carrotsearch/hppc/generator/intrinsics/Add.java | 2 +- .../java/com/carrotsearch/hppc/generator/intrinsics/Cast.java | 2 +- .../java/com/carrotsearch/hppc/generator/intrinsics/Empty.java | 2 +- .../java/com/carrotsearch/hppc/generator/intrinsics/Equals.java | 2 +- .../com/carrotsearch/hppc/generator/intrinsics/IsEmpty.java | 2 +- .../com/carrotsearch/hppc/generator/intrinsics/NewArray.java | 2 +- .../java/com/carrotsearch/hppc/generator/parser/Channels.java | 2 +- .../com/carrotsearch/hppc/generator/parser/Replacement.java | 2 +- .../carrotsearch/hppc/generator/parser/SignatureProcessor.java | 2 +- .../hppc/generator/parser/SignatureReplacementVisitor.java | 2 +- .../hppc/generator/parser/TestSignatureProcessor.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/AbstractIterator.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/Accountable.java | 2 +- .../main/java/com/carrotsearch/hppc/ArraySizingStrategy.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/BitMixer.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/BitSet.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/BitSetIterator.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/BitUtil.java | 2 +- .../hppc/BoundedProportionalArraySizingStrategy.java | 2 +- .../java/com/carrotsearch/hppc/BufferAllocationException.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/Containers.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/Generated.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/HashContainers.java | 2 +- .../main/java/com/carrotsearch/hppc/ObjectIdentityHashSet.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/Preallocable.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/RamUsageEstimator.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/SuppressForbidden.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/WormUtil.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/XorShift128P.java | 2 +- .../main/java/com/carrotsearch/hppc/sorting/IndirectSort.java | 2 +- hppc/src/main/java/com/carrotsearch/hppc/sorting/QuickSort.java | 2 +- .../test/java/com/carrotsearch/hppc/AbstractIteratorTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/BitSetTest.java | 2 +- .../hppc/BoundedProportionalArraySizingStrategyTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/ContainersTest.java | 2 +- .../java/com/carrotsearch/hppc/EntryShiftingOnRemovalTest.java | 2 +- .../com/carrotsearch/hppc/HashCollisionsClusteringTest.java | 2 +- .../src/test/java/com/carrotsearch/hppc/HashContainersTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/IdentityMapsTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/IdentitySetsTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/NaNCornerCaseTest.java | 2 +- .../java/com/carrotsearch/hppc/ObjectIdentityHashSetTest.java | 2 +- .../com/carrotsearch/hppc/ObjectIntHashMapRegressionTest.java | 2 +- .../test/java/com/carrotsearch/hppc/RequireAssertionsRule.java | 2 +- .../test/java/com/carrotsearch/hppc/StringConversionsTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/TestUtils.java | 2 +- .../java/com/carrotsearch/hppc/TightRandomResizingStrategy.java | 2 +- .../test/java/com/carrotsearch/hppc/annotations/AwaitsFix.java | 2 +- .../com/carrotsearch/hppc/expectations/APIExpectationsTest.java | 2 +- .../java/com/carrotsearch/hppc/sorting/IndirectSortTest.java | 2 +- hppc/src/test/java/com/carrotsearch/hppc/sorting/SortTest.java | 2 +- 89 files changed, 89 insertions(+), 89 deletions(-) diff --git a/gradle/validation/spotless/license-header.txt b/gradle/validation/spotless/license-header.txt index 9576e1098..744a39642 100644 --- a/gradle/validation/spotless/license-header.txt +++ b/gradle/validation/spotless/license-header.txt @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B001_ModXor.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B001_ModXor.java index c95558c8f..ecbf11b35 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B001_ModXor.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B001_ModXor.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B002_HashSet_Add.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B002_HashSet_Add.java index 67ccc3d5b..01b210a50 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B002_HashSet_Add.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B002_HashSet_Add.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B003_HashSet_Contains.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B003_HashSet_Contains.java index d1ef2fa3e..122a4602f 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B003_HashSet_Contains.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B003_HashSet_Contains.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B004_HashSet_CollisionAvalanche.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B004_HashSet_CollisionAvalanche.java index fd35fc65a..3b937bd68 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B004_HashSet_CollisionAvalanche.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B004_HashSet_CollisionAvalanche.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B005_HashSet_Add_Random.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B005_HashSet_Add_Random.java index 1975dcf94..fe18a149f 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B005_HashSet_Add_Random.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B005_HashSet_Add_Random.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B006_HashSet_Contains_Random.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B006_HashSet_Contains_Random.java index 450b26bd8..c4a6c3f72 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B006_HashSet_Contains_Random.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B006_HashSet_Contains_Random.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B007_HashMap_Put_Random.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B007_HashMap_Put_Random.java index 7c6b12d67..81caf1b53 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B007_HashMap_Put_Random.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B007_HashMap_Put_Random.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B008_HashMap_Get_Random.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B008_HashMap_Get_Random.java index 02f4b55e7..9a4823c51 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B008_HashMap_Get_Random.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B008_HashMap_Get_Random.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B009_Random.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B009_Random.java index 396fdb5ac..05d482dfc 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B009_Random.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/B009_Random.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/BenchmarkDelegate.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/BenchmarkDelegate.java index a7a7cf39d..ff15f2f1d 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/BenchmarkDelegate.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/BenchmarkDelegate.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/HppcBenchmarkDelegate.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/HppcBenchmarkDelegate.java index 5fbf3e541..ee59db6c7 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/HppcBenchmarkDelegate.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/HppcBenchmarkDelegate.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntIntMapOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntIntMapOps.java index dc9cdc7fb..d33d436d7 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntIntMapOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntIntMapOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntSetOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntSetOps.java index 67b56aa59..71041eba4 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntSetOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/IntSetOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/Library.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/Library.java index 8c9f96080..4cd80a857 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/Library.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/Library.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntIntMapOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntIntMapOps.java index c76d2ef0f..f477f7d6c 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntIntMapOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntIntMapOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntSetOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntSetOps.java index 660015f59..fb5a21a77 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntSetOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/FastutilIntSetOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntIntMapOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntIntMapOps.java index 0a1ed49d0..f851891d7 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntIntMapOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntIntMapOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntSetOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntSetOps.java index 2d6081e57..a96c273ca 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntSetOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/HppcIntSetOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntIntMapOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntIntMapOps.java index 2e35035af..649739241 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntIntMapOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntIntMapOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntSetOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntSetOps.java index 312d93f0c..334a3afba 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntSetOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/KolobokeIntSetOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntIntMapOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntIntMapOps.java index ac1e57a8d..ad4bc09a6 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntIntMapOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntIntMapOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntSetOps.java b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntSetOps.java index 15a2d6483..9dd7b22e3 100644 --- a/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntSetOps.java +++ b/hppc-benchmarks/src/jmh/java/com/carrotsearch/hppc/benchmarks/implementations/WormIntSetOps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/Helpers.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/Helpers.java index 9358c912e..e09d81bb6 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/Helpers.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/Helpers.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_001_IteratingOverLists.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_001_IteratingOverLists.java index 4efbef385..b6ed75e78 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_001_IteratingOverLists.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_001_IteratingOverLists.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_002_IteratingOverDeques.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_002_IteratingOverDeques.java index c31a6dbb8..79c5bd763 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_002_IteratingOverDeques.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_002_IteratingOverDeques.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_003_IteratingOverSets.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_003_IteratingOverSets.java index 3b8823413..45e11ec41 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_003_IteratingOverSets.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_003_IteratingOverSets.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_004_IteratingOverMaps.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_004_IteratingOverMaps.java index 4fe3a8762..8ef0defcd 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_004_IteratingOverMaps.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_004_IteratingOverMaps.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_ForEachValues.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_ForEachValues.java index 9ec4e489f..dc94673b4 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_ForEachValues.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_ForEachValues.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_IteratingOverObjectBuffers.java b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_IteratingOverObjectBuffers.java index 300070cd6..ef08b6916 100644 --- a/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_IteratingOverObjectBuffers.java +++ b/hppc-examples/src/test/java/com/carrotsearch/hppc/examples/HppcExample_005_IteratingOverObjectBuffers.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-intrinsics/src/main/java/com/carrotsearch/hppc/Intrinsics.java b/hppc-template-intrinsics/src/main/java/com/carrotsearch/hppc/Intrinsics.java index 6dacb70d6..cf9bdd3ca 100644 --- a/hppc-template-intrinsics/src/main/java/com/carrotsearch/hppc/Intrinsics.java +++ b/hppc-template-intrinsics/src/main/java/com/carrotsearch/hppc/Intrinsics.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/IntrinsicMethod.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/IntrinsicMethod.java index 8189eae99..3e7eb2336 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/IntrinsicMethod.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/IntrinsicMethod.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/OutputFile.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/OutputFile.java index e0c6338e8..b1df7921e 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/OutputFile.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/OutputFile.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateFile.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateFile.java index 1704a2047..0a0067d4d 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateFile.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateFile.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java index 7f825f51e..4643fdf69 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateProcessor.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateProcessor.java index 089d59907..052f8a520 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateProcessor.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/TemplateProcessor.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/Type.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/Type.java index a88ed344f..9d3062906 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/Type.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/Type.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/AbstractIntrinsicMethod.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/AbstractIntrinsicMethod.java index 64a140b4b..76086477f 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/AbstractIntrinsicMethod.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/AbstractIntrinsicMethod.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Add.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Add.java index 45c3c23b6..e61bb99e6 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Add.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Add.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Cast.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Cast.java index 089525909..d2addb5ec 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Cast.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Cast.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Empty.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Empty.java index 8585f9f91..c2064c1a8 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Empty.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Empty.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Equals.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Equals.java index 6d4b33fdb..c0010347b 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Equals.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/Equals.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/IsEmpty.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/IsEmpty.java index 6a4be6b41..fda166452 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/IsEmpty.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/IsEmpty.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/NewArray.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/NewArray.java index aa596b87b..ec311d038 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/NewArray.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/intrinsics/NewArray.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Channels.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Channels.java index ec1ee806d..b1e931ad8 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Channels.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Channels.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Replacement.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Replacement.java index f5e774dbd..b164133f8 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Replacement.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/Replacement.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureProcessor.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureProcessor.java index 0003de77d..1ce5eb430 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureProcessor.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureProcessor.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureReplacementVisitor.java b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureReplacementVisitor.java index 58f58b493..0305012c8 100644 --- a/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureReplacementVisitor.java +++ b/hppc-template-processor/src/main/java/com/carrotsearch/hppc/generator/parser/SignatureReplacementVisitor.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc-template-processor/src/test/java/com/carrotsearch/hppc/generator/parser/TestSignatureProcessor.java b/hppc-template-processor/src/test/java/com/carrotsearch/hppc/generator/parser/TestSignatureProcessor.java index 5469ec0d1..fd656fb23 100644 --- a/hppc-template-processor/src/test/java/com/carrotsearch/hppc/generator/parser/TestSignatureProcessor.java +++ b/hppc-template-processor/src/test/java/com/carrotsearch/hppc/generator/parser/TestSignatureProcessor.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/AbstractIterator.java b/hppc/src/main/java/com/carrotsearch/hppc/AbstractIterator.java index 91566e288..6cf168372 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/AbstractIterator.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/AbstractIterator.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/Accountable.java b/hppc/src/main/java/com/carrotsearch/hppc/Accountable.java index e124d2cf5..6dbe91efb 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/Accountable.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/Accountable.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/ArraySizingStrategy.java b/hppc/src/main/java/com/carrotsearch/hppc/ArraySizingStrategy.java index d13aba719..e45ce18f7 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/ArraySizingStrategy.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/ArraySizingStrategy.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BitMixer.java b/hppc/src/main/java/com/carrotsearch/hppc/BitMixer.java index b56b700c4..15ddf3004 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BitMixer.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BitMixer.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BitSet.java b/hppc/src/main/java/com/carrotsearch/hppc/BitSet.java index d25a8ed0e..7faab369d 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BitSet.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BitSet.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BitSetIterator.java b/hppc/src/main/java/com/carrotsearch/hppc/BitSetIterator.java index fb55cd4a8..f149127dd 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BitSetIterator.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BitSetIterator.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BitUtil.java b/hppc/src/main/java/com/carrotsearch/hppc/BitUtil.java index 178f9ed8d..fa564f5e7 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BitUtil.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BitUtil.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategy.java b/hppc/src/main/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategy.java index d524a9b1f..cffd152fe 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategy.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategy.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/BufferAllocationException.java b/hppc/src/main/java/com/carrotsearch/hppc/BufferAllocationException.java index fba20536b..2bcf99dd2 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/BufferAllocationException.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/BufferAllocationException.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/Containers.java b/hppc/src/main/java/com/carrotsearch/hppc/Containers.java index 1e5e6c416..defb8c7c4 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/Containers.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/Containers.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/Generated.java b/hppc/src/main/java/com/carrotsearch/hppc/Generated.java index 2e72fc3dd..ec89611d2 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/Generated.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/Generated.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/HashContainers.java b/hppc/src/main/java/com/carrotsearch/hppc/HashContainers.java index 959950d2f..ff94db918 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/HashContainers.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/HashContainers.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/ObjectIdentityHashSet.java b/hppc/src/main/java/com/carrotsearch/hppc/ObjectIdentityHashSet.java index 3c963b5d4..ffd70d950 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/ObjectIdentityHashSet.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/ObjectIdentityHashSet.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/Preallocable.java b/hppc/src/main/java/com/carrotsearch/hppc/Preallocable.java index 6a0f9b0fa..abbac2ac5 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/Preallocable.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/Preallocable.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/RamUsageEstimator.java b/hppc/src/main/java/com/carrotsearch/hppc/RamUsageEstimator.java index 88121f2d4..f93fd9284 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/RamUsageEstimator.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/RamUsageEstimator.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/SuppressForbidden.java b/hppc/src/main/java/com/carrotsearch/hppc/SuppressForbidden.java index abb08b2d0..4b800d276 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/SuppressForbidden.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/SuppressForbidden.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/WormUtil.java b/hppc/src/main/java/com/carrotsearch/hppc/WormUtil.java index 14a35dff2..391d71a2e 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/WormUtil.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/WormUtil.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/XorShift128P.java b/hppc/src/main/java/com/carrotsearch/hppc/XorShift128P.java index 7ed40d88c..5a5678fab 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/XorShift128P.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/XorShift128P.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/sorting/IndirectSort.java b/hppc/src/main/java/com/carrotsearch/hppc/sorting/IndirectSort.java index e101fd58b..99fd4293e 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/sorting/IndirectSort.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/sorting/IndirectSort.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/main/java/com/carrotsearch/hppc/sorting/QuickSort.java b/hppc/src/main/java/com/carrotsearch/hppc/sorting/QuickSort.java index bbb48962d..c9ab3a9eb 100644 --- a/hppc/src/main/java/com/carrotsearch/hppc/sorting/QuickSort.java +++ b/hppc/src/main/java/com/carrotsearch/hppc/sorting/QuickSort.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/AbstractIteratorTest.java b/hppc/src/test/java/com/carrotsearch/hppc/AbstractIteratorTest.java index e1583357e..ca33b5b3b 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/AbstractIteratorTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/AbstractIteratorTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/BitSetTest.java b/hppc/src/test/java/com/carrotsearch/hppc/BitSetTest.java index 5a4065924..9f9778af9 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/BitSetTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/BitSetTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategyTest.java b/hppc/src/test/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategyTest.java index fbc0919b7..944d4ae70 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategyTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/BoundedProportionalArraySizingStrategyTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/ContainersTest.java b/hppc/src/test/java/com/carrotsearch/hppc/ContainersTest.java index 1eaf8b7e2..2890e738b 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/ContainersTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/ContainersTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/EntryShiftingOnRemovalTest.java b/hppc/src/test/java/com/carrotsearch/hppc/EntryShiftingOnRemovalTest.java index 01cbd97d2..a918861c1 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/EntryShiftingOnRemovalTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/EntryShiftingOnRemovalTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/HashCollisionsClusteringTest.java b/hppc/src/test/java/com/carrotsearch/hppc/HashCollisionsClusteringTest.java index ab462edc8..bcfb31db6 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/HashCollisionsClusteringTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/HashCollisionsClusteringTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/HashContainersTest.java b/hppc/src/test/java/com/carrotsearch/hppc/HashContainersTest.java index b9e8b7ec0..b7fca6743 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/HashContainersTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/HashContainersTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/IdentityMapsTest.java b/hppc/src/test/java/com/carrotsearch/hppc/IdentityMapsTest.java index 07b07e712..302e66fe0 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/IdentityMapsTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/IdentityMapsTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/IdentitySetsTest.java b/hppc/src/test/java/com/carrotsearch/hppc/IdentitySetsTest.java index 66988f515..0e5b7c153 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/IdentitySetsTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/IdentitySetsTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/NaNCornerCaseTest.java b/hppc/src/test/java/com/carrotsearch/hppc/NaNCornerCaseTest.java index 0cac33bad..d342b2256 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/NaNCornerCaseTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/NaNCornerCaseTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/ObjectIdentityHashSetTest.java b/hppc/src/test/java/com/carrotsearch/hppc/ObjectIdentityHashSetTest.java index cf20cbacc..f198a8776 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/ObjectIdentityHashSetTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/ObjectIdentityHashSetTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/ObjectIntHashMapRegressionTest.java b/hppc/src/test/java/com/carrotsearch/hppc/ObjectIntHashMapRegressionTest.java index e325cf256..827f43fa1 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/ObjectIntHashMapRegressionTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/ObjectIntHashMapRegressionTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/RequireAssertionsRule.java b/hppc/src/test/java/com/carrotsearch/hppc/RequireAssertionsRule.java index bd843e67c..2b84bcad1 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/RequireAssertionsRule.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/RequireAssertionsRule.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/StringConversionsTest.java b/hppc/src/test/java/com/carrotsearch/hppc/StringConversionsTest.java index ac3fc5cc6..94f33c50b 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/StringConversionsTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/StringConversionsTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/TestUtils.java b/hppc/src/test/java/com/carrotsearch/hppc/TestUtils.java index 855569983..b3ec3c1f4 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/TestUtils.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/TestUtils.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/TightRandomResizingStrategy.java b/hppc/src/test/java/com/carrotsearch/hppc/TightRandomResizingStrategy.java index b3fefa54d..206634ddd 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/TightRandomResizingStrategy.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/TightRandomResizingStrategy.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/annotations/AwaitsFix.java b/hppc/src/test/java/com/carrotsearch/hppc/annotations/AwaitsFix.java index 2737ba4d0..f136d1b14 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/annotations/AwaitsFix.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/annotations/AwaitsFix.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/expectations/APIExpectationsTest.java b/hppc/src/test/java/com/carrotsearch/hppc/expectations/APIExpectationsTest.java index 1a6e69704..a6f813b37 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/expectations/APIExpectationsTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/expectations/APIExpectationsTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/sorting/IndirectSortTest.java b/hppc/src/test/java/com/carrotsearch/hppc/sorting/IndirectSortTest.java index d8a8696ae..0f1c97041 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/sorting/IndirectSortTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/sorting/IndirectSortTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt": diff --git a/hppc/src/test/java/com/carrotsearch/hppc/sorting/SortTest.java b/hppc/src/test/java/com/carrotsearch/hppc/sorting/SortTest.java index bae3a7dce..305763b5c 100644 --- a/hppc/src/test/java/com/carrotsearch/hppc/sorting/SortTest.java +++ b/hppc/src/test/java/com/carrotsearch/hppc/sorting/SortTest.java @@ -1,7 +1,7 @@ /* * HPPC * - * Copyright (C) 2010-2020 Carrot Search s.c. + * Copyright (C) 2010-2022 Carrot Search s.c. * All rights reserved. * * Refer to the full license file "LICENSE.txt":